@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 768px){
	.container {
   width: 750px;
 }
}
@media (min-width: 992px){
	.container {
   width: 970px;
 }
}
@media (min-width: 1200px){
	.container {
   width: 1170px;
 }

}
@media (max-width: 1200px){

  .info-box i {
    margin-right: 5px;
  }
  .info-box {
    margin-right: 5px;
  }
  .box-gia li {
    font-size: 15px;
  }
}
@media (max-width: 991px){
  .fomr-gia {
    position: inherit;
    bottom: inherit;
    left: inherit;
    padding: 20px 0px;
    background: linear-gradient(#0e70bb, #104282);
  }
  #formdk {
    background: none!important;
  }
  #formdk .input-form select, #formdk .input-form textarea, #formdk .input-form input {
    background: #ececec;
  }
  .box-gia {
    height: 100%;
  }
  .logo img {
    height: 40px;
  }
  /*Menu mobile*/
  .list-hotline {
    margin: 20px 0;
  }
  .list-hotline .item-hotline {
    margin-left: 10px;
  }
  .img-tinhnang {
    text-align: center;
    margin-bottom: 20px;
  }
  .bg_about::after {
    display: none;
  }
  .menu-main {
    width: 100%;
    padding: 0 15px;
  }
  .button_menu {
    float: right;
    width: 40px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px 10px;
    padding: 7px 8px;
    background-color: transparent;
    border: 1px solid #0c4ca3;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-image: none;
  }
  .button_menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #0c4ca3;
  }
  .button_menu .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .button_menu:hover{
    background: #000;
  }
  .button_menu:hover .icon-bar{
    background-color: #fff;
  }
  .menu_header {
   position: fixed;
   top: 0;
   left: 0;
   max-width: 250px;
   width: 95%;
   height: 100%;
   overflow-x: hidden;
   overflow-y: auto;
   background: #fff;
   box-shadow: 2px 0 4px rgba(0,0,0,0.32);
   -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.32);
   -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.32);
   -webkit-transition: -webkit-transform .4s ease;
   transition: -webkit-transform .4s ease;
   transition: transform .4s ease;
   transition: transform .4s ease,-webkit-transform .4s ease;
   left: -280px;
   padding: 0;
   z-index: 999999;
 }
 .openMenu .menu_header {
  -moz-transform: translate3d(280px,0,0);
  -webkit-transform: translate3d(280px,0,0);
  transform: translate3d(280px,0,0);
}
html.openMenu, html.openMenu body {
 overflow: hidden;
}
.menu_header > ul > li {
 width: 100%;
 line-height: 1;
 padding: 0;
 margin: 0;
 border-bottom: 1px solid #ddd;
}
.menu_header > ul > li > a {
 display: block;
 padding: 10px;
}
.menu_header ul li a {
 border-bottom: 0;
 color: #333;
}
.openMenu body{
  position: relative;
}
.openMenu .over_wrap{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.32);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: block;
}
.click_opensub_menu {
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 line-height: 40px;
 width: 40px;
 text-align: center;
 font-size: 20px;
 color: #333;
 cursor: pointer;
 z-index: 9;
}
.menu_header > ul > li ul {
 width: 100%;
}
.devvn_mobile .menu_header ul.sub-menu {
 display: none;
}
.devvn_mobile .menu_header li.opensub_menu > ul.sub-menu,
.devvn_mobile .menu_header li.mobile_open_sub > ul.sub-menu {
 position: relative;
 visibility: visible;
 opacity: 1;
 width: 100%;
 top: 0;
 display: block;
 left: 0;
}
.menu_header > ul > li.current-menu-item > a::before, .menu_header > ul > li.current-menu-ancestor > a::before, .menu_header > ul > li.current_page_item > a::before, .menu_header > ul > li.current_page_ancestor > a::before, .menu_header > ul > li:hover > a::before, .menu_header > ul > li:focus > a::before{
  display: none;
}
.menu_header > ul > li.current-menu-item > a, .menu_header > ul > li.current-menu-ancestor > a, .menu_header > ul > li.current_page_item > a, .menu_header > ul > li.current_page_ancestor > a, .menu_header > ul > li:hover > a, .menu_header > ul > li:focus > a {
  color: #2b96cc;
  background: #fff;
}
/*#menu mobile*/
.home_sec1_box h3 {
  font-size: 20px;
}
.home_sec1_box table td {
  padding-left: 0px;
}
.home_sec1_box table tr td:last-child {
  padding-right: 0;
}
.home_sec1_wrap {
  padding-top: 20px;
}
.text_sec3 {
  font-size: 20px;
}
.number_sec3 {
  font-size: 65px;
}
ul.team-social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  margin: 0 3px;
}
title_sec2 h3 {
  font-size: 20px;
}
.gutter-sizer {
  width: 2%;
}
.news_isotop .grid-sizer {
  width: 46%;
}
.title_sec h3 {
  font-size: 32px;
}
.item-news{
  text-align: center;
}
.list-news .item-news .thumbnail-news a {
  display: block;
}
.list-news .item-news .thumbnail-news img {
 width: 100%;
}
.list-tt{
  text-align: center;
}
.info-text {
  text-align: left;
}
.icon-box-left {
  padding-left: 0;
}
.overlay-hd {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 767px){
  #formdk .pop_tt img {
    display: none;
  }
  .box-gia{
    max-width: 100%;
  }
  .bang-gia {
    padding: 10px 0;
  }
  .list-hotline {
    display: none;
  }
  .number_running_sec3_wrap:nth-child(2n+1) {
    clear: both;
    margin: 0 0 20px 0;
  }
  .colored_title_inner,
  .call-now{
    display: block;
    height: auto;
    padding: 15px;
  }
  .box-form .form-chia {
    width: 100%;
    float: none;
  }
  .home_sec3 {
    padding: 50px 0;
  }
  .news_isotop .grid-sizer {
    width: 100%;
  }
  gutter-sizer {
    width: 0;
  }
  .news_isotop .news_item {
    width: 100%;
  }
  .news_isotop .news_item.bigger {
    width: 100%;
  }
  .title_sec h3 {
    font-size: 30px;
  }
  .logo {
    padding: 10px;
  }
  .logo img {
    display: block;
    max-width: 100%;
  }
  .list-hotline {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .list-tt {
    text-align: center;
    width: 100%;
  }
  .footerlogo {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .footerlogo .logo {
    padding: 0;
    float: none;
    display: inline-block;
  }
  .bottom_support{
    display: none;
  }
  .footer_wrap {
    padding: 15px 0;
  }
  .phonering-alo-phone{
    display: block;
  }
  .front-steps.front-step-1:after, .front-steps.front-step-2:after{
    display: none;
  }
  .icon-box-left{
    height: auto!important;
  }
  .about-text ul li {
    width: 100%;
  }
  .hide-on-small-only {
    display: none;
  }
  .block-mobileapp {
    margin: 0;
  }
  .list-doitac {
    margin-bottom: 0px;
  }
  #slider .carousel .carousel-inner .item {
    height: 450px;
  }
  .item.active .intro-text h2 {
    font-size: 36px;
  }
  .excerpt-destop{
    display: none;
  }
  .excerpt-mobile{
    display: block;
  }
  .item-taichinh h2 a {
    font-size: 16px;
  }
  p {
    font-size: 13px;
    line-height: 1.6em;
  }
  .list_service_name a {
    font-size: 14px;
  }
  .overlay-hd {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .page-head .headding {
    font-size: 28px;
  }
  .ring-alo-phone.ring-alo-show {
    right: 45px!important;
}
.hotline-phone-ring-wrap {
    right: -20px!important;
}
.fix_tel .tel {
    display: none;
}
}
@media (max-width: 640px){
  .post-new ul li{
    width: 50%;
  }
  .headerslogan {
    margin-top: 10px;
  }
  .slogan,
  .header-hotline{
    padding:0;
  }
  .header-social {
    float: left;
  }
  .social-og a {
    width: 23px;
    height: 23px;
    font-size: 11px;
  }
  .nav_hotline a {
    font-size: 18px;
  }
  .overlay-hd {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-head .headding {
    font-size: 22px;
  }
  h2, .h2 {
    font-size: 22px;
  }
  .box-gia li {
    font-size: 14px;
  }
  .box-gia {
    padding: 8px;
  }
  #formdk .form-dathang {
    padding: 5px 8px;
  }
  #formdk .pop_tt {
    padding: 5px 0 0;
  }
  .sweb-mobile-action {
    right: 5px!important;
    bottom: 115px!important;
  }
  .sweb-mobile-action img {
    width: 50px;
  }
  #formdk .input-form {
    margin-bottom: 8px;
  }
  #formdk .input-form select, #formdk .input-form textarea, #formdk .input-form input {
    height: 32px;
  }
  .title_sec {
    font-size: 20px;
}

}