@font-face {
  font-family: Kanit-Regular;
  src: url("fonts/Kanit-Regular.ttf");
}

@font-face {
  font-family: Kanit-Bold;
  src: url("fonts/Kanit-Bold.ttf");
}

@font-face {
  font-family: Kanit-Light;
  src: url("fonts/Kanit-Light.ttf");
}

@font-face {
  font-family: Kanit-Medium;
  src: url("fonts/Kanit-Medium.ttf");
}
@font-face {
  font-family: Kanit-Thin;
  src: url("fonts/Kanit-Thin.ttf");
}
body{
  overflow: hidden !important;
}
a{
  text-decoration: none !important;
}

#masthead{
  border-bottom: 1px solid #D9D9D9;
}
.header-bottom-nav{

}
.header-bottom-nav>li{

}
.header-bottom-nav>li>a{
font-size: 16px;
font-weight: 700;
line-height: 19.5px;
text-align: left;
color: #5F5D5B;
}
.page-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

.content-ft {
  float: left;
  width: 100%;
}
.content-ft h3 {
  color: #565656;
  font-size: 22px;
  line-height: 28px;
  text-transform: unset;
  margin: 0 auto;
  margin-bottom: 20px;
  /* text-align: center; */
  font-weight: 700;
}
.content-ft ul {
  padding-left: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.content-ft ul li {
  color: #22475A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: unset !important;
  padding: 1px 0;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.content-ft ul li span {
  color: #22475A;
  width: 15px;
  float: left;
  height: 19px;
  line-height: 14px;
  margin-right: 10px;
}
.content-ft ul li span i {
  font-size: 18px;
}
.content-ft ul li b {
  width: calc(100% - 25px);
  float: left;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 20px;
}
.cs3{/* margin-top: 23px; */}
.cs3 .widget-title{/* font-size: 20px; *//* font-weight: 700; *//* line-height: 24.38px; *//* text-align: left; *//* color: #026800; */}
.cs3 .is-divider{
  /* display: none; */
}
.cs3 ul{margin-top: 10px;}
.cs3 ul li{
  border-bottom: 1px solid #22475A
}
.cs3 ul li a{
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #22475A;
}
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 999;
}

/*phone*/
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: #cf203170;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #CF2031;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
  0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes zoom {
  0% {
      transform: scale(.9)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

@keyframes zoom {
  0% {
      transform: scale(.9)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}

.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}

#zalo-vr .phone-vr-img-circle {
  background-color: #1F5E9D;
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1f5e9da3;
  background-color: #1f5e9d7a;
}
#top-bar{
  position: relative;
}
#top-bar::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 398px;
  height: 1px;
  background:#D0D0D0;
}
#top-bar::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 392px;
  height: 1px;
  background:#D0D0D0;
}
#top-bar .flex-left{
  margin: auto;
}
#top-bar .flex-right{
  margin: auto;
}
.company-name{
  font-family: Kanit-Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.92px;
  text-align: justify;
  color: #565656;
  margin-bottom: 0;
  padding-left: 70px;
}
.phone-hd{
  font-family: Kanit-Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.92px;
  text-align: justify;
  color: #565656;
}
.phone-hd a{
  font-family: Kanit-Light;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.92px;
  text-align: justify;
}
@media(min-width:992px){
  #logo{
    margin-top: -28px;
  }
}

