@charset "UTF-8";
html {
  height: 100%; }

#masthead .main-menu-pd {
  background: linear-gradient(to right, #20216f 0%, #7d8df8 100%); }
  #masthead .main-menu-pd li a {
    padding: 10px 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize; }
    #masthead .main-menu-pd li a:hover {
      color: var(--primary-color); }
  #masthead .main-menu-pd .menu-item::before {
    display: none; }

.home #masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .home #masthead .main-menu-pd {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
    .home #masthead .main-menu-pd.is-sticky-section {
      background: linear-gradient(to right, #20216f 0%, #7d8df8 100%); }

.nav-dropdown {
  background: #1F1F6D; }
  .nav-dropdown a {
    color: #fff !important;
    border-bottom: 0 !important; }
    .nav-dropdown a:hover {
      color: var(--primary-color) !important; }

.open-menu-popup {
  text-align: right;
  justify-content: flex-end; }
  .open-menu-popup .menu-item::before {
    display: none; }

.slider .flickity-prev-next-button:hover .arrow, .slider .flickity-prev-next-button:hover svg {
  fill: #fff !important; }

/*Footer CSS*/
.footer-home, .footer-wp {
  background: linear-gradient(to right, #0a0e3f, #1a144f);
  padding: 70px 0; }
  .footer-home h3, .footer-wp h3 {
    color: #fff;
    font-size: 20px; }
  .footer-home h4, .footer-wp h4 {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: var(--primary-color); }
  .footer-home p, .footer-wp p {
    color: #fff;
    font-size: 16px; }
    .footer-home p strong, .footer-wp p strong {
      color: var(--primary-color);
      display: block;
      font-size: 13px;
      display: none; }
  .footer-home .first-col p strong, .footer-wp .first-col p strong {
    color: #fff;
    display: block;
    font-size: 14px; }
    .footer-home .first-col p strong a, .footer-wp .first-col p strong a {
      display: block;
      font-size: 20px;
      color: #fff;
      font-weight: 600; }
  .footer-home .last-col, .footer-wp .last-col {
    margin-top: 45px; }
  .footer-home h4, .footer-wp h4 {
    opacity: 0; }

.button-view-more .icon-angle-right {
  width: 14px;
  height: 13px;
  background: url(../img/icon-right.png) no-repeat center center;
  display: inline-block;
  margin-left: 5px; }
  .button-view-more .icon-angle-right::before {
    display: none; }

.button-view-more {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 50px;
  /* chừa bên trái để hiện hình tròn */
  color: #3A0CA3;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px; }
  .button-view-more span {
    position: relative;
    z-index: 1; }
  .button-view-more::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: 0; }
  .button-view-more:hover {
    color: #fff; }
    .button-view-more:hover span {
      color: #fff; }
    .button-view-more:hover::before {
      width: 120%;
      height: 30px;
      top: 7px;
      transform: none;
      border-radius: 50px;
      transition: all 0.4s ease; }

.col-title {
  text-align: center; }
  .col-title h2 {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .col-title p {
    font-size: 21px !important;
    color: #3515b1;
    max-width: 660px;
    margin: 0 auto 30px; }
  .col-title h4 {
    color: #3515b1;
    font-size: 26px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin-bottom: 10px; }

.home-7 .col-left h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.4;
  margin: 0; }
.home-7 .col-left p {
  font-size: 20px;
  color: #fff;
  margin-top: 30px; }
.home-7 textarea {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  padding: 0;
  height: 50px; }
  .home-7 textarea::placeholder {
    color: #fff; }
.home-7 input,
.home-7 select {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 20px 0;
  width: 100%;
  height: 62px; }
  .home-7 input::placeholder,
  .home-7 select::placeholder {
    color: #fff; }
  .home-7 input:focus,
  .home-7 select:focus {
    outline: none;
    background: transparent;
    color: #fff; }
  .home-7 input.wpcf7-submit,
  .home-7 select.wpcf7-submit {
    margin-top: 30px;
    background: var(--primary-color);
    width: 100%;
    border: 0;
    text-align: center;
    padding: 10px 25px;
    border-radius: 15px; }
    .home-7 input.wpcf7-submit:hover,
    .home-7 select.wpcf7-submit:hover {
      cursor: pointer;
      background: #cd5e40; }
  .home-7 input option,
  .home-7 select option {
    color: #444 !important; }
.home-7 .col-2 {
  display: block;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px; }
  .home-7 .col-2 p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 15px; }
    .home-7 .col-2 p span {
      display: inline-block; }

.custom-box-style-1 h2 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px !important;
  padding-bottom: 10px;
  color: var(--primary-color) !important;
  text-align: left; }
  .custom-box-style-1 h2::before {
    content: '';
    width: 100px;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0; }
.custom-box-style-1 h3 {
  font-size: 18px;
  color: #380db5 !important;
  font-weight: 500;
  display: block !important;
  text-align: left; }
.custom-box-style-1 p {
  text-align: left; }

.custom-box-2 {
  text-align: left; }
  .custom-box-2 .box .box-text {
    padding: 0; }
  .custom-box-2 h3 {
    margin: 0 0 15px 0 !important;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    color: #fff !important;
    -webkit-line-clamp: 6 !important;
    background: #2f10a8;
    min-height: 70px;
    line-height: 1.4 !important;
    position: relative; }
    .custom-box-2 h3 b {
      display: block;
      font-weight: 500;
      font-size: 12px;
      margin-top: 5px;
      color: #00FFFF;
      text-transform: capitalize;
      position: absolute;
      bottom: 10px;
      left: 10px; }
  .custom-box-2 p {
    color: #3310ae;
    font-size: 16px;
    text-align: left;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 120px; }

.ins-box-1 .row {
  padding: 50px;
  background: #ebebee;
  border-radius: 50px; }

.about h2 {
  color: var(--primary-color);
  font-size: 50px;
  text-transform: uppercase; }
.about p {
  font-size: 16px;
  color: #3515b1; }

.about-4 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #3515b1; }
  .about-4 h3 strong {
    display: inline-block;
    font-size: 80px;
    line-height: 1;
    min-width: 80px;
    text-align: center;
    color: var(--primary-color); }

.img-auto {
  width: auto; }
  .img-auto img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto 450px !important;
    width: auto; }

@media (max-width: 1280px) {
  #masthead .main-menu-pd li a {
    font-size: 14px; } }
/*Header CSS*/
@media (max-width: 768px) {
  .footer-home, .footer-wp {
    padding: 40px 0 !important; }

  .col-title h2 {
    font-size: 24px;
    margin-bottom: 10px; }
  .col-title p {
    font-size: 16px !important; }

  .about h2 {
    color: var(--primary-color);
    font-size: 24px;
    text-transform: uppercase; }
  .about p {
    font-size: 16px;
    color: #3515b1; }

  .home-7 .col-left h3 {
    font-size: 30px; }

  .ins-box-1 .row {
    padding: 15px 0;
    background: #ebebee;
    border-radius: 0; }

  .custom-box-2 p, .custom-box-2 h3 {
    min-height: 0; } }
.mfp-close {
  opacity: 1 !important;
  color: #fff !important; }

#main-menu-popup {
  background: #1F1F6D !important; }
  #main-menu-popup a {
    color: #fff !important;
    padding-left: 0 !important;
    text-transform: uppercase; }
  #main-menu-popup .toggle {
    display: none; }

@media (max-width: 500px) {
  .col-title h4 {
    font-size: 20px; } }

/*# sourceMappingURL=global.css.map */
