/* Color */
/* Responsive Size */
/**/
/* Misc */
/* BREAKPOINTS */
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fade {
  animation: fade 0.5s alternate forwards;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.color-white {
  color: #fff !important;
}

.color-green {
  color: #6FBC2D !important;
}

.color-blue {
  color: #293B94 !important;
}

.fixed {
  position: fixed !important;
}

.bg-grey {
  position: relative;
}
.bg-grey:before {
  content: "";
  background: #f7f7f7;
  display: block;
  position: absolute;
  left: -4000px;
  right: -4000px;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.bg-grey2 {
  position: relative;
}
.bg-grey2:before {
  content: "";
  background: #f2f2f2;
  display: block;
  position: absolute;
  left: -4000px;
  right: -4000px;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-auto {
  width: auto !important;
}

.font-noto {
  font-family: "Noto Sans", sans-serif;
}

.font-simsun {
  font-family: "SimSun", sans-serif;
}

.clearfix:before, .pagination:before, .clearfix:after, .pagination:after {
  content: " ";
  display: table;
}

.clearfix:after, .pagination:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  padding: 40px 30px;
  display: none;
}
@media (max-width: 767px) {
  .popup {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
  }
}
.popup__table {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  table-layout: fixed;
}
.popup__table-cell {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.popup__container {
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.popup__content {
  background: #fff;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}
.popup__close {
  display: inline-block;
  border: 0px solid #fff;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 2;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  background: #293B94;
}
@media (max-width: 767px) {
  .popup__close {
    top: -25px;
    right: -5px;
  }
}
.popup__close span {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.popup__close span:before, .popup__close span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 60%;
  left: 20%;
  height: 6px;
  margin-top: -3px;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .popup__close span:before, .popup__close span:after {
    height: 5px;
    margin-top: -2px;
  }
}
.popup__close span:after {
  transform: rotate(-45deg);
}
.popup__close span:before {
  transform: rotate(45deg);
}
.popup__close:hover {
  background: #6FBC2D;
  transform: scale(1.1);
}
.popup__close--inside {
  border: 0;
  right: 15px;
  top: 15px;
}
@media (max-width: 767px) {
  .popup__close--inside {
    right: 10px;
    top: 10px;
  }
}
.popup__close--inside span:after, .popup__close--inside span:before {
  background: #2f2f2f;
  width: 100%;
  left: 0;
}
.popup__close--inside:hover span:after, .popup__close--inside:hover span:before {
  background: #6FBC2D;
}
.popup__to-top {
  position: fixed;
  bottom: 15px;
  bottom: -15px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #293B94 url("../../../img/nscc/arrow-up-big.png") center no-repeat;
  background-position: center 15px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
}
.popup__to-top.show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  bottom: 15px;
}
.popup__to-top:active {
  transition: 0.05s;
  transform: scale(0.9);
}

#popupRegister {
  overflow-y: scroll;
}
#popupRegister .popup2__table-cell {
  vertical-align: top;
}

#sodo_wraper {
  margin-top: 12px;
}

.nscc-wrapper {
  margin-top: 20px;
  line-height: 1.375;
  background-color: white;
}

.nscc-layout {
  text-align: right;
  font-size: 0;
  margin-bottom: -7px;
}
.nscc-layout__item {
  display: inline-block;
  height: 30px;
  border-right: 1px solid #293B94;
  vertical-align: middle;
  padding: 0 15px;
}
.nscc-layout__item:last-child {
  border: 0;
}
.nscc-layout__item button {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  opacity: 0.5;
  border: 0;
  background: none;
  transition: 0.3s;
  transform: rotate(0.00002deg);
}
.nscc-layout__item button svg {
  display: inline-block;
}
.nscc-layout__item button svg path, .nscc-layout__item button svg rect {
  transition: 0.3s;
}
.nscc-layout__item button:hover {
  opacity: 1;
}
.nscc-layout__item button:hover svg path, .nscc-layout__item button:hover svg rect {
  fill: #6FBC2D;
}
.nscc-layout__item button:active {
  transition: 0.05s;
  transform: scale(0.9);
}
.nscc-layout__item.active button {
  cursor: default;
  opacity: 1;
}
.nscc-layout__item.active button svg path, .nscc-layout__item.active button svg rect {
  fill: #293B94 !important;
}

.nscc-title {
  text-transform: uppercase;
  color: #293B94;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .nscc-title {
    text-align: center;
  }
}
.nscc-title h2 {
  display: inline-block;
  font-family: "robotobold";
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .nscc-title h2 {
    background: none;
    margin-bottom: 5px;
  }
}
.nscc-title:after {
  content: "";
  display: block;
  height: 1px;
  background: #293B94;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .nscc-title:after {
    bottom: 0;
    top: auto;
  }
}

