.top-header {
  background: #F6F7F6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.address-header {
  float: left;
  width: 50%;
  font-weight: bold;
}
@media(max-width: 767px) {
  .address-header {
    font-size: 12px;
  }
}
@media(max-width: 375px) {
  .address-header {
    font-size: 10px;
  }
}
.text-slogan a {
  text-decoration: none;
  color: var(--colorMainRed) !important;
}
.menu-top-header {
  float: left;
  width: 50%;
  position: relative;
}
html[lang="en-GB"] .address-header {
  width: 46%;
}
html[lang="en-GB"] .menu-top-header {
  width: calc(54% - 70px);
}
.menu-top-header ul {
  padding: 0px;
  margin-bottom: 0px;
}
.menu-top-header ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
}
.menu-top-header ul li a {
  color: #000;
  color: var(--colorMainBlue);
  font-weight: 500;
}
.language-switcher {
  position: absolute;
  top: 0px;
  right: 15px;
}
.language-switcher ul {
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.language-switcher ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 2px;
}
.language-switcher ul li a {
  display: block;
  width: 25px;
  text-indent: -99999px;
  line-height: 20px;
  text-align: initial;
}
.language-switcher ul li.lang-item-vi a {
  background: url(images/vietnam.svg) no-repeat center center;
  background-size: contain;
}
.language-switcher ul li.lang-item-en a {
  background: url(images/en.svg) no-repeat center center;
  background-size: contain;
}
.logo-wrapper {
  float: left;
  width: 45%;
  color: var(--colorMainRed);
  padding-right: 10px;
}
.logo-wrapper a.custom-logo-link {
  display: block;
  width: 110px;
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e78908;
}
@media(max-width: 767px) {
  .logo-wrapper a.custom-logo-link {
    width: 90px;
  }
  .address-header {
    width: 80%;
  }
  .menu-top-header {
    width: 20%;
  }
}
@media(max-width: 320px) {
  .logo-wrapper a.custom-logo-link {
    width: 70px;
    margin-right: 5px;
    padding-right: 5px;
  }
}
.top-header-center {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}
.logo-wrapper span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
.logo-wrapper span.text-bo-giao-duc {
  font-size: 13px;
  margin-top: 5px;
}
.logo-wrapper span.text-truong {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.logo-wrapper span.text-triet-ly {
  font-size: 13px;
}
@media(max-width: 767px) {
  .logo-wrapper span.text-triet-ly {
    font-size: 11px;
  }
  .logo-wrapper span.text-bo-giao-duc {
    margin-top: 0px;
    font-size: 11px;
  }
  .logo-wrapper span.text-truong {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
  }
}
@media(max-width: 320px) {
  .logo-wrapper span.text-triet-ly {
    font-size: 10px;
  }
  .logo-wrapper span.text-bo-giao-duc {
    font-size: 10px;
  }
  .logo-wrapper span.text-truong {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 10px;
  }
}
.address2 {
  font-size: 14px;
  margin-top: 5px;
}
.header-right {
  float: right;
  width: 55%;
  margin-top: 15px;
}
@media(max-width: 767px) {
  .header-right {
    display: none;
  }
}
.action-header {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
.action-header li {
  padding: 0px 11px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
@media(max-width: 1024px) {
  .action-header li:nth-child(3) {
    display: none;
  }
  .menu-top-header ul li:nth-child(1) {
    display: none;
  }
}
.action-header li span {
  display: block;
}
.action-header li a {
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding-left: 45px;
  line-height: 1.4;
}
.action-header li a .text {
  color: #333;
}
.action-header li a.email-header {
  background: url(images/email-h.png) no-repeat 0px 2px;
  background-size: 40px;
}
.action-header li a.email-header .value {
  color: #000;
}
.action-header li a.hotline-header {
  background: url(images/phone-h.png) no-repeat 0px 2px;
  background-size: 40px;
}
.action-header li a.hotline-header .value {
  color: #000;
}
.action-header li a.apply-header {
  background: url(images/cv.png) no-repeat 0px 2px;
  background-size: 40px;
}
.action-header li a.apply-header .value {
  color: #000;
}
.navigator {
  background: var(--colorMainBlue);
}
.file-upload {
  position: relative;
  border: 2px dashed #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.file-upload .file-upload-inner {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px 0;
  color: #999;
}
.file-upload .more {
  font-size: 20px;
  color: #999;
  padding-top: 4px;
  display: block;
}
@media(max-width: 992px) {
  .file-upload .more {
    font-size: 18px;
  }
}
.file-upload .wpcf7-form-control-wrap {
  display: block;
  position: absolute;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0px;
}
.file-upload input {
  display: block;
  position: absolute;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0px;
}
.popup-form-apply {
  min-width: 500px;
  max-width: 800px;
}
@media(max-width: 767px) {
  .popup-form-apply {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}
.popup-form-apply h2 {
  margin-top: 0px;
}
.btn-common {
  border: none;
  background: var(--colorMainRed);
  color: #fff;
  border-radius: 4px;
  padding: 8px 20px;
}
#mega-menu-wrap-menu-chinh #mega-menu-menu-chinh > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
}
.block-title-common h2,
.block-title-common .widgettitle,
.title-list-common,
.title-detail {
  font-size: 28px;
  color: var(--colorMainRed);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.block-title-common h2:after,
.block-title-common .widgettitle:after,
.title-list-common:after,
.title-detail:after {
  content: "";
  width: 70px;
  height: 3px;
  background: var(--colorMainRed);
  border-radius: 35px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
.block-title-common h2:before,
.block-title-common .widgettitle:before,
.title-list-common:before,
.title-detail:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--colorMainRed);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  bottom: -3px;
  z-index: 2;
}
.block-title-common .widgettitle a {
  text-decoration: none;
  color: var(--colorMainRed);
}
.img-radius img,
.img-radius .anh-dai-dien {
  border-radius: 10px;
}
.block-news-style .first .anh-dai-dien {
  float: left;
  width: 300px;
  margin-right: 20px;
  height: 235px;
  overflow: hidden;
}
@media(max-width: 1024px) {
  .block-news-style .first .anh-dai-dien {
    width: 100%;
    margin-right: 0px;
    float: none;
  }
}
.block-news-style .anh-dai-dien img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
.block-news-style .title {
  color: var(--colorMainBlue);
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}
.block-news-style .news-description {
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.block-news-style .views-row {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.block-news-style .sec-row .anh-dai-dien {
  float: left;
  width: 100px;
  height: 65px;
  margin-right: 20px;
}
.block-news-style .sec-row .title {
  font-weight: 500;
  font-size: 16px;
}
.view-more a,
.view-all a {
  display: inline-block;
  background: url(images/view-more.png) no-repeat 0px 2px;
  font-size: 14px;
  padding-left: 20px;
  background-size: 15px;
  margin-top: 10px;
}
.view-all {
  text-align: right;
  clear: both;
}
@media(max-width: 767px) {
  .view-all {
    text-align: left;
  }
}
.block-events .view-all a {
  margin-top: 15px;
}
.main-content .block {
  margin-bottom: 30px;
}
.block-blue-bg {
  background: #f2f2f2;
}
.block-title-common-center h2 {
  text-align: center;
}
.block-title-common-center h2:before,
.block-title-common-center .widgettitle:before {
  left: 49.5%;
  bottom: 6px;
}
.owl-theme .owl-nav {
  margin: 0px;
}
.block-title-common-center h2:after,
.block-title-common-center .widgettitle:after {
  position: initial;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 115px;
}
.block-title-common-center .title-desc {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.block-dao-tao ul {
  padding: 0px;
  list-style: none;
}
.block-dao-tao ul li {
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.block-dao-tao ul li img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
.block-dao-tao ul li .anh-dai-dien {
  height: 285px;
}
.block-dao-tao ul li:nth-child(1) .anh-dai-dien {
  height: 570px;
}
.block-dao-tao ul li:nth-child(4) .anh-dai-dien {
  height: 570px;
  float: right;
}
@media(max-width: 767px) {
  .block-dao-tao ul li {
    width: 100%;
  }
  .block-dao-tao ul li:nth-child(1) .anh-dai-dien,
  .block-dao-tao ul li:nth-child(4) .anh-dai-dien {
    height: 285px;
  }
}
.block-dao-tao ul li .category-name {
  width: 360px;
  padding: 20px 30px;
  background: rgba(46,10,10,0.9);
  position: absolute;
  display: table;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  color: #fff;
  text-align: center;
}
@media(max-width: 767px) {
  .block-dao-tao ul li .category-name {
    bottom: 0px;
  }
}
.block-dao-tao ul li .category-name:hover {
  background: rgba(231,137,8,0.9);
}
.block-dao-tao ul li .category-name strong {
  display: block;
  font-size: 20px;
}
.block-title-common-center .widgettitle {
  text-align: center;
}
.list-image-cols .anh-dai-dien {
  height: 240px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.list-image-cols .anh-dai-dien img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
.list-image-cols .anh-dai-dien {
  margin-bottom: 0px;
}
.list-image-cols .post-content {
  padding: 15px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.drop-shadow {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.list-image-cols .title {
  color: var(--colorMainBlue);
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  font-size: 18px;
}
.list-image-cols .news-description {
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
@media(min-width: 1024px) {
  .block-tuyen-sinh .title {
    min-height: 54px;
  }
  .block-tuyen-sinh .news-description {
    min-height: 68px;
  }
}
.block-dao-tao,
.block-tuyen-sinh {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-title-common-center .view-all {
  text-align: center;
}
.list .views-row {
  padding: 15px;
}
.block-coutdown {
  background: url(images/bg-1.jpg) no-repeat top center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-attachment: fixed;
  background-size: cover;
}
@media(max-width: 767px) {
  .block-coutdown {
    background: url(images/bg-1-mobile.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: initial;
  }
}
.block-coutdown h2 {
  color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.block-coutdown .element_conteiner {
  background: var(--colorMainBlue);
  min-width: 90px !important;
  padding: 15px;
  border-radius: 10px;
  margin: 10px;
  border: 1px solid #fff;
}
@media(max-width: 767px) {
  .block-coutdown .element_conteiner {
    margin: 0px;
    min-width: 70px !important;
  }
}
.block-coutdown .time_left {
  background: none !important;
  font-size: 42px !important;
  font-weight: bold !important;
  padding: 0px;
}
.block-tuyen-sinh {
  margin-bottom: 0px !important;
}
a.btn-dangkyngay {
  display: inline-block;
  padding: 10px 20px;
  background: url(images/fixadd.svg) no-repeat right 20px center var(--colorMainRed);
  background-size: 15px;
  padding-right: 45px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #fff;
}
.content_countdown {
  margin-bottom: 30px;
}
.top-content-home {
  padding-top: 30px;
  padding-bottom: 20px;
}
.block-kham-pha .first {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.block-kham-pha .sec-row {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.block-kham-pha .sec-row .anh-dai-dien {
  float: left;
  width: 120px;
  margin-right: 15px;
  height: 96px;
  overflow: hidden;
}
@media(max-width: 767px) {
  .block-kham-pha .first {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .block-kham-pha .sec-row {
    width: 100%;
  }
}
.block-kham-pha .anh-dai-dien {
  margin-bottom: 0px;
}
.block-kham-pha .first .anh-dai-dien {
  height: 310px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #fff;
}
.block-kham-pha .first .title {
  background: #fff;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 78px;
}
.block-kham-pha .first .title a {
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img-scale img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
.block-kham-pha {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f2f2f2;
  margin-bottom: 0px !important
}
.block-kham-pha .title {
  font-weight: 500;
}
.banner-slide-logo .item-image {
  position: relative;
  height: 105px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.banner-slide-logo .item-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
}
.block-partner {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 0px !important;
}
.footer-wrapper {
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(images/bg-1.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media(max-width: 767px) {
  .footer-wrapper {
    background: url(images/bg-1-mobile.jpg) no-repeat center center;
    background-size: cover;
  }
}
.footer-wrapper .block-info:before {
  content: "";
  width: 89px;
  height: 81px;
  display: block;
  background: url(images/logo.png) no-repeat left center transparent;
  background-size: 80px;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.footer-wrapper h2 {
  text-transform: uppercase;
  font-size: 16px;
}
.footer-wrapper .block-info ul {
  margin: 0px;
  padding: 0px;
}
.footer-wrapper .block-info ul li {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 10px;
}
.footer-wrapper .block-info ul li:nth-child(1) {
  background: url(images/address-f.png) no-repeat 0px center;
  background-size: 20px;
}
.footer-wrapper .block-info ul li:nth-child(2) {
  background: url(images/phone-f.png) no-repeat 0px center;
  background-size: 20px;
}
.footer-wrapper .block-info ul li:nth-child(3) {
  background: url(images/email-f.png) no-repeat 0px center;
  background-size: 20px;
}
.footer-wrapper .block-info ul li:nth-child(4) {
  background: url(images/web-f.png) no-repeat 0px center;
  background-size: 20px;
}
.block-menu-footer ul {
  padding: 0px;
  margin: 0px;
}
.block-menu-footer ul li {
  list-style: none;
  margin-bottom: 10px;
  background: url(images/f-dot.svg) no-repeat 0px center;
  padding-left: 15px;
}
.top-cate-item li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}
.top-cate-item li h2 {
  font-size: inherit;
  margin: 0px;
}
.top-cate-item li a {
  color: var(--colorMainBlue);
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  border: 1px solid var(--colorMainBlue);
  text-transform: uppercase;
  font-size: 12px;
}
.top-cate-item li.active a,
.top-cate-item li a:hover {
  color: #fff;
  background: var(--colorMainBlue);
  border: 1px solid var(--colorMainBlue);
}
.top-cate-item li a:hover {
  color: #fff !important;
}
.nav-tabs,
.top-cate-item {
  white-space: nowrap;
  display: block;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%,100%);
  -ms-scroll-chaining: chained;
}
.nav-tabs li,
.top-cate-item li {
  display: inline-block;
  vertical-align: top;
}
.top-cate-item {
  padding-left: 0px;
}
.block-tin-noi-bat .block-title h2 {
  font-size: 26px;
  text-transform: uppercase;
  color: #0B0C0D;
}
.block-tin-noi-bat .excerpt-desc {
  margin-bottom: 0px;
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-tin-noi-bat .item {
  float: left;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.block-tin-noi-bat .item:last-child {
  border-bottom: 0px;
}
.block-tin-noi-bat .item-1 {
  padding-right: 30px;
  border-bottom: 0px;
}
.block-tin-noi-bat .anh-dai-dien {
  float: left;
  width: 150px;
  margin-right: 30px;
  margin-bottom: 0px;
}
.block-tin-noi-bat .item-1 .anh-dai-dien {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
}
@media(min-width: 768px) {
  .block-tin-noi-bat .anh-dai-dien {
    height: 100px;
    position: relative;
    overflow: hidden;
  }
  .block-tin-noi-bat .item-1 .anh-dai-dien {
    height: 330px;
    position: relative;
    overflow: hidden;
  }
  .block-tin-noi-bat img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
  }
}
@media(max-width: 992px) {
  .block-facebook-fanpage {
    text-align: center;
  }
  .content-right {
    margin-top: 30px;
  }
  .block-tin-noi-bat .anh-dai-dien {
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
  }
  .block-tin-noi-bat .item-1 .anh-dai-dien {
    height: 260px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .block-tin-noi-bat .anh-dai-dien img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}
@media(max-width: 767px) {
  .block-tin-noi-bat .item {
    width: 100%;
  }
  .block-tin-noi-bat .item-1 {
    padding-right: 0px;
  }
}
.block-tin-noi-bat .title a {
  font-weight: bold;
}
.main-content-common {
  padding-bottom: 30px;
}
.home .main-content-common {
  padding-bottom: 0px;
}
.empty-data {
  color: #333;
}
a.btn-dang-ky-tham-quan {
  background: url(images/fixadd.svg) no-repeat left 20px center var(--colorMainBlue);
  background-size: 20px;
  padding: 15px 30px 15px 50px;
  color: #fff !important;
  font-weight: 700;
  border-radius: 8px;
  position: fixed;
  left: 5px;
  bottom: 50px;
  z-index: 99;
  text-decoration: none;
}
@media(max-width: 767px) {
  a.btn-dang-ky-tham-quan {
    background: url(images/fixadd.svg) no-repeat left 10px center #EC2227;
    background-size: 15px;
    padding: 10px 20px 10px 30px;
  }
}
.content-right .block {
  margin-bottom: 30px;
}
.content-right .widgettitle {
  margin-top: 0px;
  padding: 8px 10px;
  background: var(--colorMainBlue);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
  font-size: 18px;
}
.content-right .block-content {
  background: #f0f6fa;
}
.content-right ul {
  padding: 0px;
  margin: 0px;
}
.content-right ul li {
  list-style: none;
}
.content-right ul li a {
  font-size: 14px;
  padding: 8px 10px;
  display: block;
  text-decoration: none;
  background: url(images/w-list-hv.svg) no-repeat 5px center;
  color: #000;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  background-size: 14px;
}
@media(min-width: 992px) {
  #mega-menu-wrap-menu-chinh #mega-menu-menu-chinh > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "" !important;
    width: 10px !important;
    height: 54px !important;
    background: url(images/arrow-down.png) no-repeat center center;
    background-size: 10px;
  }
}
#mega-menu-wrap-menu-chinh #mega-menu-menu-chinh > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-menu-chinh #mega-menu-menu-chinh > li.mega-menu-megamenu > ul.mega-sub-menu {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

.block-contact-detail ul {
  margin: 0px;
  padding: 0px;
}
.block-contact-detail ul li {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 10px;
}
.block-contact-detail ul li:nth-child(1) {
  background: url(images/address-c.png) no-repeat 0px center;
  background-size: 20px;
}
.block-contact-detail ul li:nth-child(2) {
  background: url(images/phone-c.png) no-repeat 0px center;
  background-size: 20px;
}
.block-contact-detail ul li:nth-child(3) {
  background: url(images/email-c.png) no-repeat 0px center;
  background-size: 20px;
}
.block-contact-detail ul li:nth-child(4) {
  background: url(images/web-c.png) no-repeat 0px center;
  background-size: 20px;
}
.block-contact-detail ul li:nth-child(5) {
  background: url(images/facebook-c.png) no-repeat 0px center;
  background-size: 20px;
}
.block-contact-detail ul li:nth-child(6) {
  background: url(images/zalo-mob.svg) no-repeat 0px center;
  background-size: 20px;
}
.block-contact-detail ul li a {
  color: #000;
}
.block-form-contact {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(42, 60, 149, 0.15);
  border-radius: 10px;
  margin: 50px auto;
  padding: 30px;
}
.video-list .item-video {
  margin-bottom: 10px;
}
.video-title {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
.video-title a {
  color: var(--colorMainRed);
}
.block-events .anh-dai-dien {
  height: 240px;
  overflow: hidden;
}
.block-events .first .anh-dai-dien {
  margin-bottom: 30px;
}
.block-events .anh-dai-dien img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
.block-events .datebox {
  float: left;
  width: 65px;
  text-align: center;
  background: var(--colorMainRed);
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 8px;
}
.datebox .month {
  font-size: 10px;
  color: #fff;
  background: var(--colorMainBlue);
  display: block;
  padding: 1px 0;
  font-weight: 700;
}
.datebox .day {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 2px 0;
}
.block-events .views-row {
  float: left;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}
.block-events .title {
  font-weight: 500;
  color: var(--colorMainBlue);
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-weight: 500;
}
.sub-cate-item li.active a {
  color: var(--colorMainRed);
}
.top-descripion {
  margin-bottom: 20px;
}
.video-list .title {
  text-align: center;
  font-weight: 500;
  min-height: 48px;
}
.category-content-list .info-meta {
  font-size: 13px;
}
.block-kham-pha .img-radius img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media(min-width: 992px) {
  #mega-menu-wrap-menu-chinh #mega-menu-menu-chinh > li.mega-menu-flyout.small-submenu ul.mega-sub-menu {
    width: 180px !important;
  }
  #mega-menu-wrap-menu-chinh #mega-menu-menu-chinh > li.mega-menu-flyout.small-submenu > ul.mega-sub-menu > li:nth-child(4) > ul {
    width: 120px !important;
  }
  #mega-menu-wrap-menu-chinh #mega-menu-menu-chinh > li.mega-menu-flyout.small-submenu > ul.mega-sub-menu > li:nth-child(5) > ul.mega-sub-menu {
    width: 230px !important;
  }
  #mega-menu-wrap-menu-chinh #mega-menu-menu-chinh li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 20% !important;
  }
  #mega-menu-wrap-menu-chinh #mega-menu-menu-chinh li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12:nth-child(2) {
    width: 25% !important;
  }
  #mega-menu-wrap-menu-chinh #mega-menu-menu-chinh li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12:nth-child(1) {
    width: 15% !important;
  }
}
.footer-wrapper-top .block-department ul {
  padding: 0px;
}
.footer-wrapper-top .block-department ul li {
  list-style: none;
  margin-bottom: 5px;
}
.footer-wrapper-top .block-department ul li a {
  display: inline-block;
  background: url(images/view-more.png) no-repeat 0px 5px;
  padding-left: 15px;
  background-size: 10px;
}
.footer-wrapper-top .block-department .widgettitle {
  text-transform: uppercase;
  font-size: 15px;
}
.footer-wrapper-top {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 15px;
  background: #f2f2f2;
}
.home .footer-wrapper-top {
  background: #fff;
}
.navigator.scrollfix-top,
.top-header-center.scrollfix-top {
  width: 100% !important;
  z-index: 9;
}
@media(min-width: 1024px) {
  .logged-in .navigator.scrollfix-top {
    top: 32px !important;
  }
}
.top-header-center.scrollfix-top {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media(max-width: 1024px) {
  .navigator {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
@media(max-width: 992px) {
  #mega-menu-menu-chinh {
    padding-top: 30px !important;
  }
  #menu-top-header {
    display: none;
  }
  .language-switcher {
    top: 0px;
  }
  .action-header {
    display: none;
  }
  .logo-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  #mega-menu-wrap-menu-chinh #mega-menu-menu-chinh li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
  }
}
@media(max-width: 767px) {
  .language-switcher {
    top: 6px;
  }
}
#mega-menu-wrap-menu-chinh .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-menu-chinh .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-chinh .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  background: #fff !important;
}
#mega-menu-wrap-menu-chinh .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
  margin: 0px !important;
  margin-left: -5px !important;
}
.footer-top a {
  display: inline-block;
  color: #fff !important;
}
.product-meta-bottom .socical-share {
  margin-bottom: 20px;
}
.text-slogan-mobile {
  display: none;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 2px;
  z-index: -1;
}
.text-slogan-mobile span {
  display: block;
}
.text-slogan-mobile span.text-bo-giao-duc {
  font-size: 11px;
}
.text-slogan-mobile span.text-truong {
  font-size: 12px;
  font-weight: bold;
}
@media(max-width: 992px) {
  .scrollfix-top .text-slogan-mobile {
    display: block;
  }
}