.nav-top .nav-top-group {
  background: var(--main-color);
  height: 40px;
}
.nav-top .nav-top-menu {
  text-align: center;
  width: 360px;
  margin: auto;
}
@media (max-width: 576px) {
  .nav-top .nav-top-menu {
    width: 100%;
  }
}
.nav-top .nav-top-menu .menu-dropdown {
  display: none;
}
@media (max-width: 576px) {
  .nav-top .nav-top-menu .menu-dropdown {
    display: inline-block;
    width: 10%;
  }
  .nav-top .nav-top-menu .menu-dropdown .btn.btn-primary.dropdown-toggle {
    background: #00a0f6;
  }
}
.nav-top .nav-top-menu .menu-dropdown .btn.btn-primary.dropdown-toggle {
  background: #0065ca;
  border: none;
  border-left: 1px solid #fff;
  border-radius: 0px;
}
.nav-top .nav-top-menu .menu-dropdown img {
  width: 20px;
  height: 15px;
  padding-right: 0px;
  display: inline-block;
  margin-right: 5px;
}
.nav-top .nav-top-menu li {
  float: left;
}
.nav-top .nav-top-menu li a {
  display: block;
  padding: 10px 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.2s;
}
@media (max-width: 576px) {
  .nav-top .nav-top-menu li {
    width: 19%;
  }
  .nav-top .nav-top-menu li a {
    padding: 12px 0px;
    font-weight: 500;
    font-size: 10px;
    display: inline-block;
  }
}
.nav-top .nav-top-menu li a:hover {
  text-decoration: none;
  transform: translateY(-3px);
  transition: 0.2s;
  cursor: pointer;
}
.nav-top .nav-top-right {
  line-height: 40px;
  text-align: right;
  color: #fff;
}
@media (max-width: 576px) {
  .nav-top .nav-top-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-top .nav-top-right {
    text-align: center;
    background: #0065ca;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35);
    border-top-width: 2px;
    height: 40px;
  }
}
.nav-top .nav-top-right > span {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .nav-top .nav-top-right > span {
    padding: 0px 5px;
  }
}
.nav-top .nav-top-right > span a {
  color: #fff !important;
}
.nav-top .nav-top-right .language img {
  width: 25px;
  margin-right: 10px;
}
.nav-top .nav-top-right .dropdown {
  display: inline-block;
}
.nav-top .nav-top-right .dropdown .btn.btn-primary.dropdown-toggle {
  background: #0065ca;
}
@media (max-width: 768px) {
  .nav-top .nav-top-right .dropdown .btn.btn-primary.dropdown-toggle {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .header {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .header {
    margin-top: 85px;
  }
}
@media (max-width: 576px) {
  .header {
    margin-top: 0px;
  }
}
.header .logo {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  width: 100%;
  padding: 0px !important;
}
.header .logo a:hover img {
  border: none;
  opacity: 1;
}
/* .header .contain-main-menu {
    position: relative;
} */
.header .contain-main-menu .icon-menu-responsive {
  position: absolute;
  z-index: 99999999;
  color: #f5f5f5;
  font-size: 25px;
  display: none;
  top: 8px !important;
  right: 10px !important;
}
@media (max-width: 768px) {
  .header .contain-main-menu .icon-menu-responsive {
    display: block;
  }
}
.header .contain-main-menu .logo-responsive {
  color: #f5f5f5;
  font-size: 25px;
  display: none;
}
@media (max-width: 768px) {
  .header .contain-main-menu .logo-responsive {
    display: block;
    position: relative;
    height: 40px;
  }

  .header .contain-main-menu .logo-responsive i {
    position: absolute;
    top: 8px;
    display: block;
  }
}

.header .main-menu {
  margin-bottom: 0px;
  height: 40px;
}

@media (max-width: 768px) {
  .header .main-menu {
    display: none;
  }
}

.header .main-menu > li {
  float: left;
}
.header .main-menu > li > ul {
  display: none;
  position: absolute;
  background-color: #0065ca;
  color: #fff;
  border-color: #0065ca;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  z-index: 11;
  width: 315px;
}

.header .main-menu > li:nth-child(11n) > ul {
  width: 210px !important;
}

.header .main-menu > li > ul > li > a {
  padding: 5px 15px;
  border-bottom: 1px solid #808493a6;
}
.header .main-menu > li span {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}
.header .main-menu > li:hover > ul {
  display: block;
}
.header .main-menu:before {
  clear: both;
}
.header .main-menu li {
  position: relative;
}
@media (max-width: 768px) {
  .header .main-menu li {
    display: none;
  }
}
.header .main-menu li a {
  color: #fff;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 12px;
  display: block;
}
.header .main-menu li a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ffef0f;
  border-bottom-width: 2px;
  border-left-width: 0px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.header .respon-menu {
  display: none;
  margin-bottom: 0px;
  border-top: 1px solid #0683dd;
}
.header .respon-menu > li > ul {
  background-color: #0065ca;
  color: #fff;
  display: none;
}
.header .respon-menu > li > ul > li > a {
  padding: 7px 15px;
  border: none;
  padding-left: 30px;
}
.header .respon-menu > li span {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}
.header .respon-menu li {
  position: relative;
}
.header .respon-menu li a {
  color: #fff;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 14px;
  display: block;
  border: 1px solid #ffffff17;
}
@media (max-width: 768px) {
  .header .respon-menu li a {
    border: none;
    border-top: 1px solid #ffffff17 !important;
  }
}
.header .respon-menu li a:hover {
  text-decoration: none;
  color: #ffef0f;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.header .marque {
  background-color: #ffef0f;
  background-image: linear-gradient(to top, #ececec 0%, rgba(239, 239, 239, 0.52) 33%, rgba(246, 246, 246, 0.52) 100%);
  margin-top: 5px;
}
@media (max-width: 576px) {
  .header .marque {
    display: none;
  }
}
.header .marque p {
  padding: 5px 10px 5px 10px;
  background: #0065ca;
  position: relative;
  float: left;
  width: auto;
  margin-bottom: 0px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .header .marque p {
    width: auto;
  }
}
.header .marque p:after {
  left: 100%;
  top: 1px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #0065ca;
  border-width: 16px;
  z-index: 1;
}
.header .marque p a {
  color: #ffef0f;
  font-weight: 700;
}
.header .marque marquee {
  color: #f52121;
  font-size: 17px;
  font-weight: 700;
  line-height: 33px;
  width: 85%;
}
@media (max-width: 768px) {
  .header .marque marquee {
    width: 60%;
  }
}
.header .contain-slide-header {
  background-color: #fff;
  padding-bottom: 15px;
}
.header .slide {
  margin-top: 5px;
}
.header .slide .carousel-control-prev-icon {
  background-image: url(../img/left-chevron.png);
  width: 32px;
  height: 32px;
}
.header .slide .carousel-control-next-icon {
  background-image: url(../img/right.png);
  width: 32px;
  height: 32px;
}
.header .slide img {
  height: 370px;
}
@media (max-width: 576px) {
  .header .slide img {
    height: 315px;
  }
}
.header .slide .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.header .slide .carousel-caption {
  left: 0px;
  padding: 8px 10px;
  width: 100%;
  background: rgba(0, 101, 202, 0.7);
  color: #fffefe;
  font-size: 20px;
  bottom: 0px;
  text-align: center;
  height: auto;
  line-height: 25px;
  overflow: hidden;
}
.header .slide .carousel-caption p { 
  overflow: hidden;
  margin-bottom: 0px;
}
.header .slide .carousel-caption p a {
  color: #fff;
}
@media (max-width: 576px) {
  .header .slide .carousel-caption{
    line-height: 17px;
  }
  .header .slide .carousel-caption p a {
    font-size: 17px;
  }
}
.header .slide .carousel-caption p a:hover {
  color: #ffef0f;
  text-decoration: none;
}

.calender-tab {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .calender-tab {
    margin-top: 20px;
  }
}
.calender-tab .calender-row {
  margin: 0px 15px !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.calender-tab .calender-row .col-item {
  padding-top: 0px;
}
.calender-tab .calender-row .col-item a p {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .calender-tab .calender-row .col-item {
    width: 50%;
  }
}
.calender-tab .calender-row .col-item:nth-child(1) {
  /* border-bottom: 1px solid #2420204d; */
  border-right: 1px solid #2420204d;
}
.calender-tab .calender-row .col-item:nth-child(2) {
  /* border-bottom: 1px solid #2420204d; */
  border-right: 1px solid #2420204d;
}
.calender-tab .calender-row .col-item:nth-child(3) {
  border-right: 1px solid #2420204d;
}
@media (max-width: 576px) {
  .calender-tab .calender-row .col-item:nth-child(1) {
    border-bottom: 1px solid #2420204d;
    /* border-right: 1px solid #2420204d; */
  }
  .calender-tab .calender-row .col-item:nth-child(2) {
    border-bottom: 1px solid #2420204d;
    border-right: none;
  }
}
.calender-tab .calender-row .col-item a {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #0065ca;
}
.calender-tab .calender-row .col-item a:hover img {
  border: none;
  transform: scale(1.07);
}
.calender-tab .calender-row .col-item a img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.calender-tab .calender-row .col-item a span {
  color: #fff;
  line-height: 50px;
}
.calender-tab .tab-news {
  margin-top: 10px;
  margin-left: 15px !important;
}
@media (max-width: 768px) {
  .calender-tab .tab-news {
    margin: 20px 5px !important;
  }
}
.calender-tab .tab-news > ul {
  width: 100%;
  border-bottom: 1px solid #0065ca;
}
.calender-tab .tab-news .articles {
  max-height: 244px;
  overflow-y: scroll;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .calender-tab .tab-news .articles {
    max-height: 365px;
    overflow-y: hidden;
  }
}
.calender-tab .tab-news .articles article {
  margin-bottom: 0px;
}
.calender-tab .tab-news .articles article a {
  display: block;
}
.calender-tab .tab-news .articles article a:hover {
  text-decoration: none;
}
.calender-tab .tab-news .articles article a:hover .article-content p {
  color: var(--main-color);
}
.calender-tab .tab-news .articles article .article-thumb {
  width: 70px;
  height: 45px;
  margin-right: 15px;
  overflow: hidden;
  float: left;
}
.calender-tab .tab-news .articles article .article-thumb img {
  height: 50px;
}
.calender-tab .tab-news .articles article .article-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #454545;
  overflow: hidden;
  text-align: justify;
  max-height: 44px;
  position: relative;
}
.calender-tab .tab-news .articles article .article-content .dot-dot-dot {
  overflow: hidden;
  max-height: 44px;
}

@media (max-width: 768px) {
  .tab-content {
    padding: 0 10px;
  }
}

.tab-news .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0065ca;
  border: 1px solid #0065ca;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  line-height: 1.42857143;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tab-news .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-size: 15px;
  }
}

.tab-news .nav-pills .nav-link.active:hover {
  color: #fff;
  background-color: #0065ca;
}

.tab-news .nav-item .nav-link {
  height: 36px;
  font-size: 15px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #454545;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tab-news .nav-item .nav-link {
    font-size: 15px;
    padding: 10px 10px;
  }
}