.nscc-filter {
  text-align: right;
  font-size: 0;
  margin-top: -3px;
}
.nscc-filter button {
  display: inline-block;
  width: 130px;
  height: 50px;
  background: #6FBC2D;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 0px;
  border-radius: 10px;
  margin-left: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  font-family: "robotobold";
  border: 0;
  transition: 0.3s;
  transform: rotate(0.00002deg);
}
.nscc-filter button:hover {
  background: #79dc25;
}
.nscc-filter button:active {
  transition: 0.05s;
  transform: scale(0.95);
}
.nscc-filter button.active {
  background: #293B94;
}
.nscc-filter button.active:hover {
  background: #2e4ad8;
}

.nscc-filter-tab-content > section {
  display: none;
}
.nscc-filter-tab-content > section.active {
  display: block;
}

.person-carousel {
  display: block;
  font-size: 0;
  margin-top: 15px;
  white-space: nowrap;
  text-align: center;
  min-height: 308px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .person-carousel {
    margin-top: 30px;
    min-height: 0;
  }
}
.person-carousel:after, .person-carousel:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 10%;
  z-index: 1;
  top: 0;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.person-carousel:before {
  left: 0;
}
.person-carousel:after {
  right: -1px;
  transform: scaleX(-1);
}
.person-carousel__cell {
  width: 33.33%;
  width: 258px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
  padding-top: 10px;
}
.person-carousel__cell.slick-slide .person-item__img {
  transform: scale(0.55);
  transition: 0.3s;
}
.person-carousel__cell.slick-slide .person-item__name, .person-carousel__cell.slick-slide .person-item__title {
  opacity: 0;
  transition: 0.3s;
}
.person-carousel__cell.slick-slide a {
  pointer-events: none;
}
.person-carousel__cell.slick-current .person-item__img {
  transform: scale(1);
}
.person-carousel__cell.slick-current .person-item__name, .person-carousel__cell.slick-current .person-item__title {
  opacity: 1;
}
.person-carousel__cell.slick-current a {
  pointer-events: all;
}
.slick-initialized .person-carousel__cell {
  opacity: 1;
}
.person-carousel__pages {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  .person-carousel__pages {
    display: block;
  }
}
.person-carousel .slick-arrow {
  position: absolute;
  top: 0;
  margin-top: 100px;
  width: auto;
  height: auto;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
.person-carousel .slick-arrow svg path {
  transition: 0.3s;
}
.person-carousel .slick-arrow:after, .person-carousel .slick-arrow:before {
  display: none;
}
.person-carousel .slick-arrow.slick-prev {
  left: 0;
}
.person-carousel .slick-arrow.slick-next {
  right: 0;
}
.person-carousel .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}
@media (min-width: 768px) {
  .person-carousel .slick-arrow:hover svg path {
    fill: #6FBC2D;
  }
}
.person-carousel .slick-arrow:active {
  transition: 0.05s;
  transform: translate(0, -50%) scale(0.9);
}

.person-grid {
  display: block;
  font-size: 0;
  margin-top: 15px;
  text-align: center;
  min-height: 308px;
}
@media (max-width: 767px) {
  .person-grid {
    min-height: 0;
  }
}
.person-grid__cell, .person-grid .person-carousel__cell {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  opacity: 1;
}

