/* frameworks */
.container {
  max-width: 1310px;
}

.row-0 {
  margin: 0;
}

.row-0 > div {
  padding: 0;
}

.row-10 {
  margin: 0 -5px;
}

.row-10 > div {
  padding: 0 5px;
}

.row-20 {
  margin: 0 -10px;
}

.row-20 > div {
  padding: 0 10px;
}

.row-40 {
  margin: 0 -20px;
}

.row-40 > div {
  padding: 0 20px;
}

.row-R > div {
  float: right;
}

.row-table {
  display: table;
  width: 100%;
}

.row-table > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0;
}

.row-table .col {
  width: auto;
}

.row-table .col-auto {
  width: 1%;
}

.row-table.vlign-top > div {
  vertical-align: top;
}

.section-middle {
  display: table;
  width: 100%;
  height: 100vh;
}

.section-middle > div {
  display: table-cell;
  vertical-align: middle;
}

figure {
  margin: 0;
}

figure.cover {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

figure.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

figure.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

figure.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

figure img {
  width: 100%;
  max-width: 100%;
}

.icon {
  position: relative;
}

.icon img {
  display: block;
}

a:focus,
button:focus {
  outline: none;
}

.btn,
.link {
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.btn:focus,
.btn:hover,
.link:focus,
.link:hover {
  text-decoration: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

ul.item-list,
ul.nav-list {
  margin: 0;
  padding: 0;
}

ul.item-list li,
ul.nav-list li {
  list-style: none;
  float: left;
}

ul.item-list li a.link,
ul.nav-list li a.link {
  display: block;
}

ul.item-list:before, ul.item-list:after,
ul.nav-list:before,
ul.nav-list:after {
  content: ' ';
  display: table;
}

ul.item-list:after,
ul.nav-list:after {
  clear: both;
}

ul.item-list.fluid li,
ul.nav-lis.fluid li {
  width: 100%;
}

.iframe-container {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}

.iframe-container iframe, .iframe-container object, .iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.transition-400, .b-register .forgot-password, .site-header .b-profile .link-profile .flip-arrows img, .site-header .b-profile .link-profile .b-hover, .list-ft .item .item-link {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.transition-200, .register-page .register-content .privacy .linkmodal-regis, .partic-list .slick-dots li button,
.partic-2-list .slick-dots li button, .register-content.forgot-password .privacy .linkmodal-regis, .site-header .b-profile .link-profile .list-profile .item, .site-header .b-profile .link-profile .list-profile .item-link {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.hover-bg, #modal_register .modal-dialog-centered .close-regis, .login-form .btn-login, .btn-register, .register-page .banner .list-menu-banner .link-menu-banner, .btn-back-to-home .btn-bth, .b-submit .cancel, .b-submit .btn-next-form, .btn-search, .b-btn-more .btn-more, .site-header .back-header .back-to-login {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hover-bg:hover, #modal_register .modal-dialog-centered .close-regis:hover, .login-form .btn-login:hover, .btn-register:hover, .register-page .banner .list-menu-banner .link-menu-banner:hover, .btn-back-to-home .btn-bth:hover, .b-submit .cancel:hover, .b-submit .btn-next-form:hover, .btn-search:hover, .b-btn-more .btn-more:hover, .site-header .back-header .back-to-login:hover {
  background-color: #084422;
}

.select-control {
  width: 100%;
}

.select-control:focus {
  outline: none;
  border: 1px solid #CBCBCB;
  background-color: #f3f3f3;
}

.select2-selection:focus {
  outline: none;
  border: 1px solid #CBCBCB;
  background-color: #f3f3f3;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--single {
  border-color: #e1e1e1;
  border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 24px;
  color: #000;
  padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  top: 0;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #333 transparent;
}

.select2-container--default .select2-results__group {
  font-weight: bold;
  font-size: 24px;
  padding: 8px 15px;
  color: #333;
}

.select2-container--default .select2-results__option .select2-results__option:hover {
  background-color: #f2f2f2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #5897fb;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e1e1e1;
  padding: 6px 10px;
  font-size: 24px;
}

.select2-dropdown {
  border-color: #e1e1e1;
  border-radius: 10px;
}

.select2-search--dropdown {
  padding: 10px;
}

.select2-results__option {
  padding: 6px 15px;
  font-size: 24px;
  color: #000000;
}

.style2 ~ .select2-container--default .select2-selection--single {
  border-color: #f00;
}

.style2 .select2-dropdown {
  border-color: #f00;
}

.border-radius-10, .login-form .form-input, .register-page .register-content .regis-card, .register-page .register-content .b-laboratory, .register-page .register-content .b-organization, .register-page .register-content .b-address, .register-page .register-content .b-usernamePassword, .register-page .register-content .b-contact, .register-page .register-content .b-verifyCode, .register-confirm .confirm-regis .b-success,
.register-confirm .confirm-regis .b-fail, .btn-back-to-home .btn-bth, .profile-topcard .card-left,
.profile-topcard .card-right, .b-search, .b-cardProfile, .register-content.forgot-password .regis-card, .register-content.forgot-password .b-laboratory, .register-content.forgot-password .b-organization, .register-content.forgot-password .b-address, .register-content.forgot-password .b-usernamePassword, .register-content.forgot-password .b-contact, .register-content.forgot-password .b-verifyCode {
  border-radius: 10px;
}

.box-shadow, .register-page .register-content .regis-card, .register-page .register-content .b-laboratory, .register-page .register-content .b-organization, .register-page .register-content .b-address, .register-page .register-content .b-usernamePassword, .register-page .register-content .b-contact, .register-page .register-content .b-verifyCode, .register-confirm .confirm-regis .b-success,
.register-confirm .confirm-regis .b-fail, .profile-topcard .card-left,
.profile-topcard .card-right, .b-search, .b-cardProfile, .register-content.forgot-password .regis-card, .register-content.forgot-password .b-laboratory, .register-content.forgot-password .b-organization, .register-content.forgot-password .b-address, .register-content.forgot-password .b-usernamePassword, .register-content.forgot-password .b-contact, .register-content.forgot-password .b-verifyCode {
  -webkit-box-shadow: 0rem 0.9rem 1.7rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.9rem 1.7rem rgba(0, 0, 0, 0.25);
}

.form-default .form-group {
  position: relative;
  margin-bottom: 0 !important;
}

.form-2 .form-default .form-group {
  position: relative;
  margin-bottom: 35px;
}

.form-default .control-label {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 1.2em;
}

.form-default .form-control {
  line-height: 1.2em;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  min-height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-default .form-note {
  position: absolute;
  top: 100%;
  left: 20px;
  margin-top: 4px;
  font-size: 14px;
  color: #999;
}

.form-default .form-control:focus {
  border-color: #333;
}

.form-default .block-control {
  position: relative;
}

.form-default .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-default .has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-default .floating-label {
  color: #333;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 9px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.form-default .form-control:focus ~ .floating-label,
.form-default .form-control:not(:focus):valid ~ .floating-label {
  color: #333;
  font-size: 12px;
  left: 0;
  top: -22px;
}

.form-control-feedback {
  position: absolute;
  top: 15px !important;
  right: 10px;
  width: 20px;
  height: 20px;
  background-size: 100%;
}

.form-control-feedback:before {
  display: none;
}

.form-control-feedback.glyphicon-ok {
  background: url(".../img/icon/checked.png") center no-repeat;
  background-size: 16px;
}

.form-control-feedback.glyphicon-remove {
  background: url(".../img/icon/cancel.png") center no-repeat;
  background-size: 16px;
}

.form-default .checkbox-list li + li {
  margin-left: 40px;
}

.checkbox-control {
  position: relative;
  display: inline-block;
}

.checkbox-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 0;
}

.checkbox-control .title {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  display: block;
}

/* config */
@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_thin_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_li_v3.2-webfont.woff2") format("woff2"), url("../font/db_helvethaica_x_li_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_v3.2-webfont.woff2") format("woff2"), url("../font/db_helvethaica_x_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_med_v3.2-webfont.woff2") format("woff2"), url("../font/db_helvethaica_x_med_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica';
  src: url("../font/db_helvethaica_x_bd_v3.2-webfont.woff2") format("woff2"), url("../font/db_helvethaica_x_bd_v3.2-webfont.woff") format("woff");
  font-display: block;
  font-weight: bold;
  font-style: normal;
}

.text-primary {
  color: #006B39 !important;
}

.text-secondary {
  color: #BBBBBB !important;
}

.text-light {
  color: #ffffff !important;
}

.text-dark {
  color: #000000 !important;
}

.text-yellow {
  color: #FFE400 !important;
}

.text-blue {
  color: #0160D6 !important;
}

.text-red {
  color: #9A0121 !important;
}

body {
  font-family: 'db_helvethaica';
  background-color: #fff;
  font-size: 16px;
  color: #000000;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'db_helvethaica';
}

.transition, .title-box {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* components */
#preload {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #fff;
}

.preload {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.preload .logo {
  width: 160px;
  height: 160px;
  padding: 30px;
  line-height: 110px;
}

.preload .loader {
  border: 2px solid;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border-color: #006B39 transparent transparent;
  -webkit-animation: spins 1s linear infinite;
          animation: spins 1s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.4;
}

@-webkit-keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
}

@keyframes spins {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
}

nav.menu li a.link {
  font-size: 18px;
  color: #333;
  display: block;
}

nav.menu li a.link:hover {
  color: #BBBBBB;
}

nav.menu li.active a.link {
  color: #BBBBBB;
}

nav.menu li.dropdown a.link .icon {
  display: inline-block;
  vertical-align: middle;
}

nav.menu li.dropdown a.link .icon:before {
  content: "\f107";
  font-family: 'FontAwesome';
}

nav.menu li.dropdown.show a.link .icon:before {
  content: '\f106';
}

nav.menu li + li {
  margin-left: 20px;
}

nav.menu .dropdown-toggle::after {
  display: none;
}

nav.menu .dropdown-menu li {
  width: 100%;
}

nav.menu .dropdown-menu li + li {
  margin-left: 0;
  border-top: 1px solid #ebebeb;
}

.menu-mobile-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 20px;
  height: 16px;
}

.menu-mobile-btn .btn-mobile {
  display: block;
  width: 20px;
  height: 16px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.menu-mobile-btn .btn-mobile .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #006B39;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 2px;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(1) {
  top: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(2) {
  top: 0;
  bottom: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(3) {
  top: 0;
  bottom: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(4) {
  bottom: 0;
}

.menu-mobile-btn .btn-mobile.close {
  opacity: 1;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(1) {
  top: 0;
  opacity: 0;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(3) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(4) {
  bottom: 0;
  opacity: 0;
}

.slick-dots-container {
  overflow: hidden;
  display: block;
  padding: 0;
  position: relative;
  width: 5.5rem;
  margin: 0.625rem auto;
  height: 0.875rem;
}

.slick-dots-container > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: unset;
  height: 100%;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slick-dots-container > ul li.p-small-1,
.slick-dots-container > ul li.n-small-1 {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-dots-container > ul li.slick-active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #006B39;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.25rem;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #333;
  border-radius: 50%;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #006B39;
}

.slick-slide .item {
  float: left;
}

.breadcrumb-block {
  padding: 5px 20px;
  background-color: #333;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li .link {
  color: #ffffff;
  font-size: 12px;
  line-height: 40px;
}

.breadcrumb li .link:hover {
  color: #ffffff;
}

.breadcrumb li.active {
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb li + li {
  padding-left: 20px;
  margin-left: 10px;
}

.breadcrumb li + li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.pagination-block {
  text-align: center;
}

.pagination {
  margin: 0;
  display: inline-block;
}

.pagination .link {
  display: block;
  text-align: center;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #333;
  border-radius: 0px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.pagination .link:hover {
  background-color: #333;
  color: #ffffff;
}

.pagination .active .link {
  background-color: #333;
  color: #ffffff;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination li + li {
  margin-left: 6px;
}

.editor-content .font-base, .editor-content .editor-content, .editor-content p {
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
}

.editor-content p:last-child {
  margin-bottom: 0;
}

.editor-content img {
  height: auto !important;
}

.whead {
  margin-bottom: 15px;
}

.whead .title {
  margin: 0;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1em;
}

.btn {
  background: none;
  position: relative;
  overflow: hidden;
  top: 0;
  z-index: 10;
  border: 1px solid transparent;
  padding: 0 10px;
  min-width: 120px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  font-weight: bold;
  height: 69px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

.btn.fluid {
  min-width: inherit;
  width: 100%;
  position: relative;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #006B39;
  border-color: #006B39;
}

.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.actitve:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus:hover, .btn-primary.focus:hover {
  color: #006B39;
  background-color: #ffffff;
  border-color: #006B39;
}

.btn-primary.disabled, .btn-primary.disabled:hover {
  color: #ffffff;
  background-color: #006B39;
  border-color: #006B39;
  opacity: 2;
}

.btn-secondary {
  color: #ffffff;
  background-color: #BBBBBB;
  border-color: #BBBBBB;
}

.btn-secondary:hover, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.actitve:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .btn-secondary:focus:hover, .btn-secondary.focus:hover {
  color: #BBBBBB;
  background-color: #ffffff;
  border-color: #BBBBBB;
}

.btn-secondary.disabled, .btn-secondary.disabled:hover {
  color: #ffffff;
  background-color: #BBBBBB;
  border-color: #BBBBBB;
  opacity: 0.5;
}

.form-default .transition-ease, .form-default .floating-label {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.form-default .form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-default .control-label {
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  line-height: 1.2em;
}

.form-default .form-control {
  line-height: 1.2em;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  min-height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-default .form-control:focus {
  border-color: #333;
}

.form-default .floating-label {
  color: #333;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 9px;
}

.form-default .form-control:focus ~ .floating-label,
.form-default .form-control:not(:focus):valid ~ .floating-label {
  color: #333;
  font-size: 12px;
  left: 0;
  top: -22px;
}

.form-default .block-control {
  position: relative;
}

.form-default .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-default .has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-feedback {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-size: 100%;
}

.form-control-feedback:before {
  display: none;
}

.form-control-feedback.glyphicon-ok {
  background: url("../img/icon/checked.png") center no-repeat;
  background-size: 16px;
}

.form-control-feedback.glyphicon-remove {
  background: url("../img/icon/cancel.png") center no-repeat;
  background-size: 16px;
}

.radio-control {
  position: relative;
  display: inline-block;
  min-height: 34px;
  padding-left: 0;
}

.radio-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.radio-control .txt {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 20px;
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.radio-control input[type='radio'] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.radio-control input[type='radio']:checked ~ .icon {
  border-color: transparent;
  border-color: #333;
}

.radio-control input[type='radio']:checked ~ .icon:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #333;
  border-radius: 50%;
}

.checkbox-control {
  position: relative;
  display: inline-block;
}

.checkbox-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 0;
}

.checkbox-control .txt {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  display: block;
}

.checkbox-control input[type='checkbox'] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: calc(100% - 300px);
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkbox-control input[type='checkbox']:checked ~ .icon {
  border-color: transparent;
  background-color: #006B39;
}

.checkbox-control input[type='checkbox']:checked ~ .icon:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../img/icon/checkbox.png") center no-repeat;
  background-size: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00AA5A;
  width: 15px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background-color: #ececec;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #00AA5A;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
}

#modal_register .modal-dialog-centered {
  max-width: 1200px;
}

#modal_register .modal-dialog-centered .modal-body {
  padding: 30px;
}

#modal_register .modal-dialog-centered .title-head {
  font-size: 32px;
  font-weight: bold;
  color: #006B39;
  padding-left: 24px;
}

#modal_register .modal-dialog-centered .s-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-top: 25px;
}

#modal_register .modal-dialog-centered .list-modal-regis {
  font-size: 23px;
  line-height: 1em;
  color: #333;
  padding-left: 20px;
  margin-bottom: 0;
}

#modal_register .modal-dialog-centered .detail {
  font-size: 23px;
  line-height: 0.9em;
  color: #333;
  margin: 0;
}

#modal_register .modal-dialog-centered .close-regis {
  width: 50px;
  height: 50px;
  border: 4px solid #FF1B00;
  border-radius: 50%;
  font-size: 60px;
  color: #FF1B00;
  position: absolute;
  background-color: #fff;
  line-height: 0;
  opacity: 1;
  right: 0;
  top: -70px;
}

#modal_register .modal-dialog-centered .close-regis:hover {
  border: 4px solid #b51300;
  color: #b51300;
  background-color: #ffffff;
}

/* pages */
.title-box {
  color: #ffffff;
  background-color: #006B39;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

.main-slider .item .wrapper {
  height: 600px;
  width: 100%;
  display: table;
  background-color: #BBBBBB;
}

.main-slider .item .wrapper .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.section-login {
  background-image: url(../img/background/bg-login-R.png);
  height: calc(100vh - 110px);
  background-size: cover;
  background-repeat: no-repeat;
}

.login-page {
  height: calc(100vh - 110px);
}

.frame-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 150px);
}

.top-login {
  padding-top: 30px;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-login .b-text {
  padding-left: 10px;
  line-height: 1.3em;
}

.top-login .b-text .text {
  font-size: 28px;
  font-weight: bold;
  color: #006B39;
}

.top-login .b-text .sub-text {
  font-size: 22px;
  font-weight: normal;
}

.login-form {
  width: 380px;
  margin: 0 auto;
}

.login-form .btn-login {
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  height: 70px;
  border: none;
  outline: 0;
  border-radius: 10px;
  color: #ffffff;
  background-color: #006B39;
  margin-top: 30px;
  -webkit-box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
  box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
}

.login-form .btn-login:hover {
  background-color: #084422;
}

.login-form .line {
  font-size: 24px;
  font-weight: bold;
  color: #bababa;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.login-form .line span {
  background-color: #ffffff;
  padding: 0px 10px;
}

.login-form .line:before {
  content: "";
  position: absolute;
  width: 50%;
  border: 1px solid #bababa;
  top: 36px;
  left: 0;
  height: 1px;
  z-index: -1;
}

.login-form .line:after {
  content: "";
  position: absolute;
  width: 50%;
  border: 1px solid #bababa;
  top: 36px;
  right: 0;
  height: 1px;
  z-index: -1;
}

.login-form .title {
  margin: 0;
  color: #006B39;
  padding-bottom: 20px;
}

.login-form .label-form {
  font-size: 24px;
  font-weight: bold;
  color: #006B39;
  padding-top: 25px;
}

.login-form .form-input {
  height: 50px;
}

.login-form .form-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #CBCBCB;
  background-color: #f3f3f3;
}

.b-register {
  font-size: 22px;
  line-height: 0.9em;
}

.b-register .forgot-1 {
  margin-bottom: 0;
}

.b-register .forgot-password {
  text-decoration: none;
  color: #006B39;
}

.b-register .forgot-password:hover {
  color: #084422;
}

.btn-register {
  width: 100%;
  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;
  background-color: #006B39;
  height: 40px;
  border-radius: 10px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
}

.bg-sectiontwo {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-sectiontwo .section-intro {
  color: #ffffff;
  width: 700px;
  margin: 0 auto;
}

.bg-sectiontwo .section-intro .title {
  font-size: 49px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}

.bg-sectiontwo .section-intro .sub-title {
  font-size: 45px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}

.bg-sectiontwo .section-intro .text-detail {
  padding-top: 50px;
  font-size: 27px;
  line-height: 1em;
}

.bg-sectiontwo .section-intro .text-detail p {
  text-indent: 1em;
}

.bg-sectiontwo .section-intro .text-detail .d-1 {
  margin-bottom: 25px;
}

.register-page .banner {
  width: 100%;
  height: 485px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 110px;
  position: relative;
}

.register-page .banner .head-title {
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.register-page .banner .b-banner-text {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.register-page .banner .b-menu-banner {
  position: absolute;
  top: 50px;
  left: 0;
}

.register-page .banner .list-menu-banner {
  list-style-type: none;
}

.register-page .banner .list-menu-banner .item {
  display: inline;
  position: relative;
}

.register-page .banner .list-menu-banner .item:not(:last-child):before {
  content: "";
  position: absolute;
  top: -5px;
  right: -2px;
  width: 1px;
  height: 25px;
  background-color: #BBBBBB;
}

.register-page .banner .list-menu-banner .link-menu-banner.active {
  background-color: #ffffff;
  color: #006B39;
}

.register-page .banner .list-menu-banner .link-menu-banner {
  font-size: 24px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  margin: 0 10px;
}

.register-page .banner .list-menu-banner .link-menu-banner:hover {
  background-color: #ffffff;
  color: #006B39;
}

.register-page .register-content {
  height: auto;
}

.register-page .register-content .register-process.regis-cf {
  background-position: 0px 130px, -10px 130px;
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
}

.register-page .register-content .register-process {
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 860px;
}

.register-page .register-content .regis-card {
  width: 100%;
  height: auto;
  margin-top: -130px;
  background-color: #ffffff;
}

.register-page .register-content .laboratory {
  margin-top: -550px;
}

.register-page .register-content .b-laboratory {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 40px 30px;
  margin-top: 30px;
}

.register-page .register-content .organization {
  margin-top: 60px;
}

.register-page .register-content .b-organization {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 40px 30px;
  margin-top: 30px;
}

.register-page .register-content .address {
  margin-top: 60px;
}

.register-page .register-content .b-address {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  margin-top: 30px;
}

.register-page .register-content .b-address .d-regis-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.register-page .register-content .b-address .d-regis-end .radio-check {
  margin-top: 0;
}

.register-page .register-content .usernamePassword {
  margin-top: 60px;
}

.register-page .register-content .b-usernamePassword {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  margin-top: 30px;
}

.register-page .register-content .contact {
  margin-top: 60px;
}

.register-page .register-content .b-contact {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  margin-top: 30px;
}

.register-page .register-content .line-contact {
  border-top: 1px solid #FBD645;
  margin: 40px 0;
}

.register-page .register-content .verifyCode {
  margin-top: 60px;
}

.register-page .register-content .b-verifyCode {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  margin-top: 30px;
}

.register-page .register-content .b-verifyCode .refresh-regis {
  margin-left: 25px;
}

.register-page .register-content .title {
  font-size: 32px;
  font-weight: bold;
  color: #006B39;
  margin: 0;
  text-transform: uppercase;
}

.register-page .register-content .sub-title {
  font-size: 24px;
  color: #BBBBBB;
  margin: 0;
  text-transform: uppercase;
}

.register-page .register-content .nameInput {
  font-size: 24px;
  color: #006B39;
  min-width: 210px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}

.register-page .register-content .nameInput span {
  color: #ff1b00;
}

.register-page .register-content .bg-regis-ft {
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.register-page .register-content .privacy {
  font-size: 29px;
  margin-top: 30px;
}

.register-page .register-content .privacy .title {
  font-weight: normal;
}

.register-page .register-content .privacy .linkmodal-regis {
  color: #006B39;
  text-decoration: underline;
  font-weight: bold;
}

.register-page .register-content .privacy .linkmodal-regis:hover {
  color: #004424;
}

.regis-1 .line-process {
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
}

.regis-1 .line-process.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.regis-1 .line-process:first-of-type:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 10px;
  top: 240px;
  left: 5%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 1px solid #FBD645;
  background-color: #006B39;
}

.regis-1 .line-process:last-of-type:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 10px;
  top: 240px;
  left: 0;
  border-top-right-radius: 10px;
  border-left: 1px solid #FBD645;
  border-bottom-right-radius: 10px;
  background-color: #006B39;
}

.regis-1 .b-process {
  padding: 30px 0;
}

.regis-1 .b-process .text {
  font-size: 28px;
  font-weight: bold;
  color: #006B39;
  line-height: 1em;
  margin-top: 60px;
}

.form-register .form-input-regis {
  border-radius: 10px;
  font-size: 24px;
}

.form-register .form-input-regis:focus {
  border: 1px solid #CBCBCB;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f3f3f3;
}

.form-register .style-select {
  position: relative;
}

.form-register .style-select.flip .arrows-select {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.form-register .style-select .arrows-select {
  position: absolute;
  right: 15px;
  top: 17px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.form-register .style-select select:invalid {
  background-image: none;
}

.form-register .style-select select:valid {
  background-image: none;
}

.form-register .style-select select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.form-register .pt-regis {
  padding-top: 50px;
}

.form-register .pb-regis {
  padding-bottom: 20px;
}

.form-register .b-nameinput-regis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-register .b-nameinput-regis .img-vertify {
  width: 150px;
}

.form-register .radio-check:not(:first-of-type) {
  margin-top: 20px;
}

.form-register .radio-check input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.form-register .radio-check input[type="radio"] + .radio-label:before {
  content: "";
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid #00AA5A;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transform: all 400ms;
          transform: all 400ms;
}

.form-register .radio-check input[type="radio"]:checked + .radio-label:before {
  background-color: #00AA5A;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
}

.form-register .radio-check input[type="radio"]:focus + .radio-label {
  outline: none;
  border-color: #00AA5A;
}

.form-register .radio-check + .radio-label:empty:before {
  margin-right: 0;
}

.form-register .radio-check .radio-label {
  font-size: 24px;
  color: #333;
  line-height: 1em;
  margin: 0;
  margin-left: 30px;
  text-indent: -30px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-register .box-specify.active .b-specify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-register .box-specify.active .b-specify .specify-label {
  font-size: 22px;
  margin: 0;
  margin-left: 36px;
  margin-right: 30px;
  text-transform: uppercase;
  color: #BABABA;
}

.form-register .box-specify .b-specify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-register .box-specify .b-specify .specify-label {
  font-size: 22px;
  margin: 0;
  margin-left: 36px;
  margin-right: 30px;
  text-transform: uppercase;
}

.register-confirm .confirm-regis {
  margin-top: 60px;
}

.register-confirm .confirm-regis .b-success,
.register-confirm .confirm-regis .b-fail {
  width: 100%;
  height: 550px;
  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;
  background-color: #ffffff;
}

.text-fail {
  color: #ff1b00 !important;
}

.b-success .image,
.b-fail .image {
  text-align: center;
}

.b-success .text,
.b-fail .text {
  padding-top: 26px;
}

.b-success .text .t-1,
.b-fail .text .t-1 {
  font-size: 35px;
  color: #006B39;
  font-weight: bold;
}

.b-success .text .t-2,
.b-success .text .t-3,
.b-fail .text .t-2,
.b-fail .text .t-3 {
  font-size: 35px;
  color: #333;
}

.b-success .text .t-3,
.b-fail .text .t-3 {
  font-weight: bold;
}

.b-success .text p,
.b-fail .text p {
  margin: 0;
  line-height: 1.2em;
}

.btn-back-to-home {
  text-align: center;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 70px;
}

.btn-back-to-home .btn-bth {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 17px 70px;
  text-decoration: none;
  color: #ffffff;
  background-color: #006B39;
  -webkit-box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
}

.btn-back-to-home .btn-bth:hover {
  background-color: #084422;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.submit-form {
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
}

.submit-form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #006b39;
  z-index: -1;
}

.submit-form .b-submit {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-submit .cancel {
  display: block;
  font-size: 32px;
  font-weight: bold;
  padding: 16px 60px;
  background-color: #ffffff;
  color: #333;
  border: none;
  text-decoration: none;
  border-radius: 10px;
  height: 70px;
  line-height: 40px;
  -webkit-box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
}

.b-submit .cancel:focus {
  outline: 0;
}

.b-submit .cancel:hover {
  background-color: #6f6f6f;
  color: #ffffff;
}

.b-submit .btn-next-form {
  display: block;
  font-size: 32px;
  font-weight: bold;
  padding: 16px 60px;
  text-decoration: none;
  background-color: #006B39;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  height: 70px;
  line-height: 40px;
  -webkit-box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
}

.b-submit .btn-next-form:focus {
  outline: 0;
}

.b-submit .btn-next-form:hover {
  background-color: #084422;
}

.b-submit .btn-next-form:disabled {
  color: #4c9774;
}

.b-submit .btn-next-form:disabled:hover {
  background-color: #006B39;
}

.modal-body-height {
  height: 100%;
  overflow: hidden;
}

.b-body-height {
  padding: 30px 0;
}

#sticky {
  position: relative;
  will-change: min-height;
}

#sticky .sticky-inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.profile-topcard {
  width: 100%;
  height: auto;
  margin-top: -130px;
}

.profile-topcard .card-left,
.profile-topcard .card-right {
  width: 100%;
  height: 370px;
  padding: 26px;
  background-color: #ffffff;
}

.profile-topcard .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-topcard .text-title .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1em;
  color: #006B39;
}

.profile-topcard .text-title .detail {
  font-size: 15px;
  line-height: 1em;
  color: #333;
  margin: 0;
}

.card-search {
  margin-top: -480px;
}

.b-search {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 40px 30px;
  margin-top: 30px;
}

.cardProfile {
  margin-top: 60px;
}

.b-cardProfile {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-top: 30px;
}

.b-cardProfile .title {
  padding: 27px;
}

.btn-search {
  width: 100%;
  height: 50px;
  display: block;
  outline: 0;
  background-color: #006B39;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.table-profile {
  font-size: 22px;
  line-height: 0.9em;
  text-transform: uppercase;
}

.table-profile thead th {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.table-profile tbody td {
  text-align: center;
}

.table-profile .link-table {
  color: #000;
  font-weight: bold;
}

.table-profile .color-red {
  color: #ff1b00;
  font-weight: bold;
}

.table-profile .bg-green {
  background-color: #006B39;
  color: #ffffff;
}

.table-profile .bg-blue {
  background-color: #0160D6;
  color: #ffffff;
}

.table-profile .bg-red {
  background-color: #9A0121;
  color: #ffffff;
}

.table-profile .bg-yellow {
  background-color: #FFE400;
  color: #000;
}

.process {
  padding: 40px 20px 15px 20px;
  text-align: center;
  position: relative;
}

.process .b-text {
  padding-top: 46px;
}

.process .b-text .text {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.process .line-green.active-100 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.process .line-green.active-100 .b-text {
  color: #006B39;
}

.process .line-green.active-100:before {
  background-color: #006B39;
}

.process .line-green.active-50 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 0.5;
}

.process .line-green.active-50 .b-text {
  color: #006B39;
}

.process .line-green.active-50:before {
  background-color: #006B39;
}

.process .line-green {
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
}

.process .line-green .b-text {
  color: #333;
}

.process .line-green:before {
  content: "";
  position: absolute;
  bottom: 98px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #006B39;
  border-left: 2px solid #FBD645;
  border-right: 2px solid #FBD645;
}

.process .line-green:first-of-type:before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: none;
  border-right: 2px solid #FBD645;
}

.process .line-green:last-of-type:before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #FBD645;
  border-right: none;
}

.process .line-yellow.active-100 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.process .line-yellow.active-100 .b-text {
  color: #000000;
}

.process .line-yellow.active-100:before {
  background-color: #FFE400;
}

.process .line-yellow.active-50 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 0.5;
}

.process .line-yellow.active-50 .b-text {
  color: #000000;
}

.process .line-yellow.active-50:before {
  background-color: #FFE400;
}

.process .line-yellow {
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
}

.process .line-yellow .b-text {
  color: #FFE400;
}

.process .line-yellow:before {
  content: "";
  position: absolute;
  bottom: 98px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #FFE400;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

.process .line-yellow:first-of-type:before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: none;
  border-right: 2px solid #000000;
}

.process .line-yellow:last-of-type:before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #000000;
  border-right: none;
}

.process .line-red.active-100 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.process .line-red.active-100 .b-text {
  color: #9A0121;
}

.process .line-red.active-100:before {
  background-color: #9A0121;
}

.process .line-red.active-50 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 0.5;
}

