/*---------- default hover img ----------*/
.img-hover {
  overflow: hidden;
}

.img-hover img {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.img-hover:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/*------- end default hover img -----------*/
/*------- Mixin hover img ---------*/
/*------- End Mixin hover img ---------*/
.float-full {
  width: 100%;
  float: left;
}

@media all and (min-width: 1300px) {
  .container {
    width: 1260px;
  }
}

@media all and (max-width: 1560px) {
  .container {
    width: 100%;
  }
}

.header-mobile {
  background-color: #032f8f;
  padding: 20px 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

@media all and (max-width: 1200px) {
  .header-mobile {
    display: block;
  }
}

.cover-header-mobile {
  position: relative;
}

.logo-mobile {
  max-width: 200px;
  width: 100%;
  float: left;
}

.menu-btn-show {
  display: none;
  position: relative;
  width: 28px;
  height: 27px;
  float: right;
  margin-right: 0;
  cursor: pointer;
  right: 0;
  top: 15px;
}

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

.menu-btn-show .border-style {
  width: 100%;
  height: 4px;
  background: #fff;
  float: left;
  margin-bottom: 5px;
}

header {
  z-index: 999;
  width: 300px;
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  min-height: 500px;
  top: 0;
  left: 0;
}

@media all and (max-width: 1200px) {
  header {
    opacity: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}

header::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);*/
  background-color: #055ac4;
}

header::-webkit-scrollbar {
  width: 6px;
  background-color: #055ac4;
}

header::-webkit-scrollbar-thumb {
  background-color: #055ac4;
  position: relative;
}

.show-header-mobile {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.cover-header {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.logo {
  text-align: center;
  padding: 20px 0 30px;
  border-bottom: 1px solid #1e6cca;
}

.logo a {
  display: inline-block;
  vertical-align: top;
}

.logo .menu-btn-show {
  top: 30px;
  right: 15px;
}

.main-menu {
  margin-top: auto;
  width: 100%;
  align-self: center;
}

.main-menu .active>a {
  color: #ed764e;
}

.main-menu a:hover {
  color: #ed764e;
}

.main-menu>ul {
  padding-left: 37px;
  padding-right: 37px;
}

.main-menu>ul li {
  position: relative;
}

.main-menu>ul>li>a {
  border-bottom: 1px solid #1e6cca;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 13px 0;
  display: inline-block;
  width: 100%;
}

@media all and (max-width: 1200px) {
  .main-menu>ul>li>a {
    font-weight: 500;
  }
}

.main-menu>ul>li ul {
  display: none;
  padding-left: 20px;
}

.main-menu>ul>li ul li {
  border-bottom: 1px solid #1e6cca;
}

.main-menu>ul>li ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 0;
  display: inline-block;
  width: 100%;
}

.main-menu>ul>li ul li i {
  height: 33px;
  line-height: 33px;
}

.main-menu>ul i {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.bottom-header {
  margin-top: auto;
  align-self: bottom;
  bottom: 0;
  padding-top: 30px;
  border-top: 1px solid #1e6cca;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}

.bottom-header .hotline {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
}

.social-header {
  display: inline-block;
  vertical-align: top;
}

.social-header ul li {
  display: inline-block;
  vertical-align: top;
}

.social-header ul li .support {
  width: 32px;
  height: 32px;
  background-color: #fff;
  line-height: 33px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.social-header ul li a {
  display: inline-block;
  vertical-align: top;
}

.social-header ul li+li {
  margin-left: 10px;
}

.social-header ul .type-fb a {
  color: #3b5998;
}

.social-header ul .type-google-plus a {
  color: #dd4b39;
}

.social-header ul .type-youtube a {
  color: #fe0000;
}

#wrapper {
  padding-left: 300px;
  overflow: hidden;
}

@media all and (max-width: 1200px) {
  #wrapper {
    padding-left: 0;
  }
}

.about-us {
  padding: 40px 0;
}

.title-1 {
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Oswald";
  font-size: 30px;
  color: #032f8f;
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  font-weight: 500;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.title-1:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #ed764e;
  bottom: -2px;
}

.title-1:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #ed764e;
  bottom: -4px;
}

.title-1:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-1:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

header {
  background-color: #045bc4;
}

.about-us .cover-about-us .content-about-us {
  margin-top: 40px;
}

.about-us .cover-about-us .content-about-us h2 {
  font-size: 18px;
  font-weight: 500;
  color: #032f8f;
  font-family: "Oswald";
  margin-bottom: 20px;
}

.about-us .cover-about-us .content-about-us p {
  margin-bottom: 20px;
  color: #474646;
}

.about-us .cover-about-us .content-about-us .left-about {
  padding-right: 60px;
  border-right: 1px solid #e5e5e5;
}

@media all and (max-width: 1560px) {
  .about-us .cover-about-us .content-about-us .left-about {
    padding-right: 15px;
  }
}

.about-us .cover-about-us .content-about-us .right-about {
  padding-left: 60px;
}

@media all and (max-width: 1560px) {
  .about-us .cover-about-us .content-about-us .right-about {
    padding-left: 15px;
  }
}

@media all and (max-width: 768px) {
  .about-us .cover-about-us .content-about-us .right-about img {
    margin-left: auto;
    margin-right: auto;
  }
}

.count-up {
  background-image: url("../images/bg-count.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 165px 0 180px;
}

.count-up .item-count {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.count-up .item-count .number-count {
  font-size: 45px;
  color: #ed764e;
  font-weight: bold;
  font-family: "Oswald";
  line-height: 1.4;
}

.project-home {
  background-image: url("../images/bg-project.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 80px 0;
}

.cover-project+.cover-project {
  margin-top: 40px;
}

.content-project-home {
  margin-top: 30px;
}

.content-project-home .list-project .caption-project {
  background-color: #f2fbfd;
  padding: 20px;
}

.content-project-home .list-project .caption-project h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.content-project-home .list-project .caption-project h4 a {
  color: #032f8f;
  font-size: 16px;
  font-weight: 400;
}

.partner {
  background-color: #9bbde7;
  padding: 30px 0;
}

.item-partner {
  height: 120px;
  position: relative;
}

.item-partner img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

a.readmore,
.news-home .cover-news-home .small-news .item-small .caption-news a,
a.viewall {
  font-family: "Oswald";
  color: #032f8f;
  font-weight: 500;
  line-height: 1.8;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}

.news-home {
  background-image: url("../images/bg-news-home.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-home .cover-news-home {
  padding: 85px 0 90px;
}

.news-home .cover-news-home .list-news-home {
  margin-top: 30px;
}

.news-home .cover-news-home .big-news {
  width: 61.538%;
  float: left;
  padding: 0 15px;
  position: relative;
}

@media all and (max-width: 768px) {
  .news-home .cover-news-home .big-news .img-news {
    float: left;
  }
}

.news-home .cover-news-home .big-news .caption-news h3 a {
  font-family: "Oswald";
  font-size: 18px;
  color: #032f8f;
  font-weight: 500;
  line-height: 1.8;
  text-transform: uppercase;
}

@media all and (max-width: 640px) {
  .news-home .cover-news-home .big-news .caption-news {
    float: left;
  }
}

@media all and (max-width: 992px) {
  .news-home .cover-news-home .big-news {
    width: 75%;
  }
}

@media all and (max-width: 768px) {
  .news-home .cover-news-home .big-news {
    width: 100%;
    margin-bottom: 20px;
  }
}

.news-home .cover-news-home .small-news {
  width: 38.462%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.news-home .cover-news-home .small-news .item-small {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.news-home .cover-news-home .small-news .item-small .img-news {
  float: left;
  width: 195px;
}

@media all and (max-width: 992px) {
  .news-home .cover-news-home .small-news .item-small .img-news {
    width: 100%;
  }
}

.news-home .cover-news-home .small-news .item-small .caption-news {
  padding-left: 225px;
}

.news-home .cover-news-home .small-news .item-small .caption-news a {
  margin-top: 0;
}

@media all and (max-width: 992px) {
  .news-home .cover-news-home .small-news .item-small .caption-news {
    padding: 5px 0 0 0;
  }
}

@media all and (max-width: 768px) {
  .news-home .cover-news-home .small-news .item-small {
    width: 50%;
    padding: 0 15px;
  }
}

@media all and (max-width: 992px) {
  .news-home .cover-news-home .small-news {
    width: 25%;
  }
}

@media all and (max-width: 768px) {
  .news-home .cover-news-home .small-news {
    width: 100%;
  }
}

.date-news {
  font-size: 12px;
  color: #969292;
  margin-top: 10px;
}

.desc-news {
  margin-top: 10px;
  color: #474646;
  text-align: justify;
}

.video-home {
  padding: 80px 0 90px;
}

.iframe-youtube {
  width: 100%;
}

.content-video-home {
  margin-top: 35px;
}

.big-video {
  width: 84.615%;
  float: left;
  position: relative;
  padding: 0 15px;
}

@media all and (max-width: 992px) {
  .big-video {
    width: 100%;
    margin-bottom: 5px;
  }
}

.small-video {
  width: 15.385%;
  float: left;
  padding: 0 15px;
}

@media all and (max-width: 992px) {
  .small-video {
    width: 100%;
  }
}

.item-small-video {
  margin-bottom: 25px;
}

@media all and (max-width: 992px) {
  .item-small-video {
    width: 33.33333%;
    float: left;
    padding: 0 5px;
  }
}

.video-name {
  color: #032f8f;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

a.viewall {
  color: #ed764e;
}

footer {
  background-color: #cddef3;
  padding: 35px 0;
}

.project-page {
  padding: 90px 0 60px 0;
}

.item-project {
  margin-bottom: 30px;
}

@media all and (max-width: 600px) {
  .item-project {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    float: none;
  }
}

.slide-page {
  position: relative;
}

.slide-page img {
  min-height: 300px;
  max-width: 200%;
}

.tp-banner {
  min-height: 300px;
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  width: 100%;
}

.breadcrumbs .cover-breadcrumbs {
  text-align: center;
}

.breadcrumbs h1 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: "Oswald";
  display: block;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 1.4;
}

.breadcrumbs ul {
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs ul li {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs ul li a {
  color: #fff;
}

.breadcrumbs ul .separated:last-child {
  display: none;
}

.slide-project {
  margin-top: 20px;
}

.thumb-slider {
  margin-top: 20px;
  width: 100%;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}

.thumb-slider .owl-next {
  right: -74px;
  position: absolute;
  top: 50%;
  color: #045bc4 !important;
  border: 1px solid #045bc4 !important;
  font-size: 20px !important;
  background-color: transparent !important;
  width: 44px;
  margin: 0 !important;
  padding: 0 !important;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thumb-slider .owl-prev {
  left: -74px;
  position: absolute;
  top: 50%;
  color: #045bc4 !important;
  border: 1px solid #045bc4 !important;
  font-size: 20px !important;
  background-color: transparent !important;
  width: 44px;
  margin: 0 !important;
  padding: 0 !important;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.width-25 {
  width: 25%;
  float: left;
}

.width-75 {
  width: 75%;
  float: left;
}

.left-project {
  padding-right: 30px;
  border-right: 1px solid #e5eef9;
}

@media all and (max-width: 992px) {
  .left-project {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    border-right: 0;
  }
}

.right-project {
  padding-left: 30px;
}

@media all and (max-width: 992px) {
  .right-project {
    width: 100%;
    padding-left: 0;
  }
}

.content-detail {
  border-bottom: 1px solid #e5eef9;
  text-align: justify;
  padding-bottom: 20px;
}

.content-detail h4 {
  color: #045bc4;
  font-weight: 700;
  line-height: 1.65;
}

.content-detail p {
  margin-bottom: 12px;
}

.content-detail ul {
  padding-left: 20px;
}

.content-detail ul li {
  position: relative;
  margin-bottom: 12px;
}

.content-detail ul li::before {
  content: '';
  background-color: #032f8f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 6.5px;
  left: -17px;
}

.content-detail-project {
  border-bottom: 1px solid #e5eef9;
  text-align: justify;
  display: flex;
  margin-top: 50px;
}

.content-detail-project h4 {
  color: #045bc4;
  font-weight: 700;
  line-height: 1.65;
}

.content-detail-project p {
  margin-bottom: 12px;
}

.content-detail-project ul {
  padding-left: 20px;
}

.content-detail-project ul li {
  position: relative;
  margin-bottom: 12px;
}

.content-detail-project ul li::before {
  content: '';
  background-color: #032f8f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 6.5px;
  left: -17px;
}

@media all and (max-width: 992px) {
  .content-detail-project {
    display: inline-block;
    width: 100%;
  }
}

.relate-project {
  margin-top: 80px;
}

.padding80 {
  padding: 80px 0;
}

.list-news .item-news {
  margin-bottom: 25px;
}

.list-news .item-news h4 a {
  color: #032f8f;
  font-weight: 600;
  line-height: 22px;
  margin-top: 10px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 600px) {
  .list-news .item-news {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    float: none;
  }
}

.tag-like-share {
  margin-top: 20px;
}

.tags {
  color: #474646;
  float: left;
  padding-top: 5px;
}

.tags a {
  color: #032f8f;
}

.like-share {
  float: right;
  color: #474646;
}

.like-share p {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.like-share a {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 30px;
}

.like-share .share-fb {
  color: #3b5998;
  border: 1px solid #3b5998;
}

.like-share .share-gg {
  color: #df493a;
  border: 1px solid #df493a;
}

.box-sb {
  margin-bottom: 20px;
}

.title-sb {
  color: #032f8f;
  font-family: "Oswald";
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.item-news-sb {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5eef9;
  width: 100%;
  float: left;
}

.item-news-sb .img-news {
  width: 67px;
  float: left;
}

.item-news-sb .caption-news {
  margin-left: 90px;
}

.item-news-sb .caption-news a {
  color: #032f8f;
}

.item-news-sb .caption-news p {
  color: #979797;
  font-size: 12px;
}

.menu-sb ul li a {
  color: #032f8f;
  font-weight: bold;
  padding: 12px 20px;
  background-color: #e5eef9;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.contact-page .title-1 {
  margin-bottom: 30px;
}

.contact-page .title-1:before {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.contact-page .title-1:after {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.contact-info {
  color: #474646;
}

.contact-info h3 {
  color: #032f8f;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 12px;
}

.contact-info p strong {
  float: left;
}

.contact-info p span {
  margin-left: 70px;
  display: block;
}

.contact-form .input-contact {
  height: 44px;
  border: 1px solid #cccccc;
  font-size: 13px;
  padding: 10px 15px;
  width: 100%;
  outline: 0;
}

.contact-form .input-contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f7d7d;
}

.contact-form .input-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f7d7d;
}

.contact-form .input-contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7d7d;
}

.contact-form .input-contact :-moz-placeholder {
  /* Firefox 18- */
  color: #7f7d7d;
}

.contact-form .input-contact:focus {
  border-color: #b3cded;
}

.contact-form .paragraph-contact {
  height: 162px;
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 13px;
  padding: 10px 15px;
  width: 100%;
  outline: 0;
  display: block;
}

.contact-form .paragraph-contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f7d7d;
}

.contact-form .paragraph-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f7d7d;
}

.contact-form .paragraph-contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7d7d;
}

.contact-form .paragraph-contact :-moz-placeholder {
  /* Firefox 18- */
  color: #7f7d7d;
}

.contact-form .paragraph-contact:focus {
  border-color: #b3cded;
}

.contact-form .submit-contact {
  height: 44px;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: "Oswald";
  background-color: #032f8f;
  font-size: 13px;
  font-weight: bold;
  line-height: 44px;
  padding: 0 30px;
  display: inline-block;
  vertical-align: top;
}

.item-product {
  margin-bottom: 30px;
}

.item-product .cover-item-product {
  border: 1px solid #ebebeb;
  padding: 20px;
}

.item-product .caption-product {
  margin-top: 13px;
}

.item-product .caption-product h4 a {
  color: #032f8f;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 500;
  line-height: 1.5;
}

@media all and (max-width: 600px) {
  .item-product {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    float: none;
  }
}

.detail-product {
  margin-top: 40px;
}

.item-album {
  margin-bottom: 30px;
}

@media all and (max-width: 600px) {
  .item-album {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    float: none;
  }
}

.cover-album {
  border: 1px solid #ebebeb;
  padding: 5px;
}

.cover-album a {
  position: relative;
  display: block;
}

.caption-album {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 10px;
  width: 100%;
  left: 0;
}

.caption-album p {
  color: #fff;
  font-family: "Oswald";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

@media all and (max-width: 400px) {
  .cover-footer p {
    text-align: center !important;
  }
}

@media all and (max-width: 400px) {
  .cover-footer img {
    display: block;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.img-full img {
  min-height: 100%;
  min-width: 100%;
  max-width: 150%;
  height: auto;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-10 .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

@media all and (min-width: 1200px) {
  .item-img-introduce:nth-child(1) {
    width: 50%;
  }

  .item-img-introduce:nth-child(1) img {
    margin: 0 auto;
  }
}

@media all and (min-width: 1200px) {
  .item-img-introduce:nth-child(2) {
    width: 50%;
  }

  .item-img-introduce:nth-child(2) img {
    margin: 0 auto;
  }
}

@media all and (min-width: 1200px) {
  .item-img-introduce:nth-child(6) {
    width: 50%;
  }

  .item-img-introduce:nth-child(6) img {
    margin: 0 auto;
  }
}

@media all and (min-width: 1200px) {
  .item-img-introduce:nth-child(7) {
    width: 50%;
  }

  .item-img-introduce:nth-child(7) img {
    margin: 0 auto;
  }
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-5 .col-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.row-5 .col-1 .img-intro1 {
  height: 290px;
  margin-top: 50px;
}

.row-5 .col-2 {
  padding-left: 5px;
  padding-right: 5px;
}

.row-5 .col-2 .img-intro1:first-child {
  height: 140px;
  margin-bottom: 10px;
}

.row-5 .col-2 .img-intro1:last-child {
  height: 280px;
}

.row-5 .col-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.row-5 .col-3 .img-intro1 {
  margin-top: 100px;
  height: 130px;
}

.row-5 .img-intro1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


@media (max-width: 1400px) and (min-width: 1201px) {
  .row-5 .col-1 .img-intro1 {
    height: 240px;
  }
  .row-5 .col-2 .img-intro1:first-child {
    height: 110px;
  }
  .row-5 .col-2 .img-intro1:last-child {
    height: 240px;
  }
  .row-5 .col-3 .img-intro1 {
    height: 120px;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .row-5 .col-1 .img-intro1 {
    height: 270px;
  }
  .row-5 .col-2 .img-intro1:first-child {
    height: 120px;
  }
  .row-5 .col-2 .img-intro1:last-child {
    height: 260px;
  }
  .row-5 .col-3 .img-intro1 {
    height: 130px;
  }
}
/* Tablet */
@media (max-width: 992px) and (min-width: 880px) {
  .row-5 .col-1 .img-intro1 { height: 235px; }
  .row-5 .col-2 .img-intro1:first-child { height: 110px; }
  .row-5 .col-2 .img-intro1:last-child { height: 230px; }
  .row-5 .col-3 .img-intro1 { height: 120px; }
}

/* Tablet nhỏ */
@media (max-width: 879px) and (min-width: 768px) {
  .row-5 .col-1 .img-intro1 { height: 215px; }
  .row-5 .col-2 .img-intro1:first-child { height: 95px; }
  .row-5 .col-2 .img-intro1:last-child { height: 220px; }
  .row-5 .col-3 .img-intro1 { height: 110px; }
}

/* Mobile - chiều cao tự động */
@media (max-width: 767px) {
  .row-5 .col-1 .img-intro1 {
    height: auto;
    aspect-ratio: 466 / 729;
    margin-top: 30px;
  }
  .row-5 .col-2 .img-intro1:first-child {
    height: auto;
    aspect-ratio: 300 / 199;
  }
  .row-5 .col-2 .img-intro1:last-child {
    height: auto;
    aspect-ratio: 515 / 729;
  }
  .row-5 .col-3 .img-intro1 {
    height: auto;
    aspect-ratio: 1000 / 700;
    margin-top: 60px;
  }
  
}

/* Big news >1200px - text bao quanh ảnh */
@media (min-width: 1200px) {
  .news-home .cover-news-home .big-news > .row {
    display: block;
  }
  .news-home .cover-news-home .big-news .img-news {
    float: right;
    width: 400px;
  }
  .news-home .cover-news-home .big-news .caption-news {
    width: 100%;
    float: none;
  }
}

@media (max-width: 786px) {
  .news-home .cover-news-home .small-news .item-small .img-news img {
    aspect-ratio: 195 / 130;
    height: auto;
  }
}

@media (max-width: 640px) {
  .news-home .cover-news-home .big-news .img-news {
    width: 100%;
    float: none;
  }
  .news-home .cover-news-home .big-news .img-news img {
    width: 100%;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
