@import "css_rwd_common.css";
.commonBanner {
  display: block;
  text-align: center;
}
.commonBanner img {
  width: 100%;
  height: auto;
}

img {
  transition: 0.3s all ease-in-out;
}

.noidung {
  padding: 0;
}
.noidung a:hover {
  color: #1969ae !important;
}

.openSub {
  display: none;
}

.openList {
  display: none;
}

.name:hover {
  color: #1969ae !important;
}

.imageRatio {
  aspect-ratio: var(--ratio);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}

#bttop {
  position: fixed;
  right: 0.625rem;
  bottom: 0.625rem;
  font-size: 1.5625rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #ccc;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  text-align: center;
  z-index: 10;
  display: none;
  transition: none;
}
#bttop:hover {
  text-decoration: none;
  background: #1969ae;
  color: #fff;
}

.openList,
.openSub,
.btn_divSearchPage {
  display: none;
}

@media (max-width: 1199px) {
  .openList {
    display: block;
    width: 1.875rem;
    margin-left: 0.9375rem;
    position: relative;
    z-index: 22;
  }
  .openList hr {
    -moz-transition: 0.5s all ease-in-out;
    background: #000;
    border: 1px solid #000;
    transition: 0.5s all ease-in-out;
    z-index: 98;
    opacity: 1;
    margin: 0.625rem 0;
  }
  .openList hr:first-child {
    margin-top: 0;
  }
  .openList hr:last-child {
    margin-bottom: 0;
  }
  .openList.ac {
    position: relative;
    z-index: 21;
  }
  .openList.ac hr:nth-child(2) {
    opacity: 0;
  }
  .openList.ac hr:nth-child(1) {
    background: #fff;
    border-color: #fff;
    transform: rotate(135deg) translateX(3px) translateY(-9px);
  }
  .openList.ac hr:nth-child(3) {
    background: #fff;
    border-color: #fff;
    transform: rotate(-135deg) translateX(7px) translateY(14px);
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20;
    display: none;
  }
  header .wrp #menu {
    overflow: auto;
    transform: none !important;
    opacity: 1 !important;
    position: fixed;
    width: 80vw;
    height: 100vh;
    z-index: 200;
    padding: 0;
    background: #fff;
    top: 0;
    left: -100%;
    text-transform: uppercase;
    pointer-events: all !important;
    transition: 0.3s all ease;
    background: #fbf034;
  }
  header .wrp #menu.ac {
    left: 0;
  }
  header .wrp #menu > ul.menuMain {
    font-size: 20px;
    z-index: 21;
    transition: 0.3s all ease-in-out;
    display: block;
    padding: 20px 0;
    width: 100%;
  }
  header .wrp #menu > ul.menuMain li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header .wrp #menu > ul.menuMain li.ac {
    background: #1969ae;
  }
  header .wrp #menu > ul.menuMain li.ac > a,
  header .wrp #menu > ul.menuMain li.ac > .openSub {
    color: #fff !important;
  }
  header .wrp #menu > ul.menuMain li:hover > a {
    background: transparent;
    color: #1969ae;
  }
  header .wrp #menu > ul.menuMain li:hover > ul {
    display: none;
  }
  header .wrp #menu > ul.menuMain li a {
    min-height: auto;
    background: transparent !important;
    display: flex;
    padding: 10px 22px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    border-right: none;
    flex: 1;
    font-size: 0.8125rem !important;
  }
  header .wrp #menu > ul.menuMain li a:after {
    display: none;
  }
  header .wrp #menu > ul.menuMain li a span.icon {
    width: 25px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  header .wrp #menu > ul.menuMain li a span.icon img {
    display: block;
    margin: auto;
  }
  header .wrp #menu > ul.menuMain li ul {
    text-transform: none;
    visibility: visible;
    opacity: 1;
    border-radius: 5px;
    pointer-events: all;
    padding: 0 0 0 20px;
    transition: none;
    height: auto;
    display: none;
    width: 100%;
    position: static;
    box-shadow: none;
    color: #1969ae;
    border-radius: 0;
  }
  header .wrp #menu > ul.menuMain li ul li a {
    white-space: normal;
  }
  header .wrp #menu > ul.menuMain li ul li a > i {
    display: none;
  }
  header .wrp #menu > ul.menuMain li .toggleSearch {
    display: none;
  }
  header .wrp #menu > ul.menuMain li:has(#search) {
    display: none;
  }
  header .wrp #menu > ul.menuMain .openSub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 20px;
    color: #1969ae;
  }
  header .wrp #menu > ul.menuMain .openSub.ac i:before {
    content: "\f106";
  }
  header .wrp #menu > ul.menuMain > li.mobile {
    display: flex;
  }
  header .wrp #menu > ul.menuMain > li.mobile a svg,
  header .wrp #menu > ul.menuMain > li.mobile a img {
    margin-right: 10px;
  }
  header .wrp #menu .searchForm {
    display: block !important;
    position: static;
    opacity: 1 !important;
    margin-top: 10px;
    height: 40px;
    width: 100%;
  }
  header .wrp #menu .searchForm > div {
    width: 100%;
  }
  header .wrp #menu .searchForm > div .btnSearch {
    flex: none;
    color: #333;
  }
  .wrp {
    max-width: calc(100vw - 40px);
  }
}
@media (max-width: 1024px) {
  #thongbao {
    width: 30%;
  }
  #tintuc_thongbao .wrp {
    flex-direction: column;
  }
  #tin_tuc {
    flex: none;
  }
  #thongbao {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  footer .wrp .left {
    width: 30%;
  }
  #bttop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .wrp {
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
  }
  #bttop {
    display: none !important;
  }
}
@media (max-width: 479px) {
  #chuongtrinhtuyensinh .wrp .group {
    flex-direction: column;
  }
  #chuongtrinhtuyensinh .wrp .group .item {
    width: 100%;
  }
  #tintuc .group .item {
    flex-direction: column;
  }
  #tintuc .group .item .image {
    width: 100%;
  }
  footer .wrp {
    flex-direction: column;
    gap: 20px;
  }
  footer .wrp .left {
    width: 100%;
  }
  footer .wrp .right {
    width: 100%;
  }
}/*# sourceMappingURL=css_rwd.css.map */