a {
  text-decoration: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  bottom: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-icon {
  font-size: 40px;
  color: #0d6efd;
  animation: loader 1s ease-in-out infinite;
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.summary_news {
  min-height: 100px;
}

.img_news {
  float: left;
}
.img_news img {
  float: left;
  height: 87px;
  margin-right: 14px;
  width: 116px;
}
a.sum_news {
  font-size: 14px;
  color: #056aae;
  display: block;
  margin-bottom: 4px;
  outline: medium none;
  text-decoration: none;
}
a.sum_news:hover {
  color: Red;
}
.read_more {
  width: 100%;
  width: 95px;
  float: right;
  text-align: right;
}
.read_more a {
  color: #f65915;
  text-decoration: none;
  font-size: 14px;
}
.read_more a:hover {
  text-decoration: underline;
  color: Red;
}

.summary_news span {
  font-size: 14px;
}

.ctk {
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
  margin-left: 10px;
}
.lst_news {
  margin: 0;
  padding: 0;
  padding-left: 12px;
}
ul.lst_news li {
  margin-bottom: 2px;
  margin-top: 3px;
  list-style: none;
  font-size: 14px;
}
ul.lst_news li a {
  text-decoration: none;
  color: #014898;
  outline: none;
  line-height: 18px;
}
ul.lst_news li a:hover {
  color: #f65915;
}

.support-item {
  border-bottom: 1px solid #e6eff8;
}

.support-item:hover {
  background-color: #e6eff8;
}

.news-alert-item {
  border-bottom: 1px solid #eaeaea;
  padding: 5px;
}

.news-alert-item:hover {
  background-color: #e6eff8;
}

.navbar-nav {
  .nav-link-custom {
    color: #fff !important;
  }
}

.news-alert a {
  color: #014898;
}

.support-item a {
  color: #014898;
}

.news-item a {
  color: #014898;
}

a.video-clip {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 4px;
  outline: medium none;
  text-decoration: none;
}
a.video-clip:hover {
  color: #ccc;
}

.news-tab-content {
  padding-right: 0px;
}

.news-alert {
  padding-right: 0px;
}

.news-master-avatar {
  height: 400px;
  min-height: 397px;
}

.news-dao-tao-title {
  padding-right: 0px !important;
}

.news-dao-tao-title a {
  color: #014898;
}
.news-dao-tao-title a:hover {
  color: #f65915;
}

.news-dao-tao-img {
  width: 100%;
  height: 70px;
}

.news-dao-tao {
  padding-left: 0px !important;
}

.news-horizon-contain {
  height: 315px;
}

.news-horizon-contain img {
  height: 225px;
  width: 100%;
}

.title {
  border-bottom: 2px solid #a1c6eb;
  background-color: #0d6efd;
  color: #fff;
}

.slick-img-container {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.slick-img-container:hover {
  transform: scale(1.05);
}

.slick-img-bg {
  position: absolute;
  background-color: #eef3f7ad;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#a4a4a5, #000);
  opacity: 0.3;
}

.slick-img-title {
  position: absolute;
  bottom: 50px;
  text-align: center;
}

.slick-img-title a {
  color: #fff;
}

.slick-customer-container {
  height: 150px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.slick-customer-container:hover {
  transform: scale(1.05);
}

.slick-customer-title {
  text-align: center;
}

.slick-customer-title a {
  color: #014898;
}

.slogan {
  padding-left: 45px;
}

.news-square-container {
  min-height: 303px;
}

.student {
  margin-left: 5px;
  margin-right: 5px;
}

.student2 {
  margin-left: 5px;
  margin-right: 5px;
}

.awc-news-container img {
  width: 100% !important;
  height: auto;
}

.awc-news-container p {
  font-family: system-ui, "-apple-system", "Segoe UI", "Roboto",
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.awc-news-container div {
  width: 100% !important;
}

.awc-news-container h1,
h2 {
  width: 100% !important;
}

.awc-news-item-img {
  background-size: cover !important;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 170px;
  height: 60px;
}

.awc-news-item-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.news-item-img {
  min-height: 160px;
}

.awc-img-hot {
  width: 100%;
}

.awc-img-hot-large {
  width: 100%;
  min-height: 230px;
}

.awc-news-title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.awc-news-item {
  margin-bottom: 10px;
}

.awc-news-item-img {
  min-height: 90px;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.awc-img-hot {
  border: 1px solid #f1f1f1;
  min-height: 90px;
  max-height: 160px;
}

.awc-news-item-caption {
  padding-left: 5px;
}

.awc-news-item-caption a {
  font-size: 13px;
  line-height: 0px;
}

.awc-news-item-caption a h6 {
  font-size: 14px;
  font-weight: 400;
}

.awc-news-item-caption span {
  font-size: 14px;
}

.awc-news-date {
  font-size: 12px !important;
  color: #464646;
}

.awc-news-total-view {
  font-size: 12px !important;
  color: #464646;
}

.dropdown-menu {
  width: 250px !important;
}

.dropdown-item {
  text-wrap: wrap !important;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }

  .slogan {
    padding-left: 60px;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .news-tab-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .news-alert {
    padding-left: 0px;
    padding-right: 0px;
  }

  .news-master-avatar {
    height: 350px;
    min-height: 35px;
  }

  .news-dao-tao {
  }

  .news-dao-tao-img {
    height: 80px;
  }

  .news-horizon-contain {
    height: auto;
    margin-bottom: 10px;
  }

  .video-item {
    margin-bottom: 10px;
  }

  .news-horizon-contain img {
    height: 100%;
    width: 100%;
  }

  .slick-items {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .slick-customers {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .footer-right {
    margin-top: 15px;
  }

  .slogan {
    padding-left: 0px;
  }

  .student {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .student2 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .awc-news-container iframe {
    height: 300px !important;
  }
}
