:root {
  --main-blue-color: #005890;
  --main-green-color: #149975;
  --white-color:#fff;
  --grey-color: #f2f2f2;
  --grey-color-dark: #c8c8c8;
}
.block {
    padding: 0 70px
}
.content-cdt .brand-social {
    margin-left: 0;
    position: absolute;
}
.content-cdt .breadcrumb {
  margin-top: 140px;
  margin-bottom: 50px;
  margin-left: 70px;
}
.banner-left-cdt {
  height: 495px;
  position: relative;
}
.banner-left-cdt::before {
  content: "";
  background: url(../images/banner-left-cdt.png) no-repeat left top;
  position: absolute;
  width: 400%;
  height: 100%;
  top: 12%;
  left: 0;

  z-index: 10;
}
.banner-right-cdt {
  /* height: 653px; */
  overflow: hidden;
}
.banner-right-cdt img {
  width: 100% !important;
}
.info-cdt {
  padding: 30px 50px;
  background: var(--white-color);
  border: 1px #ddd solid;
  margin:  70px 150px;
  position: relative;
}
.info-cdt h3 {
 font-size: 24px;
 font-weight: bold;
 color: var(--main-blue-color);
 background: var(--white-color);
 font-family: 'CenturySchlBkVU';
 position: absolute;
 padding: 15px;
 top: -30px;
}
.info-cdt p {
  font-size: 20px;
  line-height: 28px;
  font-family: 'GillSansVU';
  text-align: justify;
}

