@charset "UTF-8";
@font-face {
  font-family: 'Notification';
  src: url([object Module]);
  src: url([object Module]?#iefixs3g3t9) format("embedded-opentype"), url([object Module]) format("woff"), url([object Module]) format("truetype"), url([object Module]#notification) format("svg");
  font-weight: normal;
  font-style: normal;
}

.notification-container {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 320px;
  padding: 0px 15px;
  max-height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto;
}

.notification {
  box-sizing: border-box;
  padding: 15px 15px 15px 58px;
  border-radius: 2px;
  color: #fff;
  background-color: #ccc;
  box-shadow: 0 0 12px #999;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  opacity: 0.9;
  margin-top: 15px;
}

.notification .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.notification:hover, .notification:focus {
  opacity: 1;
}

.notification-enter {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}

.notification-enter.notification-enter-active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s;
}

.notification-leave {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.notification-leave.notification-leave-active {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
  transition: all 0.4s;
}

.notification:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -14px;
  display: block;
  font-family: 'Notification';
  width: 28px;
  height: 28px;
  font-size: 28px;
  text-align: center;
  line-height: 28px;
}

.notification-info {
  background-color: #2f96b4;
}

.notification-info:before {
  content: "\F05A";
}

.notification-success {
  background-color: #51a351;
}

.notification-success:before {
  content: "\F058";
}

.notification-warning {
  background-color: #f89406;
}

.notification-warning:before {
  content: "\F06A";
}

.notification-error {
  background-color: #bd362f;
}

.notification-error:before {
  content: "\F057";
}

.gx-app-logo-content-bg:before {
  background-color: unset;
}

.gx-app-logo-content {
  width: 45%;
}

.gx-app-login-container {
  width: 25%;
  max-width: 350px;
  min-width: 260px;
}

.gx-app-login-content {
  width: 100%;
}

.login-form-forgot {
  float: right;
}

.ant-form-vertical .ant-form-item-label {
  padding: 0;
}

.gx-app-login-main-content {
  border-radius: 5px;
}
.gx-app-logo-content-bg img{
  object-fit: cover;
}

.gx-app-login-wrap {
  background-image: url("/images/banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100%;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);
}

.gx-col-padding-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.gx-col-padding-right-0 {
  padding-right: 0;
}

.gx-card-header {
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 2px solid #005aa6;
}

.gx-card-header .ant-card-body {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* .table-custom-first .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border-bottom: 1px solid white;
}
.table-custom-first .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
}
.table-custom-first .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
    font-weight: 100;
}
.table-custom-first .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.gx-mt-30{
    margin-top: 30px;
}
 */
 .table-custom-two .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border: 1px solid rgb(241, 241, 241);
}
.table-custom-two .ant-table-tbody > tr > td{
    border: 1px solid rgb(241, 241, 241);
}
.nav-tab .ant-tabs-nav-wrap{
    background: none !important;
}
.nav-tab .ant-tabs-nav-list {
    margin-left: 0 !important;
}
.nav-tab .ant-tabs-nav{
    margin-bottom: 50px !important;
}
.title-nav {
    text-align: center;
    color: #115aa6;
    text-transform: uppercase;
}
.header-nav p{
    text-align: center;
}
.nav-tab .ant-tabs-tab {
    margin: 0 20px 0 0 !important;
}

.break-line {
  word-break: break-all !important;
}

.banner {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 60px
}
.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cicle-stt{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  background: #005AA6;
  color: white;
  font-weight: 100;
  margin: 0 auto;
}

.imgFile {
  width: 30px !important;
  height: 30px !important;
}
.table-custom-first .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border-bottom: 1px solid white;
}
.table-custom-first .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    /* font-weight: 100; */
}
.table-custom-first .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
    /* font-weight: 100; */
}
.table-custom-first .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.gx-mt-30{
    margin-top: 30px;
}
.table-custom-two .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    /* font-weight: 100; */
    border: 1px thin #ccc;
}
.table-custom-two .ant-table-tbody > tr > td{
    border: 1px thin #ccc;
}
.table-custom-two .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    /* font-weight: 100; */
}
.table-custom-two .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
}
.table-custom-two .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.nav-tab .ant-tabs-nav-wrap{
    background: none !important;
}
.nav-tab .ant-tabs-nav-list {
    margin-left: 0 !important;
}
.nav-tab .ant-tabs-nav{
    margin-bottom: 50px !important;
}
.title-nav {
    text-align: center;
    color: #115aa6;
    text-transform: uppercase;
}
.header-nav p{
    text-align: center;
}
.nav-tab .ant-tabs-tab {
    margin: 0 20px 0 0 !important;
}
/*.ant-table-tbody {*/
/*  display: none;*/
/*}*/

.ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 2px solid #005aa6;
}

.ant-table-wrapper {
  padding-bottom: 10px;
}

.gx-profile-banner {
  padding: 32px;
  padding-bottom: 88px;
  margin: -32px;
  margin-bottom: -80px;
  background-color: #003366;
  color: #ffffff;
  position: relative;
}
.pd-10{
  padding: 10px;
}
.title-statistical{
  text-transform: uppercase;
  font-size: 20px;
  border-left: 5px solid #115aa6;
  padding-left: 10px;
  color: #115aa6;
  font-weight: 800;
  margin-bottom: 20px;
}
.schedule-of-activities table thead tr th:nth-child(1){
  text-align: center;
}
.schedule-of-activities table tbody tr td:nth-child(1){
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .gx-profile-banner {
    padding: 20px 15px;
    padding-bottom: 83px;
    margin: -20px -15px;
    margin-bottom: -80px;
  }
}

.gx-profile-banner {
  display: none;
}

/* .gx-profile-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
} */

.gx-profile-banner > div {
  position: relative;
  z-index: 2;
}
.gx-mb-60{
  margin-bottom: 60px;
}
.gx-profile-banner-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .gx-profile-banner-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 25px;
  }
}

.gx-profile-banner-top-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 575px) {
  .gx-profile-banner-top-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 25px;
  }
}

.gx-profile-banner-avatar {
  margin-right: 1.5rem;
}

