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

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

.menu-top {
  height: 43px;
  background: #0e76bc;
}
.menu-top .phone-top {
  line-height: 43px;
  color: #ffffff;
  float: left;
}
.menu-top .phone-top a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
.menu-top .right-top {
  float: right;
}
.menu-top .right-top ul {
  margin: 0px;
  float: left;
}
.menu-top .right-top ul li {
  list-style: none;
  display: inline-block;
  margin-top: 13px;
}
.menu-top .right-top ul li a {
  color: #ffffff;
  font-size: 13px;
  padding: 0px 10px;
  display: block;
  border-right: 1px solid #ffffff;
}
.menu-top .right-top > a {
  margin: 0px 7px;
}
.menu-top .right-top > a i {
  margin-top: 14px;
  color: #ffffff;
}
@media (max-width: 576px) {
  .menu-top .right-top {
    display: none;
  }
}

.menu-main {
  z-index: 9999;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 15px 0px;
  background: rgba(0, 0, 0, 0.13);
  transition: all 0.5s;
}
.menu-main.active {
  top: 0;
}
.menu-main .logo {
  float: left;
  width: 55px;
  height: 44px;
}
.menu-main .menu {
  float: right;
}
@media (max-width: 1200px) {
  .menu-main .menu {
    display: none;
  }
}
.menu-main .menu > ul {
  float: left;
  list-style: none;
  margin: 0px;
}
.menu-main .menu > ul > li {
  display: inline-block;
  position: relative;
}
.menu-main .menu > ul > li:hover > ul {
  opacity: 1;
  list-style: none;
  bottom: -120px;
  visibility: visible;
}
.menu-main .menu > ul > li a {
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  position: relative;
}
.menu-main .menu > ul > li a: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 a:hover:after {
  width: 50%;
  background: #ffffff;
}
.menu-main .menu > ul > li a.active:after {
  width: 50%;
  background: #ffffff;
}
.menu-main .menu > ul > li > ul {
  visibility: hidden;
  position: absolute;
  margin: 0px;
  min-width: 260px;
  padding: 0px;
  opacity: 0;
  list-style: none;
  transition: all 0.5s;
  bottom: -150px;
}
.menu-main .menu > ul > li > ul > li {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-main .menu .search {
  float: left;
  margin: 10px;
  position: relative;
  cursor: pointer;
}
.menu-main .menu .search i {
  color: #ffffff;
}
.menu-main .menu .search:hover .form_search {
  bottom: -30px;
  opacity: 1;
  visibility: visible;
}
.menu-main .menu .search .form_search {
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 30px;
  left: -75px;
  bottom: -100px;
  width: 200px;
  border-radius: 4px;
}
.menu-main .menu .search .form_search form {
  position: relative;
}
.menu-main .menu .search .form_search form input {
  border-radius: 4px;
  width: 100%;
  height: 30px;
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  outline: none;
}
.menu-main .menu .search .form_search form button {
  border-radius: 0px 4px 4px 0px;
  width: 50px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
}

.slide img {
  width: 100%;
}

@media (max-width: 1200px) {
  .menu-btn-show {
    display: block;
    top: 77px;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.slider {
  width: 100%;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  display: none !important;
}

.item-slide {
  position: relative;
}
.item-slide .items-slider {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 35%;
}
@media (max-width: 500px) {
  .item-slide .items-slider {
    display: none;
  }
}
.item-slide .items-slider h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}
@media (max-width: 992px) {
  .item-slide .items-slider h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .item-slide .items-slider h1 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .item-slide .items-slider h1 {
    font-size: 20px;
  }
}
.item-slide .items-slider p {
  font-size: 18px;
  color: #fff;
  margin: 0px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
@media (max-width: 992px) {
  .item-slide .items-slider p {
    font-size: 16px;
  }
}
.item-slide .items-slider p a {
  width: 164px;
  display: block;
  float: left;
  padding: 15px 0px;
  border: 2px solid white;
  border-radius: 200px;
  font-size: 14px;
  color: #fff;
  margin: 0px 10px;
}
.item-slide .items-slider p a.active {
  background: #0e76bc;
  border: 2px solid #0e76bc;
}
@media (max-width: 992px) {
  .item-slide .items-slider p a {
    width: 131px;
    display: block;
    float: left;
    padding: 8px 0px;
  }
}
@media (max-width: 576px) {
  .item-slide .items-slider p a {
    font-size: 12px;
  }
}
.item-slide .items-slider .link-contact {
  width: 369px;
  margin: 0 auto;
}
.item-slide .items-slider .link-contact:after {
  content: "";
  clear: both;
}
@media (max-width: 992px) {
  .item-slide .items-slider .link-contact {
    width: 327px;
  }
}
.item-slide .items-slider .items {
  margin-bottom: 50px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .item-slide .items-slider .items {
    margin-bottom: 20px;
  }
}

.lazy {
  margin: 0px;
}

.menu-btn-show {
  z-index: 99999;
}

.menu-btn-show {
  position: fixed;
}

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

@keyframes move {
  from {
    top: 70%;
    opacity: 0;
  }
  to {
    top: 35%;
    opacity: 1;
  }
}
.why_chose {
  padding: 65px 0px;
}
.why_chose h2 {
  text-align: center;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  margin-bottom: 6px;
}
.why_chose .container > p {
  text-align: center;
  margin-top: 0px;
  position: relative;
  margin-bottom: 45px;
}
.why_chose .container > p:after {
  content: "";
  position: absolute;
  width: 56px;
  left: 0;
  right: 0;
  margin: 0px auto;
  height: 2px;
  background: #0e76bc;
  bottom: -15px;
}
.why_chose .col-lg-4 {
  margin: 15px 0px;
}
.why_chose .item-whychose {
  background: #f1f9ff;
  border: 1px solid #cfe4f2;
  border-radius: 9px;
}
.why_chose .item-whychose .img-item {
  width: 100px;
  height: 121px;
  float: left;
}
.why_chose .item-whychose .content-whychose {
  float: left;
  width: 245px;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .why_chose .item-whychose .content-whychose {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .why_chose .item-whychose .content-whychose {
    width: 65%;
  }
}
@media (max-width: 500px) {
  .why_chose .item-whychose .content-whychose {
    padding-left: 10px;
  }
}
.why_chose .item-whychose .content-whychose h3 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 500px) {
  .why_chose .item-whychose .content-whychose h3 {
    font-size: 12px;
  }
}
.why_chose .item-whychose .content-whychose p {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 500px) {
  .why_chose .item-whychose .content-whychose p {
    font-size: 12px;
  }
}

.training_program {
  background: url("../images/ctrinh.jpg");
  background-size: cover;
  padding: 65px 0px;
}
.training_program .title-training h2 {
  margin: 10px 0px;
  text-align: center;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  font-weight: 700;
}
.training_program .title-training p {
  margin: 0px;
  text-align: center;
  color: #333333;
  margin-bottom: 45px;
  font-size: 14px;
}
.training_program .title-training h2:after {
  content: "";
  position: absolute;
  width: 56px;
  left: 0;
  right: 0;
  margin: 0px auto;
  height: 2px;
  background: #0e76bc;
  bottom: -15px;
}
.training_program .item-training {
  background: #fff;
  margin: 15px 0px;
}
.training_program .item-training .img-item {
  height: 230px;
}
@media (max-width: 768px) {
  .training_program .item-training .img-item {
    height: auto;
  }
}
.training_program .item-training .img-item img {
  width: 100%;
  height: 100%;
}
.training_program .item-training .content-item {
  padding: 20px;
}
.training_program .item-training .content-item h3 {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333333;
}
.training_program .item-training .content-item p {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 10px;
}
.training_program .add {
  text-align: center;
  margin-top: 20px;
}
.training_program .add a {
  display: block;
  margin: 0 auto;
  width: 135px;
  padding: 12px 0px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
}

.achievements {
  padding: 75px 0px 70px 0px;
}
.achievements .item_achievements .img_item_achievements {
  text-align: center;
}
.achievements .item_achievements .img_item_achievements img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.achievements .item_achievements .content-item h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.achievements .item_achievements .content-item p {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  font-size: 14px;
}

.registration_form {
  background: url("../images/bg-dk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0px;
}
.registration_form .form {
  margin: 10px 0px;
}
.registration_form .form h3 {
  background: #0e76bc;
  padding: 25px 0px;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px;
}
.registration_form .form form {
  padding: 0px 30px;
  background: #fff;
}
.registration_form .form form label {
  margin-top: 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.registration_form .form form input[type="text"] {
  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="submit"] {
  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;
}
.registration_form .form form span {
  color: red;
}
.registration_form .text_registration {
  margin: 10px 0px;
  color: #333333;
}
.registration_form .text_registration h3 {
  margin: 0px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.registration_form .text_registration p {
  margin: 0px;
}
.registration_form .text_registration .text-gt {
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  padding-top: 5px;
  margin-bottom: 43px;
}
.registration_form .text_registration .text-gt:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.registration_form .text_registration .address {
  margin: 20px 0px;
}
.registration_form .text_registration .address > div:first-child {
  border: 1px solid #333333 !important;
}
.registration_form .text_registration .address .item-ad {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  float: left;
}
.registration_form .text_registration .address .item-ad i {
  line-height: 50px;
}
.registration_form .text_registration .address .text-item {
  float: left;
  margin-left: 12px;
}
.registration_form .text_registration .address .text-item h4 {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.registration_form .text_registration .address .text-item p {
  font-size: 14px;
}
.registration_form .col-lg-7 {
  padding-left: 115px;
}
@media (max-width: 992px) {
  .registration_form .col-lg-7 {
    padding-left: 15px;
  }
}

.news {
  padding: 70px 0px;
}
.news .titile-news 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;
}
.news .titile-news h2:after {
  content: "";
  width: 55px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #0e76bc;
}
.news .list-news .news-left .item {
  margin: 15px 0px;
}
.news .list-news .news-left .item .img-item img {
  width: 100%;
}
.news .list-news .news-left .item .content h3 {
  magrin: 20px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}
.news .list-news .news-left .item .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.news .list-news .news-left .item .content .time span {
  font-weight: 700;
}
.news .news-right .item {
  width: 100%;
  float: left;
  margin: 15px 0px;
}
.news .news-right .item .img-item {
  width: 170px;
  float: left;
}
.news .news-right .item .img-item img {
  width: 100%;
}
.news .news-right .item .content {
  padding-left: 30px;
  float: left;
  width: 190px;
}
.news .news-right .item .content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px;
}
.news .news-right .item .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0px;
}

@media (max-width: 992px) {
  .hidden_mobile {
    display: none;
  }
}

.comment_student {
  background: #0e76bc;
  padding: 75px 0px;
}
.comment_student .titile_comment h2 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  position: relative;
  margin: 0px;
  text-align: center;
  padding-bottom: 17px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.comment_student .titile_comment h2:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.comment_student .content_comment .img_item {
  width: 200px;
  height: 200px;
  float: left;
}
.comment_student .content_comment .content_item {
  margin-left: 30px;
  float: left;
  width: 50%;
}
.comment_student .content_comment .content_item p {
  color: #fff;
  margin: 0px;
  font-size: 14px;
  margin: 20px 0px;
  font-family: "Open Sans", sans-serif;
}
.comment_student .content_comment .content_item p i {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.comment_student .content_comment .content_item .name {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.comment_student .content_comment .content_item .hs {
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
}

.system {
  padding: 75px 0px;
}
.system .titile_system h2 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  position: relative;
  margin: 0px;
  text-align: center;
  padding-bottom: 17px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.system .titile_system h2:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  background: #0e76bc;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.system .content .systems div img {
  width: auto;
  height: 130px;
  margin: 0 auto;
}

.banner img {
  width: 100%;
}

.news {
  padding-top: 48px;
  padding-bottom: 10px;
}
.news .title-list-news h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #0e76bc;
  margin-bottom: 0px;
  margin-top: 0px;
}
.news .items-news {
  margin: 22px 0px;
}
.news .items-news .img-items-news a {
  display: block;
  overflow: hidden;
}
.news .items-news .img-items-news a img {
  width: 100%;
  transition: all 0.5s;
}
.news .items-news .img-items-news a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news .items-news .content-items-news h3 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0e76bc;
  text-transform: uppercase;
}
.news .items-news .content-items-news p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}
.news .items-news .content-items-news .information {
  line-height: 40px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.news .items-news .content-items-news .information i {
  margin-right: 7px;
}
.news .items-news .content-items-news .information span {
  font-size: 12px;
}
.news .list-study-abroad {
  margin-top: 30px;
  margin-bottom: 50px;
}
.news .list-study-abroad h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #0e76bc;
  position: relative;
  margin-bottom: 5px;
}
.news .list-study-abroad h2:after {
  content: "";
  width: 163px;
  height: 3px;
  background: #0e76bc;
  position: absolute;
  left: 0;
  top: -18px;
}
.news .list-study-abroad h2:before {
  content: "";
  width: 98px;
  height: 3px;
  background: #0e76bc;
  position: absolute;
  left: 0;
  top: -24px;
}
.news .list-study-abroad .list-study ul {
  list-style-type: circle;
  padding-left: 0px;
}
.news .list-study-abroad .list-study ul div {
  padding-left: 17px;
}
.news .list-study-abroad .list-study ul div:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.news .list-study-abroad .list-study ul li {
  font-size: 18px;
}
.news .list-study-abroad .list-study ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  display: block;
  padding: 15px 0px;
}

.link-pages {
  margin: 38px 0px;
}
.link-pages ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.link-pages ul li {
  margin: 10px 6px;
  text-align: center;
  display: inline-block;
}
.link-pages ul li a {
  padding: 10px 15px;
  background: white;
  border: 1px solid #242d34;
  color: #242d34;
  font-size: 14px;
  font-weight: 400;
}
.link-pages ul li a:hover {
  background: #0e76bc;
  border: 1px solid #0e76bc;
  color: white;
}

.clear {
  clear: both;
}

.study-abroad {
  padding: 39px 0px;
}
.study-abroad .study-abroad-list .item-list-study {
  margin: 23px 0px;
}
.study-abroad .study-abroad-list .item-list-study .img-study a {
  display: block;
  overflow: hidden;
}
.study-abroad .study-abroad-list .item-list-study .img-study a img {
  width: 100%;
  transition: all 0.5s;
}
.study-abroad .study-abroad-list .item-list-study .img-study a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.study-abroad .study-abroad-list .titile-study h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  color: #0e76bc;
}
.study-abroad .study-abroad-list .contant-study p {
  margin: 0px;
}
.study-abroad .study-abroad-list .contant-study p a {
  display: block;
  width: 98px;
  padding: 10px 0px;
  text-align: center;
  border: 1px solid #898989;
  font-size: 12px;
  color: #898989;
  margin: 10px 0px;
}
.study-abroad .study-abroad-list .contant-study .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.study-abroad .study-abroad-list .contant-study .link h2 {
  padding: 0px;
  margin: 0px;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #0e76bc;
  text-transform: uppercase;
}
.study-abroad .study-abroad-list .contant-study .address {
  line-height: 20px;
}
.study-abroad .study-abroad-list .contant-study .address i {
  margin-right: 6px;
}
.study-abroad .study-abroad-list .contant-study .address span {
  font-size: 12px;
}
.study-abroad .list-news-new h3 {
  padding: 12px 0px;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  color: #0e76bc;
}
.study-abroad .list-news-new h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.study-abroad .list-news-new .list-newss .item-newss {
  padding: 15px 0px;
}
.study-abroad .list-news-new .list-newss .item-newss .img-item {
  max-width: 155px;
  float: left;
}
.study-abroad .list-news-new .list-newss .item-newss .img-item a {
  display: block;
  overflow: hidden;
}
.study-abroad .list-news-new .list-newss .item-newss .img-item a img {
  width: 100%;
  transition: all 0.5s;
}
.study-abroad .list-news-new .list-newss .item-newss .img-item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.study-abroad .list-news-new .list-newss .item-newss .img-item img {
  width: 100%;
}
.study-abroad .list-news-new .list-newss .item-newss:not(:last-child) {
  border-bottom: 1px dotted #b3b3b3;
}
.study-abroad .list-news-new .list-newss .content-item {
  max-width: 190px;
  float: left;
  margin-left: 15px;
}
.study-abroad .list-news-new .list-newss .content-item h4 {
  margin: 0px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}