.process .line-red.active-50 .b-text {
  color: #9A0121;
}

.process .line-red.active-50:before {
  background-color: #9A0121;
}

.process .line-red {
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
}

.process .line-red .b-text {
  color: #9A0121;
}

.process .line-red:before {
  content: "";
  position: absolute;
  bottom: 98px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #333;
  border-left: 2px solid #FFE400;
  border-right: 2px solid #FFE400;
}

.process .line-red:first-of-type:before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: none;
  border-right: 2px solid #FFE400;
}

.process .line-red:last-of-type:before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #FFE400;
  border-right: none;
}

.process .line-blue.active-100 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.process .line-blue.active-100 .b-text {
  color: #0160D6;
}

.process .line-blue.active-100:before {
  background-color: #0160D6;
}

.process .line-blue.active-50 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 0.5;
}

.process .line-blue.active-50 .b-text {
  color: #0160D6;
}

.process .line-blue.active-50:before {
  background-color: #0160D6;
}

.process .line-blue {
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
}

.process .line-blue .b-text {
  color: #0160D6;
}

.process .line-blue:before {
  content: "";
  position: absolute;
  bottom: 98px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #0160D6;
  border-left: 2px solid #FFE400;
  border-right: 2px solid #FFE400;
}

.process .line-blue:first-of-type:before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: none;
  border-right: 2px solid #FFE400;
}

