/* Minification failed. Returning unminified contents.
(3557,18): run-time error CSS1046: Expect comma, found '0'
(3557,21): run-time error CSS1046: Expect comma, found ')'
(3628,23): run-time error CSS1038: Expected hex color, found '#ffff'
(3628,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/* Base */
body {
    line-height: 1.7;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  color: #000; 
  font-weight:600;

}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.line-height-sm {
  line-height: 1.3; }

.line-height-xs {
  line-height: 1; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  position: relative;
  top: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000; }
  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn:hover {
    -webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important; }
  .btn.pill {
    border-radius: 30px !important; }
  .btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover {
      background: #fff;
      color: #000; }

.bg-black {
  background: #000; }

.btn-search {
  height: 40px; }

.form-control {
  height: 55px; }
  .form-control:active, .form-control:focus {
    border-color: #28a745; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 3em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  font-size: 30px;
  color: #25262a;
  position: relative; }
  .site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #28a745; }
  .site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #28a745; }

.site-footer {
    padding: 4em 0;
    background: #043a71;
    color: rgba(255, 255, 255, 0.5);
}
  .site-footer .footer-heading {
    font-size: 18px;
    font-weight:600;

  }
    .site-footer a {
        color: #e4ff00eb;
    }
    .site-footer a:hover {
      color: #fff; }
  .site-footer ul li {
    margin-bottom: 10px; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden;
  background-position: center center; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(40, 167, 69, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(38, 186, 238, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(248, 181, 0, 0.9); }

@media (max-width: 767.98px) {
  .display-3, .display-2, .display-4 {
    font-size: 3rem !important; } }

@media (max-width: 991.98px) {
  .bg-md-height {
    height: 300px; } }

@media (max-width: 767.98px) {
  .bg-sm-height {
    height: 300px; } }

.lineheight1-5 {
  line-height: 1.5 !important; }

.input-wrap {
  position: relative; }
  .input-wrap input {
    padding-right: 50px; }
  .input-wrap .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* Navbar */
.site-navbar-wrap {
    background: #00519D !important;
   /* position: fixed;*/
    z-index: 999;
    width: 100%;
    padding: 0px 0;
   /* margin-bottom: 50px;*/
    left: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border-bottom: solid 2px #e4ff06;
}
  .site-navbar-wrap.scrolled {
    padding: 0px 0;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1); }

.site-navbar-top {
  display: none;
  font-size: 0.8rem;
  background: #1e7e34; }
  .site-navbar-top a {
    color: #fff; }
  .site-navbar-top .text-with-icon {
    color: rgba(255, 255, 255, 0.5); }

.site-navbar-top, .site-navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: none;
    background: #00519D !important;
}
  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
        font-weight: 200;
        font-size: 26px;
        color: #fff;
    }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #000; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 15px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
        .site-navbar .site-navigation .site-menu > li > a {
            /*padding: 5px 5px;*/
            text-transform: uppercase;
            letter-spacing: .05em;
            color: rgb(228, 255, 0);
            font-size: 13px;
            text-decoration: none !important;
            font-weight:600;
        }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            border-radius: 7px;
            position: absolute;
            text-align: left;
            -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
            padding: 10px 0;
            margin-top: 20px;
            margin-left: 0px;
            background: #064f92;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
            z-index:999;
        }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; 
          z-index:999;
        }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 15%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #000;
            border-width: 7px;
            margin-left: -7px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40;
          color: #fff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #28a745 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #28a745; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #28a745; }
      .site-navbar .site-navigation .site-menu .has-children a {
        text-transform: uppercase; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #000; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #28a745; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #28a745; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page > .container > .row {
    min-height: 400px;
    height: calc(30vh); }
  .site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em; }
  .site-blocks-cover h1 {
    font-weight: 700;
    color: #fff;
    font-size: 2rem; }
    .site-blocks-cover h1 strong {
      font-weight: 900; }
    @media (min-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 32px;
        font-weight: 300;
        line-height: 1.2; } }
  .site-blocks-cover p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5; }
    .site-blocks-cover p a {
      color: #fff; }
      .site-blocks-cover p a.category {
        padding: 2px 10px;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        display: inline-block;
        background: rgba(255, 255, 255, 0.1); }
        .site-blocks-cover p a.category:hover {
          background: rgba(255, 255, 255, 0.2); }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }

.section-heading h2 {
  position: relative;
  display: inline-block; 
  font-weight:600;
}
  .section-heading h2:before, .section-heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #28a745;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .section-heading h2:before {
    width: 100px;
    bottom: -10px;
    left: 50%; }
  .section-heading h2:after {
    width: 80px;
    bottom: -20px;
    left: 50%; }

