@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --primary-color: #044c7f;
  --dark-color: #192041;
  --primary-text-color: #fff;
  --accent-color: #f7941d;
  --text-color: #000;
}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

#header {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}
#header a {
  color: var(--primary-text-color);
}
#header .top-header {
  background-color: var(--dark-color);
  font-size: 0.9rem;
}
#header .top-header .container {
  gap: 1rem;
  align-items: center;
}
#header .top-header .container #top-menu {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
#header .top-header .container #top-menu li a {
  text-transform: uppercase;
  font-weight: 500;
}
#header .top-header .container .translator #flags {
  width: auto !important;
}
#header .top-header .container .translator #flags li {
  height: 16px;
}
#header .top-header ul {
  list-style: none;
  gap: 1rem;
}
#header .top-header ul li a:hover {
  text-decoration: underline;
}
#header .top-navbar .custom-logo-link {
  margin-right: 2rem;
}
#header .top-navbar .custom-logo-link .custom-logo {
  height: 80px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .top-navbar .navbar-nav {
  gap: 1rem;
}
#header .top-navbar .navbar-nav a {
  text-transform: uppercase;
  font-weight: 600;
}
#header .top-navbar .navbar-nav .dropdown-menu {
  border-radius: 0.125rem;
  padding: 0;
}
#header .top-navbar .navbar-nav .dropdown-menu li {
  border-top: 1px solid var(--bs-dropdown-border-color);
}
#header .top-navbar .navbar-nav .dropdown-menu li :first-child {
  border-top: none;
}
#header .top-navbar .navbar-nav .dropdown-menu li a {
  color: var(--text-color);
  text-transform: none;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
#header .top-navbar .navbar-nav .dropdown-menu li a:hover {
  color: var(--accent-color);
}

.section-number {
  background-image: url("../img/numbers/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-number .number-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.section-number .number-item img {
  max-width: 100%;
}
.section-number .number-item .number-info .number {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.5rem;
}
.section-number .number-item .number-info .label {
  color: #3c3c3c;
  font-size: 0.9rem;
  font-weight: 600;
}

.section-majors {
  background-color: #d7d7d7;
}
.section-majors .section-panel {
  background-color: #fff;
}
.section-majors .section-panel .section-header .section-title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
}
.section-majors .section-panel .majors-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.section-majors .section-panel .majors-list .major-item {
  background-color: #d3d3d3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-majors .section-panel .majors-list .major-item .major-name {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 2px #888;
}

.section-posts-3 {
  background-color: #fff;
}
.section-posts-3 .ads-poster {
  padding-top: 40px;
}
.section-posts-3 .ads-poster img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.section-posts-3 .post-panel .panel-heading .panel-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.section-posts-3 .post-panel .panel-heading .panel-title a {
  color: var(--primary-color);
}

.page-home > p {
  margin-bottom: 0;
}
.page-home > .wp-block-image.size-full img {
  width: 100%;
}

.page-content .content-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.page-content .content-metadata ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.89rem;
  color: #111;
}
.page-content .content-metadata ul span {
  color: var(--accent-color);
}
.page-content.page-contact .map {
  border: 1px solid #d3d3d3;
  padding: 5px;
  border-radius: 5px;
}
.page-content.page-contact .map iframe {
  width: 100%;
  margin: 0;
}
.page-content.page-contact .content-container .wp-block-heading {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.3rem;
}
.page-content.page-contact .contact-form {
  background-color: #f9f9f9;
  border-radius: 10px;
}
.page-content.page-contact .contact-form .form-title {
  font-weight: 700;
  font-size: 1.4rem;
}

.addtoany_share_save_container {
  margin: 0.5rem 0 1rem 0 !important;
}