.process .line-blue:last-of-type:before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #FFE400;
  border-right: none;
}

.b-btn-more {
  padding-top: 60px;
  width: 100%;
}

.b-btn-more .btn-more {
  display: block;
  width: 200px;
  height: 50px;
  background-color: #006B39;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  margin: 0 auto;
  -webkit-box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.b-btn-more .btn-more span {
  padding-left: 10px;
}

.b-btn-more .btn-more img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.partic-list .slick-dots {
  bottom: -20px;
}

.partic-2-list {
  margin-top: 20px;
}

.partic-2-list .slick-dots {
  bottom: -35px;
}

.partic-list .slider .slide-prev,
.partic-list .slider .slide-next,
.partic-2-list .slider .slide-prev,
.partic-2-list .slider .slide-next {
  font-size: 30px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #006B39;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.partic-list .slider .slide-prev,
.partic-2-list .slider .slide-prev {
  left: 0;
}

.partic-list .slider .slide-next,
.partic-2-list .slider .slide-next {
  right: 0;
}

.partic-list .slider .slick-slide .item,
.partic-2-list .slider .slick-slide .item {
  padding: 30px 25px;
}

.partic-list .slick-dots li,
.partic-2-list .slick-dots li {
  width: auto;
  height: 10px;
}

.partic-list .slick-dots li button,
.partic-2-list .slick-dots li button {
  background-color: #ffffff;
  border: 1px solid #006B39;
  width: 10px;
}

.partic-list .slick-dots li.slick-active button,
.partic-2-list .slick-dots li.slick-active button {
  background-color: #006B39;
  border: 1px solid #006B39;
  width: 40px;
  border-radius: 10px;
}

.b-percircle {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-percircle .text-circle-per {
  margin: 0;
}

.b-percircle .text-circle {
  font-size: 30px;
  color: #6a6a6a;
  text-align: center;
  padding-top: 20px;
}

.partic-2-list .b-percircle {
  display: block;
  padding: 0;
}

.partic-2-list .b-percircle .text-circle {
  font-size: 30px;
  color: #6a6a6a;
  text-align: left;
  padding-top: 0px;
  padding-left: 140px;
  width: auto;
}

.partic-2-list .b-percircle .text-circle .text {
  font-size: 24px;
  text-transform: uppercase;
  color: #006b39;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: bold;
  padding-top: 10px;
  width: auto;
}

.partic-2-list .b-percircle .text-circle .text span {
  font-size: 20px;
  font-weight: normal;
  color: #6a6a6a;
  line-height: 0.9em;
  text-transform: none;
}

.partic-2-list .b-percircle .text-circle-per {
  margin: 0;
}

.register-content.forgot-password {
  height: auto;
}

.register-content.forgot-password .register-process.regis-cf {
  background-position: 0px 130px, -10px 130px;
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
}

.register-content.forgot-password .register-process {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 70px;
}

.register-content.forgot-password .regis-card {
  width: 100%;
  height: auto;
  margin-top: -130px;
  background-color: #ffffff;
}

.register-content.forgot-password .laboratory {
  margin-top: -550px;
}

.register-content.forgot-password .b-laboratory {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 40px 30px;
  margin-top: 30px;
}

.register-content.forgot-password .organization {
  margin-top: 60px;
}

.register-content.forgot-password .b-organization {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 40px 30px;
  margin-top: 30px;
}

.register-content.forgot-password .address {
  margin-top: 60px;
}

.register-content.forgot-password .b-address {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  margin-top: 30px;
}

.register-content.forgot-password .b-address .d-regis-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.register-content.forgot-password .b-address .d-regis-end .radio-check {
  margin-top: 0;
}

.register-content.forgot-password .usernamePassword {
  margin-top: 60px;
}

.register-content.forgot-password .b-usernamePassword {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  margin-top: 30px;
}

.register-content.forgot-password .contact {
  margin-top: 60px;
}

.register-content.forgot-password .b-contact {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  margin-top: 30px;
}

.register-content.forgot-password .line-contact {
  border-top: 1px solid #FBD645;
  margin: 40px 0;
}

.register-content.forgot-password .verifyCode {
  margin-top: 60px;
}

.register-content.forgot-password .b-verifyCode {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  margin-top: 30px;
}

.register-content.forgot-password .b-verifyCode .refresh-regis {
  margin-left: 25px;
}

.register-content.forgot-password .title {
  font-size: 32px;
  font-weight: bold;
  color: #006B39;
  margin: 0;
  text-transform: uppercase;
}

.register-content.forgot-password .sub-title {
  font-size: 24px;
  color: #BBBBBB;
  margin: 0;
  text-transform: uppercase;
}

.register-content.forgot-password .nameInput {
  font-size: 24px;
  color: #006B39;
  min-width: 210px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}

.register-content.forgot-password .nameInput span {
  color: #ff1b00;
}

.register-content.forgot-password .bg-regis-ft {
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.register-content.forgot-password .privacy {
  font-size: 29px;
  margin-top: 30px;
}

.register-content.forgot-password .privacy .title {
  font-weight: normal;
}

.register-content.forgot-password .privacy .linkmodal-regis {
  color: #006B39;
  text-decoration: underline;
  font-weight: bold;
}

.register-content.forgot-password .privacy .linkmodal-regis:hover {
  color: #004424;
}

/* layouts */
.site-header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
  -webkit-box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
  box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
}

.site-header .menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}

.site-header .logo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

.site-header .logo-header .logo {
  padding-right: 10px;
}

.site-header .text-logo-header .text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  color: #006B39;
}

.site-header .text-logo-header .sub-text {
  font-size: 27px;
  line-height: 0.7em;
  color: #333;
}

.site-header .back-header {
  padding: 30px 0;
}

.site-header .back-header .back-to-login {
  display: block;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 32px;
  font-weight: bold;
  background-color: #006B39;
  color: #ffffff;
  text-decoration: none;
}

.site-header .back-header .back-to-login:hover {
  background-color: #084422;
}

.site-header .back-header .back-to-login span {
  padding-left: 10px;
  line-height: 1em;
  vertical-align: middle;
}

.site-header .b-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.site-header .b-profile:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 70px;
  width: 1px;
  height: 50px;
  background-color: #cbcbcb;
}