.titt {
  /* background: var(--white-color); */
  background: transparent;
  padding-bottom: 100px;
  position: relative;

}
.titt h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-blue-color);
  background: var(--white-color);
  font-family: 'CenturySchlBkVU';
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  width: 440px;
  margin-left: -220px;
  z-index: 3;
}
.titt::after {
content: "";
 position: absolute;
 width: 100%;
 height: 4px;
 padding: 15px;
 left: 0;
 top: 15px;
 background: url(../images/db-line.png) repeat-x left top;
 z-index: 1;
}
.bg-giaithuong .titt h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--white-color);
  background: var(--main-blue-color);
  font-family: 'CenturySchlBkVU';
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  width: 280px;
  margin-left: -150px;
  z-index: 3;
}
.bg-giaithuong .slick-dots {
    position: relative !important;
    bottom: 0 !important;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.bg-giaithuong .slick-slide img {
    display: block;
    max-width: 100%;
    margin: auto;
}
  @media only screen and (min-width: 1601px){
    .bg-giaithuong .slick-slide img {
      height: 400px;
      width: auto;
      padding: 0 5px;
    }
  }
  @media only screen and (min-width: 1501px)  and (max-width: 1600px) {
    .bg-giaithuong .slick-slide img {
      height: 360px;
      width: auto;
      padding: 0 5px;
    }
  }
  @media only screen and (min-width: 1441px)  and (max-width: 1500px) {
    .bg-giaithuong .slick-slide img {
      height: 350px;
      width: auto;
      padding: 0 5px;
    }
  }
  @media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .bg-giaithuong .slick-slide img {
      height: 288px;
      width: auto;
      padding: 0 5px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1023px) {
    .banner-right-cdt {
        /* height: 400px !important; */
        overflow: hidden;
    }
  }

  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .banner-right-cdt {
        /* height: 400px !important; */
        overflow: hidden;
    }
    .bg-giaithuong .slick-slide img {
      height: 180px;
      width: auto;
      padding: 0 5px;
    }
    .category .slider-three-none .item {
      height: 390px !important;
    }
    .category .slider-three-none .item img {
      height: 310px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bg-giaithuong .slick-slide img {
      max-height: 150px;
      width: auto;
      padding: 0 5px;
    }
  }
  @media only screen and (max-width: 767px) {
    .bg-giaithuong .slick-slide img {
      max-height: 250px;
      width: auto;
      padding: 0;
    }
  }
.bg-giaithuong  .slick-dots li,
.bg-giaithuong  .slick-dots li button {
    height: 10px !important;
    width: 10px !important;
}
.bg-giaithuong  .slick-dots li button:before {
  height: 10px !important;
  width: 10px !important;
}
.bg-giaithuong  .slick-dots li.slick-active button:before {
    background: var(--main-green-color) !important;
}
.pro_tb .titt h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-blue-color);
  background: var(--white-color);
  font-family: 'CenturySchlBkVU';
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  width: 340px;
  margin-left: -180px;
  z-index: 3;
}
.bg-giaithuong .titt::after {
content: "";
 position: absolute;
 width: 100%;
 height: 4px;
 padding: 15px;
 left: 0;
 top: 15px;
 background: url(../images/db-line-w.png) repeat-x left top;
 z-index: 1;
}
/* .titt span:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 50%;
  left: 50%;
  width: 500px;
  margin-left: -200px;
  height: 60px;
  background: var(--white-color);
  overflow: hidden;
  z-index: 2;
} */
/* project done start */
.gridList .group {
  display: grid;
	display: -ms-grid;
  grid-auto-flow: dense;
  justify-content: center;
  grid-template-columns: repeat(6, 1fr);
 -ms-grid-auto-flow: dense;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
 -ms-grid-rows: 1fr 1fr;

}
.gridList .group .item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.gridList .group .item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.gridList .group .item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.gridList .group .item:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.gridList .group .item:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.gridList .group .item:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.gridList .group .item:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.gridList .group .item:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.gridList .group .item:nth-child(9) {
   -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.gridList .group .item:nth-child(10) {
   -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.gridList .group .item:nth-child(11) {
   -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.gridList .group .item:nth-child(12) {
   -ms-grid-row: 3;
  -ms-grid-column: 6;
}
.gridList .group .item
{
	width: 100%;
  display: block;
	max-height: 100%;
	height: 200px;
	margin: -15px;
	padding: 2px;
}
.gridList .group .item img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gridList .group .item{position:relative;}
.gridList .group .item .content
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(48, 127, 161,0.5);
	display: flex;
    align-items: center;
	border: 2px solid #fff;
}
.gridList .group .item .content p
{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: auto;
	padding: 25px;
}
.gridList .group .item .content
{ opacity:0;}
.gridList .group .item:hover .content
{ opacity:1;  transition: 0.6s;}
.gridList .group .item:nth-child(4),.gridList .group .item:nth-child(6) {
    grid-column: span 2; -ms-grid-column-span:2;
    grid-row: span 2; -ms-grid-row-span:2;
}
.gridList .group .item:nth-child(4) img,.gridList .group .item:nth-child(4),.gridList .group .item:nth-child(6) img,.gridList .group .item:nth-child(6)
{ height: 100% !important; max-height: 100%;}
/* project done end */





















.about-intro .about .info-about {
  width: 90% !important;
}
.bg-giaithuong {
  background: url(../images/bg-gt.png) no-repeat;
  background-size: cover;
  color: #fff;
  max-height: 700px;
  padding: 50px 0;
  position: relative;
  margin: auto;
}
.mar-top-70 {
  margin-top: 70px
}
.padd-lr-100 {
  padding: 0 100px;
}
.logo-cdt {
  margin-bottom: 20px;
}
.bg-giaithuong img {
  filter: drop-shadow(0px 0px 4px #333);
}

.bg-giaithuong .main-title {
  color: var(--white-color) !important;
}
.linhvuc * {
  color: var(--white-color) !important;
}
.linhvuc, .duantieubieu {
  margin: 0;
}
.linhvuc .slider-block .slick-slider {
  background: transparent !important;
}
.linhvuc {
  background: url(../images/bg-linhvuc.png) no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 700px;
  position: relative;
  padding-top: 150px;
  margin-bottom: 50px;
}
.about-intro .txt-detail {
  display: block !important;
}
.id {
  display: flex;
  align-items: center;
}
.id .main-title {
  font-size: 1.75rem !important;
  color: var(--main-blue-color);
}
.about-intro  {
  font-family: 'GillSansVU';
}
.about-intro .content-des .txt-detail {
  font-size: 18px !important;
  line-height: 25px !important;
}
.about-intro .content-des p {
  font-size: 18px !important;
  line-height: 25px !important;
}
.about-intro .info-news {
  padding-bottom: 0 !important;
}
.about-intro .logo-w img {
  width: 77px;
  margin-left: 15%;
  margin-top: 5%;
  padding-top: 25px;

}
.about-intro .more-info-home {
  padding-top: 50px !important;
}
.about-home {
  padding-top: 30px;
  background: url(../images/bg-ab-home.html) no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 500px;
}

.about-home .text-description {
  text-align: right;
}
.mar-tb {
  margin: 0 !important
}
.grid-titt, .giaithuong-img {
  text-align: center;
  /* margin: 10px 20px 10px 0;*/
  padding: 0 250px;
}
.giaithuong-img .slider-block{
  margin-top: -30px;
}
.img-big {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.img-big img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.img-big img.portrait {
  width: 100%;
  height: 650px;
}
.slider-four {
  background: transparent !important;
}
.category {
  margin: 30px 0;
  position: relative;
}
.category .slider-three-none  .item {
  margin-top: -85px;
  position: relative;
}
.category .slider-three-none .item .main-title {
  color: var(--main-blue-color) !important;
  font-size: 20px !important;
  font-family: 'GillSansVU';
  padding: 15px 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.category .slider-three-none .item {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 500px;
  overflow: hidden;
}
.category .slider-three-none .item img {
  position: absolute;
  /* left: 50%;
  top: 50%; */
  height: 400px;
  width: 100%;
  overflow: hidden;
  /* -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%); */
}
.category .slider-three-none .item:hover img {
  opacity:.8;
  transition: transform 0.9s, opacity 0.5s;

}
.category .slider-three-none .item img:nth-child(n+1){
  margin:0 5px;
}
.slider-block .slick-slider {
  background: transparent !important;
}
.category .slider-four .item img.slide-image {
  height: 350px;
  filter: drop-shadow(0px 0px 4px #333);
}


.slider-block .slider-hotspot {
  background: var(--white-color) !important;
  overflow: unset !important;
}
.slider-hotspot .item::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(25,127,108,.5) 0%,rgba(125,185,232,0) 100%);
    /* background: rgba(0, 0, 0, .3); */
    z-index: 1;
}
.slider-hotspot .item .caption {
  color: #fff;
  text-transform: uppercase;
  font-family: 'GillSansVU';
  font-size: 18px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.linhvuc {
  width: 100%;
}
.linhvuc .slick-dots {
  bottom: 0 !important;
  position: relative;
}
.linhvuc .fragment_paragraph {
  width: 25% !important;
  text-align: right;
}
.linhvuc .fragment_image {
  width: 75% !important;
}
/* .fragment_paragraph * {
  color:var(--white-color) !important;
} */

.slider-hotspot .item {
  position: relative;
  width: 550px;
  width: auto;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
}
.slider-hotspot .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 400px;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.slider-hotspot .item img.slide-image {
  height: 400px;
  /* width: 100%; */
}
.about-intro .more-info-home .intro-gioithieu {
  display: block !important;
  margin: auto;
}
.info-general .main-title-grey {
  width: 10% !important;
}
.hotspot .main-title {
  color: var(--white-color) !important;
}
.slider-hotspot .slick-dots {
    display: block !important;
    position: relative !important;
    bottom: 0 !important;
}
.slider-hotspot .slick-dots li,
.slider-hotspot .slick-dots li button {
    height: 10px !important;
    width: 10px !important;
}
.slider-hotspot .slick-dots li button:before {
  height: 10px !important;
  width: 10px !important;
}
.slider-hotspot .slick-dots li.slick-active button:before {
    background: var(--main-green-color) !important;
}
.mobile-none {
  display: block!important;
}
.desktop-none {
  display: none!important;
}
@media only screen and (min-width: 992px) {
  .about-intro .main-info-home .info-home .bg-replace {
    max-height: 600px;
  }
  .about-intro .main-info-home .info-home img.main-img {
    max-height: 600px;
  }

  .about-intro .about-intro .main-info-home .info-home .desc-info-home {
    position: absolute !important;
    top: 30px !important;
  }

  .about-intro .main-info-home .info-home .desc-info-home .info-img {
    position: relative;
    max-width: 300px;
    margin-left: -160px;
    float: left;
    background: transparent;
    /* background: rgba(0, 139, 139, 1); */
  }
  .about-intro .main-info-home .info-home .desc-info-home span {
    font-size: 24px;
    position: absolute;
    right: 70px;
    top: 20px;
    text-transform: uppercase;
  }

  .about-intro .main-info-home .info-home .desc-info-home .info-img .leaf-img {
    max-width: 315px;
    padding-left: 10px;
    margin-bottom: 30px;
    opacity: 0;
  }
  .about-intro .main-info-home .info-home .desc-info-home span {
    font-family: 'CenturySchlBkVU';
    font-size: 24px;
    position: absolute;
    right: 70px;
    top: 50px;
    text-transform: uppercase;
  }
  .about-intro .main-info-home .info-home .desc-info-home span::before {
    content: "";
    width: 50%;
    height: 1px;
    left:-60%;
    top:19px;
    position: absolute;
    background:#fff;
  }
  .about-intro .main-info-home .info-home .desc-info-home h2 {
    padding: 90px 20px 20px;
    max-width: 140px;
    z-index: 1;
    text-transform: capitalize;
    line-height: 45px;
  }
  .info-home .bg-replace {
    position: relative;
  }
  .info-home .bg-replace::before {
    content: "";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, .5);
  }
  .about-intro .info-home .txt-detail {
    font-size: 18px;
    font-family: 'GillSansVU';
    color: var(--white-color);
    position: absolute;
    bottom: 100px;
    top:20%;
    right: 15%;
    left: 25%;
    line-height: 30px;
  }
  .about-intro .info-home .txt-detail .btn-default {
    margin-top: 30px;
  }
  .gridList .group .item {
    height: auto;
  }

  /* Hotspot home start */
  /* Fix height image start*/
  .fixImg {
    position: relative;
    width: 100%;
    height: 450px;
    /* height: 650px; */
    overflow: hidden;
  }
  .fixImg img {
    position: absolute;
    height: 100%;
    width: auto;
    bottom: -50%;
  }
  .fixImg img.portrait {
    width: 100%;
    height: auto;
  }
  .hotspot {
    position: relative;
  }
  .hotspot .desc-info-home {
    background: url(../images/bg-gradient.png) no-repeat;
    background-size: cover;
    padding: 27px 33px 27px 33px;
    width: 70%;
    height: auto;
    float: right;
    right: 55px;
    top: 150px;
    position: absolute;
    opacity: .95;
    z-index: 2;
  }
  .hotspot .fixImg::before {
    content: "";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(68,66,66,1) 0%, rgba(44,89,87,.2) 0%, rgba(0,0,0,0.4) 83%);
    z-index: 1;
  }
  .hotspot .main-title span {
    display: block;
  }
  .hotspot .desc-info-home .block-explore {
     display: flex;
  }
  .hotspot .desc-info-home .block-explore .block-explore-left {
    padding: 0 60px;
  }
  .hotspot .desc-info-home .block-explore img.arrow-blue {
    display: none;
  }
  .hotspot .desc-info-home .block-explore img.arrow {
    display: block;
    width: auto;
    height: 30px;
    bottom: 79px;
    left: 30px;
    position: absolute;
  }
  .hotspot .desc-info-home .block-explore-right {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* width: 65%; */
  }
  .hotspot .desc-info-home .block-explore-right ul {
    width: 100%;
    display: flex;
  }
  .hotspot .desc-info-home .block-explore-right li {
    width: 33.3%;
    margin: 0 auto;
  }
  .hotspot .desc-info-home .block-explore-right li img {
    height: 50px !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block !important;
    top: 0 !important;
    position: relative;

    cursor: pointer;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease 0s;
  }
  .hotspot .desc-info-home .block-explore-right li span {
    display: block !important;
    text-align: center !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    margin-top: 8px;
    color: #fff !important;
    font-weight: bold;
    font-family: 'GillSansVU';
  }
  .hotspot .txt-detail {
    font-size: 16px;
    font-family: 'GillSansVU';
    color: #fff;
    position: absolute;
    bottom: 100px;
    top: 50%;
    right: 35%;
    left: 33%;
    z-index: 2;
  }
  .hotspot .txt-detail .btn-default {

  }
  /* Fix height image end */
  /* Hotspot home end */

  /* News home start */
  .main-info-news .info-news-left {
    width: 60%;
    margin-right: 20px;
    position: relative;
    min-height: 500px;
  }
  .main-info-news .content-news {
    margin-top: 0 !important;
    position: absolute;
    top: 30%;
    width: 90%;
    padding: 30px;
    left: 5%;
    right: 5%;
    background: #fff;
  }

  .main-info-news .info-news .main-title {
    font-size: 20px;
  }
  /* News home end */
}
@media only screen and (max-width: 991px) {
  .styleMb {
    width: 15px;
    height: 150px;
    display: block;
  }
  .styleMb img {
    width: 50%;
  }
  .socialMb {
    width: 18px !important;
    height: 19px !important;

  }
  .socialMb i {
    line-height: 18px !important;
  }
  .fontMb {
    font-size: 20px !important;
  }
  .banner-cdt-wrap {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: -50px;
  }
  .banner-cdt-mb {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .banner-cdt-mb img {
    position: absolute;
    left: 50%;
    top: 20%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .banner-cdt-mb img.iFull {
    width: 100%;
    height: auto;
  }
  .block {
    padding: 0 10px;
  }
  .titt {
    padding-bottom: 50px;
  }
  .titt h3 {
    font-size: 26px;
  }
  .titt.mar-top-70 {
    margin: 0;
  }
  .info-cdt h3{
    position: static;
    padding: 10px;
    top: 0;
  }
  .info-cdt {
    padding: 10px 10px;
    border: 0;
    margin: 0;
  }
  .category .slick-dots {
    bottom: 10px!important;
  }
  .slick-dots li button:before {
    width: 10px!important;
    height: 10px!important;
  }
  .grid-titt, .giaithuong-img {
    margin: 0;
    padding: 0 10px;
  }
  .bg-giaithuong .slick-slide img {
    max-width: 100%;
    display: inline;
    max-height: 300px;
  }
  .gridList .group {
    grid-template-columns: repeat(1, 1fr)!important;
    -ms-grid-auto-flow: dense;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
  .gridList .group .item {
    height: auto !important;
  }
  .bg-giaithuong .grid-titt {
    margin-bottom: 30px;
  }
  .mobile-none {
    display: none!important;
  }
  .desktop-none {
    display: block!important;
  }
  .slider-banner-info-page .item img.slide-image {
    /* height: 400px!important; */
    width: 100%;
  }
  .desktop-none .banner-cdt {
    margin-top: 20px;
  }
  .breadcrumb .title-page {
    width: 100%;
  }
  .content-cdt .breadcrumb {
    display: block!important;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
  }
}