.tab-news .nav-item .nav-link:hover {
  border-color: #0065ca #0065ca #0065ca;
  background-color: #eee;
}

.wp-content {
  margin-top: 35px;
  margin-bottom: 25px;
}

.title-custom {
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
  margin-top: -10px;
  position: relative;
  text-align: center;
  width: 190px;
}
.title-custom .corner {
  border-color: transparent transparent var(--main-color);
  border-style: solid;
  border-width: 0 0 10px 10px;
  height: 0;
  left: -10px;
  position: absolute;
  width: 0;
}
.title-custom a {
  transition: 0.2s;
}
.title-custom a:hover {
  text-decoration: none;
  transform: translateY(-2px);
  display: block;
  transition: 0.2s;
}

.content-newest {
  background: var(--bg-fff);
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 5px #ddd;
}
.content-newest .content-main {
  margin-top: 30px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .content-newest .content-main {
    padding: 0px 20px;
    margin-top: 20px;
  }
}
.content-newest .content-main a {
  display: block;
}
.content-newest .content-main a img {
  height: 270px;
  max-width: 450px;
}
@media (max-width: 576px) {
  .content-newest .content-main a img {
    max-width: 100%;
    height: 225px;
  }
}
.content-newest .content-main h1 {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .content-newest .content-main h1 {
    margin-bottom: 10px;
  }
}
.content-newest .content-main h1 a {
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  .content-newest .content-main h1 a {
    font-size: 22px;
  }
}
.content-newest .content-main p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .content-newest .content-main p {
    color: #7a6f6f;
    margin-bottom: 0px;
  }
}
.content-newest .contain-item {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .content-newest .contain-item {
    padding: 0px 15px;
    padding-top: 20px;
  }
}
.content-newest .contain-item .new-item:last-child {
  margin-top: 30px;
}
.content-newest .contain-item .new-item {
  margin-bottom: 25px;
}
.content-newest .contain-item .new-item:hover h2 a {
  color: var(--main-color);
}
.content-newest .contain-item .new-item > a {
  display: block;
  float: left;
  width: 37%;
  box-sizing: border-box;
  overflow: hidden;
}
.content-newest .contain-item .new-item > a img {
  height: 87px;
  transition: 0.2s;
  display: inline-block;
  max-width: 140px;
}
.content-newest .contain-item .new-item h2 {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  float: right;
  width: 60%;
  padding: 0px 10px 0 5px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .content-newest .contain-item .new-item h2 {
    padding: 0px 10px 0 16px;
  }
}