.site-header .b-profile .nofication {
  padding-right: 20px;
}

.site-header .b-profile .profile {
  padding-left: 20px;
}

.site-header .b-profile .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.site-header .b-profile .link-nofication {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 30px 0;
}

.site-header .b-profile .link-profile {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 30px 0;
}

.site-header .b-profile .link-profile .text {
  font-size: 30px;
  font-weight: bold;
  color: #006B39;
  padding-left: 20px;
}

.site-header .b-profile .link-profile .flip-arrows img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.site-header .b-profile .link-profile .b-hover {
  position: absolute;
  top: 110px;
  right: -50px;
  width: 550px;
  height: 0;
  background-color: #ffffff;
  opacity: 0;
  display: none;
}

.site-header .b-profile .link-profile .list-profile {
  list-style-type: none;
  padding-left: 0;
  display: none;
}

.site-header .b-profile .link-profile .list-profile li + li {
  margin-left: 0;
}

.site-header .b-profile .link-profile .list-profile .item {
  background-color: #ffffff;
}

.site-header .b-profile .link-profile .list-profile .item:not(:last-child) {
  border-bottom: 2px solid #D2D2D2;
}

.site-header .b-profile .link-profile .list-profile .item:hover {
  background-color: #006B39;
}

.site-header .b-profile .link-profile .list-profile .item:hover .item-link {
  color: #ffffff;
}