.header-wrapper.stuck #logo{
  margin-top: 0;
}
.header-nav.header-nav-main{
  margin-top: 55px;
}
.header-wrapper.stuck .header-nav.header-nav-main{margin-top: 0;}
.header-nav.header-nav-main>li{margin: 0 28px;}
.header-nav.header-nav-main.nav-left>li:nth-child(1)>a{
  font-size: 0;
}
.header-nav.header-nav-main>li>a{
  font-family: Kanit-Light;
font-size: 16px;
font-weight: 300;
line-height: 23.92px;
text-align: justify;
color: #000000;
}
.header-search>.is-small> i{
  color: #565656;
  font-size: 16px !important;
}
.col6-left-vechungtoi{

}
.col6-left-vechungtoi .col-inner{
  padding-left: 90px;
  padding-right: 60px;
}
.h2-title-vechungtoi{

}
.h2-title-vechungtoi h2{
  font-family: Kanit-Light;
  font-size: 140.74px;
  font-weight: 300;
  line-height: 136.29px;
  /* text-align: justify; */
  color: #565656;
  margin-bottom: 0;
}
.h2-title-vechungtoi h2 span{
   font-size: 55px;
   margin-left: -33px;
}
.desc-vechungtoi{
  font-family: Kanit-Light;
  font-size: 14px;
  font-weight: 300;
  line-height: 20.93px;
  text-align: justify;
  color: #000000;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.desc-vechungtoi::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 171px;
  height: 6px;
  background: url(images/linedesc.png) no-repeat;
}
.but-xemthem{
  font-family: Kanit-Light;
font-size: 20px;
font-weight: 500;
line-height: 29.9px;
text-align: justify;
color: #565656;
}
.sec-vechungtoi{
  background: linear-gradient(90deg, hsl(0deg 0% 85% / 20%) 65%, #fff 35%);
}
.h3-title-conso{margin-bottom: 0;}
.h3-title-conso h3{border: unset;margin-top: -72px;font-weight: 250;}
.h3-title-conso h3 span{
  font-family: Kanit-Thin;
  font-size: 50px;
  font-weight: 250;
  line-height: 79.68px;
  color: #565656;
  margin: 0 auto;
  border: unset;
  padding-bottom: 0;
  text-transform: unset;
}
.icon-conso{

}
.icon-conso .icon-box-img{

}
.icon-conso .icon-box-text{

}
.icon-conso .icon-box-text h3{
  font-family: Kanit-Medium;
  font-size: 64px;
  font-weight: 500;
  line-height: 64.68px;
  text-align: center;
  color: #565656;
  margin-bottom: 0;
}
.icon-conso .icon-box-text p{
  font-family: Kanit-Light;
font-size: 24px;
font-weight: 300;
line-height: 35.88px;
text-align: center;
color: #565656;
}
.sec-conso{
  padding-bottom: 60px !important;
}
.sec-conso::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 560px;
  height: 11px;
  background: #D9D9D9;
  margin: 0 auto;
}
.h3-title-service{margin-bottom: 0;}
.h3-title-service h3{border: unset;}
.h3-title-service h3::before{
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: #565656;
  bottom: 17px;
  z-index: 1;
}
.h3-title-service h3 span{
  font-family: Kanit-Thin;
  font-size: 53px;
  font-weight: 250;
  line-height: 68.68px;
  text-align: justify;
  margin: 0;
  border: unset;
  padding-bottom: 0;
  position: relative;
  z-index: 9;
  background: #fff;
  padding-right: 30px;
}
.h3-title-service h3 b:nth-child(2){
  display: block !important;
}
.desc-service-home{
  font-family: Kanit-Light;
  font-size: 14px;
  font-weight: 300;
  line-height: 20.93px;
  text-align: left;
  color: #565656;
  max-width: 750px;
}
.col-bottom{
  padding-bottom: 0;
}
.postItem{position: relative;}
.postItem .postIThumb{
  height: 494px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.postItem .postIThumb a img{
  transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.postItem:hover img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.postIContent{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(images/backser.png) no-repeat;
  height: 222px;
  align-items: center;
  padding: 10px 20px;
  padding-top: 50px;
}
.postIContent .postITitle{margin-bottom: 15px;}
.postIContent .postITitle a{
  font-family: Kanit-Light;
font-size: 16px;
font-weight: 500;
line-height: 23.92px;
text-align: left;
color: #FFFFFF;
}
.postIDescription{
  font-family: Kanit-Light;
  font-size: 14px;
  font-weight: 300;
  line-height: 20.93px;
  text-align: left;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 40px;
}
.postIDescription::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 8px;
  background: url(images/muiten.png) no-repeat;
}
.h3-title-project{margin-bottom: 0;}
.h3-title-project h3{position: relative;border: unset;}
.h3-title-project h3::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: #565656;
  bottom: 17px;
  z-index: 1;
}
.h3-title-project h3 span{
  font-family: Kanit-Thin;
  font-size: 53px;
  font-weight: 250;
  line-height: 68.68px;
  text-align: justify;
  margin: 0;
  border: unset;
  padding-bottom: 0;
  position: relative;
  z-index: 9;
  background: #fff;
  padding-right: 30px;
}
.h3-title-project h3 a{
  font-family: Kanit-Medium;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.9px;
  text-align: justify;
  color: #565656;
}
.newhome2{

}
.newhome2 .image{
  height: 380px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newhome2 .image img{
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newhome2:hover img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.newhome2 .title{padding-top: 10px;position: relative;}
.newhome2 .title::before{
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 85px;
  height: 8px;
  background: url(images/lineduan.png) no-repeat;
}
.newhome2 .title a{
  font-family: Kanit-Medium;
font-size: 16px;
font-weight: 500;
line-height: 23.92px;
text-align: left;
color: #565656;
}
.footer-1{

}
.footer-1 .is-divider{
  /* display: none; */
  opacity: 0;
  height: 1px;
  margin-top: 0;
}
.footer-1 .widget-title{
  font-family: Kanit-Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.92px;
  text-align: left;
  padding-bottom: 11px;
  color: #000000;
}
.content-footer{

}
.content-footer p{
  font-family: Kanit-Light;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.93px;
  text-align: left;
  color: #231F20;
  margin-bottom: 10px;
  font-family: Kanit-Regular;
}
.content-footer p strong{
  font-family: Kanit-Medium;
  font-weight: 500;
  /* font-family: Kanit-Regular; */
}
.absolute-footer{
  display: none;
}
.cs4{

}
.cs4 ul{margin-top: -10px;}
.cs4 ul li{
  border-top: unset !important;!i;!;
  margin-bottom: 5px;
}
.cs4 ul li a{
  font-family: Kanit-Light;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.93px;
  text-align: left;
  color: #231F20;
  padding: 0;
}
.footer-1 .col{
  padding-bottom: 0;
}
.banner_bread {
  background-color: #e9ecef;
  padding: 10px 0;
}
.banner_bread ul {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0;
  margin: 0;
}
.banner_bread ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}
.banner_bread ul li a {
  color: black;
  transition: all 0.2;
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.form-lienhe .col{
  padding-bottom: 0;
}
.blog-archive .banner_bread{
  margin-bottom: 20px;
}
.form-dki-daily{
  background-color: #f97400;
  padding: 30px 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}
.form-dki-daily h3{color: #fff;text-transform: uppercase;}
#id_dkituvan{
  width: 100%;
}
.form-dki-daily .wpcf7-spinner{
  display: block;
}
.h3-title-tuvan{margin-bottom: 0;}
.h3-title-tuvan h3{border-bottom: 2px solid #565656;}
.h3-title-tuvan h3 span{
  background: #565656;
  color: #fff;
  font-family: Kanit-Medium;
  font-weight: 500;
  padding: 6px 10px;
  font-size: 17px;
  border: unset;
}
.content-new {

}
.content-new .newhome{
  display: flex;
  margin-bottom: 20px;
}
.content-new .newhome .image {
  width: 150px;
  height: 81px;
  border-radius: 10px;
}
.content-new .newhome .image img {
}
.content-new .newhome .title {
  margin-left: 10px;
  line-height: 20px;
  width: calc(100% - 110px);
}
.content-new .newhome .title a {
  font-size: 16px;
  color: #000000;
  font-family: Kanit-Medium;
}
.text-tuvan p{
  display: none;
}
.blog-single .banner_bread{
  margin-bottom: 20px;
}
.entry-header-text h1.entry-title{
  font-size: 30px;
  font-weight: 500;
  color: #565656;
  margin-bottom: 20px;
  font-family: Kanit-Medium;
}
.entry-header-text-top{
  padding: 0;
}
.entry-content.single-page{
  padding-top: 0;
}
#comments{
  display: none;
}
.news-page{
  margin-top: 20px;
}
.news-page .pagetitle{
  font-family: Kanit-Medium;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #565656;
  text-transform: uppercase;
}
.detail-service{
  margin-top: 20px;
}
.detail-service .pagetitle{
  font-size: 30px;
  font-weight: 500;
  color: #565656;
  margin-bottom: 20px;
  font-family: Kanit-Medium;
}
.related h3 {
  font-size: 20px;
  margin-top: 0;
  position: relative;
  line-height: 30px;
  text-transform: inherit;
  color: #565656;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.related h3 span {
  border-bottom: 2px solid #565656;
  padding-bottom: 5px;
  display: inline-block;
}
.related .newhome2 .title::before{
  display: none;
}
@media(max-width:549px){
  .col6-left-vechungtoi .col-inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .h2-title-vechungtoi h2{
    font-size: 60px;
    line-height: 76.29px;
  }
  .h2-title-vechungtoi h2 span {
    font-size: 42px;
    margin-left: 0;
}
.h3-title-conso h3 span{
  font-size: 36px;
}
.icon-conso .icon-box-text h3{
  font-size: 45px;
  line-height: 53.68px;
}
.icon-conso .icon-box-text p{
  font-size: 20px;
  line-height: 27.88px;
}
.h3-title-service h3 span{
  font-size: 32px;
  line-height: 58.68px;
}
.postIContent{
  background-size: cover;
}
.h3-title-project h3 a{
  display: none;
}
.h3-title-project h3 span{
  font-size: 32px;
  line-height: 58.68px;
}
.newhome2 .title::before{
  display: none;
}
.news-page .pagetitle{
  font-size: 25px;
}
}