@charset "UTF-8";
@import "css_rwd_common.css";
.commonBanner {
  display: block;
  text-align: center;
}
.commonBanner img {
  width: 100%;
  height: auto;
}

img {
  transition: all 0.4s ease-in-out;
}
img:hover {
  filter: brightness(1.12) contrast(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.noidung {
  padding: 0;
}
.noidung a:hover {
  color: #025e5c !important;
}

.openSub {
  display: none;
}

.openList {
  display: none;
}

.name:hover {
  color: #fba511 !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: #025e5c;
  color: #fff;
}

.openList,
.openSub,
.btn_divSearchPage {
  display: none;
}

/* Desktop thường (zoom 125% sẽ rơi vào đây) */
@media (min-width: 1300px) and (max-width: 1599px) {
  :root {
    font-size: 13px !important;
  }
}
/* Laptop / zoom 150% */
@media (min-width: 992px) and (max-width: 1299px) {
  :root {
    font-size: 12px !important;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .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;
  }
  .wrp {
    max-width: calc(100vw - 2.5rem);
  }
  .wrp .wrp {
    width: 100%;
  }
  header {
    padding-bottom: 0;
  }
  header #menuTop {
    display: none;
  }
  header .wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {
    flex: 1;
  }
  header .logo img {
    width: 200px;
  }
  #commonTop {
    display: none !important;
  }
  #menu .wrp {
    width: 100%;
    padding: 0 10px;
  }
  #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%;
    font-size: 20px;
    text-transform: uppercase;
    pointer-events: all !important;
    transition: 0.3s all ease;
  }
  #menu.ac {
    left: 0;
  }
  #menu {
    background: url(../pic/bgFoot.png) top left no-repeat;
    background-size: cover;
  }
  #menu ul.menuMain {
    z-index: 21;
    transition: 0.3s all ease-in-out;
    display: block;
    padding: 20px 0;
  }
  #menu ul.menuMain > li > a {
    color: #fff;
  }
  #menu ul.menuMain li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #menu ul.menuMain li.active {
    background: #025e5c;
    color: #fff !important;
  }
  #menu ul.menuMain li:hover > a {
    background: transparent;
    color: #fff;
  }
  #menu ul.menuMain li:hover > ul {
    display: none;
  }
  #menu ul.menuMain li a {
    min-height: auto;
    background: transparent !important;
    display: flex;
    padding: 7px 22px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    border-right: none;
    flex: 1;
    font-size: 0.8125rem !important;
  }
  #menu ul.menuMain li a:after {
    display: none;
  }
  #menu ul.menuMain li a span.icon {
    width: 25px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #menu ul.menuMain li a span.icon img {
    display: block;
    margin: auto;
  }
  #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;
  }
  #menu ul.menuMain li ul li a {
    padding: 5px 0;
    white-space: normal;
  }
  #menu ul.menuMain li ul li a > i {
    display: none;
  }
  #menu ul.menuMain li .toggleSearch {
    display: none;
  }
  #menu ul.menuMain li:has(#search) {
    display: none;
  }
  #menu ul.menuMain .openSub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 20px;
    color: #fff;
  }
  #menu ul.menuMain .openSub.ac i:before {
    content: "\f106";
  }
  #menu ul.menuMain > li.mobile {
    display: flex;
  }
  #menu ul.menuMain > li.mobile a svg,
  #menu ul.menuMain > li.mobile a img {
    margin-right: 10px;
  }
  #menu .searchForm {
    display: block !important;
    position: static;
    opacity: 1 !important;
    margin-top: 10px;
    height: 40px;
    width: 100%;
  }
  #menu .searchForm > div {
    width: 100%;
  }
  #menu .searchForm > div .btnSearch {
    flex: none;
    color: #333;
  }
  .commonTop {
    margin-bottom: 25px;
  }
  .commonTop .commonTitle .typing {
    font-size: 30px;
  }
  #numberHome .wrp .group .item .num {
    font-size: 30px;
  }
  #numberHome .wrp .group .item .name {
    font-size: 18px;
  }
  #aboutHome2 .wrp .group .left {
    width: 700px;
  }
  #hotNewsHome .wrp .middle .left {
    width: 550px;
  }
  #hotNewsHome .wrp .middle .right .item .img {
    width: 190px;
  }
  #hotNewsHome .wrp .middle .right .item .info .name {
    font-size: 16px;
    line-height: 24px;
  }
  #hotNewsHome .wrp .bottom .item .info .name {
    font-size: 16px;
    line-height: 24px;
  }
  #enrollmentHome .bottom .left {
    width: 720px;
  }
  #enrollmentHome .bottom .left .group .item .img {
    width: 260px;
  }
  #enrollmentHome .bottom .left .group .item .info .cateName {
    font-size: 12px;
  }
  #enrollmentHome .bottom .left .group .item .info .name {
    font-size: 16px;
    line-height: 24px;
  }
  #galleryHome {
    margin: 40px 0;
  }
  #galleryHome .group .left {
    width: 600px;
  }
  #galleryHome .group .left .item .overlay > div .name .text {
    font-size: 16px;
    line-height: 24px;
  }
  #galleryHome .group .right .item .img {
    width: 150px;
  }
  #galleryHome .group .right .item .info .name {
    font-size: 16px;
    line-height: 24px;
  }
  #galleryHome .group .right .item .info .date {
    font-size: 13px;
  }
  #enrollmentHome .bottom #eventHome .cateName {
    font-size: 18px;
  }
  #hotNewsHome .bottom .item .info .cateName,
  #hotNewsHome .middle .right .item .info .cateName {
    font-size: 12px;
  }
  footer .wrp {
    flex-wrap: wrap;
  }
  footer #footInfo {
    padding: 40px 0;
  }
  footer #footInfo .left {
    width: 100%;
  }
  footer #footInfo .right {
    order: 2;
  }
  footer #footInfo .mid {
    order: 3;
  }
  .commonTop .commonTitle {
    gap: 0;
  }
  #aboutKhoa {
    margin: 40px 0;
  }
  #aboutKhoa .wrp {
    flex-direction: column;
    gap: 20px;
  }
  #staffHome .group {
    padding: 0;
  }
  #mapHome .wrp .cosos {
    max-width: 300px;
  }
  #logoPartnerHome {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  #afterMenu .slide .owl-dots {
    bottom: 15px;
  }
  #afterMenu .software {
    position: relative;
    padding: 10px 0;
  }
  #afterMenu .software .item {
    font-size: 16px;
  }
  #numberHome .wrp .group {
    gap: 20px;
  }
  #numberHome .wrp .group .item .name {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  #aboutHome2 .wrp .group {
    gap: 20px;
  }
  #aboutHome2 .wrp .group .left {
    width: 450px;
  }
  #hotNewsHome .middle {
    flex-direction: column;
  }
  #hotNewsHome .wrp .middle .left {
    width: 100%;
  }
  #hotNewsHome .bottom {
    display: flex;
    flex-direction: column;
  }
  #hotNewsHome .bottom .item {
    width: 100%;
    display: flex;
  }
  #hotNewsHome .bottom .item .img,
  #hotNewsHome .wrp .middle .right .item .img,
  #enrollmentHome .bottom .left .group .item .img {
    width: 190px;
    aspect-ratio: 245/190;
  }
  #hotNewsHome .bottom .item .info {
    flex: 1;
  }
  #enrollmentHome .bottom {
    display: flex;
    flex-direction: column;
  }
  #galleryHome .group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  #galleryHome .group .left {
    width: 100%;
  }
  footer #footInfo .wrp {
    flex-direction: column;
  }
  footer #footInfo .mid,
  footer #footInfo .right {
    width: 100%;
  }
  #numberHome .wrp .group .item {
    gap: 10px;
  }
  #programHome {
    padding: 40px 0;
  }
  #programHome .wrp .group .item {
    width: calc((100% - 30px) / 2);
  }
  #newsKhoaHome .group .item {
    flex-direction: column;
  }
  #newsKhoaHome .group .item .img {
    width: 100%;
  }
  #formTuyenSinh {
    padding: 50px 0;
  }
  #formTuyenSinh .formMain {
    padding: 50px 30px;
  }
  #aboutKhoa {
    margin: 40px 0;
  }
  #aboutKhoa .wrp .right {
    width: 100%;
  }
  #staffHome .group .info .name {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  #numberHome {
    margin-bottom: 30px;
  }
  #numberHome .wrp .group {
    flex-wrap: wrap;
    gap: 10px;
  }
  #numberHome .wrp .group .item {
    width: calc((100% - 10px) / 2);
    flex: none;
    padding: 10px;
  }
  #numberHome .wrp .group .item .num {
    font-size: 23px;
  }
  #numberHome .wrp .group .item .name {
    font-size: 14px;
    line-height: 18px;
  }
  .commonTop {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .commonTop .commonTitle {
    width: 100%;
    gap: 5px;
  }
  .commonTop .commonTitle > :first-child {
    font-size: 16px;
  }
  .commonTop .commonTitle .typing {
    font-size: 24px;
    line-height: 28px;
  }
  .commonTop .btnViewAll {
    display: none;
  }
  .commonTop .commonTitle > :first-child::before {
    width: 20px;
  }
  #aboutHome2 .wrp .group {
    flex-direction: column;
  }
  #aboutHome2 .wrp .group .left {
    width: 100%;
  }
  #aboutHome2 .wrp .group .left .cont {
    font-size: 16px;
    line-height: 22px;
  }
  #hotNewsHome {
    padding: 30px 0;
  }
  #hotNewsHome .middle .left .item .overlay,
  #hotNewsHome .middle .left .item .overlay > div {
    position: relative;
  }
  #hotNewsHome .middle .left .item .overlay .name {
    color: #333 !important;
    font-size: 16px;
    line-height: 24px;
  }
  #hotNewsHome .middle .right .item,
  #hotNewsHome .bottom .item,
  #enrollmentHome .bottom .left .group .item {
    flex-direction: column;
  }
  #hotNewsHome .bottom .item .img,
  #hotNewsHome .wrp .middle .right .item .img,
  #enrollmentHome .bottom .left .group .item .img {
    width: 100%;
    aspect-ratio: 704/405;
  }
  #hotNewsHome .middle .right .item .info,
  #hotNewsHome .bottom .item .info,
  #enrollmentHome .bottom .left .group .item .info {
    padding: 15px;
  }
  #enrollmentHome .bottom #eventHome .group .item {
    padding: 12px 0;
  }
  #enrollmentHome .bottom .left {
    width: 100%;
  }
  #linkHome {
    margin-top: 50px;
  }
  footer #footInfo .right .title {
    line-height: 35px;
  }
  footer #commonBottom .wrp {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    font-size: 14px;
  }
  footer #footInfo .left {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #programHome .wrp .group .item {
    width: 100%;
  }
  #photoHome .wrp .group {
    flex-direction: column;
  }
  #photoHome .wrp .group .left {
    width: 100%;
  }
  #newsKhoaHome .group .item {
    width: 100%;
  }
  #formTuyenSinh .formMain .title {
    font-size: 23px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  #formTuyenSinh .formMain .group .item {
    width: 100%;
  }
  #formTuyenSinh {
    background-size: 100% 200px;
  }
  #mapHome {
    display: flex;
    flex-direction: column;
    margin-top: -30px;
  }
  #mapHome #mapFrame {
    order: 2;
    position: relative;
    height: 500px;
  }
  #mapHome .wrp {
    order: 1;
    height: auto;
  }
  #mapHome .wrp .cosos {
    height: 400px;
    width: 100%;
    max-width: 100%;
  }
  #mapHome .wrp .cosos .title {
    font-size: 16px;
  }
}/*# sourceMappingURL=css_rwd_2.css.map */