.menu {
  background: none;
}
.menu li + li:before {
  display: none;
}
.menu-main .menu > ul > li a {
  font-family: "Open Sans", sans-serif;
}
.menu li a {
  white-space: nowrap;
  line-height: 20px;
}
.training_program .item-training .img-item a {
  overflow: hidden;
  display: block;
}
.training_program .item-training .img-item a img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training_program .item-training .img-item a:hover img {
  transform: scale(1.1);
}
.registration_form .form form input[type="email"] {
  width: 100%;
  height: 44px;
  border: 1px solid #c5c5c5;
  padding: 15px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.registration_form .form form input[type="button"] {
  width: 100%;
  margin-top: 22px;
  height: 44px;
  padding: 15px 0px;
  text-align: center;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: #0e76bc;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 33px;
}
.form .col-md-12 {
  float: none;
  padding: 0px;
}
.form-group {
  margin: 0px;
}
.why_chose .item-whychose {
  transition: all 0.5s;
}
.why_chose .item-whychose:hover {
  box-shadow: 0px 0px 11px 0px blue;
}
.news .list-news .news-left .item .img-item {
}
.news .list-news .news-left .item .img-item a {
  display: block;
  overflow: hidden;
  height: 224px;
}
.news .list-news .news-left .item .img-item a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.news .list-news .news-left .item .img-item a:hover img {
  transform: scale(1.1);
}
.news .news-right .item .content h3 {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px;
}
@media (max-width: 768px) {
  .news .list-news .news-left .item .img-item a img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
  }
  .news .list-news .news-left .item .img-item a {
    height: auto;
  }
}

.news .list-news .news-left .item .content p span:nth-child(2) {
  margin: 0px 6px;
}
footer .infomation_contact p a {
  color: #7f7f7f !important;
}

footer .menu_form .content .form form input[type="submit"] {
  top: -44px;
  height: 44px;
}

.slick-active .item-slide .items-slider {
  animation-name: fadeInUp;
  animation-duration: 3s;
}

.position-search form {
  position: relative;
}
.position-search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  width: 50px;
  outline: none;
  border: none;
}
.main-content .list-news-main {
  list-style: none;
}
.main-content .list-news-main .item-new-main .image-news-main a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.image-news-main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;

  height: 224px;
}