#footer {
  background-color: var(--dark-color);
  border-top: 8px solid var(--accent-color);
  color: var(--primary-text-color);
}
#footer .copyright {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}
#footer .footer-title {
  font-size: 1.2rem;
  color: var(--accent-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#footer .contact-metadata ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .contact-metadata ul li {
  margin-bottom: 5px;
}
#footer .contact-metadata ul li i {
  color: var(--accent-color);
  width: 24px;
}
#footer .contact-metadata ul li a {
  color: var(--primary-text-color);
}
#footer .contact-metadata ul li a:hover {
  text-decoration: underline;
}
#footer .menu-contact {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
#footer .menu-contact li a {
  background-color: var(--accent-color);
  color: white;
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
}
#footer .menu-contact li a img {
  width: 20px;
}
#footer .menu-contact li a.item-facebook {
  background-color: #0866ff;
}
#footer .menu-contact li a.item-youtube {
  background-color: #ff0000;
}
#footer .menu-contact li a.item-zalo {
  line-height: 34px;
  background-color: #0068ff;
}
#footer .majors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .majors ul li {
  margin-bottom: 5px;
}
#footer .majors ul li a {
  color: var(--primary-text-color);
}
#footer .majors ul li a span {
  color: var(--accent-color);
  margin-right: 2px;
}

#google_language_translator,
.skiptranslate {
  display: none;
}

.breadcrumbs {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.breadcrumbs a {
  color: #3c3c3c;
}
.breadcrumbs a:hover {
  color: var(--accent-color);
}
.breadcrumbs .current-item {
  color: var(--primary-color);
}
.breadcrumbs .home {
  font-size: 1rem;
}

#comments h3.comments-title, #comments h3#reply-title,
#comments h4.comments-title,
#comments h4#reply-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.8rem 0;
}
#comments .comments-area .comments-list {
  list-style: none;
  padding: 0;
}
#comments .comments-area .comments-list .comment-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#comments .comments-area .comments-list .comment-item .comment-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#comments .comments-area .comments-list .comment-item .comment-content {
  flex: 1;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 7px;
}
#comments .comments-area .comments-list .comment-item .comment-content .metadata {
  gap: 3px;
  font-size: 0.9rem;
  color: #3c3c3c;
}
#comments .comments-area .comments-list .comment-item .comment-content .metadata .author {
  color: #111;
  font-size: 1.2rem;
  font-weight: 5600;
}
#comments .comments-area .comments-list .comment-item .comment-content .metadata .author a {
  color: #111;
}
#comments .comments-area .comments-list .comment-item .comment-content .metadata .author a:hover {
  color: var(--accent-color);
}
#comments .comments-area .comments-list .comment-item .comment-content .comment-text {
  font-size: 1rem;
  margin-bottom: 5px;
}
#comments .comments-area .comments-list .comment-item .comment-content .comment-text p {
  margin-bottom: 0;
}
#comments .comments-area .comments-list .comment-item .comment-content .comment-controls {
  font-size: 0.9rem;
  display: flex;
  gap: 5px;
}
#comments .comments-area .comments-list .comment-item .comment-content .comment-controls a:hover {
  color: var(--accent-color);
}
#comments .comment-form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
}
#comments .comment-form label .required {
  color: red;
}
#comments .comment-form [name=comment],
#comments .comment-form input[type=text] {
  margin-top: 2px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#comments .comment-form textarea {
  height: 100px;
}
#comments .form-submit input[type=submit] {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
  border: none;
  padding: 5px 25px;
  font-size: 1rem;
  border-radius: 24px;
  height: 46px;
}