@media (max-width: 575px) {
  .gx-profile-banner-avatar {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

.gx-profile-banner-top-right {
  text-align: center;
  margin-left: auto;
}

@media (max-width: 575px) {
  .gx-profile-banner-top-right {
    margin-left: 0;
  }
}

.gx-profile-banner-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 575px) {
  .gx-profile-banner-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .gx-profile-banner-bottom .gx-tab-list {
    margin-bottom: 10px;
  }
}

.gx-profile-banner h1,
.gx-profile-banner h2,
.gx-profile-banner h3,
.gx-profile-banner h4,
.gx-profile-banner h5,
.gx-profile-banner h6,
.gx-profile-banner .h1,
.gx-profile-banner .h2,
.gx-profile-banner .h3,
.gx-profile-banner .h4,
.gx-profile-banner .h5,
.gx-profile-banner .h6 {
  color: #ffffff;
}

.gx-profile-banner .gx-link {
  color: #ffffff;
}

.gx-profile-banner .gx-link:hover,
.gx-profile-banner .gx-link:focus {
  color: #fa8c15;
}

.gx-dashboard-content {
  position: relative;
  z-index: 2;
  top: 0;
}

.gx-profile-setting {
  margin-left: auto;
}

@media (max-width: 575px) {
  .gx-profile-setting {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .gx-dashboard-content-right {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
  }

  .gx-dashboard-content-right .gx-text-truncate {
    width: auto;
    margin-left: auto;
  }
}

.gx-pro-contact-list:not(:last-child) {
  margin-bottom: 1rem;
}

.gx-card-widget .ant-card-body {
  padding: 12px;
}

.gx-card-widget-p-0 .ant-card-body {
  padding: 0;
}

.gx-card-dashboard {
  height: 100% !important;
}

.ant-card.gx-card-dashboard,
.ant-card.gx-card-dashboard-guest {
  margin-bottom: 0;
}

.gx-card-dashboard .ant-card-head-title,
.gx-card-dashboard-guest .ant-card-head-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  float: left;
}

.gx-card-dashboard .ant-card-head,
.gx-card-dashboard-guest .ant-card-head {
  padding-bottom: 0;
  padding-top: 5px
}

.gx-card-light-primary {
  color: #446ab1;
  background-color: #E1F0FF;
  border: transparent;
}

/* Time Table Widget */
.ant-card-body .ant-timetable-head {
  padding-top: 17px !important;
  padding-left: 12px !important;
  background-color: #005aa6;
  border-radius: unset;
}

.ant-tabs {
  width: 100%;
}

.ant-tabs-top > .ant-tabs-nav, .ant-tabs-bottom > .ant-tabs-nav, .ant-tabs-top > div > .ant-tabs-nav, .ant-tabs-bottom > div > .ant-tabs-nav {
  margin-bottom: 0;
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  background-color: #005aa6;
  color: #fff;
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  background-color: #fff;
  color: #005aa6;
}

.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 10px 12px !important;
  font-size: 11px !important;
  border: unset;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: 400;
  color: #005aa6;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type), .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type), .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type), .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-right: 0;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 0;
}

.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  font-size: 12px;
  text-transform: uppercase;
}

.ant-table-small .ant-table-thead > tr > th {
  background-color: #f5f5f5;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  padding-top: 12px;
  background: #005aa6;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  margin-left: 12px;
}

.ant-table.ant-table-bordered > .ant-table-container {
  border: unset;
}

.gx-table-thead-no-bordered .ant-table-thead > tr > th {
  background: unset !important;
  border-bottom: 1px solid #e8e8e8;
  border-right: unset !important;
}

.gx-table-thead-no-bordered .ant-table-tbody > tr > td:last-child {
  border-right: unset !important;
}

.gx-table-thead-no-bordered .ant-table-placeholder > td {
  border-bottom: unset !important;
}

.gx-table-striped-rows .ant-table-tbody tr:nth-child(2n+1) > td {
  background-color: #fafafa;
}

.gx-table-striped-rows .ant-table-placeholder > td {
  background-color: #ffffff !important;
}

/* Booking Widget */
.gx-booking-form .ant-form-item-explain.ant-form-item-explain-error {
  display: none;
}

/* Notification Widget */
.gx-notification-row {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}

.gx-notification-date {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
}

.gx-notification-date .gx-notification-day {
  font-size: 20px;
}

.gx-notification-date .gx-notification-month {
  font-size: 9px;
  text-transform: capitalize;
}

.gx-notification-title {
  padding-left: 10px;
  padding-right: 0;
  font-size: 13px;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}

/* Internal News & Events */
.news-row, .event-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.event-row {
  border-bottom: unset;
}

.news-title, .news-title-sm, .event-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.event-title {
  font-size: 16px;
  margin-top: 5px;
}

.news-title-sm {
  font-size: 14px !important;
}

.news-title:not(:first-child) {
  font-size: 14px;
}

.news-time, .event-time {
  font-size: 11px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center
}

.news-summary, .event-summary {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #808080;
  font-weight: 400;
}

.event-summary {
  font-size: 12px
}

.gx-bottom-4px {
  bottom: 4px !important;
}

