@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}
.single-duan{
	padding-top:0px;
}
.pro-info-tab {
  margin-top: 15px;
  border-bottom: solid 1px #d8d8d8;

  font-size: 0;
margin-bottom:15px;
}
  .pro-info-tab li {
    font-size: 14px;
    margin-left: 0px !important;
	   margin-bottom: 0px !important;
    display: inline-block;
    vertical-align: middle; }
    .pro-info-tab li a {
      display: block;
      font-size: 16px;
      color: #666666;
      line-height: 42px;
      padding: 0 23px;
      border-radius: 3px 3px 0 0;
      background: #f0f0f0;
      margin-bottom: -1px;
      position: relative;
      z-index: 1; }
    .pro-info-tab li.active a {
      background: #2A5BAA;
      color: #fff; }
.pcate-title {

  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #c0c0c0;
  margin-bottom: 0px;
  margin-top: 2px; }
  .pcate-title span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -2px;
    border-bottom: solid 3px #2A5BAA;
    padding-bottom: 8px; }
#secondary .widget-title{
	margin-bottom:30px;
	font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}
#secondary .widget-title::before {
    content: '';
    position: absolute;
    left: -1px;
    width: 3px;
    background: var(--primary-color);
    height: 50px;
}
#secondary .widget-title:after {
    content: '';
    display: block;
    height: 1px;
    width: 50px;
    margin-top: 10px;
    background: var(--primary-color);
	position: relative;
}
#secondary .widget .is-divider{
	display:none;
}
.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.i-select {
  position: relative; }
  .i-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    width: 100%; }