.person-item {
  font-size: 0px;
  text-align: center;
  padding-bottom: 15px;
}
.person-item__img {
  font-size: 0;
  width: 180px;
  display: inline-block;
  position: relative;
}
.person-item__img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #293B94;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0.99);
}
a:hover .person-item__img:after {
  transform: scale(1.11);
}
a:active .person-item__img:after {
  transition: 0.05s;
  transform: scale(1.05);
}
.person-item__img img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  transform: scale(1);
}
a:hover .person-item__img img {
  transform: scale(1.02);
}
a:active .person-item__img img {
  transition: 0.05s;
  transform: scale(0.95);
}
.person-item__name {
  font-size: 16px;
  color: #293B94;
  font-family: "robotobold";
  margin-top: 20px;
}
@media (max-width: 767px) {
  .person-item__name {
    margin-top: 15px;
  }
}
.person-item__title {
  color: #393939;
  line-height: 1.42;
  font-size: 14px;
}
.person-item a {
  display: block;
}

.nscc-tree-line {
  width: 1px;
  height: 60px;
  background: #293B94;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .nscc-tree-line {
    height: 40px;
  }
}

.person-detail {
  width: 1000px;
  max-width: 100%;
  line-height: 1.375;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}
@media (max-width: 767px) {
  .person-detail {
    display: block;
  }
}
.person-detail__info {
  padding: 25px;
  width: 37%;
  color: #293B94;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 767px) {
  .person-detail__info {
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.person-detail__info__img {
  width: 224px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .person-detail__info__img {
    max-width: 224px;
    width: 74%;
  }
}
.person-detail__info__img img {
  width: 100%;
}
.person-detail__info__name {
  font-size: 20px;
  font-family: robotobold;
  margin-top: 25px;
  width: 100%;
}
.person-detail__info__title {
  margin-top: 10px;
  font-size: 16px;
}
.person-detail__content {
  padding: 25px;
  padding-left: 0;
  width: 63%;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .person-detail__content {
    display: block;
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
}
.person-detail__content__inner {
  max-height: 550px;
  overflow: auto;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .person-detail__content__inner {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .person-detail__content__inner {
    max-height: none;
    padding-right: 0;
  }
}
.person-detail__content__inner .mCSB_outside + .mCSB_scrollTools {
  right: 0;
  opacity: 1;
}
.person-detail__content__inner .mCSB_scrollTools .mCSB_draggerRail {
  background: #ddd;
}
.person-detail__content__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #293B94 !important;
  opacity: 1 !important;
}
.person-detail__content__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #2643d0 !important;
}
.person-detail__content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.person-detail__content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.person-detail__content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.person-detail__content h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  margin-bottom: 4px;
}
.person-detail__content h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.person-detail__content h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.person-detail__content p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.person-detail__content ul {
  display: block;
  list-style-type: none;
  list-style-position: inside;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-left: 0;
  margin-top: 5px;
}
.person-detail__content li {
  display: list-item;
}
.person-detail__content li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #293B94;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.person-group {
  margin-bottom: 10px;
}
.person-group__head {
  font-family: robotobold;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background: #6FBC2D;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.person-group__head:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url("../../../img/nscc/arrow-up.png") center no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.3s;
}
.expanded .person-group__head {
  background: #293B94;
}
.expanded .person-group__head:after {
  transform: scaleY(-1);
}
.person-group__content {
  border: 1px solid #D4E2FF;
  margin-top: -5px;
  border-radius: 0 0 5px 5px;
  padding: 0 5px;
  display: none;
}
.person-group + .nscc-tree-line {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .person-group + .nscc-tree-line {
    margin-top: 28px;
  }
}
.person-group .person-carousel__pages {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #ttll_down .taive, .warp_col_map, .warp_cold_pp, .warp_coltd, .warp_kh_chinh, .warp_trungtam_infor, .warp_ttll_chinh, .wrap_col4 {
    width: 100%;
  }

  .wrap_col1 {
    display: none;
  }
}