/* Personal Widget */
.gx-personal-calendar {
  width: 15%;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.gx-plan-details {
  text-transform: capitalize;
  font-size: 12px;
}

.gx-progress-circle-orange .ant-progress-circle-path {
  stroke: #ffd242 !important;
}

/*.gx-progress-personal .ant-progress-text {*/
/*  top: 45%;*/
/*  left: 45%;*/
/*}*/

.gx-progress-personal .ant-progress-circle {
  margin: 0 !important;
}

.gx-progress-personal {
  margin: 0
}

.gx-progress-plan-item {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

.gx-plan-details-item {
  webkit-box-shadow: 0px 1px 2px 2px rgb(0 0 0 / 3%);
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px 2px rgb(0 0 0 / 3%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  width: 100%;
  margin-bottom: 0.75rem !important;
  padding: 0.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* list-item-category */
.list-item-category {
  margin-top: 10px;
}
.item-category {
  width: 100%;
  height: 100px;
  border-radius: 15px;
  padding: 15px !important;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.item-category .item-category-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
}
.item-category-head {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #3535356e;
  display: none;
  /* justify-content: center;
  align-items: center; */
}
.item-category:hover .item-category-head{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mg-0 {
  margin: 0 !important;
}

.item-category .item-category-body h2 {
  font-size: 15px;
  text-align: center;
}
.item-category .item-category-body p {
  font-size: 25px;
  font-weight: bold;
  padding-top: 5px;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url([object Module]) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url([object Module]);
    src: url([object Module]?#iefix) format('embedded-opentype'), url([object Module]) format('woff'), url([object Module]) format('truetype'), url([object Module]#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.gx-layout-sider-scrollbar {
  height: calc(100vh - 100px) !important;
}

.gx-no-box-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.box-logout{
  height: 60px;
  overflow: hidden;
  transition: 0.3s;
}
.avatar-icon{
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
}

.ant-layout-footer {
  background: #003266 !important;
  color: #ffffff !important;
}

.gx-layout-sider-header {
  border-right: 1px solid #e8e8e8;
}

.previewCard {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 0.365);
  position: relative;
  margin: 10px 0px;
}

.previewCard .icon-preview {
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.preview-img input {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.preview-img img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer {
  margin-top: 40px;
  background-color: #efefef;
  padding: 32px;
}
.footer .title {
  text-transform: uppercase;
  font-weight: 500;
}
.footer .list-item-ft {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 25px;
}
.footer .list-item-ft li a {
  text-decoration: none;
  color: black;
}
.footer .footer__chung-nhan {
  padding-left: 60px;
}
.footer .footer__chung-nhan img {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.slogan_cpy {
  text-transform: uppercase;
  color: #005aa6;
  font-size: 22px;
  font-weight: 600;
}
.icon-menu-top i {
  float: right;
  margin-right: 15px;
}

.flag {
  display: inline-block;
  background-repeat: no-repeat;
}

.flag.flag-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url([object Module]);
  background-repeat: no-repeat;
}

.flag.flag-24.flag-abkhazia {
  background-position: -0px -0px;
}

.flag.flag-24.flag-basque-country {
  background-position: -24px -0px;
}

.flag.flag-24.flag-british-antarctic-territory {
  background-position: -48px -0px;
}

.flag.flag-24.flag-commonwealth {
  background-position: -72px -0px;
}

.flag.flag-24.flag-england {
  background-position: -96px -0px;
}

.flag.flag-24.flag-gosquared {
  background-position: -120px -0px;
}

.flag.flag-24.flag-kosovo {
  background-position: -144px -0px;
}

.flag.flag-24.flag-mars {
  background-position: -168px -0px;
}

.flag.flag-24.flag-nagorno-karabakh {
  background-position: -192px -0px;
}

.flag.flag-24.flag-nato {
  background-position: -216px -0px;
}

.flag.flag-24.flag-northern-cyprus {
  background-position: -240px -0px;
}

.flag.flag-24.flag-olympics {
  background-position: -264px -0px;
}

.flag.flag-24.flag-red-cross {
  background-position: -288px -0px;
}

.flag.flag-24.flag-scotland {
  background-position: -312px -0px;
}

.flag.flag-24.flag-somaliland {
  background-position: -336px -0px;
}

.flag.flag-24.flag-south-ossetia {
  background-position: -360px -0px;
}

.flag.flag-24.flag-united-nations {
  background-position: -384px -0px;
}

.flag.flag-24.flag-unknown {
  background-position: -0px -24px;
}

.flag.flag-24.flag-wales {
  background-position: -24px -24px;
}

.flag.flag-24.flag-ad {
  background-position: -48px -24px;
}

.flag.flag-24.flag-ae {
  background-position: -72px -24px;
}

.flag.flag-24.flag-af {
  background-position: -96px -24px;
}

.flag.flag-24.flag-ag {
  background-position: -120px -24px;
}

.flag.flag-24.flag-ai {
  background-position: -144px -24px;
}

.flag.flag-24.flag-al {
  background-position: -168px -24px;
}

.flag.flag-24.flag-am {
  background-position: -192px -24px;
}

.flag.flag-24.flag-an {
  background-position: -216px -24px;
}

.flag.flag-24.flag-ao {
  background-position: -240px -24px;
}

.flag.flag-24.flag-aq {
  background-position: -264px -24px;
}

.flag.flag-24.flag-ar {
  background-position: -288px -24px;
}

.flag.flag-24.flag-as {
  background-position: -312px -24px;
}

.flag.flag-24.flag-at {
  background-position: -336px -24px;
}

.flag.flag-24.flag-au {
  background-position: -360px -24px;
}

.flag.flag-24.flag-aw {
  background-position: -384px -24px;
}

.flag.flag-24.flag-ax {
  background-position: -0px -48px;
}

.flag.flag-24.flag-az {
  background-position: -24px -48px;
}

.flag.flag-24.flag-ba {
  background-position: -48px -48px;
}

.flag.flag-24.flag-bb {
  background-position: -72px -48px;
}

.flag.flag-24.flag-bd {
  background-position: -96px -48px;
}

.flag.flag-24.flag-be {
  background-position: -120px -48px;
}

.flag.flag-24.flag-bf {
  background-position: -144px -48px;
}

.flag.flag-24.flag-bg {
  background-position: -168px -48px;
}

.flag.flag-24.flag-bh {
  background-position: -192px -48px;
}

.flag.flag-24.flag-bi {
  background-position: -216px -48px;
}

.flag.flag-24.flag-bj {
  background-position: -240px -48px;
}

.flag.flag-24.flag-bl {
  background-position: -264px -48px;
}

.flag.flag-24.flag-bm {
  background-position: -288px -48px;
}

.flag.flag-24.flag-bn {
  background-position: -312px -48px;
}

.flag.flag-24.flag-bo {
  background-position: -336px -48px;
}

.flag.flag-24.flag-br {
  background-position: -360px -48px;
}

.flag.flag-24.flag-bs {
  background-position: -384px -48px;
}

.flag.flag-24.flag-bt {
  background-position: -0px -72px;
}

.flag.flag-24.flag-bw {
  background-position: -24px -72px;
}

.flag.flag-24.flag-by {
  background-position: -48px -72px;
}

.flag.flag-24.flag-bz {
  background-position: -72px -72px;
}

.flag.flag-24.flag-ca {
  background-position: -96px -72px;
}

.flag.flag-24.flag-cc {
  background-position: -120px -72px;
}

.flag.flag-24.flag-cd {
  background-position: -144px -72px;
}

.flag.flag-24.flag-cf {
  background-position: -168px -72px;
}

.flag.flag-24.flag-cg {
  background-position: -192px -72px;
}

.flag.flag-24.flag-ch {
  background-position: -216px -72px;
}

.flag.flag-24.flag-ci {
  background-position: -240px -72px;
}

.flag.flag-24.flag-ck {
  background-position: -264px -72px;
}

.flag.flag-24.flag-cl {
  background-position: -288px -72px;
}

.flag.flag-24.flag-cm {
  background-position: -312px -72px;
}

.flag.flag-24.flag-cn {
  background-position: -336px -72px;
}

.flag.flag-24.flag-co {
  background-position: -360px -72px;
}

.flag.flag-24.flag-cr {
  background-position: -384px -72px;
}

.flag.flag-24.flag-cu {
  background-position: -0px -96px;
}

.flag.flag-24.flag-cv {
  background-position: -24px -96px;
}

.flag.flag-24.flag-cw {
  background-position: -48px -96px;
}

.flag.flag-24.flag-cx {
  background-position: -72px -96px;
}

.flag.flag-24.flag-cy {
  background-position: -96px -96px;
}

.flag.flag-24.flag-cz {
  background-position: -120px -96px;
}

.flag.flag-24.flag-de {
  background-position: -144px -96px;
}

.flag.flag-24.flag-dj {
  background-position: -168px -96px;
}

.flag.flag-24.flag-dk {
  background-position: -192px -96px;
}

.flag.flag-24.flag-dm {
  background-position: -216px -96px;
}

.flag.flag-24.flag-do {
  background-position: -240px -96px;
}

.flag.flag-24.flag-dz {
  background-position: -264px -96px;
}

.flag.flag-24.flag-ec {
  background-position: -288px -96px;
}

.flag.flag-24.flag-ee {
  background-position: -312px -96px;
}

.flag.flag-24.flag-eg {
  background-position: -336px -96px;
}

.flag.flag-24.flag-eh {
  background-position: -360px -96px;
}

.flag.flag-24.flag-er {
  background-position: -384px -96px;
}

.flag.flag-24.flag-es {
  background-position: -0px -120px;
}

.flag.flag-24.flag-et {
  background-position: -24px -120px;
}

.flag.flag-24.flag-eu {
  background-position: -48px -120px;
}

.flag.flag-24.flag-fi {
  background-position: -72px -120px;
}

.flag.flag-24.flag-fj {
  background-position: -96px -120px;
}

.flag.flag-24.flag-fk {
  background-position: -120px -120px;
}

.flag.flag-24.flag-fm {
  background-position: -144px -120px;
}

.flag.flag-24.flag-fo {
  background-position: -168px -120px;
}

.flag.flag-24.flag-fr {
  background-position: -192px -120px;
}

.flag.flag-24.flag-ga {
  background-position: -216px -120px;
}

.flag.flag-24.flag-gb {
  background-position: -240px -120px;
}

.flag.flag-24.flag-gd {
  background-position: -264px -120px;
}

.flag.flag-24.flag-ge {
  background-position: -288px -120px;
}

.flag.flag-24.flag-gg {
  background-position: -312px -120px;
}

.flag.flag-24.flag-gh {
  background-position: -336px -120px;
}

.flag.flag-24.flag-gi {
  background-position: -360px -120px;
}

.flag.flag-24.flag-gl {
  background-position: -384px -120px;
}

.flag.flag-24.flag-gm {
  background-position: -0px -144px;
}

.flag.flag-24.flag-gn {
  background-position: -24px -144px;
}

.flag.flag-24.flag-gq {
  background-position: -48px -144px;
}

.flag.flag-24.flag-gr {
  background-position: -72px -144px;
}

.flag.flag-24.flag-gs {
  background-position: -96px -144px;
}

.flag.flag-24.flag-gt {
  background-position: -120px -144px;
}

.flag.flag-24.flag-gu {
  background-position: -144px -144px;
}

.flag.flag-24.flag-gw {
  background-position: -168px -144px;
}

.flag.flag-24.flag-gy {
  background-position: -192px -144px;
}

.flag.flag-24.flag-hk {
  background-position: -216px -144px;
}

.flag.flag-24.flag-hn {
  background-position: -240px -144px;
}

.flag.flag-24.flag-hr {
  background-position: -264px -144px;
}

.flag.flag-24.flag-ht {
  background-position: -288px -144px;
}

.flag.flag-24.flag-hu {
  background-position: -312px -144px;
}

.flag.flag-24.flag-ic {
  background-position: -336px -144px;
}

.flag.flag-24.flag-id {
  background-position: -360px -144px;
}

.flag.flag-24.flag-ie {
  background-position: -384px -144px;
}

.flag.flag-24.flag-il {
  background-position: -0px -168px;
}

.flag.flag-24.flag-im {
  background-position: -24px -168px;
}

.flag.flag-24.flag-in {
  background-position: -48px -168px;
}

.flag.flag-24.flag-iq {
  background-position: -72px -168px;
}

.flag.flag-24.flag-ir {
  background-position: -96px -168px;
}

.flag.flag-24.flag-is {
  background-position: -120px -168px;
}

.flag.flag-24.flag-it {
  background-position: -144px -168px;
}

.flag.flag-24.flag-je {
  background-position: -168px -168px;
}

.flag.flag-24.flag-jm {
  background-position: -192px -168px;
}

.flag.flag-24.flag-jo {
  background-position: -216px -168px;
}

.flag.flag-24.flag-jp {
  background-position: -240px -168px;
}

.flag.flag-24.flag-ke {
  background-position: -264px -168px;
}

.flag.flag-24.flag-kg {
  background-position: -288px -168px;
}

.flag.flag-24.flag-kh {
  background-position: -312px -168px;
}

.flag.flag-24.flag-ki {
  background-position: -336px -168px;
}

.flag.flag-24.flag-km {
  background-position: -360px -168px;
}

.flag.flag-24.flag-kn {
  background-position: -384px -168px;
}

.flag.flag-24.flag-kp {
  background-position: -0px -192px;
}

.flag.flag-24.flag-kr {
  background-position: -24px -192px;
}

.flag.flag-24.flag-kw {
  background-position: -48px -192px;
}

.flag.flag-24.flag-ky {
  background-position: -72px -192px;
}

.flag.flag-24.flag-kz {
  background-position: -96px -192px;
}

.flag.flag-24.flag-la {
  background-position: -120px -192px;
}

.flag.flag-24.flag-lb {
  background-position: -144px -192px;
}

.flag.flag-24.flag-lc {
  background-position: -168px -192px;
}

.flag.flag-24.flag-li {
  background-position: -192px -192px;
}

.flag.flag-24.flag-lk {
  background-position: -216px -192px;
}

.flag.flag-24.flag-lr {
  background-position: -240px -192px;
}

.flag.flag-24.flag-ls {
  background-position: -264px -192px;
}

.flag.flag-24.flag-lt {
  background-position: -288px -192px;
}

.flag.flag-24.flag-lu {
  background-position: -312px -192px;
}

.flag.flag-24.flag-lv {
  background-position: -336px -192px;
}

.flag.flag-24.flag-ly {
  background-position: -360px -192px;
}

.flag.flag-24.flag-ma {
  background-position: -384px -192px;
}

.flag.flag-24.flag-mc {
  background-position: -0px -216px;
}

.flag.flag-24.flag-md {
  background-position: -24px -216px;
}

.flag.flag-24.flag-me {
  background-position: -48px -216px;
}

.flag.flag-24.flag-mf {
  background-position: -72px -216px;
}

.flag.flag-24.flag-mg {
  background-position: -96px -216px;
}

.flag.flag-24.flag-mh {
  background-position: -120px -216px;
}

.flag.flag-24.flag-mk {
  background-position: -144px -216px;
}

.flag.flag-24.flag-ml {
  background-position: -168px -216px;
}

.flag.flag-24.flag-mm {
  background-position: -192px -216px;
}

.flag.flag-24.flag-mn {
  background-position: -216px -216px;
}

.flag.flag-24.flag-mo {
  background-position: -240px -216px;
}

.flag.flag-24.flag-mp {
  background-position: -264px -216px;
}

.flag.flag-24.flag-mq {
  background-position: -288px -216px;
}

.flag.flag-24.flag-mr {
  background-position: -312px -216px;
}

.flag.flag-24.flag-ms {
  background-position: -336px -216px;
}

.flag.flag-24.flag-mt {
  background-position: -360px -216px;
}

.flag.flag-24.flag-mu {
  background-position: -384px -216px;
}

.flag.flag-24.flag-mv {
  background-position: -0px -240px;
}

.flag.flag-24.flag-mw {
  background-position: -24px -240px;
}

.flag.flag-24.flag-mx {
  background-position: -48px -240px;
}

.flag.flag-24.flag-my {
  background-position: -72px -240px;
}

.flag.flag-24.flag-mz {
  background-position: -96px -240px;
}

.flag.flag-24.flag-na {
  background-position: -120px -240px;
}

.flag.flag-24.flag-nc {
  background-position: -144px -240px;
}

.flag.flag-24.flag-ne {
  background-position: -168px -240px;
}

.flag.flag-24.flag-nf {
  background-position: -192px -240px;
}

.flag.flag-24.flag-ng {
  background-position: -216px -240px;
}

.flag.flag-24.flag-ni {
  background-position: -240px -240px;
}

.flag.flag-24.flag-nl {
  background-position: -264px -240px;
}

.flag.flag-24.flag-no {
  background-position: -288px -240px;
}

.flag.flag-24.flag-np {
  background-position: -312px -240px;
}

.flag.flag-24.flag-nr {
  background-position: -336px -240px;
}

.flag.flag-24.flag-nu {
  background-position: -360px -240px;
}

.flag.flag-24.flag-nz {
  background-position: -384px -240px;
}

.flag.flag-24.flag-om {
  background-position: -0px -264px;
}

.flag.flag-24.flag-pa {
  background-position: -24px -264px;
}

.flag.flag-24.flag-pe {
  background-position: -48px -264px;
}

.flag.flag-24.flag-pf {
  background-position: -72px -264px;
}

.flag.flag-24.flag-pg {
  background-position: -96px -264px;
}

.flag.flag-24.flag-ph {
  background-position: -120px -264px;
}

.flag.flag-24.flag-pirate-black {
  background-position: -144px -264px;
}

.flag.flag-24.flag-pirate-white {
  background-position: -168px -264px;
}

.flag.flag-24.flag-pk {
  background-position: -192px -264px;
}

.flag.flag-24.flag-pl {
  background-position: -216px -264px;
}

.flag.flag-24.flag-pn {
  background-position: -240px -264px;
}

.flag.flag-24.flag-pr {
  background-position: -264px -264px;
}

.flag.flag-24.flag-ps {
  background-position: -288px -264px;
}

.flag.flag-24.flag-pt {
  background-position: -312px -264px;
}

.flag.flag-24.flag-pw {
  background-position: -336px -264px;
}

.flag.flag-24.flag-py {
  background-position: -360px -264px;
}

.flag.flag-24.flag-qa {
  background-position: -384px -264px;
}

.flag.flag-24.flag-ro {
  background-position: -0px -288px;
}

.flag.flag-24.flag-rs {
  background-position: -24px -288px;
}

.flag.flag-24.flag-ru {
  background-position: -48px -288px;
}

.flag.flag-24.flag-rw {
  background-position: -72px -288px;
}

.flag.flag-24.flag-sa {
  background-position: -96px -288px;
}

.flag.flag-24.flag-sb {
  background-position: -120px -288px;
}

.flag.flag-24.flag-sc {
  background-position: -144px -288px;
}

.flag.flag-24.flag-sd {
  background-position: -168px -288px;
}

.flag.flag-24.flag-se {
  background-position: -192px -288px;
}

.flag.flag-24.flag-sg {
  background-position: -216px -288px;
}

.flag.flag-24.flag-sh {
  background-position: -240px -288px;
}

.flag.flag-24.flag-si {
  background-position: -264px -288px;
}

.flag.flag-24.flag-sk {
  background-position: -288px -288px;
}

.flag.flag-24.flag-sl {
  background-position: -312px -288px;
}

.flag.flag-24.flag-sm {
  background-position: -336px -288px;
}

.flag.flag-24.flag-sn {
  background-position: -360px -288px;
}

.flag.flag-24.flag-so {
  background-position: -384px -288px;
}

.flag.flag-24.flag-sr {
  background-position: -0px -312px;
}

.flag.flag-24.flag-ss {
  background-position: -24px -312px;
}

.flag.flag-24.flag-st {
  background-position: -48px -312px;
}

.flag.flag-24.flag-sv {
  background-position: -72px -312px;
}

.flag.flag-24.flag-sy {
  background-position: -96px -312px;
}

.flag.flag-24.flag-sz {
  background-position: -120px -312px;
}

.flag.flag-24.flag-tc {
  background-position: -144px -312px;
}

.flag.flag-24.flag-td {
  background-position: -168px -312px;
}

.flag.flag-24.flag-tf {
  background-position: -192px -312px;
}

.flag.flag-24.flag-tg {
  background-position: -216px -312px;
}

.flag.flag-24.flag-th {
  background-position: -240px -312px;
}

.flag.flag-24.flag-tj {
  background-position: -264px -312px;
}

.flag.flag-24.flag-tk {
  background-position: -288px -312px;
}

.flag.flag-24.flag-tl {
  background-position: -312px -312px;
}

.flag.flag-24.flag-tm {
  background-position: -336px -312px;
}

.flag.flag-24.flag-tn {
  background-position: -360px -312px;
}

.flag.flag-24.flag-to {
  background-position: -384px -312px;
}

.flag.flag-24.flag-tr {
  background-position: -0px -336px;
}

.flag.flag-24.flag-tt {
  background-position: -24px -336px;
}

.flag.flag-24.flag-tv {
  background-position: -48px -336px;
}

.flag.flag-24.flag-tw {
  background-position: -72px -336px;
}

.flag.flag-24.flag-tz {
  background-position: -96px -336px;
}

.flag.flag-24.flag-ua {
  background-position: -120px -336px;
}

.flag.flag-24.flag-ug {
  background-position: -144px -336px;
}

.flag.flag-24.flag-us {
  background-position: -168px -336px;
}

.flag.flag-24.flag-uy {
  background-position: -192px -336px;
}

.flag.flag-24.flag-uz {
  background-position: -216px -336px;
}

.flag.flag-24.flag-va {
  background-position: -240px -336px;
}

.flag.flag-24.flag-vc {
  background-position: -264px -336px;
}

.flag.flag-24.flag-ve {
  background-position: -288px -336px;
}

.flag.flag-24.flag-vg {
  background-position: -312px -336px;
}

.flag.flag-24.flag-vi {
  background-position: -336px -336px;
}

.flag.flag-24.flag-vn {
  background-position: -360px -336px;
}

.flag.flag-24.flag-vu {
  background-position: -384px -336px;
}

@charset "UTF-8";

@font-face {
  font-family: "gaxon";
  src: url([object Module]);
  src: url([object Module]?#iefix) format("embedded-opentype"),
  url([object Module]) format("woff"),
  url([object Module]) format("truetype"),
  url([object Module]#gaxon) format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "gaxon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "gaxon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "a";
}

.icon-add-circle:before {
  content: "b";
}

.icon-affix:before {
  content: "c";
}

.icon-alert:before {
  content: "d";
}

.icon-alert-new:before {
  content: "e";
}

.icon-all-contacts:before {
  content: "f";
}

.icon-amchart:before {
  content: "g";
}

.icon-anchor:before {
  content: "h";
}

.icon-apps:before {
  content: "i";
}

.icon-apps-new:before {
  content: "j";
}

.icon-arrow-left:before {
  content: "k";
}

.icon-arrow-right:before {
  content: "l";
}

.icon-attachment:before {
  content: "m";
}

.icon-auth-screen:before {
  content: "n";
}

.icon-autocomplete:before {
  content: "o";
}

.icon-avatar:before {
  content: "p";
}

.icon-backtop:before {
  content: "q";
}

.icon-badge:before {
  content: "r";
}

.icon-basic-calendar:before {
  content: "s";
}

.icon-birthday:before {
  content: "t";
}

.icon-birthday-new:before {
  content: "u";
}

.icon-bitcoin:before {
  content: "v";
}

.icon-breadcrumb:before {
  content: "w";
}

.icon-burger:before {
  content: "x";
}

.icon-button:before {
  content: "y";
}

.icon-calendar:before {
  content: "z";
}

.icon-calendar-new:before {
  content: "A";
}

.icon-callout:before {
  content: "B";
}

.icon-camera:before {
  content: "C";
}

.icon-camera-2:before {
  content: "D";
}

.icon-card:before {
  content: "E";
}

.icon-cards-list-view:before {
  content: "F";
}

.icon-carousel:before {
  content: "G";
}

.icon-cascader:before {
  content: "H";
}

.icon-chart:before {
  content: "I";
}

.icon-chart-area:before {
  content: "J";
}

.icon-chart-area-new:before {
  content: "K";
}

.icon-chart-bar:before {
  content: "L";
}

.icon-chart-composed:before {
  content: "M";
}

.icon-chart-line:before {
  content: "N";
}

.icon-chart-pie:before {
  content: "O";
}

.icon-chart-radar:before {
  content: "P";
}

.icon-chart-radial:before {
  content: "Q";
}

.icon-chart-scatter:before {
  content: "R";
}

.icon-chart-tree:before {
  content: "S";
}

.icon-charvlet-down:before {
  content: "T";
}

.icon-charvlet-left:before {
  content: "U";
}

.icon-charvlet-right:before {
  content: "V";
}

.icon-charvlet-up:before {
  content: "W";
}

.icon-chat:before {
  content: "X";
}

.icon-chat-bubble:before {
  content: "Y";
}

.icon-chat-new:before {
  content: "Z";
}

.icon-check:before {
  content: "0";
}

.icon-check-circle-o:before {
  content: "1";
}

.icon-check-cricle:before {
  content: "2";
}

.icon-check-square:before {
  content: "3";
}

.icon-check-square-o:before {
  content: "4";
}

.icon-chevron-down:before {
  content: "5";
}

.icon-chevron-left:before {
  content: "6";
}

.icon-chevron-right:before {
  content: "7";
}

.icon-chevron-up:before {
  content: "8";
}

.icon-circle:before {
  content: "9";
}

.icon-circle-o:before {
  content: "!";
}

.icon-ckeditor:before {
  content: "\"";
}

.icon-close:before {
  content: "#";
}

.icon-close-circle:before {
  content: "$";
}

.icon-collapse:before {
  content: "%";
}

.icon-company:before {
  content: "&";
}

.icon-components:before {
  content: "'";
}

.icon-compose:before {
  content: "(";
}

.icon-contacts:before {
  content: ")";
}

.icon-copy:before {
  content: "*";
}

.icon-crm:before {
  content: "+";
}

.icon-crypto:before {
  content: ",";
}

.icon-culture-calendar:before {
  content: "-";
}

.icon-custom-view:before {
  content: ".";
}

.icon-dasbhoard:before {
  content: "/";
}

.icon-data-display:before {
  content: ":";
}

.icon-data-entry:before {
  content: ";";
}

.icon-datepicker:before {
  content: "<";
}

.icon-default-timeline:before {
  content: "=";
}

.icon-diamond:before {
  content: ">";
}

.icon-divider:before {
  content: "?";
}

.icon-donut:before {
  content: "@";
}

.icon-down:before {
  content: "[";
}

.icon-draft:before {
  content: "]";
}

.icon-drag-and-drop:before {
  content: "^";
}

.icon-dropdown:before {
  content: "_";
}

.icon-edit:before {
  content: "`";
}

.icon-editor:before {
  content: "{";
}

.icon-ellipse-h:before {
  content: "|";
}

.icon-ellipse-v:before {
  content: "}";
}

.icon-email:before {
  content: "~";
}

.icon-error:before {
  content: "\\";
}

.icon-error-404:before {
  content: "\E000";
}

.icon-error-500:before {
  content: "\E001";
}

.icon-etherium:before {
  content: "\E002";
}

.icon-exclamation:before {
  content: "\E003";
}

.icon-expand:before {
  content: "\E004";
}

.icon-extensions:before {
  content: "\E005";
}

.icon-extra-components:before {
  content: "\E006";
}

.icon-eye:before {
  content: "\E007";
}

.icon-facebook:before {
  content: "\E008";
}

.icon-family:before {
  content: "\E009";
}

.icon-feedback:before {
  content: "\E00A";
}

.icon-files:before {
  content: "\E00B";
}

.icon-filter:before {
  content: "\E00C";
}

.icon-filter-circle:before {
  content: "\E00D";
}

.icon-folder:before {
  content: "\E00E";
}

.icon-folder-o:before {
  content: "\E00F";
}

.icon-font:before {
  content: "\E010";
}

.icon-forgot-password:before {
  content: "\E011";
}

.icon-forward:before {
  content: "\E012";
}

.icon-forward-o:before {
  content: "\E013";
}

.icon-frequent:before {
  content: "\E014";
}

.icon-geo-location:before {
  content: "\E015";
}

.icon-graduation:before {
  content: "\E016";
}

.icon-growth:before {
  content: "\E017";
}

.icon-home:before {
  content: "\E018";
}

.icon-hotel-booking:before {
  content: "\E019";
}

.icon-icon:before {
  content: "\E01A";
}

.icon-image:before {
  content: "\E01B";
}

.icon-important:before {
  content: "\E01C";
}

.icon-important-o:before {
  content: "\E01D";
}

.icon-inbox:before {
  content: "\E01E";
}

.icon-inbuilt-apps:before {
  content: "\E01F";
}

.icon-input:before {
  content: "\E020";
}

.icon-inputnumber:before {
  content: "\E021";
}

.icon-invert-color:before {
  content: "\E022";
}

.icon-keyboard:before {
  content: "\E023";
}

.icon-like:before {
  content: "\E024";
}

.icon-like-o:before {
  content: "\E025";
}

.icon-link:before {
  content: "\E026";
}

.icon-lising-dbrd:before {
  content: "\E027";
}

.icon-list-select-o:before {
  content: "\E028";
}

.icon-listing-dbrd:before {
  content: "\E029";
}

.icon-litcoin:before {
  content: "\E02A";
}

.icon-localeprovider:before {
  content: "\E02B";
}

.icon-location:before {
  content: "\E02C";
}

.icon-lock-screen:before {
  content: "\E02D";
}

.icon-long-arrow:before {
  content: "\E02E";
}

.icon-long-arrow-down:before {
  content: "\E02F";
}

.icon-long-arrow-left:before {
  content: "\E030";
}

.icon-long-arrow-right:before {
  content: "\E031";
}

.icon-long-arrow-up:before {
  content: "\E032";
}

.icon-mail-open:before {
  content: "\E033";
}

.icon-map-clustering:before {
  content: "\E034";
}

.icon-map-directions:before {
  content: "\E035";
}

.icon-map-drawing:before {
  content: "\E036";
}

.icon-map-event-listener:before {
  content: "\E037";
}

.icon-map-google:before {
  content: "\E038";
}

.icon-map-km-layer:before {
  content: "\E039";
}

.icon-map-overlay:before {
  content: "\E03A";
}

.icon-map-popup-info:before {
  content: "\E03B";
}

.icon-map-selectable:before {
  content: "\E03C";
}

.icon-map-simple:before {
  content: "\E03D";
}

.icon-map-street-view:before {
  content: "\E03E";
}

.icon-map-styled:before {
  content: "\E03F";
}

.icon-map-traffic-layer:before {
  content: "\E040";
}

.icon-megaphone:before {
  content: "\E041";
}

.icon-mention:before {
  content: "\E042";
}

.icon-menu:before {
  content: "\E043";
}

.icon-menu-down:before {
  content: "\E044";
}

.icon-menu-fold:before {
  content: "\E045";
}

.icon-menu-left:before {
  content: "\E046";
}

.icon-menu-lines:before {
  content: "\E047";
}

.icon-menu-right:before {
  content: "\E048";
}

.icon-menu-select:before {
  content: "\E049";
}

.icon-menu-unfold:before {
  content: "\E04A";
}

.icon-menu-up:before {
  content: "\E04B";
}

.icon-message:before {
  content: "\E04C";
}

.icon-mic:before {
  content: "\E04D";
}

.icon-modal:before {
  content: "\E04E";
}

.icon-navigation:before {
  content: "\E04F";
}

.icon-noodles:before {
  content: "\E050";
}

.icon-notification:before {
  content: "\E051";
}

.icon-notification-new:before {
  content: "\E052";
}

.icon-orders:before {
  content: "\E053";
}

.icon-pagination:before {
  content: "\E054";
}

.icon-phone:before {
  content: "\E055";
}

.icon-picker:before {
  content: "\E056";
}

.icon-pizza:before {
  content: "\E057";
}

.icon-plain-list-divider:before {
  content: "\E058";
}

.icon-plain-list-view:before {
  content: "\E059";
}

.icon-popconfirm:before {
  content: "\E05A";
}

.icon-popover:before {
  content: "\E05B";
}

.icon-popup-calendar:before {
  content: "\E05C";
}

.icon-pricing-table:before {
  content: "\E05D";
}

.icon-product-grid:before {
  content: "\E05E";
}

.icon-product-list:before {
  content: "\E05F";
}

.icon-profile:before {
  content: "\E060";
}

.icon-profile2:before {
  content: "\E061";
}

.icon-progress:before {
  content: "\E062";
}

.icon-queries:before {
  content: "\E063";
}

.icon-question-circle:before {
  content: "\E064";
}

.icon-quote-backward:before {
  content: "\E065";
}

.icon-quote-forward:before {
  content: "\E066";
}

.icon-radiobutton:before {
  content: "\E067";
}

.icon-refer:before {
  content: "\E068";
}

.icon-rendaring-calendar:before {
  content: "\E069";
}

.icon-reply:before {
  content: "\E06A";
}

.icon-reply-o:before {
  content: "\E06B";
}

.icon-reset-password:before {
  content: "\E06C";
}

.icon-revenue-new:before {
  content: "\E06D";
}

.icon-ripple:before {
  content: "\E06E";
}

.icon-schedule:before {
  content: "\E06F";
}

.icon-search:before {
  content: "\E070";
}

.icon-search-new:before {
  content: "\E071";
}

.icon-select:before {
  content: "\E072";
}

.icon-selectable-map:before {
  content: "\E073";
}

.icon-sent:before {
  content: "\E074";
}

.icon-setting:before {
  content: "\E075";
}

.icon-shopping-cart:before {
  content: "\E076";
}

.icon-shuffle:before {
  content: "\E077";
}

.icon-signin:before {
  content: "\E078";
}

.icon-signup:before {
  content: "\E079";
}

.icon-slider:before {
  content: "\E07A";
}

.icon-social:before {
  content: "\E07B";
}

.icon-spam:before {
  content: "\E07C";
}

.icon-spin:before {
  content: "\E07D";
}

.icon-star:before {
  content: "\E07E";
}

.icon-star-half:before {
  content: "\E07F";
}

.icon-star-o:before {
  content: "\E080";
}

.icon-stats:before {
  content: "\E081";
}

.icon-steps:before {
  content: "\E082";
}

.icon-styled-map:before {
  content: "\E083";
}

.icon-sweet-alert:before {
  content: "\E084";
}

.icon-switch:before {
  content: "\E085";
}

.icon-tab:before {
  content: "\E086";
}

.icon-table:before {
  content: "\E087";
}

.icon-table-data:before {
  content: "\E088";
}

.icon-table-general:before {
  content: "\E089";
}

.icon-tag:before {
  content: "\E08A";
}

.icon-tag-new:before {
  content: "\E08B";
}

.icon-tag-o:before {
  content: "\E08C";
}

.icon-tasks:before {
  content: "\E08D";
}

.icon-team:before {
  content: "\E08E";
}

.icon-testimonial:before {
  content: "\E08F";
}

.icon-thumb-up:before {
  content: "\E090";
}

.icon-thumbs-down:before {
  content: "\E091";
}

.icon-ticket-new:before {
  content: "\E092";
}

.icon-tickets:before {
  content: "\E093";
}

.icon-timeline:before {
  content: "\E094";
}

.icon-timeline-left-align:before {
  content: "\E095";
}

.icon-timeline-new:before {
  content: "\E096";
}

.icon-timeline-with-icons:before {
  content: "\E097";
}

.icon-timepicker:before {
  content: "\E098";
}

.icon-tooltip:before {
  content: "\E099";
}

.icon-transfer:before {
  content: "\E09A";
}

.icon-translation:before {
  content: "\E09B";
}

.icon-trash:before {
  content: "\E09C";
}

.icon-tree:before {
  content: "\E09D";
}

.icon-treeselect:before {
  content: "\E09E";
}

.icon-uncheck-squire:before {
  content: "\E09F";
}

.icon-uncheck-squire-o:before {
  content: "\E0A0";
}

.icon-upload:before {
  content: "\E0A1";
}

.icon-user:before {
  content: "\E0A2";
}

.icon-user-o:before {
  content: "\E0A3";
}

.icon-view:before {
  content: "\E0A4";
}

.icon-view-o:before {
  content: "\E0A5";
}

.icon-visits:before {
  content: "\E0A6";
}

.icon-wall:before {
  content: "\E0A7";
}

.icon-widgets:before {
  content: "\E0A8";
}

.icon-wysiwyg:before {
  content: "\E0A9";
}

/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/

body {
  padding: 0;
  margin: 0;
}

#app-site {
  display: flex;
  width: 100%;
  height: 100vh;
}
#__next{
  height: 100%;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 100vh;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.loading {
  width: 120px;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 900;
  font-style: normal;
}

.gx-page-topic {
  margin: -32px -32px 20px;
  background-color: #F8F8F9;
  border-bottom: 1px solid #e4e0e0;
}

.ant-page-header-content {
  padding-top: 0;
}

.ant-descriptions-small .ant-descriptions-row > th, .ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 0;
}

body .ant-page-header-heading-title {
  color: #000000;
  font-weight: 400;
  font-size: 26px;
}

.ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 2px solid #005aa6;
}

.tbl-border-first-row table > tbody > tr:first-child > td {
  border-top: 10px solid #f5f5f5;
}

.frm-news .ant-drawer-content-wrapper {
  width: 70% !important;
}
.ck-editor__editable {
  min-height: 200px !important;
}

.ant-table-thead > tr > th {
  font-weight: bold !important;
}

.ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 2px solid #005aa6;
}

.tbl-border-first-row table > tbody > tr:first-child > td {
  border-top: 10px solid #f5f5f5;
}
.break-line {
  word-break: break-all !important;
}

.banner {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 60px
}
.circle {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
.border-none{
  border: none !important;
}

.ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 2px solid #005aa6;
}

.tbl-employee table > tbody > tr:first-child > td {
  border-top: 10px solid #f5f5f5;
}

.frm-employee .ant-drawer-content-wrapper {
  width: 35% !important;
}

.break-line {
  word-break: break-all !important;
}

.banner {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 60px
}
.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* .gx-mt-30{
    margin-top: 30px;
}
.table-custom-two .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border: 1px thin #ccc;
} */
/* .gx-mt-30{
    margin-top: 30px;
}
.table-custom-two .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border: 1px thin #ccc;
}
.nav-tab .ant-tabs-nav-wrap{
    background: none !important;
}
.nav-tab .ant-tabs-nav-list {
    margin-left: 0 !important;
}
.nav-tab .ant-tabs-nav{
    margin-bottom: 50px !important;
}
.title-nav {
    text-align: center;
    color: #115aa6;
    text-transform: uppercase;
}
.header-nav p{
    text-align: center;
} */

.ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 2px solid #005aa6;
}

.tbl-border-first-row table > tbody > tr:first-child > td {
  border-top: 10px solid #f5f5f5;
}

.frm-news .ant-drawer-content-wrapper {
  width: 70% !important;
}
.ck-editor__editable {
  min-height: 200px !important;
}

.ant-table-thead > tr > th {
  font-weight: bold !important;
}

.ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 2px solid #005aa6;
}

.tbl-border-first-row table > tbody > tr:first-child > td {
  border-top: 10px solid #f5f5f5;
}
.break-line {
  word-break: break-all !important;
}

.banner {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 60px
}
.circle {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
.border-none{
  border: none !important;
}

.ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 2px solid #005aa6;
}

.tbl-border-first-row table > tbody > tr:first-child > td {
  border-top: 10px solid #f5f5f5;
}

.frm-news .ant-drawer-content-wrapper {
  width: 70% !important;
}
.ck-editor__editable {
  min-height: 200px !important;
}

.ant-table-thead > tr > th {
  font-weight: bold !important;
}

.ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 2px solid #005aa6;
}

.tbl-border-first-row table > tbody > tr:first-child > td {
  border-top: 10px solid #f5f5f5;
}

.frm-news .ant-drawer-content-wrapper {
  width: 70% !important;
}
.ck-editor__editable {
  min-height: 200px !important;
}

.ant-table-thead > tr > th {
  font-weight: bold !important;
}

/* .table-custom-first .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border-bottom: 1px solid white;
}
.table-custom-first .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
}
.table-custom-first .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
    font-weight: 100;
}
.table-custom-first .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.gx-mt-30{
    margin-top: 30px;
}
.table-custom-two .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border: 1px thin #ccc;
}
.table-custom-two .ant-table-tbody > tr > td{
    border: 1px thin #ccc;
}
.table-custom-two .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
}
.table-custom-two .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
}
.table-custom-two .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.nav-tab .ant-tabs-nav-wrap{
    background: none !important;
}
.nav-tab .ant-tabs-nav-list {
    margin-left: 0 !important;
}
.nav-tab .ant-tabs-nav{
    margin-bottom: 50px !important;
}
.title-nav {
    text-align: center;
    color: #115aa6;
    text-transform: uppercase;
}
.header-nav p{
    text-align: center;
} */

/* .table-custom-first .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border-bottom: 1px solid white;
}
.table-custom-first .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
}
.table-custom-first .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
    font-weight: 100;
}
.table-custom-first .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.gx-mt-30{
    margin-top: 30px;
}
.table-custom-two .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border: 1px thin #ccc;
}
.table-custom-two .ant-table-tbody > tr > td{
    border: 1px thin #ccc;
}
.table-custom-two .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
}
.table-custom-two .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
}
.table-custom-two .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.nav-tab .ant-tabs-nav-wrap{
    background: none !important;
}
.nav-tab .ant-tabs-nav-list {
    margin-left: 0 !important;
}
.nav-tab .ant-tabs-nav{
    margin-bottom: 50px !important;
}
.title-nav {
    text-align: center;
    color: #115aa6;
    text-transform: uppercase;
}
.header-nav p{
    text-align: center;
} */

/* .table-custom-first .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border-bottom: 1px solid white;
}
.table-custom-first .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
}
.table-custom-first .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
    font-weight: 100;
}
.table-custom-first .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.gx-mt-30{
    margin-top: 30px;
}
.table-custom-two .ant-table-thead > tr > th{
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
    border: 1px thin #ccc;
}
.table-custom-two .ant-table-tbody > tr > td{
    border: 1px thin #ccc;
}
.table-custom-two .ant-table-tbody > tr > td:nth-child(1){
    background: #005aa6 !important;
    color: white;
    font-weight: 100;
}
.table-custom-two .ant-table-tbody > tr:nth-child(2n+0){
    background: #acd3f363 !important;
}
.table-custom-two .ant-table-tbody > tr:hover:nth-child(2n+0) td:not(:first-child) {
    background: #acd3f363 !important;
}
.nav-tab .ant-tabs-nav-wrap{
    background: none !important;
}
.nav-tab .ant-tabs-nav-list {
    margin-left: 0 !important;
}
.nav-tab .ant-tabs-nav{
    margin-bottom: 50px !important;
}
.title-nav {
    text-align: center;
    color: #115aa6;
    text-transform: uppercase;
}
.header-nav p{
    text-align: center;
} */

.break-line {
  word-break: break-all !important;
}

.banner {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 60px
}
.circle {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
.dotGreen{
  background: red;
	width: 20px;
  height: 20px;
  border-radius: 50%;
}
.flex-box-img{
  align-items: baseline !important;
}


.break-line {
  word-break: break-all !important;
}

.banner {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 60px
}
.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.gx-height-200{
  height: 200px !important;
}