.admission {
  background: var(--bg-fff);
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 5px #ddd;
  margin-top: 30px;
  padding-bottom: 30px;
}

.block-new .content-main {
  margin-top: 30px;
  padding-left: 25px;
}
@media (max-width: 576px) {
  .block-new .content-main {
    padding: 20px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}
.block-new .content-main .link-color {
  width: 45%;
  float: left;
}
.block-new .content-main .link-color a {
  display: block;
}
.block-new .content-main img {
  height: 228px;
  width: 220px;
}
@media (max-width: 768px) {
  .block-new .content-main img {
    height: 200px;
    width: 100% !important;
  }
}
.block-new .content-main .param {
  padding: 0 15px 0 0px;
  display: block;
  width: 55%;
  float: left;
  font-size: 16px;
}
@media (max-width: 768px) {
  .block-new .content-main .param {
    width: 100%;
    padding-top: 5px;
    color: #7a6f6f;
    padding-right: 0px;
    text-align: justify;
  }
}
.block-new h4 a {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .block-new h4 a {
    font-size: 21x;
  }
}
.block-new h4 a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.block-new .contain-item {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .block-new .contain-item {
    margin-top: 0px;
  }
}
.block-new .new-item {
  margin-left: 20px;
}
.block-new .new-item:hover h5 a {
  color: var(--main-color);
}
.block-new .new-item > a {
  display: block;
  width: 32%;
  float: left;
}
.block-new .new-item > a img {
  height: 80px;
  max-width: 120px;
}
.block-new .new-item h5 {
  display: block;
  float: left;
  width: 67%;
  padding: 0px 18px 0px 15px;
  line-height: 25px;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

.block-link {
  background: var(--bg-fff);
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 5px #ddd;
  margin-top: 30px;
  padding: 20px 10px;
  padding-bottom: 5px;
}
.block-link .col-content {
  padding: 0px 10px;
  width: 125px;
}
@media (max-width: 768px) {
  .block-link .col-content {
    width: 50%;
  }
}
.block-link .col-content:hover img {
  transform: scale(1.1);
  transition: 0.2s;
}
.block-link .col-content:hover p {
  color: #0065ca;
}
.block-link .col-content a {
  display: block;
  text-align: center;
}
.block-link .col-content a:hover {
  text-decoration: none;
}
.block-link .col-content a:hover img {
  border: none;
}
.block-link .col-content a p {
  color: #070707;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.block-link .col-content a img {
  width: 35px;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .block-link .sy-teacher-r1 {
    display: none;
  }
}
.block-link .sy-teacher-r2 {
  display: none;
}
@media (max-width: 768px) {
  .block-link .sy-teacher-r2 {
    display: block;
  }
}

.sidebar .content {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .sidebar .content {
    margin-top: 30px;
  }
}
.sidebar .notice {
  background: var(--bg-fff);
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 5px #ddd;
  margin-bottom: 30px;
}
.sidebar .notice .list-notice {
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .sidebar .notice .list-notice {
    padding-top: 20px;
  }
}
.sidebar .notice .list-notice .item {
  padding-bottom: 10px;
}
.sidebar .notice .list-notice .item img {
  width: 36px;
  height: 16px;
}
.sidebar .notice .list-notice .item a {
  font-size: 15px;
  color: #333;
}
.sidebar .notice .list-notice .item span {
  font-size: 13px;
  color: #999;
}
.sidebar .img-activity {
  position: relative;
  background: var(--bg-fff);
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 5px #ddd;
}
.sidebar .img-activity #img-activity {
  margin-top: 15px;
}
.sidebar .img-activity img {
  height: 190px;
}
@media (max-width: 768px) {
  .sidebar .img-activity img {
    height: 200px;
  }
}
.sidebar .img-activity .carousel-control-next,
.sidebar .img-activity .carousel-control-prev {
  top: 0px;
}
.sidebar .img-activity .carousel-control-prev {
  left: 0px;
}
.sidebar .img-activity .carousel-caption {
  bottom: 3px;
  padding: 5px 10px;
  position: unset;
  max-height: 30px;
  overflow: hidden;
}
.sidebar .img-activity .carousel-caption p {
  margin-bottom: 0px;
  color: #000;
}
.sidebar .link-web {
  margin-top: 30px;
  min-height: 110px;
  background: linear-gradient(180deg, #3c84cb 0%, #1a81e8 45%, #0c5094 100%);
  text-align: center;
  position: relative;
  padding: 11px 10px;
}
.sidebar .link-web:before {
  background: linear-gradient(180deg, #3c84cb 0%, #1a81e8 45%, #0c5094 100%);
  content: "";
  position: absolute;
  height: 5px;
  width: calc(100% - 30px);
  bottom: -2px;
  left: 15px;
}
.sidebar .link-web .title {
  height: auto;
  display: inline-block;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
.sidebar .link-web .title img {
  width: 35px;
  margin-right: 5px;
}
.sidebar .video-embed {
  margin-top: 35px;
}
.sidebar .column-chart {
  margin-top: 25px;
  background: linear-gradient(180deg, #3c84cb 0%, #1a81e8 45%, #0c5094 100%);
  color: #fff;
  color: #fff;
  padding: 18px 20px;
  position: relative;
}
@media (max-width: 576px) {
  .sidebar .column-chart {
    text-align: center;
  }
}
.sidebar .column-chart:before {
  background: linear-gradient(180deg, #3c84cb 0%, #1a81e8 45%, #0c5094 100%);
  content: "";
  position: absolute;
  height: 5px;
  width: calc(100% - 30px);
  bottom: -2px;
  left: 15px;
  z-index: 99;
}
.sidebar .column-chart .title {
  font-size: 19px;
  font-weight: 700;
}
.sidebar .column-chart .title img {
  width: 45px;
  padding-right: 5px;
}
.sidebar .column-chart .data-access .data {
  font-size: 17px;
}
.sidebar .column-chart .data-access .data span:last-child {
  font-weight: 700;
  font-size: 18px;
}

.content-footer {
  background: var(--main-color);
}
.content-footer .col-info-left {
  color: #fff;
  padding: 20px 30px 0px 30px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .content-footer .col-info-left {
    padding-bottom: 0px;
  }
}
.content-footer .col-info-left i {
  padding-right: 10px;
}
.content-footer .col-info-left p:last-child {
  margin-bottom: 0px;
}
.content-footer .col-info-right {
  color: #fff;
  padding: 20px;
  padding-bottom: 0px;
}
.content-footer .social-icon a {
  font-size: 35px;
  padding-right: 30px;
  color: #fff;
}
.content-footer .social-icon a.fa-facebook-square:hover {
  margin-top: -3px;
  transition: 0.2s;
}
.content-footer .social-icon a.fa-youtube:hover {
  margin-top: -3px;
  transition: 0.2s;
}
.content-footer .social-icon a.fa-twitter:hover {
  margin-top: -3px;
  transition: 0.2s;
}
.content-footer .title-footer {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed;
  font-weight: 700;
  font-size: 1.25em;
  text-align: left;
}

.test {
  height: 0px;
}

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