.study-abroad .list-news-new .list-newss .content-item p {
  line-height: 24px;
  margin: 0px;
}

footer {
  background: #272727;
  padding-top: 50px;
}
footer .title {
  margin-bottom: 20px;
}
footer .title h2 {
  margin-top: 25px;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 0px;
}
footer .title h2:after {
  content: "";
  background: #0e76bc;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 2px;
}
footer .infomation_contact p {
  margin: 10px 0px;
  font-size: 14px;
  color: #7f7f7f;
}
footer .infomation_contact p i {
  color: #fff;
  margin-right: 15px;
}
footer .menu_flat ul {
  list-style: none;
  margin: 0px;
  width: 50%;
  padding: 0px;
  float: left;
}
footer .menu_flat ul li {
  margin: 0px;
  padding: 0px;
  margin: 8px 0px;
}
footer .menu_flat ul li a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}
footer .col-lg-4 {
  margin-bottom: 50px;
}
footer .menu_form .content p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}
footer .menu_form .content .form form {
  height: 44px;
  background: #fff;
  position: relative;
  border-radius: 50px;
}
footer .menu_form .content .form form input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  padding: 15px 20px;
  font-size: 13px;
  outline: none;
  border-radius: 50px;
}
footer .menu_form .content .form form input[type="submit"] {
  width: 100px;
  right: -2px;
  top: 0;
  padding: 12px 0px;
  font-size: 13px;
  height: 100%;
  position: absolute;
  border: none;
  outline: none;
  border-radius: 0px 50px 50px 0px;
  background: #0e76bc;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
footer .footer_f .content {
  border-top: 1px solid #3d3d3d;
  height: 75px;
}
footer .footer_f .nano {
  float: left;
  line-height: 75px;
}
footer .footer_f .nano p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #686868;
}
footer .footer_f .nano p a {
  color: #686868;
}
footer .footer_f .link_contact {
  float: right;
  line-height: 75px;
}
footer .footer_f .link_contact i {
  color: #686868;
  margin-right: 25px;
}
footer .footer_f .link_contact a:last-child i {
  margin-right: 0px;
}

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