@charset "UTF-8";
@import url(../fonts/fonts.css);
@import url(font-icon.css);
@import url(fontAwesomePro.min.css);
html {
  height: 100%; }

body {
  font-family: Roboto, sans-serif, "Helvetica Neue",Helvetica,Arial !important;
  font-size: 14px;
  color: #222;
  width: 100%;
  background: #fff;
  min-height: 100%;
  overflow-x: hidden; }

@font-face {
  font-family: 'Avo';
  src: url(../fonts/UTMAvo.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Avo';
  src: url(../fonts/UTMAvoBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'RobotoCondensed';
  src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf) format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'RobotoCondensed';
  src: url(../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }
.container, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .container-fluid {
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

a {
  text-decoration: none;
  color: #222; }

a:hover, a:focus, a:active {
  text-decoration: none; }

.text-blue {
  color: #006abc; }

.text-green {
  color: #6aa92d; }

.text-teal {
  color: #00a9b0; }

.text-orange {
  color: #dd3d24; }

.no-padding {
  padding: 0 !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/*navbar*/
.navbar-main {
  background-color: #006abc;
  border: none;
  border-radius: 0;
  color: #fff;
  margin-bottom: 0; }
  .navbar-main .navbar-brand {
    height: auto;
    padding: 5px;
    font-size: 24px;
    font-family: Avo, Roboo, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff; }
    .navbar-main .navbar-brand > img {
      display: inline-block; }
  .navbar-main .navbar-top .navbar-nav {
    padding: 6px 0; }
    .navbar-main .navbar-top .navbar-nav > li > a {
      color: #fff;
      font-size: 1.1em; }
      .navbar-main .navbar-top .navbar-nav > li > a:hover {
        background: transparent;
        color: yellow; }
  .navbar-main > .navbar-collapse {
    background-color: #fff; }
    .navbar-main > .navbar-collapse .navbar-nav > li > a {
      font-size: 1em;
      color: #222;
      text-transform: uppercase;
      padding: 15px 20px;
      font-weight: 600; }
  .navbar-main .navbar-toggle {
    margin-right: 0; }
    .navbar-main .navbar-toggle .icon-bar {
      background: #fff; }

.content {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }

.silder-countdown {
  background-color: #edf2f6;
  padding: 20px 0; }

.row-countdown {
  display: flex;
  flex-wrap: wrap; }
  .row-countdown .countdown-left {
    background-color: #006abc;
    color: #fff; }
    .row-countdown .countdown-left .mb-15 {
      color: #fff;
      font-size: 17px;
      font-weight: bold;
      padding-bottom: 15px;
      text-transform: uppercase; }
    .row-countdown .countdown-left .flip-clock-wrapper {
      background: #fff;
      padding: 20px 0 45px;
      margin-bottom: 20px;
      text-align: center; }
      .row-countdown .countdown-left .flip-clock-wrapper .countdown {
        margin-right: -5px;
        white-space: nowrap;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center; }
    .row-countdown .countdown-left .counter {
      margin-right: 5px;
      position: relative;
      display: flex;
      display: -webkit-flex; }
      .row-countdown .countdown-left .counter:after {
        display: inline-block;
        content: attr(title);
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        background: #2dcb73;
        color: #fff;
        padding: 3px 5px;
        font-size: 11px;
        border-radius: 5px; }
      .row-countdown .countdown-left .counter .green-btn {
        background: #4caf50;
        color: #fff;
        padding: 5px;
        font-size: 4rem;
        line-height: 4rem;
        font-weight: bold;
        margin-right: 2px;
        border-radius: 4px; }
    .row-countdown .countdown-left .hours .green-btn, .row-countdown .countdown-left .hours:after {
      background: #2196f3; }
    .row-countdown .countdown-left .minutes .green-btn, .row-countdown .countdown-left .minutes:after {
      background: #3f51b5; }
    .row-countdown .countdown-left .seconds .green-btn, .row-countdown .countdown-left .seconds:after {
      background: #f44336; }
    .row-countdown .countdown-left .countdown-clock .button-group {
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      -webkit-flex-direction: column; }
      .row-countdown .countdown-left .countdown-clock .button-group .btn {
        max-width: 245px;
        padding: 6px 10px;
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        border-radius: 999px;
        text-transform: uppercase; }
    .row-countdown .countdown-left .countdown-clock .headline {
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.4rem;
      text-align: center;
      padding: 6px 10px;
      margin-top: 0;
      margin-bottom: 0px;
      background: transparent; }
    .row-countdown .countdown-left .countdown-clock .btn-default {
      color: #dd3d24 !important;
      border: none !important;
      font-weight: 700; }
    .row-countdown .countdown-left .countdown-clock .btn-danger {
      background-color: #dd3d24 !important;
      border: none !important;
      font-weight: 700; }

.owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%; }

.owl-nav button {
  outline: none !important; }
  .owl-nav button.owl-next {
    float: right; }
  .owl-nav button span {
    padding: 5px 13px 8px;
    display: inline-block;
    border: 1px solid #fff;
    background: #006abc;
    color: #fff;
    border-radius: 40px;
    margin: 5px;
    font-size: 3rem;
    text-align: center;
    line-height: 22px;
    opacity: .7; }
    .owl-nav button span:hover {
      background: #dd3d24;
      color: #fff;
      opacity: 1; }

.owl-dots {
  text-align: center; }
  .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #006abc;
    display: inline-block;
    border-radius: 10px;
    outline: none !important; }
    .owl-dots button.owl-dot.active {
      background: #dd3d24; }

.silder-thumb {
  padding: 10px 0 30px; }
  .silder-thumb .item {
    text-align: center; }
  .silder-thumb .item-thumb {
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    max-height: 130px;
    overflow: hidden; }
    .silder-thumb .item-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-cuocthi {
  white-space: nowrap;
  padding: 20px;
  border: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 20px; }
  .timeline-cuocthi .carousel-timeline {
    overflow-x: auto; }
  .timeline-cuocthi ol {
    width: 100%;
    padding: 30px 0;
    transition: all 1s;
    display: flex; }
    .timeline-cuocthi ol li {
      position: relative;
      display: inline-block;
      list-style-type: none;
      width: auto;
      height: auto;
      padding: 30px 10px 20px 10px;
      border-top: 2px solid #ebebeb; }
      .timeline-cuocthi ol li::after {
        content: "";
        position: absolute;
        top: -10px;
        left: calc(50% - 5px);
        bottom: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #dd3b37;
        border: 2px solid #ebebeb; }
      .timeline-cuocthi ol li .timeline-content {
        width: 255px;
        padding: 0px;
        font-size: 14px;
        white-space: normal;
        color: #fff;
        background: #dd3b37;
        position: relative;
        height: 100%;
        border-radius: 5px; }
        .timeline-cuocthi ol li .timeline-content::before {
          content: "";
          position: absolute;
          left: calc(50% - 3px);
          width: 0;
          height: 0;
          border-style: solid;
          top: -6px;
          border-width: 0px 8px 6px 8px;
          border-color: transparent transparent #dd3b37 transparent; }
      .timeline-cuocthi ol li .timeline-name {
        display: block;
        font-size: 16px;
        padding: 10px;
        border-radius: 5px 5px 0 0;
        font-weight: bold;
        margin-bottom: 0px;
        text-align: center;
        background-color: #d3331a; }
      .timeline-cuocthi ol li.active::after, .timeline-cuocthi ol li.active .timeline-name {
        background: #0060b2; }
      .timeline-cuocthi ol li.active .timeline-content {
        background: #006abc; }
        .timeline-cuocthi ol li.active .timeline-content::before {
          border-color: transparent transparent #0060b2 transparent; }
    .timeline-cuocthi ol .timeline-desc {
      padding: 10px;
      text-align: center; }
      .timeline-cuocthi ol .timeline-desc p {
        margin-bottom: 5px; }
    .timeline-cuocthi ol .arrows {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      .timeline-cuocthi ol .arrows .arrow__prev {
        margin-right: 20px; }
    .timeline-cuocthi ol .disabled {
      opacity: 0.5; }
  .timeline-cuocthi .arrows {
    position: absolute;
    top: 75px;
    left: 10px;
    right: 10px; }
    .timeline-cuocthi .arrows .arrow {
      padding: 0;
      border: none;
      outline: none !important;
      background-color: transparent; }
      .timeline-cuocthi .arrows .arrow span {
        width: 34px;
        height: 34px;
        font-size: 20px;
        border: 1px solid #ebebeb;
        background: #fff;
        border-radius: 30px;
        color: #666;
        line-height: 34px;
        text-align: center; }
    .timeline-cuocthi .arrows .arrow__next {
      float: right; }

.timeline-title {
  text-align: center;
  padding: 10px 0 10px 0;
  position: relative; }
  .timeline-title:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    background-color: #d3331a;
    height: 2px; }
  .timeline-title h3 {
    text-align: center;
    text-transform: uppercase;
    color: #d3331a;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1; }

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline-cuocthi ol,
  .timeline-cuocthi ol li {
    width: auto; }

  .timeline-cuocthi ol {
    padding: 0; }
    .timeline-cuocthi ol li {
      display: block;
      height: auto;
      min-width: 280px;
      max-width: 100vw;
      background: transparent;
      margin-top: 25px; }
      .timeline-cuocthi ol li:not(:first-child) {
        margin-left: auto; }
      .timeline-cuocthi ol li .timeline-content {
        height: auto !important;
        margin: 0 auto 10px;
        position: static; } }
.notification-item {
  position: relative;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #eee; }

.headline {
  position: relative;
  padding: 8px 15px;
  background: #006abc;
  text-align: left;
  border-bottom: none !important;
  margin-bottom: 0 !important; }
  .headline .panel-title {
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 15px; }
    .headline .panel-title .right-action {
      padding-top: 3px;
      font-size: 12px;
      font-weight: normal; }

.notification-list {
  position: relative;
  border: 1px solid #fff;
  border-top: 0; }
  .notification-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    align-items: center;
    -webkit-align-items: center;
    position: relative; }
    .notification-list .list-item .date {
      width: 20%;
      padding: 5px 15px;
      text-align: center;
      margin-bottom: 0;
      font-weight: 500; }
    .notification-list .list-item .title {
      margin: 0;
      font-weight: 400;
      padding: 10px 15px;
      width: 80%;
      line-height: 23px;
      border-left: 1px solid #006abc;
      font-size: var(--font-size-base);
      font-weight: 500;
      font-size: 14px; }
    .notification-list .list-item::after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: #006abc;
      border-radius: 50%;
      left: 20%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.list-item-doc {
  border-bottom: 1px solid #eee; }
  .list-item-doc:last-child {
    border-bottom: none; }
  .list-item-doc .doc-title {
    margin: 0;
    font-weight: 400;
    padding: 6px 15px 2px 15px;
    /* width: 80%; */
    line-height: 21px;
    /* border-left: 1px solid #ea391c; */
    font-size: var(--font-size-base);
    font-weight: 500;
    font-size: 14px; }
    .list-item-doc .doc-title a {
      display: block;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
  .list-item-doc .date {
    font-size: 12px;
    color: #999;
    padding: 3px 15px 6px 15px;
    font-size: 14px;
    font-weight: normal; }

/* Footer */
footer {
  background: #006abc;
  color: white;
  background-image: url("../images/bg-footer.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  position: sticky;
  top: 100%; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: yellow; }
    footer a:first-child {
      padding-left: 0; }
  footer .nav-footer {
    padding: 3px 0;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
    margin-bottom: 6px;
    text-align: right; }
    footer .nav-footer a.nav-link {
      padding: 5px 10px;
      position: relative;
      display: inline-block; }
      footer .nav-footer a.nav-link + a:before {
        position: absolute;
        content: '';
        left: 0;
        top: 3px;
        bottom: 3px;
        width: 1px;
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); }
  footer h3 {
    color: #fff;
    font-size: 18px; }
  footer .footer-content {
    padding: 10px 0; }
    footer .footer-content h3 {
      margin-top: 0; }
    footer .footer-content p {
      margin-bottom: 0; }
  footer .nav-social {
    text-align: right; }
    footer .nav-social a {
      display: inline-block; }
      footer .nav-social a img {
        border-radius: 30px;
        transition: all ease 0.3s; }
      footer .nav-social a + a {
        padding-left: 10px; }
      footer .nav-social a:hover img {
        box-shadow: 0px 0px 2px 6px rgba(255, 255, 255, 0.8); }
  footer .d-flex {
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px; }
    footer .d-flex .footer-logo {
      padding-right: 15px; }
      footer .d-flex .footer-logo img {
        max-width: 95px;
        margin: 0 auto;
        display: block; }

/*// Carousel fade*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }

.carousel-control a {
  cursor: pointer;
  top: auto;
  bottom: 10px;
  height: 30px;
  background: #006abc;
  width: 6%;
  left: auto;
  right: 0;
  opacity: 1; }
  .carousel-control a.carousel-control-prev {
    bottom: 42px; }

/*// END carousel fade*/
@media (min-width: 1300px) {
  .container {
    max-width: 1200px; } }
@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .navbar-collapse {
    background-image: none; } }
@media (min-width: 768px) {
  .silder-thumb .item-thumb {
    height: 110px; }
  .silder-thumb .owl-nav {
    top: 40px;
    left: -25px;
    width: calc(100% + 50px); } }
@media (min-width: 520px) {
  .search-form .btn-search {
    display: none; } }
@media (max-width: 1024px) {
  .widget .widget-head a,
  .widget-tiemchung .title-tc-tab {
    font-size: 15px; } }
@media (max-width: 991px) {
  .navbar-collapse {
    background-image: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10; }
    .navbar-collapse:after {
      display: none; }

  .navbar .navbar-brand {
    margin-top: 0;
    margin-right: 0; } }
@media (max-width: 767px) {
  .widget .widget-head .title {
    padding-right: 8px; }
    .widget .widget-head .title:after {
      display: none; }

  .nav-footer {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

  .timeline-title h3 {
    padding: 5px;
    font-size: 18px; }

  footer .col-sm-12.col-md-4.pull-right {
    width: 100%; }
    footer .col-sm-12.col-md-4.pull-right nav {
      text-align: left; }
  footer .d-flex {
    width: 100%; }

  .row-countdown .countdown-left .counter .green-btn {
    font-size: 3rem;
    line-height: 3rem; }

  .row-countdown .countdown-left {
    width: 100%; }

  .timeline-cuocthi {
    padding: 20px 10px; }

  .notification-item {
    margin-bottom: 20px; } }
@media (max-width: 479px) {
  .navbar-collapse {
    padding-right: 0;
    background: #006abc; }
    .navbar-collapse .btn-search {
      display: none; }
    .navbar-collapse #collapseSearch {
      position: relative;
      width: 100%;
      display: block; }

  .head-top ul {
    text-align: right; }
    .head-top ul:nth-child(2) a {
      padding: 0; }

  header .img-logo {
    max-width: calc(100vw - 30px); } }
@media (max-width: 524px) {
  .headnew-w .headnews-thumb-w {
    max-height: 250px; }

  .navbar-main .navbar-brand span {
    display: none; }
  .navbar-main .navbar-top .navbar-right {
    margin: 0 -10px;
    padding: 0; }
    .navbar-main .navbar-top .navbar-right > li {
      display: inline-block; }
      .navbar-main .navbar-top .navbar-right > li > a {
        font-size: 13px;
        padding: 6px 8px; }

  .list-service-health .media {
    display: inline-block; }
    .list-service-health .media > img {
      margin: 10px auto !important;
      display: block; }
  .list-service-health .media-body {
    width: 100%;
    display: inline-block;
    text-align: center; }

  footer .d-flex {
    flex-wrap: wrap; }
    footer .d-flex .footer-logo {
      width: 100%; }
  footer .footer-content {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