.main-content .list-news-main .item-new-main .image-news-main a img {
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  margin: 0px !important;
  object-fit: cover;
}
.main-content .list-news-main .item-new-main .image-news-main a:hover img {
  transform: scale(1.1);
}
.main-content .list-news-main .item-new-main .caption-news-main h2 {
  color: black;
  font-size: 24px;
}
.main-content .list-news-main .item-new-main .caption-news-main p {
  margin-top: 10px;
}
.main-content
  .list-news-main
  .item-new-main
  .caption-news-main
  .sub-title
  span {
  font-size: 12px;
}
.main-content .list-news-main .item-new-main .caption-news-main .text-detail a {
  font-size: 12px;
  color: red;
}
.form-search-menu form {
  position: relative;
}
.form-search-menu form input[type="text"] {
  padding: 10px;
  width: 100%;
  height: 34px;
}
.form-search-menu form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  width: 60px;
}
.title-sb {
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.title-sb:after {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  width: 147px;
  height: 1px;
  background-color: #111010;
}
.hotnews-sb .item-news-small {
  margin-bottom: 20px;
}
.hotnews-sb .item-news-small .caption-news h4 {
  font-size: 16px;
}
.hotnews-sb .item-news-small .caption-news h4 a {
  color: black;
}
.hotnews-sb .item-news-small .img-news a {
  display: block;
  overflow: hidden;
}
.hotnews-sb .item-news-small .img-news a img {
  width: 100%;
  transition: all 0.5s;
}
.hotnews-sb .item-news-small .img-news a:hover img {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  footer .designer .container span {
    display: none;
  }
  footer .designer .container .tk {
    display: block;
    float: left;
  }
  .image-news-main {
    height: auto;
  }
}
.header-sidebar h4 {
  text-transform: uppercase;
}
.list-relate {
  list-style: none;
}
.list-relate li a {
  text-transform: uppercase;
  color: black;
}
.cover-album .caption-album h2 {
  font-size: 16px;
  text-align: left;
  color: black;
  margin: 10px 0px;
  font-family: "Roboto", sans-serif;
  color: white;
}
.box-sb .title-sb {
  margin-bottom: 15px;
}
.main-content .list-news-main .item-new-main .caption-news-main h2 {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
}
.sub-title span {
  margin-right: 10px;
}
.sub-title span i {
  margin-right: 4px;
}
.cover-album .img-hover img {
  width: 100%;
}
.cover-album {
  border: 1px solid #ebebeb;
  padding: 5px;
  height: 245px;
}
.cover-album .img-hover {
  overflow: hidden;
  height: 100%;
}
.cover-album .img-hover img {
  transition: all ease 0.3s;
  object-fit: cover;
}
.cover-album a {
  position: relative;
  display: block;
  height: 100%;
}
.cover-album a:hover img {
  transform: scale(1.1);
}
.caption-album {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 10px;
  width: 100%;
  left: 0;
}
.caption-album h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.imageitem a img {
  width: 100%;
  transition: all 0.5s;
}
.imageitem a {
  display: block;
  overflow: hidden;
}
.imageitem a:hover img {
  transform: scale(1.1);
}
.main-content .title-1 {
  margin-bottom: 0px;
}
.main-content img {
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .cover-album {
    height: auto;
  }
}
@media (max-width: 576px) {
  .main-content .list-news-main .item-new-main .caption-news-main h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .main-content .title-1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .cover-album .caption-album h2 {
    margin-top: 7px;
    margin-bottom: 10px;
    font-weight: 700;
  }
}

.item-album {
  margin: 10px 0px;
}
.list-content-img a img {
  margin: 0px;
}
.list-content-detail i {
  margin-right: 10px;
}
.list-content-detail a {
  font-size: 12px;
  margin-top: 20px;
  display: block;
  color: red;
}
.list-item {
  border: none;
}
.list h1 {
  margin-bottom: 0px;
}
.mgp {
  padding-top: 50px;
}
.pad-top50 .col-md-12 .form-contact .form-group {
  padding: 0px 15px;
}

.pad-top50 .col-md-12 .form-contact .form-group {
  width: 50%;
  float: left;
}
.pad-top50 .form-contact .form-group:nth-child(5) {
  width: 100%;
  float: left;
}
.pad-top50 .form-contact .form-group input {
  height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
}
.pad-top50 .form-contact .form-group textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
}