.section-heading.text-left h2:before, .section-heading.text-left h2:after {
  left: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.feature-item {
  background: none;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  .feature-item .icon {
    font-size: 40px;
    margin-bottom: 0px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .feature-item h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .feature-item .counting {
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 10px;
    background: #cccccc;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .feature-item:hover {
    background: #28a745;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    .feature-item:hover .icon {
      color: #fff !important; }
    .feature-item:hover h2 {
      color: #fff; }
    .feature-item:hover .counting {
      background: #23923d;
      color: #fff; }

.image-play {
  position: relative; }
    .image-play .icon-wrap {
        z-index: 6;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        background: #ffffff70;
        border-radius: 50%;
    }
    .image-play .icon-wrap > span {
      font-size: 40px;
      color: #000;
      position: absolute;
      -webkit-transform: translate(-35%, -50%);
      -ms-transform: translate(-35%, -50%);
      transform: translate(-35%, -50%);
      top: 50%;
      left: 50%; }

.jobs-wrap .job-item {
  display: block;
  border-bottom: 1px solid #ced4da !important;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  position: relative;
  z-index: 1; }
  .jobs-wrap .job-item:hover {
    background: #fff;
    -webkit-box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
    z-index: 2; }
  .jobs-wrap .job-item.last {
    border-bottom: none !important; }
  .jobs-wrap .job-item.fulltime {
    border-left: 3px solid #26baee; }
  .jobs-wrap .job-item.freelance {
    border-left: 3px solid #f8b500; }
  .jobs-wrap .job-item.partime {
    border-left: 3px solid #f23a2e; }
  .jobs-wrap .job-item .company-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
    .jobs-wrap .job-item .company-logo img {
      max-width: 50px;
      border-radius: 4px; }
  .jobs-wrap .job-item h3 {
    font-size: 17px; }
  .jobs-wrap .job-item .job-details {
    width: calc(100% - 250px); }
    @media (max-width: 1199.98px) {
      .jobs-wrap .job-item .job-details {
        width: 100%;
        text-align: center; } }
  .jobs-wrap .job-item .job-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    text-align: center; }

.block-15, .block-16 {
  position: relative;
  z-index: 1; }
  .block-15 .owl-nav, .block-16 .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-15 .owl-nav .owl-prev, .block-15 .owl-nav .owl-next, .block-16 .owl-nav .owl-prev, .block-16 .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #000; }
      .block-15 .owl-nav .owl-prev.disabled, .block-15 .owl-nav .owl-next.disabled, .block-16 .owl-nav .owl-prev.disabled, .block-16 .owl-nav .owl-next.disabled {
        opacity: .2; }

.block-15 .owl-stage-outer, .block-16 .owl-stage-outer {
  padding-top: 0px;
  padding-bottom: 30px; }

.block-15 .owl-nav, .block-16 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 991.98px) {
    .block-15 .owl-nav, .block-16 .owl-nav {
      display: none; } }
  .block-15 .owl-nav .owl-prev, .block-15 .owl-nav .owl-next, .block-16 .owl-nav .owl-prev, .block-16 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .block-15 .owl-nav .owl-prev, .block-16 .owl-nav .owl-prev {
    left: -70px; }
  .block-15 .owl-nav .owl-next, .block-16 .owl-nav .owl-next {
    right: -70px; }

.block-15 .owl-dots, .block-16 .owl-dots {
  text-align: center; }
  .block-15 .owl-dots .owl-dot, .block-16 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .block-15 .owl-dots .owl-dot > span, .block-16 .owl-dots .owl-dot > span {
      line-height: 0;
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      border: none;
      float: left;
      background: #cccccc;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .block-15 .owl-dots .owl-dot.active > span, .block-16 .owl-dots .owl-dot.active > span {
      background: #28a745; }

.unit-5 {
    padding-top: 10px; /*sang edit*/
    padding-bottom: 10px;
    background-size: cover;
    background-position: center center;
    background-color: #0044cc !important;
}
  .unit-5.overlay {
    position: relative; }
    .unit-5.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.5); }
  .unit-5 > .container {
    z-index: 2;
    position: relative; }
  .unit-5 h2 {
    color: #fff;
    font-size: 3rem; }

.unit-6 {
  color: #fff; }
  .unit-6 .sep {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 10px; }

.unit-7 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #ffffff;
  border: 3px solid #e8e8e8; }
  .unit-7 .pricing-table__item-header {
    position: relative;
    z-index: 1;
    display: inline-block;
    top: -12px;
    margin-bottom: -12px;
    text-align: center;
    color: #ffffff;
    padding: 9px 40px;
    min-width: 200px;
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .unit-7 .pricing-table__item-header:before, .unit-7 .pricing-table__item-header:after {
      content: '';
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 12px 6px;
      border-color: transparent transparent #2c3640 transparent;
      z-index: 2; }
    .unit-7 .pricing-table__item-header:before {
      left: -6px; }
    .unit-7 .pricing-table__item-header:after {
      right: -6px; }
  .unit-7 .pricing-table__item-header-bg {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: skew(-27deg);
    -ms-transform: skew(-27deg);
    transform: skew(-27deg); }
  .unit-7 .pricing-table__item-header-bg-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skew(27deg);
    -ms-transform: skew(27deg);
    transform: skew(27deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
    .unit-7 .pricing-table__item-header-bg-inner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: skew(27deg);
      -ms-transform: skew(27deg);
      transform: skew(27deg);
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      background: #3e4955; }
  .unit-7 .pricing-table__item-main {
    padding: 30px; }
  .unit-7 .pricing-table__item-title {
    position: relative;
    z-index: 2;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase; }
  .unit-7 ul li {
    margin-bottom: 10px; }
  .unit-7 .text-mark {
    color: #000;
    font-weight: bold; }
  .unit-7.featured-pricing .pricing-table__item-header:before, .unit-7.featured-pricing .pricing-table__item-header:after {
    border-color: transparent transparent #1e7e34 transparent; }
  .unit-7.featured-pricing .pricing-table__item-header-bg-inner:before {
    background: #28a745; }

.unit-8 .accordion-item .heading {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 0; }
  .unit-8 .accordion-item .heading > a {
    padding-left: 35px;
    position: relative;
    color: #000; }
    .unit-8 .accordion-item .heading > a:before {
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 18px;
      top: .1em;
      left: 0; }
    .unit-8 .accordion-item .heading > a[aria-expanded="true"]:before {
      font-family: 'icomoon';
      position: absolute;
      content: "\e316";
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #28a745;
      color: #fff;
      border: 1px solid #28a745; }
    .unit-8 .accordion-item .heading > a[aria-expanded="false"]:before {
      content: "\e313";
      color: #ccc;
      font-family: 'icomoon';
      position: absolute;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }

.unit-8 .accordion-item .body-text {
  padding: 5px 0;
  padding-left: 30px; }

.team .person {
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .team .person:hover, .team .person:focus {
    opacity: .7; }
  .team .person img {
    max-width: 100%;
    margin-bottom: 20px; }
  .team .person h2 {
    font-size: 18px;
    line-height: 1.5; }
  .team .person p {
    font-size: 13px;
    color: #ccc; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li i {
    position: relative;
    top: 2px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #28a745;
    color: #fff;
    border: 1px solid transparent; }



.job-title {
    background-color: #f7f9f9;
    padding: 10px;
    /* margin-right: 4px; */
    /*border-bottom: solid 1px;*/
    font-size: 16px;
    text-transform: uppercase;
    color: #0044cc;
}

.h6-label {
    font-size: 0.85rem;
    font-weight: bold;
}

.badge-soluong {
    background-color: #f85900;
    padding: 6px !important;
    border-radius: 50% !important;
    color: #fff;
}

.icon-social {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

label {
    color: #021d3a;
    font-weight: bold;
    margin-top: 5px;
}

.border-bottom-solid{
    border-bottom: solid;
}

.note-editor .dropdown-menu {
    background-color: #efefef !important;
}


.inclusive-item,
.exclusive-item {
    font-size: 11px;
}
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
    font-size: 12px;
}

.dropdown-fontname {
    min-width: 190px !important;
}
.note-btn {
    padding: 2px 6px !important;
}

.popover {
 z-index:0;
}

.note-editor.note-frame.fullscreen .note-editable {
    background-color: #fff;
    height: 800px !important;
    z-index:1600;
}

.note-popover .popover-content, .panel-heading.note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0;
    background-color: lightgray;
}

    .client-logo {
    border: 1px solid #80808033;
    border-radius: 5px;
    padding: 20px;
}

.icon-menu {
    color: yellow;
}

label {
    color: #021d3a;
}

.badge {
   /* padding: 2px;*/
    border-radius: 5px;
    color: #fff;
}

.text-over {
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title-table {
    background-color: #0a5db2 !important;
    color: #fff !important;
}

.jobs-wrap .job-item.default {
    border-left: 3px solid #1e7e34;
}

.border-default {
    border-color: #1e7e34 !important;
    color: #1e7e34 !important;
}

/*Profile CSS*/
.image-container {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-container:hover .image {
    opacity: 0.3;
}

.image-container:hover .middle {
    opacity: 1;
}

.btn-primary {
    color: #ffffff !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ede26a;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight:bold;
}

.mb-4, .my-4 {
    margin-bottom: 1.0rem !important;
}


/*Table Respore*/
.netjobs {
    border-collapse: collapse;
    width: 100%;
}


    .netjobs td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .netjobs th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #0a5db2;
        color: white;
        /*text-transform: uppercase;*/
    }

/*End Profile CSS*/
/*
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
*/
.login-block {
    background: #DE6262;
    background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
    background: linear-gradient(to bottom, #FFB88C, #DE6262);
    /*float: left;*/
    width: 100%;
    padding: 50px 0;
}

.banner-sec {
    /*background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;*/
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container-login {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 5px 5px 5px 5px;
}

.carousel-indicators li {
    background-color: rgb(40, 167, 69);
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 50px 30px;
    position: relative;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #DE6262;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FEB58A;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }


/*Apply*/
.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    padding-left: 15px;
    border: 0px;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
    padding-left: 0px;
    padding-right: 0px;
}

.icon-style {
    margin-right: 15px;
    font-size: 18px;
    margin-top: 20px;
}

p {
    margin: 3px;
}

.well-add-card {
    margin-bottom: 10px;
}

.btn-add-card {
    margin-top: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 3px solid #D9D9D9;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding-left: 0px;
    padding-right: 0px;
    min-height:300px;
}

.btn {
    border-radius: 0px;
}

.btn-update {
    margin-left: 15px;
}

.form-control {
    border-bottom: 1px solid #079507;
    height: 35px;
    font-size:0.9rem;
    color:red;
    /*font-weight:bold;*/
}

.p-5 {
    padding: 10px !important;
}

.font-weight-bold {
    color: #f23a2e;
}

.group-title {
    border-bottom: solid 3px #b1bbcd;
    background-color: #1f3d7d;
    color: #ffffff;
    padding: 5px 0px;
    padding-left: 5px;
    font-weight: bolder;
    font-size:16px;
}

/*End Apply*/


/*Start CSS Register*/
.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .divider-text span {
        padding: 7px;
        font-size: 12px;
        position: relative;
        z-index: 2;
    }

    .divider-text:after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #ddd;
        top: 55%;
        left: 0;
        z-index: 1;
    }

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}

.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}
/*End CSS Register*/


/*Start CSS Login*/

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFFFFF !important;
    width: 100%
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--user {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #E74B37;
    }
/*End CSS Login*/


/*Start Footer cho Desktop*/

.footer-widget p {
    margin-bottom: 27px;
}

.animate-border {
    position: relative;
    display: block;
    /*width: 115px;*/
    height: 4px;
    background: #b59100;
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 4px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(213px);
        transform: translateX(213px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(213px);
        transform: translateX(213px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 75px 0 0;
    background-color: #00519D; /*//#000f25;*/
    position: relative;
    z-index: 2;
}

    .dk-footer .contact-us {
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 80px;
    }

        .dk-footer .contact-us .contact-info {
            margin-left: 50px;
        }

        .dk-footer .contact-us.contact-us-last {
            margin-left: -80px;
        }

    .dk-footer .contact-icon i {
        font-size: 24px;
        top: -15px;
        position: relative;
        color: #ffffff;
    }

.footer-brand-logo{
    margin-top:45px;
}

.footer-location{
    margin-top:-20px;
}

.dk-footer-box-info {
    position: relative;
    top: -60px;
    background: #ffffff;
    padding: 0px;
    z-index: 2;
    border-radius: 10px;
}

    .footer-social-link h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 25px;
    }

    .footer-social-link ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .footer-social-link li {
        display: inline-block;
    }

    .footer-social-link a i {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        background: #000;
        margin-right: 5px;
        color: #fff;
    }

        .footer-social-link a i.fa-facebook {
            background-color: #1863ff;
        }

    .footer-social-link a i.fa-twitter {
        background-color: #55ACEE;
    }

    .footer-social-link a i.fa-google-plus {
        background-color: #DD4B39;
    }

    .footer-social-link a i.fa-linkedin {
        background-color: #0976B4;
    }

    .footer-social-link a i.fa-instagram {
        background-color: #B7242A;
    }

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-awarad p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-left: 20px;
        padding-top: 15px;
    }

.footer-info-text {
    margin: 26px 0 32px;
    color: #fff;
}

.footer-left-widget {
    padding-left: 10px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    /*width: 50%;*/
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .footer-widget a:hover {
        color: #007bff;
    }

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

    .dk-footer-form input[type=email] {
        padding: 14px 28px;
        border-radius: 50px;
        background: #ffffff;
        border: 1px solid #9f8d45;
    }

    .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form button[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 3px 15px 12px 11px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #007bff;
        background: #007bff;
        color: #fff;
    }

    .dk-footer-form button:hover {
        cursor: pointer;
    }

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

    .contact-icon i {
        font-size: 36px;
        top: -5px;
        position: relative;
        color: #007bff;
    }

.contact-info {
    margin-left: 75px;
    color: #fff;
}

    .contact-info h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
    }

.copyright {
    padding: 20px 0;
    margin-top: 0px;
    background-color: #9f8d45;
}

    .copyright span,
    .copyright a {
        color: #ffffff;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-family: Arial;
        font-size:16px;
        font-weight:bold;
    }

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

/*End Footer cho Desktop*/


/*Hidden DIV*/
#hideMe {
    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 999;
    top: 40%;
    right: 40%;
    width: 30em;
   /* background-color: #e02525d4;*/
    position: fixed;
    border-radius: 10px;
}

#hideMe2 {
    z-index: 999;
    top: 60px;
    right: 2px;
    width: 30em;
    background-color: #e02525d4;
    position: fixed;
    border-radius: 10px;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

a {
    color: #b65d02;
}

.modal-header {
    background-color: #1f3d7d;
    padding: 0.5rem;
}

.modal-title {
    color: white;
    font-size:20px;
}
/*End Hidden DIV*/

.box-shadow-form {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

#back-to-top{
    position:fixed;
    bottom:0px;
    right:0px;

}

/*Start Table Responsive*/
@media only screen and (max-width:800px) {
    #netjobs-responsive-table table, #netjobs-responsive-table tbody, #netjobs-responsive-table td, #netjobs-responsive-table th, #netjobs-responsive-table thead, #netjobs-responsive-table tr {
        display: block;
    }

    #netjobs-responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    #netjobs-responsive-table tr {
        border: 1px solid #ccc
    }

    #netjobs-responsive-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30%;
        white-space: normal;
        text-align: left
    }

    #netjobs-responsive-table td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 25%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: 700;
            content: attr(data-title);
            text-wrap: initial;
        }

    .no-padding-left-mobile {
        padding-left: 8px !important;
    }

    .dk-footer-box-info {
        margin-right: 15px;
    }

    .footer-location{
        padding-top:100px;
    }

    .dk-footer .contact-us {
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .dk-footer .contact-us.contact-us-last {
         margin-left: 0px; 
    }

    .footer-left-widget {
        padding-left: 0px;
    }

    /*.animate-border {
         width: 100%; 
    }*/

    .copyright-menu li {
        padding-left: 10px;
    }

    
}
/*End Table Responsive*/

/* On screens that are 600px or less, set the background color to olive */
/*@media screen and (max-width: 600px) {
    .icon-menu h3 {
        color: yellow;
    }
}*/

 /*Smartphones (portrait and landscape) ----------- 
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .icon-menu {
        color: yellow;
    }
}

 Smartphones (landscape) ----------- 
@media only screen and (min-width : 321px) {
    .icon-menu {
        color: yellow;
    }
}

 Smartphones (portrait) ----------- 
@media only screen and (max-width : 320px) {
    .icon-menu {
        color: yellow;
    }
}*/

.full-width {
    max-width: 100% !important;
}

.unit-5 a{
    color:#ffffff;
}

.unit-5 a:hover {
    color: yellow;
}

.unit-5 h2 {
    color: #fff;
    font-size: 2rem;
}



.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
   /* padding-left: 0;
    padding-right: 0px;*/
}

.card-title {
    margin-bottom: 0;
    color: red;
}

.color-red {
    color: red;
    font-weight: bold;
}

.color-blue {
    color: #0f30cf;
    font-weight: bold;
}

.mytab {
    background-color: #efefef;
}

.jobs-wrap .job-item .job-details {
    width: 100%;
}

.noidungchitiet {
    overflow: scroll;
    height: 600px;
}

.jf-title h2 {
    color: #0f30d1;
    font-size:24px;
}

.jf-title span {
    color: gray;
}

.jf-btnviewall {
    float: right;
    margin-top: -20px;
}

.img-ungvien {
    max-height: 100px;
    text-align: center;
    border-radius: 10px;
}

/*Hồ sơ việc làm*/


.CustomCard {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .CustomCard.hoverCustomCard {
        position: relative;
        padding-top: 0;
        overflow: hidden;
        text-align: center;
    }

        .CustomCard.hoverCustomCard .CustomCardheader {
            background-size: cover;
            height: 85px;
        }

        .CustomCard.hoverCustomCard .avatar {
            position: relative;
            top: -50px;
            margin-bottom: -50px;
        }

            .CustomCard.hoverCustomCard .avatar img {
                width: 100px;
                height: 100px;
                max-width: 100px;
                max-height: 100px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 5px solid rgba(255,255,255,0.5);
            }

        .CustomCard.hoverCustomCard .info {
            padding: 4px 8px 10px;
        }

            .CustomCard.hoverCustomCard .info .desc {
                overflow: hidden;
                font-size: 12px;
                line-height: 20px;
                color: #737373;
                text-overflow: ellipsis;
            }

        .CustomCard.hoverCustomCard .bottom {
            padding: 5px 5px;
            margin-bottom: -6px;
            text-align: center;
        }

.btn-primary {
    color: #fff;
    background-color: #ede26a;
    border-color: #ede26a;
}


.footer-logo img{
    width:80%;
    padding:20px;
}

.footer-info{
    margin-top:-60px;
}

.footer-info p {
    color: #ffffff;
    font-size:16px;
}
/*------- bộ phân trang -------*/
DIV.pager {
    text-align: center;
    margin-top: 1em;
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
}

    DIV.pager A {
        font-size: 13px;
        color: #183d67;
        text-decoration: none;
        padding: 10px;
        font-weight: bold;
    }

        DIV.pager A:hover {
            background-color: Silver;
        }

        DIV.pager A.selected {
            background-color: #183d67;
            color: white;
            border-color: #183d67;
            border-radius:10px;
        }

    DIV.pager input {
        font-size: 1.1em;
        color: #666;
        text-decoration: none;
        padding: 0 .4em 0 .4em;
    }

    .doc{
        width:100%;
        min-height:900px;
    }
.badge-green {
    background-color: #64b809;
}

.badge-blue {
    background-color: #0957b8;
}

.badge-orange {
    background-color: #df891e;
}


.badge-red {
    background-color: #e5510b;
}

.label {
    display: inline;
    padding: .3em .6em .3em;
    /*font-size: 75%;*/
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-green {
    background-color: #64b809;
}

btn-xs {
    padding: 1px 5px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.CustomCard.hoverCustomCard .CustomCardheader {
    background-color: #ede26a;
}

.CustomCard.hoverCustomCard .CustomCardheader:hover {
    background-color: #e1d54e;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.thumbnail {
    border-top: solid #0a5db2;
}


.well {
    padding: 5px;
}

.view-account {
    background: #FFFFFF;
    margin-top: 20px;
}

    .view-account .pro-label {
        font-size: 13px;
        padding: 4px 5px;
        position: relative;
        top: -5px;
        margin-left: 10px;
        display: inline-block
    }

    .view-account .side-bar {
        padding-bottom: 30px
    }

        .view-account .side-bar .user-info {
            text-align: center;
            margin-bottom: 15px;
            padding: 30px;
            color: #616670;
            border-bottom: 1px solid #f3f3f3
        }

            .view-account .side-bar .user-info .img-profile {
                width: 120px;
                height: 120px;
                margin-bottom: 15px
            }

            .view-account .side-bar .user-info .meta li {
                margin-bottom: 10px
            }

                .view-account .side-bar .user-info .meta li span {
                    display: inline-block;
                    width: 100px;
                    margin-right: 5px;
                    text-align: right
                }

                .view-account .side-bar .user-info .meta li a {
                    color: #616670;
                    word-wrap: break-word;
                }

                .view-account .side-bar .user-info .meta li.activity {
                    color: #a2a6af
                }

        .view-account .side-bar .side-menu {
            text-align: center
        }

            .view-account .side-bar .side-menu .nav {
                display: inline-block;
                margin: 0 auto
            }

                .view-account .side-bar .side-menu .nav > li {
                    font-size: 14px;
                    margin-bottom: 0;
                    border-bottom: none;
                    display: inline-block;
                    float: left;
                    margin-right: 15px;
                    margin-bottom: 15px
                }

                    .view-account .side-bar .side-menu .nav > li:last-child {
                        margin-right: 0
                    }

            .view-account .side-bar .side-menu .nav-tabs > li > a {
                display: inline-block;
                color: #9499a3;
                padding: 5px;
                border-bottom: 2px solid transparent
            }

                .view-account .side-bar .side-menu .nav-tabs > li > a:hover {
                    color: #616670;
                    background: none
                }

            .view-account .side-bar .side-menu .nav-tabs > li.active a {
                color: #f23a2e;
                border-bottom: 2px solid #40babd;
                background: none;
                border-right: none
            }

.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
    color: #6dbd63;
    border-bottom-color: #6dbd63
}

.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
    color: #497cb1;
    border-bottom-color: #497cb1
}

.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
    color: #ec6952;
    border-bottom-color: #ec6952
}

.view-account .side-bar .side-menu .nav > li .icon {
    display: block;
    font-size: 24px;
    margin-bottom: 5px
}

.view-account .content-panel {
    padding: 30px
}

    .view-account .content-panel .title {
        margin-bottom: 15px;
        margin-top: 0;
        font-size: 18px
    }

    .view-account .content-panel .fieldset-title {
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaf1;
        margin-bottom: 30px;
        color: #616670;
        font-size: 16px
    }

    .view-account .content-panel .avatar .figure img {
        float: right;
        width: 64px
    }

    .view-account .content-panel .content-header-wrapper {
        position: relative;
        margin-bottom: 30px
    }

        .view-account .content-panel .content-header-wrapper .actions {
            position: absolute;
            right: 0;
            top: 0
        }

    .view-account .content-panel .content-utilities {
        position: relative;
        margin-bottom: 30px
    }

        .view-account .content-panel .content-utilities .btn-group {
            margin-right: 5px;
            margin-bottom: 15px
        }

        .view-account .content-panel .content-utilities .fa {
            font-size: 16px;
            margin-right: 0
        }

        .view-account .content-panel .content-utilities .page-nav {
            position: absolute;
            right: 0;
            top: 0
        }

            .view-account .content-panel .content-utilities .page-nav .btn-group {
                margin-bottom: 0
            }

            .view-account .content-panel .content-utilities .page-nav .indicator {
                color: #a2a6af;
                margin-right: 5px;
                display: inline-block
            }

    .view-account .content-panel .mails-wrapper .mail-item {
        position: relative;
        padding: 10px;
        border-bottom: 1px solid #f3f3f3;
        color: #616670;
        overflow: hidden
    }

        .view-account .content-panel .mails-wrapper .mail-item > div {
            float: left
        }

        .view-account .content-panel .mails-wrapper .mail-item .icheck {
            background-color: #fff
        }

        .view-account .content-panel .mails-wrapper .mail-item:hover {
            background: #f9f9fb
        }

        .view-account .content-panel .mails-wrapper .mail-item:nth-child(even) {
            background: #fcfcfd
        }

            .view-account .content-panel .mails-wrapper .mail-item:nth-child(even):hover {
                background: #f9f9fb
            }

        .view-account .content-panel .mails-wrapper .mail-item a {
            color: #616670
        }

            .view-account .content-panel .mails-wrapper .mail-item a:hover {
                color: #494d55;
                text-decoration: none
            }

        .view-account .content-panel .mails-wrapper .mail-item .checkbox-container,
        .view-account .content-panel .mails-wrapper .mail-item .star-container {
            display: inline-block;
            margin-right: 5px
        }

            .view-account .content-panel .mails-wrapper .mail-item .star-container .fa {
                color: #a2a6af;
                font-size: 16px;
                vertical-align: middle
            }

                .view-account .content-panel .mails-wrapper .mail-item .star-container .fa.fa-star {
                    color: #f2b542
                }

                .view-account .content-panel .mails-wrapper .mail-item .star-container .fa:hover {
                    color: #868c97
                }

        .view-account .content-panel .mails-wrapper .mail-item .mail-to {
            display: inline-block;
            margin-right: 5px;
            min-width: 120px
        }

        .view-account .content-panel .mails-wrapper .mail-item .mail-subject {
            display: inline-block;
            margin-right: 5px
        }

            .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label {
                margin-right: 5px
            }

                .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label:last-child {
                    margin-right: 10px
                }

                .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a,
                .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a:hover {
                    color: #fff
                }

            .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-1 {
                background: #f77b6b
            }

            .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-2 {
                background: #58bbee
            }

            .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-3 {
                background: #f8a13f
            }

            .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-4 {
                background: #ea5395
            }

            .view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-5 {
                background: #8a40a7
            }

        .view-account .content-panel .mails-wrapper .mail-item .time-container {
            display: inline-block;
            position: absolute;
            right: 10px;
            top: 10px;
            color: #a2a6af;
            text-align: left
        }

            .view-account .content-panel .mails-wrapper .mail-item .time-container .attachment-container {
                display: inline-block;
                color: #a2a6af;
                margin-right: 5px
            }

            .view-account .content-panel .mails-wrapper .mail-item .time-container .time {
                display: inline-block;
                text-align: right
            }

                .view-account .content-panel .mails-wrapper .mail-item .time-container .time.today {
                    font-weight: 700;
                    color: #494d55
                }

.drive-wrapper {
    padding: 0px;
    background: #f5f5f5;
    overflow: hidden
}

    .drive-wrapper .drive-item {
        width: 31%;
        margin-right: 15px;
        display: inline-block;
        float: left
    }

        .drive-wrapper .drive-item:hover {
            box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
            z-index: 1
        }

    .drive-wrapper .drive-item-inner {
        padding: 15px
    }

    .drive-wrapper .drive-item-title {
        margin-bottom: 15px;
        /*max-width: 100px;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .drive-wrapper .drive-item-title a {
            color: #494d55
        }

            .drive-wrapper .drive-item-title a:hover {
                color: #40babd
            }

.theme-2 .drive-wrapper .drive-item-title a:hover {
    color: #6dbd63
}

.theme-3 .drive-wrapper .drive-item-title a:hover {
    color: #497cb1
}

.theme-4 .drive-wrapper .drive-item-title a:hover {
    color: #ec6952
}

.drive-wrapper .drive-item-thumb {
    width: 100px;
    height: 80px;
    margin: 0 auto;
    color: #616670
}

    .drive-wrapper .drive-item-thumb a {
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

        .drive-wrapper .drive-item-thumb a:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

    .drive-wrapper .drive-item-thumb .fa {
        display: inline-block;
        font-size: 36px;
        margin: 0 auto;
        margin-top: 20px
    }

.drive-wrapper .drive-item-footer .utilities {
    margin-bottom: 0
}

    .drive-wrapper .drive-item-footer .utilities li:last-child {
        padding-right: 0
    }

.drive-list-view .name {
    width: 40%
}

    .drive-list-view .name.truncate {
        /*max-width: 100px;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.drive-list-view .type {
    width: 15px
}

.drive-list-view .date,
.drive-list-view .size {
    /*max-width: 60px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.drive-list-view a {
    /*color: #0a5db2;*/
    font-weight: 600;
}

    .drive-list-view a:hover {
        color: #40babd
    }

.theme-2 .drive-list-view a:hover {
    color: #6dbd63
}

.theme-3 .drive-list-view a:hover {
    color: #497cb1
}

.theme-4 .drive-list-view a:hover {
    color: #ec6952
}

.drive-list-view td.date,
.drive-list-view td.size {
    color: #a2a6af
}

@media (max-width:767px) {
    .view-account .content-panel .title {
        text-align: center
    }

    .view-account .side-bar .user-info {
        padding: 0
    }

        .view-account .side-bar .user-info .img-profile {
            width: 60px;
            height: 60px
        }

        .view-account .side-bar .user-info .meta li {
            margin-bottom: 5px
        }

    .view-account .content-panel .content-header-wrapper .actions {
        position: static;
        margin-bottom: 30px
    }

    .view-account .content-panel {
        padding: 0
    }

        .view-account .content-panel .content-utilities .page-nav {
            position: static;
            margin-bottom: 15px
        }

    .drive-wrapper .drive-item {
        width: 100px;
        margin-right: 5px;
        float: none
    }

    .drive-wrapper .drive-item-thumb {
        width: auto;
        height: 54px
    }

        .drive-wrapper .drive-item-thumb .fa {
            font-size: 24px;
            padding-top: 0
        }

    .view-account .content-panel .avatar .figure img {
        float: none;
        margin-bottom: 15px
    }

    .view-account .file-uploader {
        margin-bottom: 15px
    }

    .view-account .mail-subject {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .view-account .content-panel .mails-wrapper .mail-item .time-container {
        position: static
    }

        .view-account .content-panel .mails-wrapper .mail-item .time-container .time {
            width: auto;
            text-align: left
        }
}

@media (min-width:768px) {
    .view-account .side-bar .user-info {
        padding: 0;
        padding-bottom: 15px
    }

    .view-account .mail-subject .subject {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:992px) {
    .view-account .content-panel {
        min-height: 800px;
        border-left: 1px solid #f3f3f7;
        margin-left: 200px
    }

    .view-account .mail-subject .subject {
        max-width: 280px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .view-account .side-bar {
        position: absolute;
        width: 200px;
        min-height: 600px
    }

        .view-account .side-bar .user-info {
            margin-bottom: 0;
            border-bottom: none;
            padding: 30px
        }

            .view-account .side-bar .user-info .img-profile {
                width: 120px;
                height: 120px
            }

        .view-account .side-bar .side-menu {
            text-align: left
        }

            .view-account .side-bar .side-menu .nav {
                display: block
            }

                .view-account .side-bar .side-menu .nav > li {
                    display: block;
                    float: none;
                    font-size: 14px;
                    border-bottom: 1px solid #f3f3f7;
                    margin-right: 0;
                    margin-bottom: 0
                }

            .view-account .side-bar .side-menu .nav-tabs > li > a {
                display: block;
                color: #1060a5;
                padding: 10px 15px;
                padding-left: 20px
            }

                .view-account .side-bar .side-menu .nav-tabs > li > a:hover {
                    background: #f9f9fb
                }

            .view-account .side-bar .side-menu .nav-tabs > li.active a {
                background: #fff;
                border-right: 4px solid #f23a2e !important;
                border-bottom: none
            }

    .theme-2 .view-account .side-bar .side-menu .nav > li.active a {
        border-right-color: #6dbd63
    }

    .theme-3 .view-account .side-bar .side-menu .nav > li.active a {
        border-right-color: #497cb1
    }

    .theme-4 .view-account .side-bar .side-menu .nav > li.active a {
        border-right-color: #ec6952
    }

    .view-account .side-bar .side-menu .nav > li .icon {
        font-size: 24px;
        vertical-align: middle;
        text-align: center;
        width: 40px;
        display: inline-block
    }
}

.module {
    border: 1px solid #f3f3f3;
    border-bottom-width: 2px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px;
    background-clip: padding-box;
}

    .module .module-footer {
        background: #fff;
        border-top: 1px solid #f3f3f7;
        padding: 15px;
    }

        .module .module-footer a {
            color: #9499a3;
        }

.card {
    box-shadow: 2px 2px 2px #21000021;
}

.featured_title {
    margin-top: 60px
}

.technology {
    margin-top: -90px;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.section_title_container > div:first-child {
    margin-right: 38px;
}
.section_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 0.75;
    color: #000000;
    white-space: nowrap;
}
.section_subtitle {
    font-size: 16px;
    color: #838282;
    font-weight: bold;
    line-height: 0.75;
    margin-top: 11px;
}
.section_bar {
    width: 100%;
    height: 26px;
    background: #ebeded;
    margin-top: 1px;
}
.technology_content {
    margin-top: 96px;
}

.post_h_large:not(:last-child) {
    margin-bottom: 10px;
}

.post_item {
    width: 100%;
}
.post_image {
    width: 100%;
}
    .post_image img {
        max-height: 300px;
        width:100%
    }
.post_category {
    display: inline-block;
    height: 29px;
    padding-left: 13px;
    padding-right: 13px;
}

.cat_technology {
    background: #624693 !important;
}
.post_category a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #FFFFFF;
    line-height: 29px;
    margin-right: -0.35em;
}
.post_v_large .post_title, .post_h_large .post_title, .post_v_med .post_title {
    margin-top: 13px;
}
    .post_v_large .post_title a, .post_h_large .post_title a, .post_v_med .post_title a {
        font-size: 18px;
        color: #1f3d7d;
        font-weight: bold;
        line-height: 1.2;
    }
.post_info {
    margin-top: 10px;
}

.post_author_image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
    .post_author_image img{
        width:100%;
    }

    .post_author_name {
        margin-left: 14px;
        margin-top: 1px;
    }

    .post_author_name a, .post_date a {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #838383;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

 a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.post_date {
    margin-top: 1px;
    padding-left:20px;
}

    .post_author_name a, .post_date a {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #838383;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

.post_comments a {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #a1a1a1;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.post_text {
    margin-top: 29px;
}

.sidebar_title {
    /*font-size: 18px;
    color: #ffffff;
    background-color: #9f8d45;
    text-align: center;
    text-transform: uppercase;*/
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #1f3d7d;
    border: solid 1px #dcdcdc;
    margin-top: 17px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.newsletter_form {
    width: 100%;
    margin-top: 22px;
}
.newsletter_input {
    width: 100%;
    height: 42px;
    background: #ebeded;
    border: none;
    outline: none;
    text-align: center;
}

.newsletter_button {
    width: 100%;
    height: 59px;
    background: #1f3d7d;
    border: solid 1px #dcdcdc;
    margin-top: 17px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.sidebar_latest {
    margin-top: 27px;
}

.latest_posts {
    margin-top: 18px;
}

.latest_post:not(:last-child) {
    margin-bottom: 26px;
}
.latest_post_image {
    width: 100%;
    height: auto;
}
    .latest_post_image img {
        max-width: 100%;
        border-radius:2px;
    }
.post_content{
    padding-top:10px;
}

.latest_post_content {
    padding-left: 0px;
}

.post_category_small {
    display: inline-block;
    height: 22px;
}

.cat_video {
    background: #ff4b75 !important;
}
.post_category_small a {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 8px;
    padding-right: 10px;
    line-height: 22px;
    letter-spacing: 0.35em;
    margin-right: -0.35em;
}

.latest_post_title a {
    font-size: 12px;
    font-weight:bold;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.latest_post_date {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #878787;
    margin-top: 10px;
}


.most_viewed {
    margin-top: 26px;
}
.most_viewed_items {
    margin-top: 14px;
}
.most_viewed_item:not(:last-child) {
    margin-bottom: 26px;
}
.most_viewed_num {
    width: 55px;
    height: 55px;
    font-size: 36px;
    color: #c7c7c7;
    line-height: 0.75;
}
.most_viewed_content {
    padding-left: 0px;
}

.most_viewed_title {
    margin-top: 2px;
}
    .most_viewed_title a {
        font-size: 14px;
        color: #000000;
    }
.most_viewed_date {
    margin-top: 5px;
}
    .most_viewed_date a {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        color: #878787;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

.most_viewed_title spnan {
    font-size: 14px;
    color: #ac9191;
    font-style: italic;
}

.most_viewed_item:not(:last-child) {
    margin-bottom: 0px;
}

.tags {
    margin-top: 52px;
}

.tags_content {
    margin-top: 60px;
}

.tag {
    height: 44px;
    background: #ebeded;
    margin-right: 10px;
    margin-bottom: 8px;
}

    .tag a {
        display: block;
        padding-left: 33px;
        padding-right: 36px;
        font-size: 12px;
        color: #000000;
        line-height: 44px;
    }

.tags_content {
    margin-top: 60px;
}

.align-items-start {
    -ms-flex-align: start !important;
    /* align-items: flex-start!important; */
}

.justify-content-start {
    -ms-flex-pack: start !important;
    /* justify-content: flex-start!important; */
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.banner-section {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    height: 10vh;
}

.newstitle {
    font-weight: 700;
    padding-top: 20px;
    font-size: 28px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 0.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.h6 {
    font-size: 0.9rem;
}
a {
    color: #0051ff;
}

.label-danger{
    color:red;
}


.icon-new {
    height: 25px;
    width: auto !important;
    display: inline !important;
}

.logo-congty {
    max-height:90px;
    max-width:100%;
    margin-top:10px;

}


.feature-item {
    border: solid 3px #C4171C;
}

    .feature-item:hover {
        background: #E2EDF5;
    }

        .feature-item:hover h2 {
            color: #c4171c;
        }

/*START: Kiểm track kích thước dòng để cắt chuỗi*/

.wrapper {
    /* max-width: 400px;*/
    margin: 0px 0px;
    text-align: justify;
}

.wrapper-line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.wrapper-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrapper-150 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

/*END: Kiểm track kích thước dòng để cắt chuỗi*/

@media (max-width: 991.98px) {
    .logo-congty {
        width: 100px;
        height: auto;
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    padding-bottom: 8px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 35px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: red;
        line-height: 35px !important;
       /* font-weight:bold;*/
    }



/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: red;
    line-height: 35px !important;*/
    /* font-weight: bold; */
/*}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/

.btn-search {
    height: 35px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px !important;
    user-select: none;
    -webkit-user-select: none;
}

.frm-search {
    background-color: #E2EDF5;
    border-radius: 5px;
    margin-bottom: 15px
}

/*.card-footer {
    border-top: 0px solid rgba(0, 0, 0, 0.125);
}
*/
.td-tieude {
    width: 25%;
    font-weight: bold;
    color: #0a5db2;
    /* background-color: lightgoldenrodyellow;*/
}

.jobs-wrap .job-item {
    display: block;
    border-bottom: 1px solid #ced4da !important;
    color: rgb(0 0 0);
    background: #fff;
    position: relative;
    z-index: 1;
}

.section-heading h2 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #1f3d7d;
}
    .section-heading h2:before, .section-heading h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #1f3d7d !important;
        left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-heading h2:before {
        width: 100px;
        bottom: -10px;
        left: 50%;
    }
    .section-heading h2:after {
        width: 80px;
        bottom: -20px;
        left: 50%;
    }

.feature-item h2 {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.feature-item {
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: solid 3px #3cbcf8cc;
}
    .feature-item .counting {
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 10px;
        padding: 2px 10px;
        background: #fdc111;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        margin-bottom: -30px;
        font-weight: bold;
        color: #f23a2e;
    }

.datepicker-dropdown {
    background-color: #ffff !important
}

.font-weight-bold {
    color: #120ff1;
    margin-bottom:2px;
    padding-top:10px;
}

.note-editor .dropdown-toggle:after {
    display: none !important;
}

#modal-content form {
    padding: 20px;
}


.group-button {
    float: right !important;
    text-align: right;
    margin-right: -15px;
    /*padding-top: 20px;*/
}

.dropbtn {
    background-color: #04AA6D;
    color: white !important;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: #fff !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.cv-head {
    margin-bottom: 1.25rem;
}

    .cv-head h2 {
        margin: 0;
        font-weight: 700;
    }

    .cv-head span {
        color: #6c757d;
        font-size: .9rem;
    }

.cv-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e0e3e8;
    color: #2f57ef;
    background: #fff;
    text-decoration: none;
    transition: all .2s ease;
}

    .cv-nav a:hover {
        background: #2f57ef;
        color: #fff;
        border-color: #2f57ef;
    }

.cv-card {
    position: relative;
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    padding: 22px 20px 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(20,30,60,.04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

    .cv-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 30px rgba(20,30,60,.12);
        border-color: #d8def0;
    }

.cv-avatar {
    width: 96px !important;
    height: 96px;
    margin: 0 auto 12px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #eef2ff;
    background: #fafbfc;
}

.cv-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1b2559;
    text-align: center;
    margin-bottom: 2px;
}

    .cv-name a {
        color: inherit;
        text-decoration: none;
    }

        .cv-name a:hover {
            color: #2f57ef;
        }

.cv-role {
    font-size: .85rem;
    color: #667085;
    text-align: center;
    margin-bottom: 12px;
    min-height: 1.2em;
}

.cv-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-bottom: 16px;
}

.cv-badge {
    font-size: .72rem;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 999px;
    background: #eef2ff;
    color: #2f57ef;
}

.cv-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

    .cv-meta li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        font-size: .85rem;
        padding: 7px 0;
        border-bottom: 1px dashed #eef0f3;
    }

        .cv-meta li:last-child {
            border-bottom: 0;
        }

    .cv-meta .lbl {
        color: #667085;
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

        .cv-meta .lbl i, .cv-meta .lbl .ic {
            color: #2f57ef;
            width: 15px;
            text-align: center;
        }

    .cv-meta .val {
        color: #1b2559;
        font-weight: 600;
        text-align: right;
    }

.cv-salary .val {
    color: #15a05a;
}

.cv-skill {
    background: #f7f8fb;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: .82rem;
    color: #475467;
    margin-bottom: 16px;
}

    .cv-skill .lbl {
        display: block;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #98a2b3;
        margin-bottom: 3px;
    }

.cv-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cv-foot {
    margin-top: auto;
}

.cv-btn {
    display: block;
    text-align: center;
    background: #2f57ef;
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s ease;
}

    .cv-btn:hover {
        background: #1f3fc4;
        color: #fff;
    }
.img-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 2px #fff;
}

.img-notification {
    height: 25px;
}
.color-yellow{
    color:yellow;
    font-weight:bold;
}

.navbar {
    background-color: #1f3d7d !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 999;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-family: "Poppins", sans-serif;
}

.navbar .navbar-brand {
    color: #6200ea;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.navbar a {
    color: #fff;
}

    .navbar a:hover {
        background-color: #bebebe1c;
        border-radius: 8px;
    }

    .navbar a:active,
    .navbar a:focus {
        color: yellow !important;
    }

.dropdown-menu {
    /* 5dp */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border: none !important;
    z-index: 999;
    border-radius: 8px !important;
    background-color: #1645ab;
}

.dropdown-item {
    text-transform: none;
    font-size: 14px;
    color: #000;
}

    .dropdown-item:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #bebebe1c !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        color: #fff !important;
        text-decoration: none;
        background-color: #9797971c !important;
    }

i.material-icons,
i.material-icons-outlined {
    vertical-align: middle;
    display: inline-flex;
}

/* KEYFRAMES */
.animate {
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.tagsinput, .tagsinput * {
    box-sizing: border-box
}

.tagsinput {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #556270;
    padding: 5px 5px 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px
}

    .tagsinput.focus {
        border-color: #ccc
    }

    .tagsinput .tag {
        position: relative;
        background: #556270;
        display: block;
        max-width: 100%;
        word-wrap: break-word;
        color: #fff;
        padding: 5px 30px 5px 5px;
        border-radius: 2px;
        margin: 0 5px 5px 0;
        height: auto;
    }

        .tagsinput .tag .tag-remove {
            position: absolute;
            background: 0 0;
            display: block;
            width: 30px;
            height: 30px;
            top: 0;
            right: 0;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            color: #ff6b6b;
            line-height: 30px;
            padding: 0;
            border: 0
        }

            .tagsinput .tag .tag-remove:after, .tagsinput .tag .tag-remove:before {
                background: #ff6b6b;
                position: absolute;
                display: block;
                width: 10px;
                height: 2px;
                top: 14px;
                left: 10px;
                content: ''
            }

            .tagsinput .tag .tag-remove:before {
                -webkit-transform: rotateZ(45deg);
                transform: rotateZ(45deg)
            }

            .tagsinput .tag .tag-remove:after {
                -webkit-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg)
            }

    .tagsinput div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .tagsinput div input {
            background: 0 0;
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 20px;
            padding: 5px;
            border: 0;
            margin: 0 5px 5px 0
        }

            .tagsinput div input.error {
                color: #ff6b6b
            }

            .tagsinput div input::-ms-clear {
                display: none
            }

            .tagsinput div input::-webkit-input-placeholder {
                color: #ccc;
                opacity: 1
            }

            .tagsinput div input:-moz-placeholder {
                color: #ccc;
                opacity: 1
            }

            .tagsinput div input::-moz-placeholder {
                color: #ccc;
                opacity: 1
            }

            .tagsinput div input:-ms-input-placeholder {
                color: #ccc;
                opacity: 1
            }


#leadership .accordion .card img {
    height: 64px;
    width: 64px;
}

#leadership .accordion .card .accordion-group .card-header {
    background-color: #ffffff;
    padding: 10px;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px);
}

    #leadership .accordion .card .accordion-group .card-header:hover {
        background-color: #edb348;
    }

    #leadership .accordion .card .accordion-group .card-header a {
        text-decoration: none;
        color: #000;
    }

        #leadership .accordion .card .accordion-group .card-header a:hover {
            color: white;
        }

.media-body h5 {
    font-size: 16px;
}
.h7 {
    font-size: 14px;
}
.h5{
    font-size:15px;
}

.img-circle {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: solid;
}

.gedf-wrapper {
    margin-top: 0.97rem;
}

.rounded-circle {
    border-radius: 50% !important;
    border: 1px solid #e7e3e3;
}

@media (min-width: 992px) {
    .gedf-main {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .gedf-card {
        margin-bottom: 2.77rem;
    }
}

.width-100{
    width:100%;
}
/**Reset Bootstrap*/
.dropdown-toggle::after {
    content: none;
    display: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: 5px;
}

    .card .card-description {
        margin-bottom: .875rem;
        font-weight: 400;
        color: #76838f;
    }

.profile-header {
    /*height: 150px;*/
    width: 100%;
    position: relative;
}

.cover-image {
   /* height: 150px;*/
    width: 100%;
    overflow: hidden;
}



.user-image {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    bottom: -50%;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%, -50%);
    z-index: 5;
}

    .user-image img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        top: -40px;
        border: 5px solid #777;
    }

.profile-card .profile-content {
    padding: 50px 20px 30px 20px;
}



.profile-card .profile-name {
    font-size: 1.2rem;
    color: #3249b9;
    font-weight: 600;
    text-align: center;
}

.profile-card .profile-designation {
    font-size: 13px;
    color: #777;
    text-align: center;
}

.profile-card .profile-description {
    padding: 10px;
    font-size: 13px;
    color: #777;
    margin: 5px 0px;
    background-color: #F1F2F3;
    border-radius: 5px;
}

.profile-card ul.profile-info-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
    font-size: 1rem;
    font-weight: 500;
    color: #777;
}




    .profile-card ul.profile-info-list a {
        text-decoration: none;
        color: inherit;
    }



.profile-card a.profile-info-list-item {
    margin: 10px 0;
    padding: 15px;
    background-color: #F1F2F3;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .profile-card a.profile-info-list-item:hover {
        background-color: #9E9E9E;
        color: white;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


    .profile-card a.profile-info-list-item i {
        padding: 10px;
    }

ul.about {
    list-style: none;
    color: black;
    padding: 0;
}

li.about-items {
    margin: 10px;
    font-size: 0.9rem;
}

    li.about-items i {
        color: #607d8b;
    }

span.about-item-name {
    width: 100px;
    display: inline-flex;
    margin-left: 10px;
}


span.about-item-detail {
    display: inline-flex;
    width: calc(100% - 160px);
}

    span.about-item-detail > button {
        margin-right: 10px;
    }

.btn.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
}

.btn.btn-rounded {
    border-radius: 50px;
}

a.about-item-edit {
    float: right;
}

.div-dangnhap {
    border: solid 2px #e3e3e3;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: #d9e7e1;
}

/*Comment CSS*/
.card-inner {
    margin-left: 4rem;
}


.khoanhkhac-container {
    text-align: center;
}

    .khoanhkhac-container h4,
    .khoanhkhac-container p {
        color: #fff;
    }

    .khoanhkhac-container h4 {
        padding-top: 10px;
    }

.image-container {
    position: relative;
    display: inline-block;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    /* color: red !important; */
}

    .overlay-text p {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
