	.about-us {
  background-image: url("https://vjvietnam.com.vn/wp-content/uploads/2021/10/gt_bg.jpeg");
}
.about-us iframe {
  width: 100%;
  height: 340px;
}
.about-us .news_title {
  font-weight: 500;
}
.about-us .news_title a {
  color: #fff;
  line-height: 150%;
  font-size: 23px;
  margin-top: 0;
  text-transform: uppercase;
}
.about-us .bp_news_sub {
  color: #fff;
  text-align: justify;
}
.about-us .bp_news_more {
  border: none;
  outline: none;
  padding: 8px 15px;
  border-radius: 0;
  font-size: 16px;
  background: #0d2687;
  transition: all 0.5s;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}
.why-choose-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.why__choose-img {
  text-align: center;
}
.why-choose-list img {
  width: 110px;
}
.why__choose-item {
  padding: 10px;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.why__choose-title {
  font-size: 18px;
  color: #e11919;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}
.why__choose-content p {
  text-align: justify;
  min-height: 180px;
  font-size: 14px;
}
.why-heading {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #376cee;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 30px;
}
.dktv {
  text-align: center;
}

.dktv a button {
  display: block;
  margin: auto;
  text-align: center;
  background: #356ded;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  outline: none;
  border-radius: 4px;
  transition: all 0.3s;
  border-color: transparent;

  text-decoration: none;
}
.dktv a button:hover {
  background: red;
  color: #fff;
}
.process-card {
  display: flex;
  border: 2px solid #3f51b5;
  margin-bottom: 25px;
  min-height: 200px;
  padding: 15px;
  transition: all 0.5s;
}
.process-card img {
  width: 40px;
}
.process-card__content {
  width: calc(100% - 40px);
  padding-left: 15px;
}
.process-card__title {
  font-size: 20px;
  margin-top: 0;
  font-weight: bold;
  color: #356bf2;
}
.study-process__title {
  font-size: 22px;
  font-weight: bold;
  color: #376cee;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 30px;
}
.gallery-image {
  background: #dff7ff;
}
.gallery-image .gallery {
  max-width: 100%;
  margin: 0;
}
.taxo_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  color: #356bf2;
  margin: 15px 0;
}
.taxo_title span:before {
  font-family: "FontAwesome";
  content: "\f14a";
  display: inline-block;
  margin: 0 10px 0 0;
  color: #356bf2;
}
.form-title {
  width: 55%;
  margin: auto;
  text-align: center;
}
.form-title .box-title {
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;

  color: #fff;
}
.line {
  height: 2px;
  width: 37%;
  margin: 5px auto;
  background-color: #ffffff;
  text-align: center;
}
.sub_dk {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}
.form-contact form {
  width: 55%;
  color: #fff;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
}
.form-contact form > .bp_form_field:nth-child(5),
.form-contact form > .bp_form_field:last-child {
  grid-column: span 2;
}
.form-contact form input,
.form-contact form textarea {
  width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  height: 34px;
}
.form-contact form textarea {
  height: 100px;
}
.form-contact .bp_form_label_up {
  display: none;
}
.form-contact .bp-btn-send {
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  outline: none;
  background: #356ded;
  display: block;
  margin: 10px auto;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #fff;
}
.form-contact .bp-btn-send:hover {
    color: #ffff00;
}
.form-contact {
  background-image: url("https://vjvietnam.com.vn/wp-content/uploads/2021/10/gt_bg.jpeg");
}
.student .bp_news_sub p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.student .bp_news_sub p:nth-child(2) {
  display: none;
}
.student .cls_img_hot_news img {
  height: 210px;
  object-fit: cover;
}
.student .bp_block_item {
  border: 1px solid transparent;
  box-shadow: rgb(60 64 67 / 10%) 0 1px 2px 0, rgb(60 64 67 / 15%) 0 2px 6px 2px;
  margin-bottom: 20px;
}
.student .bp_block_item .row {
  margin: 0;
}
.student .news_title {
  margin: 10px 0;
  height: 44px;
  overflow: hidden;
  line-height: 140%;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.student .news_title a {
  color: #000;
}
.student .cls_img_hot_news {
  padding: 0;
}
.student .cls_content_hot_news {
  padding: 0 15px;
}
.student .bp-news-button-action {
  display: none;
}
.student-jp .cls_img_hot_news img {
  height: 110px;
}
.student-jp .bp_news_sub p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0px;
  text-align: justify;
  font-size: 14px;
}
.student-jp .news_title {
  margin: 0 0 10px 0;
  height: auto;
  line-height: unset;
}
.student-jp .student-jp-main img {
  height: auto;
  border-radius: 0;
}
.student-jp .student-jp-main .cls_content_hot_news {
  padding: 0;
}
.student-jp .bp_block_item {
  box-shadow: none;
}
.student-jp .student-jp-main .news_title {
  font-size: 18px;
  color: #000;
  line-height: 140%;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}
.university .cls_img_hot_news img {
  height: 105px;
  object-fit: cover;
}
.university .news_title a {
  width: 100%;
  line-height: 1.425;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0;
  height: 42px;
  overflow: hidden;
  color: #000;
}
.university .bp_news_sub p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: justify;
  font-size: 13px;
}
.university .bp-news-button-action {
  display: none;
}
.university .bp_block_item {
  border: 1px solid #eaeaea;
}
.university .bp_block_item .row {
  margin: 0;
}
.university .col {
  padding-right: 0;
}
.blog .cls_img_hot_news img {
  height: 210px;
  object-fit: cover;
}
.blog .bp_block_item {
  border: 1px solid transparent;
  box-shadow: rgb(60 64 67 / 10%) 0 1px 2px 0, rgb(60 64 67 / 15%) 0 2px 6px 2px;
  margin-bottom: 20px;
}
.blog .bp_block_item .row {
  margin: 0;
}
.blog .bp-news-button-action {
  display: none;
}
.blog .cls_img_hot_news {
  padding: 0;
}
.blog .news_title a {
  width: 100%;
  line-height: 1.425;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0;
  height: 42px;
  overflow: hidden;
  color: #000;
}
.blog .bp_news_sub p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.dktv button {
  margin: auto;
  text-align: center;
  background: #356ded;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  outline: none;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
  border: navajowhite;
}
.dktv button:hover {
  color: #fff;
}
#frm-action-107582 > .bp_form_field:nth-child(2) {
    display: none;
}
     /* Overlay */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Form Popup */
        .form-popup {
            position: fixed;
            top: -50%;
            left: 50%;
            transform: translate(-50%, -150%);
            background: linear-gradient(117.68deg, #B9E95E 2.53%, #229AD6 98.98%);
            border-radius: 20px;
            
            width: 600px;
            max-width: 90vw;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            z-index: 1000;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .form-popup.active {
            transform: translate(-50%, -50%);
            top: 50%;
        }

        /* Logo */
        .form-popup .logo-popup {
            text-align: center;
            margin-bottom: 20px;
            padding: 10px 0;
            background: #FFF;
            border-radius: 20px 20px 0 0;
        }

        .form-popup .logo-popup img {
            width: 80px;
            height: auto;
        }

        /* Titles */
        .form-popup h2 {
            text-align: center;
            color: white;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .form-popup h2:first-of-type {
            font-size: 22px;
            margin-bottom: 5px;
        }

        /* Close Button */
        .form-popup .button-cancel {
               position: absolute;
  top: -20px;
    right: -20px;
    background: rgb(53, 164, 199);
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
        }

        .form-popup .button-cancel:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        /* Form Styles */
        .form-popup form {
            padding: 10px 20px;
        }

        .form-popup .bp_form_field {
            margin-bottom: 20px;
            position: relative;
        }

        .form-popup .bp_form_label_up {
            display: block;
            color: white;
            font-weight: bold;
            margin-bottom: 8px;
            font-size: 14px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        .form-popup .bp_form_data {
            width: 100%;
            padding: 12px 15px;
            border: none;
            border-radius: 25px;
            font-size: 14px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            outline: none;
        }

        .form-popup .bp_form_data:focus {
            background: rgba(255, 255, 255, 1);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }

        .form-popup textarea.bp_form_data {
            min-height: 80px;
            resize: vertical;
            border-radius: 15px;
        }

        /* Submit Button */
        .form-popup .bp-btn-send {
            background: linear-gradient(135deg, #0984e3 0%, #74b9ff 100%);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .form-popup .bp-btn-send::before {
            content: '✈️';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s ease;
        }

        .form-popup .bp-btn-send:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .form-popup .bp-btn-send:hover::before {
            right: 15px;
        }

        /* Message */
        .form-popup .bp_msg_show {
            display: block;
            margin-top: 10px;
            text-align: center;
            color: white;
            font-weight: bold;
        }

        /* Responsive */
        @media (max-width: 480px) {
            .form-popup {
                width: 95vw;
                padding: 20px;
            }
            
            .form-popup h2 {
                font-size: 18px;
            }
            
            .form-popup h2:first-of-type {
                font-size: 20px;
            }
        }