.pad-top50 .form-contact .col-md-12 input {
  height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.textreport {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.search-bar {
  margin-top: 36px;
}
.banner img {
  width: 100%;
}
h1 {
  text-transform: uppercase;
}
.newstitle {
  text-transform: uppercase;
}
.header-sidebar h4 {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.header-sidebar h4:after {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  width: 147px;
  height: 1px;
  background-color: #111010;
}
.header-top .header-right .language {
  margin-left: 0px;
}
.field .content-f .img-f {
  position: relative;
  height: 245px;
}
.field .content-f .item-f a.img {
  display: block;
  overflow: hidden;
  height: 100%;
}

.img-items-news {
  height: 245px;
}
.img-items-news a {
  height: 100%;
}
.img-items-news a img {
  height: 100%;
}
.link-pages ul li a {
  margin: 0px;
}
.news .list-study-abroad .list-study ul {
  list-style-type: circle;
  list-style-position: inherit;
}
.study-abroad .list-news-new .list-newss .content-item {
  max-width: 186px;
  float: left;
  margin-left: 15px;
}
.pagination > .active > a {
  color: #fff;
  cursor: default;
  background: #0e76bc;
  border: 1px solid #0e76bc;
  color: white;
}
.news-events .item-new .item-content-new .content-item-new a h3 {
  text-transform: uppercase;
}
.news-events .news {
  padding: 0px;
}
.news .items-news .img-items-news a img {
  width: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.jobs h1 {
  margin-top: 0px;
}
.news .title-list-news h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #0e76bc;
  margin-bottom: 0px;
  margin-top: 0px;
}
.news .items-news .content-items-news h2 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0e76bc;
  text-transform: uppercase;
  font-weight: 700;
}
.jobdetail {
  padding: 0px;
}
.main .about-us {
  margin-top: 55px;
  margin-bottom: 35px;
}
.news-events .item-new .item-content-new .img-new a {
  display: block;
  overflow: hidden;
  height: 180px;
}
@media (max-width: 768px) {
  .news-events .item-new .item-content-new .img-new a {
    max-height: 300px !important;
    height: auto !important;
  }
  .field .content-f .img-f {
    position: relative;
    max-height: 500px !important;
    height: auto !important;
  }
  .field .content-f .item-f a {
    display: block;
    overflow: hidden;
    max-height: 500px !important;
  }
}
.study-abroad .list-news-new h3 {
  padding: 12px 0px;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  color: #0e76bc;
  font-size: 18px;
}
.study-abroad .list-news-new .list-newss .content-item p {
  line-height: 24px;
  margin: 0px;
  margin-top: 8px;
}
.study-abroad h1 {
  margin-top: 0px;
}
.news h1 {
  margin-top: 0px;
}
.mgp h4,
.header-contact2 h4 {
  text-transform: uppercase;
}
.viewmore1 {
  margin-top: 20px !important;
  font-size: 12px !important;
  color: #e91d24;
}
.study-abroad .study-abroad-list .item-list-study {
  margin: 23px 0px;
  margin-bottom: 50px;
}
.breadcrumb {
  margin-top: 20px;
}
footer .col-lg-4 p a {
  color: #fff;
}
.mgp .text_registration .text-gt {
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  padding-top: 5px;
  margin-bottom: 43px;
}
.mgp .text_registration .text-gt:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  background: #333333;
  left: 0;
  bottom: 0;
}
.mgp .text_registration h3 {
  margin: 0px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.mgp .text_registration p {
  margin: 0px;
}
.mgp .text_registration .address {
  margin: 20px 0px;
}
.mgp .text_registration .address .item-ad,
.text_registration .address .item-ad1 {
  width: 50px;
  height: 50px;
  /* border: 1px solid #333333; */
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  float: left;
}
.mgp .text_registration .address .text-item {
  float: left;
  margin-left: 12px;
}
.mgp .text_registration .address .item-ad i,
.text_registration .address .item-ad1 i {
  line-height: 50px;
}
.map {
  margin-top: 60px;
}
.mgb {
  padding-bottom: 0px !important;
}
.menu-main .menu > ul > li {
  position: relative;
}
.menu-main .menu > ul > li:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background: transparent;
  transition: all 0.5s;
  left: 0;
  bottom: 0;
  right: 0px;
  margin: 0 auto;
}
.menu-main .menu > ul > li.active:after {
  background: #fff;
  width: 50%;
}
.items-slider {
  transition-delay: 0.5s;
}
.item-slide .items-slider .link-contact {
  width: 435px;
}
.item-slide .items-slider p a {
  width: 191px;
}
.advisory {
  color: #fff;
  background: #0e76bc;
  border: 2px solid #0e76bc !important;
}
.link-contact a {
  outline: none;
}
.menu_form .form form {
  max-width: 95%;
  margin: 0 auto;
}

.lazy .fa {
  position: absolute;
  z-index: 9;
  font-size: 30px;
  top: 50%;
  cursor: pointer;
  padding: 10px;
  background: #fff;
}
.lazy .slick-dots {
  bottom: 10px;
}
.lazy .slick-dots li button:before {
  font-size: 17px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.menu-main {
  transition: all 0.5s;
}
.menu-main.active {
  padding: 10px 0px;
  background: rgba(0, 0, 0, 0.7);
}
.menu-btn-show {
  transition: all 0.5s;
}
.news .news-right .item .content p {
  margin: 0px;
}
.news .news-right .item .content h3 {
  margin: 6px 0px;
}
.list-news {
  padding-bottom: 50px;
}
.news {
  padding-top: 48px;
  padding-bottom: 30px;
}
footer .menu_form .content .form form input[type="text"] {
  position: absolute;
}
.errorMessage {
  position: absolute;
  bottom: -21px;
}
footer .menu_form .content .form form input[type="submit"] {
  top: 0px;
  height: 44px;
}
@media (max-width: 576px) {
  .why_chose {
    padding: 25px 0px 10px 0px;
  }
  .why_chose .container > p {
    margin-bottom: 30px;
  }
  .training_program .title-training p {
    margin-bottom: 30px;
  }
  .training_program {
    padding: 30px 0px;
  }
  .achievements {
    padding: 30px 0px 25px 0px;
  }
  .registration_form {
    padding: 30px 0px;
  }
  .news {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .news .titile-news h2 {
    padding: 5px 0px 22px 0px;
  }
  .list-news {
    padding-bottom: 20px;
  }
  .comment_student {
    background: #0e76bc;
    padding: 30px 0px;
  }
  .system {
    padding: 30px 0px;
  }
  footer .col-lg-4 {
    margin-bottom: 20px;
  }
  footer {
    padding-top: 20px;
  }
  .study-abroad {
    padding-top: 20px;
  }
  .newss {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
@media (max-width: 520px) {
  .comment_student .content_comment .img_item {
    width: 100%;
  }
  .comment_student .content_comment .img_item img {
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
  .comment_student .content_comment .content_item {
    margin-left: 0px;
    width: 100%;
  }
  .map {
    margin-top: 1px;
  }
  .registration_form .text_registration .address {
    margin: 15px 0px 0px 0px;
  }
}
h1 {
  font-weight: 700;
}
.link-pages {
  margin: 0px;
}
.logo-menu img {
  width: 110px;
  margin-bottom: 15px;
  margin-top: 15px;
  margin: 10px auto;
  border-radius: 9%;
  box-shadow: 0px 0px 7px 0px;
  /* border: 1px solid red; */
  /* color: blue; */
  background: red;
}
.slick-list {
  width: 100%;
}
.news .list-news .news-left .item .img-item {
  max-height: 240px;
}
.news .list-news .news-left .item .img-item img {
  height: 100%;
}
.menu-main .logo {
  float: left;
  width: 47px;
  /* width: 220px; */
  height: 44px;
}
.nws {
  padding-bottom: 0px;
}
.news .list-news .news-left .item .content p {
  margin: 0px;
}
footer .menu_flat ul li {
  margin: 0px;
  padding: 0px;
  margin: 0px 0px 8px 0px;
}
footer {
  background: #272727;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .news .news-right .item .img-item {
    width: 100%;
    float: left;
  }
  .news .news-right .item .content {
    padding-left: 0px;
    padding-top: 10px;
    float: left;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .why_chose .item-whychose .content-whychose h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news .list-news .news-left .item .img-item a {
    height: 100%;
  }
  .news .list-news .news-left .item .img-item {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .menu-main .logo {
    float: left;
    width: 39px;
    /* max-height: 44px; */
  }
  .menu-main .logo img {
    width: 100%;
  }
  .menu-main {
    position: absolute;
    padding: 5px 0px;
  }
  .menu-main.active {
    top: 43px;
  }
  .menu-btn-show {
    position: absolute;
    top: 70px;
  }
  .news .list-news .news-left .item .img-item {
    max-height: none;
    height: auto;
  }
}
@media (max-width: 480px) {
  .why_chose .item-whychose .content-whychose {
    width: 60%;
  }
  .why_chose .item-whychose .content-whychose h3 {
    margin-top: 8px;
  }
  .news .list-news .news-left .item .img-item {
    max-height: 240px;
  }
}
@media (max-width: 350px) {
  .link_contact {
    display: none;
  }
}
.map {
  margin-top: 0px;
}

.item_achievements .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.text-detail {
  color: #282828;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}
.text-detail p br {
  height: 0px;
  display: none;
}
.text-detail p {
  display: block;
  -webkit-margin-before: 0.7em;
  -webkit-margin-after: 0.7em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.text-detail table > thead > tr > th,
.content-standard-ck table > tbody > tr > th,
.content-standard-ck table > tfoot > tr > th,
.content-standard-ck table > thead > tr > td,
.content-standard-ck table > tbody > tr > td,
.content-standard-ck table > tfoot > tr > td {
  border: 1px solid #eee;
}

.text-detail table > thead > tr > th,
.content-standard-ck table > tbody > tr > th,
.content-standard-ck table > tfoot > tr > th,
.content-standard-ck table > thead > tr > td,
.content-standard-ck table > tbody > tr > td,
.content-standard-ck table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
  text-align: left;
  font: 13px/18px "arial";
}

.text-detail table tr:hover {
  background-color: #f8fafb;
}

.text-detail ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.why_chose .item-whychose .content-whychose h3 {
  margin: 10px 0px;
}
.menu-main .menu > ul > li > ul {
  bottom: 0;
  top: 104px;
}
.menu-main .menu > ul > li:hover > ul {
  bottom: 0;
  top: 40px;
}
.news .list-news .news-left .item .content p.time {
  font-size: 12px;
  margin-bottom: 10px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 320px;
}

/* The Close Button */
.modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-backdrop {
  display: none;
}
#alert-box {
  display: none;
}
.menu-main .menu > ul > li > ul > li {
  /* width: 100%; */
  /* background-color: rgba(0, 0, 0, 0.5); */
  overflow: hidden;
}
.menu-main .menu > ul > li > ul {
  padding-top: 14px;
  top: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.why_chose h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  margin: 0px;
  padding: 5px 0px 22px 0px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
.why_chose h2:after {
  content: "";
  width: 55px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #0e76bc;
}

.content-ri {
  color: #282828;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}
.content-ri p br {
  height: 0px;
  display: none;
}
.content-ri p {
  display: block;
  -webkit-margin-before: 0.7em;
  -webkit-margin-after: 0.7em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.content-ri table > thead > tr > th,
.content-ri table > tbody > tr > th,
.content-ri table > tfoot > tr > th,
.content-ri table > thead > tr > td,
.content-ri table > tbody > tr > td,
.content-ri table > tfoot > tr > td {
  border: 1px solid #eee;
}

.content-ri table > thead > tr > th,
.content-ri table > tbody > tr > th,
.content-ri table > tfoot > tr > th,
.content-ri table > thead > tr > td,
.content-ri table > tbody > tr > td,
.content-ri table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
  text-align: left;
  font: 13px/18px "arial";
}

.content-ri table tr:hover {
  background-color: #f8fafb;
}

.content-ri ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.text-detail table {
  width: 100% !important;
}
.study-abroad h1 {
  font-size: 24px;
}
.why_chose .item-whychose:hover {
  box-shadow: 0px 0px 11px 0px #0e76bc;
}
.study-abroad {
  padding: 16px 0px;
}
.text-detail h2 {
  font-size: 20px;
  margin: 10px 0px;
}
.text-detail h2 span {
  font-size: 20px !important;
}
.text-detail h3 {
  font-size: 20px;
  margin: 10px 0px;
}
.text-detail h3 span {
  font-size: 20px !important;
}

.popup {
  width: 100%;
  height: 100vh;
  background: rgba(43, 43, 43, 0.5);
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
}
.popup .content {
  width: 80%;
  background: #fff;
  margin: 50px auto;
  padding: 10px;
  position: relative;
  border-radius: 10px;
}
.popup .content img {
  width: 100%;
  height: 100%;
}
.popup .content i {
  font-size: 43px;
  position: absolute;
  top: -8px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
  height: 44px;
  width: 45px;
  text-align: center;
  cursor: pointer;
}
body {
  overflow-x: hidden;
}
.text_registration .address div i {
  line-height: 50px;
}

/* .system {padding: 0;} */

.registration_form .text_registration .address {
  width: 100%;
  float: left;
  margin: 0;
}

.registration_form .text_registration .address1 {
  margin-top: 20px;
}

.why_chose .item-whychose .content-whychose {
  height: 110px;
  overflow: hidden;
}

/*Hotline*/
.callus {
  background: #0e76bc;
  position: fixed;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0px;
  border-radius: 40px;
  color: #fff;
  z-index: 99999;
  opacity: 0.9;
  right: 120px;
  float: right;
  bottom: 0px;
}

.callus i {
  background: #0e76bc url(../images/i_phone.png) no-repeat 4px 4px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: block;
  float: left;
}

.callus a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.hotline_text {
  font-size: 15px;
  padding-right: 10px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .comment_student .content_comment .content_item {
    text-align: center;
  }
  .registration_form .text_registration .text-gt {
    margin-bottom: 23px;
  }
  .registration_form .text_registration .address {
    margin: 10px 0px 0px 0px;
  }
  .registration_form .text_registration .address .item-ad,
  .registration_form .text_registration .address .item-ad1 {
    width: 40px;
    height: 40px;
    overflow: hidden;
  }

  .registration_form .text_registration .address .text-item {
    margin-left: 50px;
    /* overflow: hidden; */
    float: none;
  }
  .text_registration .address .item-ad1 i {
    line-height: 40px;
  }
  .registration_form .text_registration .address .clear {
    display: none;
  }

  .why_chose .item-whychose .content-whychose {
    height: auto;
    overflow: auto;
  }

  .callus {
    left: 10px;
    right: inherit;
  }

  .hotline_text {
    display: none;
  }
}