.site-header .b-profile .link-profile .list-profile .item:hover .b-item-link .image {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.site-header .b-profile .link-profile .list-profile .item-link {
  font-size: 32px;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 20px 40px;
  text-transform: uppercase;
}

.site-header .b-profile .link-profile .b-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .b-profile .link-profile .b-item-link .text-list {
  line-height: 0.9em;
  padding-left: 15px;
}

.site-header .b-profile .link-profile .b-item-link .image {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

.site-header .b-profile .link-profile:hover .flip-arrows img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.site-header .b-profile .link-profile:hover .b-hover {
  opacity: 1;
  display: block;
  height: 100vh;
}

.site-header .b-profile .link-profile:hover .list-profile {
  display: block;
}

.site-header .b-profile .icon {
  width: 50px;
  height: 50px;
  background-color: #006B39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
}

.site-header .b-profile .icon img {
  width: 30px;
}

.site-header .b-profile .icon span {
  position: absolute;
  top: -10px;
  right: -7px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  background-color: #ff1b00;
  color: #ffffff;
  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;
  z-index: 1;
}

.site-footer {
  font-size: 24px;
  color: #006B39;
  background-color: #ffffff;
}

.site-footer .address-ft {
  height: 55px;
  border-bottom: 1px solid #006B39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.site-footer .address-ft .icon-ft {
  padding-right: 10px;
}

.site-footer .copy-r {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .copy-r div {
  text-align: center;
}

.list-ft {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.list-ft .item {
  display: inline-block;
  padding-right: 20px;
}

.list-ft .item .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006B39;
  text-decoration: none;
  text-align: center;
}

.list-ft .item .item-link:hover {
  color: #084422;
}

@media (max-width: 1600px) {
  .container {
    max-width: inherit;
    width: 1210px;
  }
  .site-header {
    height: auto;
  }
  .site-header .text-logo-header .text {
    font-size: 26px;
  }
  .site-header .text-logo-header .sub-text {
    font-size: 24px;
  }
  .site-header .b-profile .link-profile, .site-header .b-profile .link-nofication {
    padding: 20px 0;
  }
  .site-header .b-profile:before {
    height: 40px;
  }
  .site-header .b-profile .link-profile .text {
    font-size: 26px;
  }
  .site-header .b-profile .link-profile .list-profile .item-link {
    font-size: 26px;
    padding: 15px 40px;
  }
  .site-header .b-profile .link-profile .image img {
    width: 35px;
  }
  .site-header .b-profile .icon img {
    width: 30px;
  }
  .site-header .b-profile .link-profile .b-hover {
    top: 90px;
  }
  .site-header .b-profile .icon span {
    font-size: 20px;
  }
  .site-header .back-header {
    padding: 20px 0;
  }
  .site-header .back-header .back-to-login {
    font-size: 28px;
  }
  .register-page .banner {
    margin-top: 90px;
  }
  .profile-topcard .text-title .title {
    font-size: 28px;
  }
  .login-form .title {
    padding-bottom: 0;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: inherit;
    width: 1200px;
  }
  .site-header .menu-header {
    padding: 0 20px;
  }
  .site-header .back-header .back-to-login {
    font-size: 24px;
  }
  .back-header .back-to-login img {
    width: 25px;
  }
  .register-page.register {
    overflow: unset;
  }
  .register-page {
    overflow: hidden;
  }
  .register-page .banner {
    height: 400px;
    margin-top: 80px;
  }
  .register-page .banner .head-title {
    font-size: 40px;
  }
  .register-page .banner .b-banner-text {
    right: 20px;
  }
  .register-page .banner .list-menu-banner {
    padding-left: 10px;
  }
  .register-page .register-content .regis-card {
    margin-top: -160px;
  }
  .regis-1 .line-process:first-of-type:before,
  .regis-1 .line-process:last-of-type:before {
    top: 170px;
  }
  .regis-1 .b-process {
    padding: 20px 0;
  }
  .regis-1 .b-process .text {
    font-size: 24px;
    margin-top: 45px;
  }
  .image.text-center img {
    width: 130px;
  }
  .register-page .register-content .laboratory {
    margin-top: -690px;
  }
  .register-page .register-content .title {
    font-size: 28px;
  }
  .register-page .register-content .sub-title {
    font-size: 22px;
  }
  .form-register .form-input-regis {
    font-size: 22px;
  }
  .form-default .form-group {
    margin-bottom: 0;
  }
  .register-page .register-content .b-laboratory,
  .register-page .register-content .b-organization,
  .register-page .register-content .b-address,
  .register-page .register-content .b-usernamePassword,
  .register-page .register-content .b-contact,
  .register-page .register-content .b-verifyCode {
    margin-top: 20px;
    padding: 20px;
  }
  .register-page .register-content .nameInput {
    font-size: 22px;
  }
  .form-register .radio-check .radio-label {
    font-size: 22px;
  }
  .form-register .pt-regis {
    padding-top: 30px;
  }
  .b-submit .cancel,
  .b-submit .btn-next-form {
    font-size: 24px;
    height: auto;
    padding: 5px 30px;
  }
  .submit-form .b-submit {
    height: 90px;
  }
  .b-card-right .num-text span {
    font-size: 150px !important;
  }
  .b-card-right .num-text {
    font-size: 32px;
  }
  .btn-search {
    font-size: 22px;
  }
  .top-login .b-text .text {
    font-size: 24px;
  }
  .top-login .b-text .sub-text {
    font-size: 20px;
  }
  .login-page, .section-login {
    height: calc(100vh - (45px * 2));
  }
  .login-form .label-form {
    font-size: 22px;
    padding-top: 15px;
  }
  .login-form .form-input {
    height: 40px;
  }
  .login-form .btn-login {
    font-size: 24px;
    margin-top: 20px;
    height: 55px;
  }
  .login-form .line {
    padding: 25px;
  }
  .login-form .line:before, .login-form .line:after {
    top: 32px;
  }
  .bg-sectiontwo .section-intro {
    padding: 0 60px;
  }
  .bg-sectiontwo .section-intro .title {
    font-size: 38px;
  }
  .bg-sectiontwo .section-intro .sub-title {
    font-size: 36px;
  }
  .bg-sectiontwo .section-intro .text-detail {
    font-size: 20px;
    padding-top: 20px;
  }
  .bg-sectiontwo .section-intro .text-detail .d-1 {
    margin-bottom: 20px;
  }
  .site-footer {
    font-size: 22px;
  }
  .site-footer .address-ft, .site-footer .copy-r {
    height: 45px;
  }
  .site-footer .address-ft .icon-ft {
    padding-right: 5px;
  }
  .site-footer .address-ft .icon-ft img {
    width: 25px;
  }
  .form-control-feedback {
    top: 13px !important;
  }
  #modal_register .modal-dialog-centered {
    max-width: 800px;
    margin-top: 60px;
  }
  .b-btn-more {
    padding-top: 50px;
  }
  .b-btn-more .btn-more {
    font-size: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .register-page .banner .list-menu-banner .link-menu-banner {
    font-size: 23px;
    margin: 0 7px;
  }
  .register-page .banner .b-banner-text {
    width: 550px;
    font-size: 23px;
    line-height: 0.9em;
  }
  .top-login {
    padding-top: 15px;
    padding-left: 25px;
  }
  .frame-login {
    height: calc(100% - 130px);
  }
  .bg-sectiontwo .section-intro {
    width: auto;
    padding: 0 50px;
  }
  .bg-sectiontwo .section-intro .title {
    font-size: 30px;
  }
  .bg-sectiontwo .section-intro .sub-title {
    font-size: 28px;
  }
  .bg-sectiontwo .section-intro .text-detail {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: inherit;
    width: 970px;
  }
  .register-page .banner .b-banner-text {
    width: auto;
    top: 100px;
    left: 25px;
  }
  .profile-topcard .text-title .title {
    font-size: 22px;
  }
  .b-card-right .num-text span {
    font-size: 140px !important;
  }
  .btn-search {
    font-size: 20px;
  }
  .btn-topcard {
    padding: 15px 0 !important;
  }
  .card-search {
    margin-top: -490px;
  }
  .b-process .image img {
    width: 90px;
  }
  .process {
    padding: 20px 20px 15px 20px;
  }
  .regis-1 .line-process:first-of-type:before,
  .regis-1 .line-process:last-of-type:before {
    top: 130px;
  }
  .register-page .register-content .laboratory {
    margin-top: -740px;
  }
  .bg-sectiontwo .section-intro .title {
    font-size: 30px;
  }
  .bg-sectiontwo .section-intro .sub-title {
    font-size: 28px;
  }
  .login-form .title {
    padding-bottom: 0;
  }
  .frame-login {
    height: calc(100% - 120px);
  }
  .partic-2-list .b-percircle .text-circle {
    width: auto;
    padding-left: 135px;
  }
  .partic-2-list .b-percircle .text-circle .text {
    width: auto;
  }
  .partic-list .slick-dotted.slick-slider,
  .partic-2-list .slick-dotted.slick-slider {
    margin: 0;
  }
  .partic-list .slick-dots {
    bottom: -10px;
  }
  .partic-2-list .slick-dots {
    bottom: -25px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  /*mobile-menu (start)*/
  .global-container {
    position: relative;
    overflow: hidden;
    right: 0;
  }
  .global-container.stk {
    overflow: unset;
  }
  .global-container .site-header .overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container .site-container {
    position: relative;
    right: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container .site-footer {
    position: relative;
    right: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container.sidebar-open .site-header .overlay {
    opacity: 1;
    visibility: visible;
  }
  .global-container.sidebar-open .site-container {
    right: 260px;
  }
  .global-container.sidebar-open .site-footer {
    right: 260px;
  }
  .site-header > .container {
    position: relative;
    z-index: 99;
  }
  .site-header .overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .menu-mobile-btn {
    display: none;
  }
  .site-header .menu-header {
    padding: 0 20px;
  }
  .site-header .b-profile .link-profile .text {
    display: none;
  }
  .site-header .b-profile .box .flip-arrows {
    padding-left: 10px;
  }
  .site-header .b-profile .icon {
    width: 40px;
    height: 40px;
  }
  .site-header .b-profile .icon img {
    width: 25px;
  }
  .site-header .b-profile:before {
    top: 20px;
    left: 56px;
  }
  .site-header .b-profile .nofication {
    padding-right: 15px;
  }
  .site-header .b-profile .profile {
    padding-left: 15px;
  }
  .site-header .b-profile .link-profile .b-hover {
    top: 80px;
    width: 360px;
  }
  .site-header .b-profile .link-profile .list-profile .item-link {
    font-size: 20px;
    padding: 10px 20px;
  }
  .site-header .b-profile .link-profile .image img {
    width: 30px;
  }
  .site-header .text-logo-header .text {
    font-size: 22px;
  }
  .site-header .text-logo-header .sub-text {
    font-size: 20px;
  }
  .site-header .back-header .back-to-login img {
    width: 30px;
  }
  .site-header .back-header .back-to-login span {
    padding-left: 5px;
  }
  .register-page .banner {
    margin-top: 80px;
  }
  .register-page .banner .head-title {
    font-size: 40px;
  }
  .profile-topcard .card-right {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto !important;
  }
  .btn-topcard {
    padding: 15px !important;
  }
  .card-search {
    margin-top: -200px;
  }
  .b-search {
    margin-top: 25px;
    padding: 20px;
  }
  .form-register .pb-regis {
    padding-bottom: 0;
  }
  .register-page .register-content .nameInput {
    padding-bottom: 10px;
  }
  .form-register .form-input-regis {
    margin-bottom: 15px;
  }
  .process {
    width: 100%;
    overflow: auto;
  }
  .b-cardProfile .b-process {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
  .b-cardProfile .b-process .image img {
    width: 100px;
  }
  .b-cardProfile .process .b-text .text {
    font-size: 25px;
    margin: 0;
  }
  .b-cardProfile .process .b-text {
    padding-top: 0;
    padding-left: 50px;
  }
  .b-cardProfile .process .line-green:before {
    width: 10px;
    height: 100%;
    bottom: 10px;
    left: 120px;
    border-left: none;
    border-right: none;
    border-top: 2px solid #FBD645;
    border-bottom: 2px solid #FBD645;
  }
  .b-cardProfile .process .line-green:first-of-type:before {
    border-bottom: 2px solid #FBD645;
    border-right: none;
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .b-cardProfile .process .line-green:last-of-type:before {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-left: none;
    border-bottom: none;
    border-top: 2px solid #FBD645;
  }
  .b-cardProfile .process .line-yellow:before {
    width: 10px;
    height: 100%;
    bottom: 10px;
    left: 120px;
    border-left: none;
    border-right: none;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .b-cardProfile .process .line-yellow:first-of-type:before {
    border-bottom: 2px solid #000000;
    border-right: none;
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .b-cardProfile .process .line-yellow:last-of-type:before {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-left: none;
    border-bottom: none;
    border-top: 2px solid #000000;
  }
  .b-cardProfile .process .line-red:before {
    width: 10px;
    height: 100%;
    bottom: 10px;
    left: 120px;
    border-left: none;
    border-right: none;
    border-top: 2px solid #FBD645;
    border-bottom: 2px solid #FBD645;
  }
  .b-cardProfile .process .line-red:first-of-type:before {
    border-bottom: 2px solid #FBD645;
    border-right: none;
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .b-cardProfile .process .line-red:last-of-type:before {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-left: none;
    border-bottom: none;
    border-top: 2px solid #FBD645;
  }
  .b-cardProfile .process .line-blue:before {
    width: 10px;
    height: 100%;
    bottom: 10px;
    left: 120px;
    border-left: none;
    border-right: none;
    border-top: 2px solid #FBD645;
    border-bottom: 2px solid #FBD645;
  }
  .b-cardProfile .process .line-blue:first-of-type:before {
    border-bottom: 2px solid #FBD645;
    border-right: none;
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .b-cardProfile .process .line-blue:last-of-type:before {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-left: none;
    border-bottom: none;
    border-top: 2px solid #FBD645;
  }
  .register-page .register-content .bg-regis-ft {
    padding-bottom: 40px;
  }
  /* table */
  .tbody {
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .tbody thead {
    display: none;
  }
  .tbody .tr {
    display: block;
    margin-bottom: 15px;
    background-color: #ffffff;
  }
  .tbody .tr .td {
    display: table;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .tbody .tr .td > div {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
  }
  .tbody .tr .head-xs {
    width: 150px;
    text-align: center;
  }
  .tbody .td.color-red .head-xs {
    font-weight: normal;
  }
  .tbody .tr.m-green .head-xs {
    background-color: #006B39;
    color: #ffffff;
  }
  .tbody .tr.m-yellow .head-xs {
    background-color: #FFE400;
    color: #000000;
  }
  .tbody .tr.m-red .head-xs {
    background-color: #9A0121;
    color: #ffffff;
  }
  .tbody .tr.m-blue .head-xs {
    background-color: #0160D6;
    color: #ffffff;
  }
  .tbody .tr .body-xs {
    width: calc(100% - 150px);
    background-color: #f5f5f5;
  }
  .tbody .tr .td:after {
    content: "";
    clear: both;
    display: block;
  }
  .tbody .th {
    display: none;
  }
  .table-bar table {
    border: unset;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ffffff;
  }
  /* end table */
  .site-footer .address-ft {
    height: auto;
    padding: 10px 0;
  }
  .site-footer .copy-r {
    height: auto;
    padding: 15px 0;
  }
  .register-page .register-content .nameInput {
    font-size: 20px;
  }
  .form-register .radio-check .radio-label {
    font-size: 20px;
  }
  .form-register .form-input-regis {
    font-size: 20px;
  }
  .form-register .style-select {
    margin-bottom: 15px;
  }
  .login-page {
    height: auto;
  }
  .bg-sectiontwo .section-intro {
    padding: 30px 80px;
  }
  .login-form .title {
    padding-bottom: 0;
  }
  .top-login {
    padding-top: 20px;
  }
  .login-form .line {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .login-form .line:before, .login-form .line:after {
    top: 27px;
  }
  .btn-register {
    margin-top: 10px;
  }
  .section-login {
    height: auto;
  }
  .frame-login {
    height: auto;
    padding: 30px 20px;
  }
  .partic-2-list .slick-dots {
    bottom: -10px;
  }
  .checkbox-control input[type='checkbox'] {
    width: calc(100% - 260px);
  }
  #modal_register .modal-dialog-centered {
    max-width: 700px;
  }
  #modal_register .modal-dialog-centered .modal-body {
    height: 550px;
    padding: 0 30px;
  }
  .b-btn-more {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .form-register .pt-regis {
    padding-top: 30px;
  }
  .form-register .box-specify .b-specify .specify-label {
    padding-bottom: 10px;
  }
  .form-register .box-specify.active .b-specify .specify-label {
    padding-bottom: 10px;
  }
  .register-page .register-content .b-laboratory,
  .register-page .register-content .b-organization,
  .register-page .register-content .b-address,
  .register-page .register-content .b-usernamePassword,
  .register-page .register-content .b-contact,
  .register-page .register-content .b-verifyCode {
    padding: 15px;
  }
  .register-page .register-content .title {
    line-height: 1em;
  }
  .register-page .register-content .sub-title {
    line-height: 1em;
  }
  .submit-form .b-submit {
    height: 90px;
  }
  .b-submit .cancel,
  .b-submit .btn-next-form {
    font-size: 25px;
    padding: 5px 20px;
    height: auto;
  }
  .confirm-regis .image img {
    width: 150px;
  }
  .b-success .text .t-1,
  .b-fail .text .t-1 {
    font-size: 28px;
  }
  .b-success .text .t-2,
  .b-success .text .t-3,
  .b-fail .text .t-2,
  .b-fail .text .t-3 {
    font-size: 23px;
  }
  .register-confirm .confirm-regis .b-success,
  .register-confirm .confirm-regis .b-fail {
    height: 380px;
    padding: 15px;
  }
  .btn-back-to-home .btn-bth {
    font-size: 25px;
    padding: 10px 40px;
  }
  .btn-back-to-home {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .frame-login {
    height: calc(100% - 363px);
  }
  .bg-sectiontwo .section-intro {
    padding: 20px 15px;
  }
  .bg-sectiontwo .section-intro .title {
    font-size: 24px;
  }
  .bg-sectiontwo .section-intro .sub-title {
    font-size: 20px;
  }
  .bg-sectiontwo .section-intro .text-detail {
    font-size: 18px;
  }
  .register-page .register-content .line-contact {
    margin: 20px 0;
  }
  #modal_register .modal-dialog-centered .modal-body {
    height: 500px;
    padding: 0 20px;
  }
  #modal_register .modal-dialog-centered .close-regis {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 10px;
    top: -55px;
  }
}

@media (max-width: 575.98px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .site-header .menu-header {
    padding: 0 10px;
  }
  .site-header .logo-header .logo {
    padding-right: 5px;
  }
  .site-header .text-logo-header .text {
    font-size: 18px;
  }
  .site-header .text-logo-header .sub-text {
    font-size: 18px;
  }
  .site-header .b-profile .box .flip-arrows {
    display: none;
  }
  .site-header .b-profile:before {
    display: none;
  }
  .site-header .b-profile .nofication {
    padding-right: 0;
  }
  .site-header .b-profile .profile {
    padding-left: 10px;
  }
  .site-header .b-profile .icon {
    width: 35px;
    height: 35px;
  }
  .site-header .b-profile .icon span {
    font-size: 18px;
    width: 20px;
    height: 20px;
    right: -5px;
    top: -7px;
  }
  .site-header .b-profile .icon img {
    width: 20px;
  }
  .site-header .text-logo-header .text {
    font-size: 15px;
  }
  .site-header .text-logo-header .sub-text {
    font-size: 16px;
  }
  .site-header .b-profile .link-profile .b-hover {
    top: 75px;
  }
  .site-header .back-header .back-to-login {
    padding: 10px;
  }
  .site-header .back-header .back-to-login span {
    display: none;
  }
  .site-header .back-header .back-to-login img {
    width: 25px;
  }
  .register-page .banner .b-menu-banner {
    top: 20px;
  }
  .register-page .banner .list-menu-banner {
    padding-left: 5px;
  }
  .register-page .banner .list-menu-banner .item {
    display: -ms-grid;
    display: grid;
  }
  .register-page .banner .list-menu-banner .item:not(:last-child) {
    padding-bottom: 10px;
  }
  .register-page .banner .list-menu-banner .item:not(:last-child):before {
    display: none;
  }
  .register-page .banner .b-banner-text {
    font-size: 18px;
    line-height: 1.1em;
    left: 15px;
  }
  .register-page .banner .head-title {
    font-size: 30px;
    line-height: 1em;
  }
  .register-page .banner .list-menu-banner .link-menu-banner {
    font-size: 18px;
  }
  .register-page .register-content .nameInput {
    font-size: 18px;
  }
  .form-register .radio-check .radio-label {
    font-size: 18px;
  }
  .profile-topcard .text-title .title {
    font-size: 20px;
  }
  .b-percircle .text-circle {
    font-size: 25px !important;
  }
  .btn-search.btn-topcard {
    font-size: 18px !important;
  }
  .btn-topcard {
    height: auto;
    padding: 10px !important;
  }
  .b-card-right .num-text {
    padding-bottom: 30px !important;
  }
  .b-card-right .num-text span {
    font-size: 110px !important;
  }
  .list-ft .item {
    display: block;
  }
  .list-ft .item .item-link {
    text-align: left;
    font-size: 20px;
  }
  .icon-ft img {
    max-width: 30px;
  }
  .text-ft {
    line-height: 0.9em;
  }
  .site-footer .copy-r div {
    text-align: center;
    line-height: 0.9em;
    font-size: 20px;
  }
  .login-form {
    width: 100%;
    padding: 0;
  }
  .frame-login {
    padding: 20px 15px;
  }
  .login-form .btn-login {
    font-size: 24px;
    height: 50px;
    margin-top: 20px;
  }
  .btn-register {
    height: 50px;
  }
  .b-register .forgot-1, .b-register .forgot-password {
    font-size: 26px;
    line-height: 0.9em;
  }
  .login-form .title {
    font-size: 35px;
  }
  .login-form .label-form {
    padding-top: 15px;
  }
  .top-login {
    padding: 15px 15px 0 15px;
  }
  .top-login .b-text .text {
    font-size: 20px;
  }
  .top-login .b-text .sub-text {
    font-size: 19px;
  }
  .profile-topcard .card-left,
  .profile-topcard .card-right {
    padding: 15px;
  }
  .partic-list .slick-dots {
    bottom: -30px;
  }
  .partic-list .slider .slick-slide .item,
  .partic-2-list .slider .slick-slide .item {
    padding: 25px 25px;
  }
  .partic-list .slick-dots {
    bottom: 0;
  }
  .partic-2-list .slick-dots {
    bottom: 0;
  }
  .partic-2-list .b-percircle {
    display: -ms-grid;
    display: grid;
  }
  .partic-2-list .b-percircle .text-circle {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .partic-2-list .b-percircle .text-circle-per {
    margin: 0 auto;
  }
  .register-page .register-content .title {
    font-size: 20px;
  }
  .register-page .register-content .sub-title {
    font-size: 18px;
  }
  .form-register .pt-regis {
    padding-top: 20px;
  }
  .register-page .register-content .organization,
  .register-page .register-content .address,
  .register-page .register-content .usernamePassword,
  .register-page .register-content .contact,
  .register-page .register-content .verifyCode {
    margin-top: 40px;
  }
  .register-page .register-content .b-address .d-regis-end {
    display: block;
  }
  .register-page .register-content .b-address .d-regis-end > div {
    padding-bottom: 15px;
  }
  .form-control-feedback {
    top: 12px !important;
  }
  .checkbox-control input[type='checkbox'] {
    width: calc(100% - 190px);
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
  }
  .b-cardProfile .b-process {
    margin-bottom: 5px;
  }
  .b-cardProfile .process .b-text .text {
    font-size: 20px;
  }
  .b-cardProfile .b-process .image img {
    width: 85px;
  }
  .b-cardProfile .process .line-green:before, .process .line-yellow:before,
  .b-cardProfile .process .line-red:before, .process .line-blue:before {
    left: 80px;
  }
  .b-cardProfile .process .b-text {
    padding-left: 70px;
  }
}

@media screen and (min-width: 992px) {
  .hide-lg {
    display: none;
  }
  .head-xs {
    display: none;
  }
}
/*# sourceMappingURL=source.css.map */