.slick-arrow {
    cursor: pointer;
    z-index: 1;
    text-align: center;
    position: absolute;
}
.button.more {
    padding-left: 30px;
    padding-right: 30px;
}
.button.primary:hover{
	
      background: #ec2027; 
}
.cnv-about {
    background-image: url(images/bg-dot1.png);
    background-position: right 115px bottom 100px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.cnv-services {
    background-color: #f8f9fb;
    padding-top: 1px;
    background-image: url(images/bg-dot1.png);
    background-position: left 117px bottom 48px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.cnv-project {
    padding-bottom: 50px;
    background-image: url(images/bg-dot2.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #f8f9fb;
    padding-top: 1px;
}
.cnv-scope{
	    background-color: #f8f9fb;
    padding-top: 1px;
    padding-bottom: 50px;
    background-image: url(images/bg-dot1.png);
    background-position: right 115px bottom 100px;
    background-repeat: no-repeat;
}
.img_caption {
    margin-top: 0px;
    margin-left: -15px;
    text-align: center;
    position: relative;
}
.img_caption .caption {
	    animation: bounce 2s infinite;
	background-color:#ec2027;
    width: 170px;
    height: 170px;
	/*
    background-image: url(images/ab-img-bg.png);
    background-size: cover;*/
    position: absolute;
    right: -34px;
    max-width: 40%;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    bottom: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.img_caption .caption .num{
	font-weight: 500;
    font-size: 44px;
    line-height: 1.45;
}
.img_caption .caption p{
	margin-bottom:0px !important;
}
.cnv-head {
    margin-bottom: 30px;
}
.cnv-head .title {
  
    color: var(--primary-color);
    font-size: 35px;
    line-height: 1.3;
   
}
.cnv-head .desc {
    font-size: 16px;
    font-style: italic;
	font-weight:bold;
}
.content_footer p{
	
	margin:0px;
	padding:0px;
	line-height:26px;
}
.copyright{
	font-size: 13px;
}
.copyright span:first-child{
	color: #ec2027;
}
.square_icon .icon {
	border-radius:0px !important;
}
/* Project */
.project {
  position: relative;
  margin-bottom: 30px; }

  .project .img img {
    display: block;
    width: 100%; }
  .project .i-title {
	  margin-bottom:0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 10px 15px 30px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .project .i-title i {
      color: var(--fs-color-secondary);
      margin-right: 5px; }
  .project .caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 15px 10px 15px 30px;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }
    .project .caption .title {
		color:#fff;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 12px; }
      .project .caption .title i {
        color: var(--fs-color-secondary);
        margin-right: 5px; }
    .project .caption p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 11px; }
    .project .caption .more {
      color: var(--fs-color-secondary); }
      .project .caption .more i {
        font-size: 18px;
        margin-left: 6px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px; }
  .project:hover .i-title {
    opacity: 0; }
  .project:hover .caption {
    opacity: 1; }

/* Slider */
.service {
  background: #fff;
  padding: 15px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.related-services .service{
	padding: 0px;
	border:1px solid #ececec;
	
}
.related-services .service .title{
	padding-left:10px;
	padding-right:10px;
	min-height:50px;
		line-height:18px;
}
.related-services .service .title a{

}
  .service .img {
    display: block;
    background: #000;
    position: relative;
    margin-bottom: 15px; }

    .service .img img {
      display: block;
      width: 100%;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }

   .service .img:before,
.service .img:after,
.recent-blog-posts .badge-inner.bg-fill:before,
.recent-blog-posts .badge-inner.bg-fill:after
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity .2s ease-in-out, transform .3s ease-in-out;
}

/* Thanh ngang */
.service .img:before , .recent-blog-posts .badge-inner.bg-fill:before{
  width: 50px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Thanh dọc */
.service .img:after, .recent-blog-posts .badge-inner.bg-fill:after {
  width: 1px;
  height: 50px;
  transform: translate(-50%, -50%) rotate(0deg);
}
  .service .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    min-height: 50px;
	  margin-bottom:0px;
  }
  .service:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
    .service:hover .img img {
      opacity: 0.5;
}
.recent-blog-posts-li:hover .badge-inner.bg-fill {
	background-color:#000 !important;
}
   .service:hover .img:before, .recent-blog-posts-li:hover .badge-inner.bg-fill:before,
.service:hover .img:after, .recent-blog-posts-li:hover .badge-inner.bg-fill:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-90deg);
}
    .service:hover .title a {
      color: #ec2027; }

.services-cas {
  margin-top: -10px; }
  .services-cas .service {
    margin-top: 10px;
    margin-bottom: 10px; }

.def-cas .slick-arrow {
  width: 60px;
  height: 60px;
  background: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  color: #6d8199;
  top: 50%;
  margin-top: -58px; }
  .def-cas .slick-arrow.prev {
    left: -110px; }
  .def-cas .slick-arrow.next {
    right: -110px; }
  .def-cas .slick-arrow:hover {
    background: #ec2027;
    color: #fff; }

.def-cas .slick-dots {
  margin-top: 34px; }
  .def-cas .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6d8199;
    margin: 0 11px;
    border: none; }
    .def-cas .slick-dots li.slick-active {
      background: var(--primary-color);
      -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6); }

.slick-list {
  
  margin-left:-30px;
}
  .slick-list .slick-slide {
    margin: 0 15px; }

/* Lịch sử hình thành */
.cnv-milestone {
  padding-bottom: 48px; }
  .cnv-milestone .cnv-head {
    margin-bottom: 83px; }

.mile-cas:after {
  content: '';
  position: absolute;
  top: 34px;
  height: 3px;
  background: #2a5baa;
  left: 0;
  right: 0;
  z-index: -1; }

.mile-cas .slick-list {
  margin: 0 -5px; }
  .mile-cas .slick-list .slick-slide {
    margin: 0 5px; }
  .mile-cas .slick-list:before, .mile-cas .slick-list:after {
    content: '';
    height: 3px;
    top: 34px;
    position: absolute;
    width: 80px;
    pointer-events: none; }
  .mile-cas .slick-list:before {
    left: 5px;
    background: -webkit-linear-gradient(left, #fff, #2a5baa);
    background: -o-linear-gradient(right, #fff, #2a5baa);
    background: -moz-linear-gradient(right, #fff, #2a5baa);
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#2a5baa));
    background: -o-linear-gradient(left, #fff, #2a5baa);
    background: linear-gradient(to right, #fff, #2a5baa); }
  .mile-cas .slick-list:after {
    right: 5px;
    background: -webkit-linear-gradient(left, #2a5baa, #fff);
    background: -o-linear-gradient(right, #2a5baa, #fff);
    background: -moz-linear-gradient(right, #2a5baa, #fff);
    background: -webkit-gradient(linear, left top, right top, from(#2a5baa), to(#fff));
    background: -o-linear-gradient(left, #2a5baa, #fff);
    background: linear-gradient(to right, #2a5baa, #fff); }

.mile-cas .item {
  text-align: center;
  margin-top: 10px; }
  .mile-cas .item .num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 3px #2a5baa;
    color: #2a5baa;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
    display: block;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .mile-cas .item .num:after {
      content: '';
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border-radius: inherit;
      background: #2a5baa;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      opacity: 0;
      z-index: -1;
      -webkit-box-shadow: 0 0 0 5px rgba(42, 91, 170, 0.5);
      box-shadow: 0 0 0 5px rgba(42, 91, 170, 0.5); }
  .mile-cas .item .date {
    font-size: 18px;
    color: #666666;
    font-style: italic;
    margin-bottom: 4px; }
  .mile-cas .item p {
    font-size: 18px;
    font-weight: 500;
    color: #2a5baa;
    line-height: 24px; }
  .mile-cas .item:hover .num {
    color: #fff; }
    .mile-cas .item:hover .num:after{
      opacity: 1; }
/* TIn tức */
.article-cas {
  margin-top: -10px; }

.article {
  background: #fff;
  padding: 15px 15px 33px 15px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 10px;
  margin-bottom: 10px; }
  .article .img {
    display: block;
    background: #000;
    position: relative;
    margin-bottom: 17px; }
    .article .img img {
      display: block;
      width: 100%;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .article .img:before, .article .img:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background: #fff;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      opacity: 0; }
    .article .img:before {
      height: 1px;
      width: 50px;
      margin-left: -25px; }
    .article .img:after {
      height: 60px;
      width: 1px;
      margin-top: -30px; }
  .article p {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px; }
  .article .title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    padding-left: 10px; }
  .article:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
    .article:hover .img img {
      opacity: 0.5; }
    .article:hover .img:before, .article:hover .img:after {
      opacity: 1; }
    .article:hover .title a {
      color: #ec2027; }
.service .post_date{
	margin-bottom:0px;
}
.service .post_title{
	height:50px;
	overflow:hidden;
	font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

/* Logo đối tác */
.partner-cas .slick-list, .related-services .slick-list{

  margin-left: -20px; }

  .partner-cas .slick-list .slick-slide, .related-services .slick-list .slick-slide {
	  margin: 0 10px;
  }

.partner {
  display: block;
  height: 100px;
 
  position: relative; 
}
  .partner:hover {
    border-color: #ec2027; }
.partner::before {
  content: '';
  position: absolute;
  inset: 0; /* top right bottom left = 0 */
  border: solid 1px #dadfe5;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
	transition: border-color .25s ease;
}
  .partner:hover::before {
    border-color: #ec2027; }
.partner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.cnv-partner {
  padding: 50px 0; }
.cnv-head-partner{
  margin-top: 0px
}

.statis {
  color: #fff;
}
.statis .icon-box{
	align-items: center;
}
.statis .icon-box-text{
	padding-left:0px !important;
}
.statis .statics_title p{
	font-size: 18px;
    font-weight: bold;
	margin-bottom:0px !important;
}
  .statis .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .statis .num {
    display: inline-block;
    vertical-align: middle;
    font-size: 44px;
    font-weight: 500; }
 
.scope {
	border-radius:10px;
	border:1px solid #ececec;
	height:100%;
	
  background: #fff;
 
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 10px;
  margin-top: 10px; }
  .scope .img {
    display: block;
    background: #000;
    position: relative;
    margin-bottom: 17px; }
    .scope .img img {
      display: block;
      width: 100%;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }

   
  .scope p {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px; }
  .scope .title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    padding-left: 10px; }
  .scope:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
    .scope:hover .img img {
      opacity: 0.5; }

    .scope:hover .title a {
      color: #ec2027; }

.scope .img:before,
.scope .img:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity .2s ease-in-out, transform .3s ease-in-out;
}
/* Thanh ngang */
.scope .img:before {
  width: 50px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Thanh dọc */
.scope .img:after {
  width: 1px;
  height: 50px;
  transform: translate(-50%, -50%) rotate(0deg);
}
  

   .scope:hover .img:before,
.scope:hover .img:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 849px){
	.img_caption {margin-left: 0px;}
}
@media (max-width: 767px) {
	.cnv-about, .cnv-services , .cnv-project {
    background-image: none;
   
}

    .def-cas .slick-dots {
        margin-top: 10px;
		        margin-bottom: 0px;
    }
}
@media (max-width: 549px){
	.def-cas .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -42px;
    }
    .def-cas .slick-arrow.prev {
        left: 0;
    }
	    .def-cas .slick-arrow.next {
        right: 0;
    }
	.img_caption .caption{
		right:0px;
	}
}
.single-duan .cnv-head {
	margin-bottom:0px !important;
}
.single-duan .cnv-head .title{
	margin-bottom:15px;
	font-size:20px;
}
.fix-toolbar{
  background:#2a5baa;
  width:100%;
  padding:12px 0px;
  bottom:0;
  position:fixed;
  z-index:500;
  height:auto;
  left:0;
  right:0;
  margin:0 auto;
  display:none;
}
.fix-toolbar img{vertical-align:top;}
.fix-toolbar ul{display:flex;align-items:center;justify-content:space-between;padding:5px;list-style:none;margin:0;}
.fix-toolbar ul li{text-align:center;width:20%;}
.fix-toolbar ul li a{display:block;width:100%;cursor:pointer;color:#fff;}
.fix-toolbar ul li a img{height:22px;width:auto; object-fit: contain;}
.fix-toolbar ul li a span{font-weight:400;color:#fff;font-size:13px;display:none;}

@media screen and (max-width: 991px) {
    .back-to-top {
        bottom: 100px;
    }
}


@media all and (max-width: 767px) {
    .fix-toolbar {
        display: block;
        box-shadow: -2px -10px 30px rgba(0,0,0,.2)
    }
	.fix-toolbar ul li{
		margin-bottom:0px !important;
	}
	.scroll-top{
		right:10px !important;
		bottom:80px !important;
	}
}

@media all and (min-width: 767px) {
  .fix-toolbar{left: unset;background:transparent;width:auto;padding:0;bottom:200px;position:fixed;z-index:500111;height:auto;right:25px;margin:0 auto;display:block;border-top:unset;}
  .fix-toolbar img{vertical-align:top;}
  .fix-toolbar ul{display:flex;padding:0;list-style:none;margin:0;display: grid;}
  .fix-toolbar ul li{background: #c19e52;text-align:center;width:50px;height: 50px;margin-bottom: 10px;display:flex;align-items: center;border-radius: 50px;}
  .fix-toolbar ul li a{display:flex;flex-flow: wrap;align-items: center;justify-content: center;width:100%;height: 100%;cursor:pointer;color:#fff;}
  .fix-toolbar ul li a img{height:25px;width:auto; object-fit: contain;}
  .fix-toolbar ul li a span{font-weight:400;color:#fff;font-size:13px;display:none;}

  .fix-toolbar ul li.zalo {
      background-image: url('images/zalo-icon.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 60px;
      background-color: unset;
	  order:3;
  }

  .fix-toolbar ul li.zalo img {
      height: 15px;
      display: none;
  }

  .fix-toolbar ul li.sms {
      background-color: #2CDD44;
	  order:2;
  }

  .fix-toolbar ul li.phone {
      background-color: #fc4f00;
	  order:1;
  }

  .fix-toolbar ul li.facebook {
      background:linear-gradient(0deg, #0078ff, #00c6ff);
	  order:4;
  }

  .fix-toolbar ul li.map {
      background-color: #EA4335;
	  order:5;
  }
}
@keyframes zoom{0%{}70%{box-shadow:0 0 0 15px #fff0}100%{box-shadow:0 0 0 0 #fff0}}
@media (max-width: 549px){
	.fix-toolbar ul li.zalo{
		order:1;
	}
	.fix-toolbar ul li.sms {
			order:2;
	}
	.fix-toolbar ul li.phone {
		width: 50px;
    
    border-radius: 30px;
		    box-shadow: 0 0 0 0 #0E68C8;
    border: 2px solid #fff0;
		transition: all .5s;
    animation: zoom 1.3s infinite;
		order:3;
	}
	.fix-toolbar ul li.facebook {
		order:4;
	}
	.fix-toolbar ul li.map {
		order:5;
	}
	
}