/*ID của theme popup*/
.pum-theme-129 .popmake-title {
  display: none;
}
.pum-theme-129 .form-admission {
  display: block;
  min-width: 50%;
  width: 100%;
}
.pum-theme-129 .form-admission-container {
  padding: 40px;
}
.pum-theme-129 .form-admission-container .admission-title {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.sidebar img {
  max-width: 100%;
}

.widget {
  padding-bottom: 1rem !important;
}
.widget.popular-posts h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
.widget.popular-posts .wpp-list {
  padding: 0;
}
.widget.popular-posts .wpp-list .wpp-post-title {
  color: var(--text-color);
  font-weight: 600;
  line-height: 1.1 !important;
  font-size: 0.9rem;
}
.widget.popular-posts .wpp-list img {
  width: 80px;
  height: auto;
}

.wp-block-image img {
  display: block;
  margin: 0 auto;
}

.posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts-list .post-item {
  border-bottom: 1px solid #909498;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.posts-list .post-item .thumbnail {
  margin-bottom: 15px;
  display: block;
}
.posts-list .post-item .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #d3d3d3;
}
.posts-list .post-item .post-metadata h3,
.posts-list .post-item .post-metadata h4 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
}
.posts-list .post-item .post-metadata h3 a,
.posts-list .post-item .post-metadata h4 a {
  color: #000;
}
.posts-list .post-item .post-metadata .date {
  font-size: 1rem;
  color: #565656;
  font-weight: 600;
}
.posts-list .post-item:not(:first-child) {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}
.posts-list .post-item:not(:first-child) .thumbnail {
  margin-bottom: 0;
  min-width: 100px;
  width: 100px;
}
.posts-list .post-item:not(:first-child) .post-metadata {
  flex: 1;
}
.posts-list .post-item:not(:first-child) .post-metadata h3,
.posts-list .post-item:not(:first-child) .post-metadata h4 {
  font-size: 0.9rem;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts-list .post-item:not(:first-child) .post-metadata .date {
  font-size: 0.8rem;
}
.posts-list .post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.page-archive .content-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  margin-bottom: 1rem;
}
.page-archive .page-content .posts-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.page-archive .page-content .posts-list .post-item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-archive .page-content .posts-list .post-item .post-metadata h3,
.page-archive .page-content .posts-list .post-item .post-metadata h4 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-archive .page-content .posts-list .post-item .post-metadata h3 a,
.page-archive .page-content .posts-list .post-item .post-metadata h4 a {
  color: #000;
}
.page-archive .page-content .posts-list .post-item .post-metadata .date {
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.page-archive .page-content .posts-list .post-item:not(:first-child) {
  display: block;
}
.page-archive .page-content .posts-list .post-item:not(:first-child) .thumbnail {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.page-archive .page-content .posts-list .post-item:not(:first-child) .post-metadata {
  flex: 1;
}
.page-archive .page-content .posts-list .post-item:not(:first-child) .post-metadata h3,
.page-archive .page-content .posts-list .post-item:not(:first-child) .post-metadata h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
  height: 50px;
}
.page-archive .page-content .posts-list .post-item:not(:first-child) .post-metadata .date {
  font-size: 0.8rem;
}
.page-archive .page-content .posts-list .post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.pagination {
  margin-bottom: 1rem;
  width: 100%;
  display: block;
}
.pagination .nav-links {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  border: 1px solid var(--primary-color);
  color: var(--text-color);
  padding: 3px 12px;
}
.pagination .nav-links .page-numbers.current {
  background-color: var(--primary-color);
  color: var(--primary-text-color) !important;
}
.pagination .nav-links .page-numbers:not(.current):hover {
  background-color: var(--accent-color);
}

form.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
}
form.wpcf7-form label .required {
  margin-left: 3px;
}
form.wpcf7-form label .required::after {
  content: "*";
  color: red;
}
form.wpcf7-form label .description {
  font-weight: 400;
  color: gray;
  font-size: 0.8rem;
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=password],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=date],
form.wpcf7-form select,
form.wpcf7-form textarea {
  margin-top: 2px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  padding-top: 1px;
  font-size: 0.8rem;
}
form.wpcf7-form .wpcf7-submit {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
  border: none;
  padding: 5px 25px;
  font-size: 1rem;
  border-radius: 24px;
  height: 46px;
}
form.wpcf7-form .wpcf7-form-control-wrap[data-name=nganh-hoc] {
  margin-top: 2px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  height: 100px;
  display: block;
  padding: 0.375rem 0.75rem;
  overflow-y: scroll;
}
form.wpcf7-form .wpcf7-form-control-wrap[data-name=nganh-hoc] .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
form.wpcf7-form .wpcf7-form-control-wrap[data-name=nganh-hoc] .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 400;
}

.float-submit-profile {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
.float-submit-profile img {
  max-width: 200px;
}

.zalo-button * {
  background-image: url("../img/icon-zalo.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.zalo-button *::before {
  content: "" !important;
}

.sticky-buttons.-left-center {
  top: auto !important;
  bottom: 0 !important;
  left: 10px !important;
}/*# sourceMappingURL=style.css.map */