/*
Theme Name: netsa.vn
Theme URI: http://netsa.vn
Version:1.0
Author: Dinh Van Tan
Author URI: http://dinhvantan.com
Tags: den, do, trang...
Description: hosting, vps ssd, web design, email maketing...
*/
@import "css/reset.css";
@import "css/table.css";
#wpadminbar #wp-admin-bar-w3tc, #wp-admin-bar-wp-logo{
    display: none;
}
:root{
  --mau1: #005aac;
  --mau2: #fffd00;
  --mau3: #0db04f;
  --mau4: #044785;
}
body{
  background: #f5f5f5;
}
.truot{
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 888;
}
.max100pc *{
  max-width: 100%;
}

/*** top ***/
.tiny_header {
  background: #333333;
  transform: skewX(42deg);
  margin-left: 12px;
  margin-right: 38px;
  color: #ddd;
}
.tiny_header_wrapper {
  transform: skewX(-42deg);
  position: relative;
  padding: 6px 0px;
}
.tiny_header_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  right: 99%;
}
.header_info{
  display: inline-block;
}
.tiny_header a {
  color: #ddd;
  font-size: 12px;
  font-weight: 600;
  display: block;
  line-height: 24px;
}
.social_links {
  display: inline-block;
  float: right;
}
.social_links ul li {
  display: inline-block;
  margin-right: 9px;
}
@media (min-width: 768px){
  .header_info{
    padding-left: 20px;
  }
}


/*** header ***/
header{
  padding: 10px 0px;
}
.navbar{
    border: none;
    margin: 0px;
}
.single_info_section {
  display: inline-block;
}
.single_info_section > span {
  font-size: 18px;
  line-height: 37px;
  width: 40px;
  text-align: center;
  color: var(--mau1);
  border-radius: 50%;
  border: 1px solid var(--mau1);
  display: inline-block;
}
.v_middle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-right: -3px;
}
.contact_numbers {
  display: inline-block;
  padding-left: 10px;
  padding-right: 30px;
}
.contact_numbers p {
  margin: 0;
  line-height: 24px;
}
.contact_numbers p a {
  color: #777;
}

.trust_btn {
  line-height: 48px;
  display: inline-block;
  background-color: var(--mau1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-left: 5px solid #222;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.trust_btn:hover {
  color: #fff;
  border-color: var(--mau1);
}
.trust_btn:hover::before {
  background: #222;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.trust_btn::before {
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 5px;
  opacity: 0;
  left: 0;
  top: 0;
  text-align: center;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
  
}


/*** menu ***/
.menuh{
  position: relative;
}
#main-menu{
  transition: all 1s;
}
.dropdown-menu{
  padding: 0px;
}
.dropdown-menu a{
  font-size: 15px;
}
@media (min-width: 1024px){
  .navbar-nav>li>a{
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 768px){
  /* body:not(.home) .menuh{
    height: 50px;
    margin-bottom: 10px;
  } */
  #main-menu {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 888;
  }
  .mainmenu{
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    margin-left: 63px;
    position: relative;
  }
  #menu{
    padding: 0px;
  }
  .mainmenu::before {
    position: absolute;
    height: 100%;
    content: "";
    right: 100%;
    border-bottom: 60px solid transparent;
    border-right: 60px solid var(--mau1);
  }
  .mainmenu::after {
    content: "";
    height: 100%;
    left: 100%;
    background: var(--mau1);
    width: calc((100vw - 1158px)/2);
    position: absolute;
    top: 0;
    border-bottom: 3px solid #c1c1c1;
  }
  .navbar {
    background: var(--mau1);
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .navbar::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    background: #c1c1c1;
    bottom: 0;
  }
  .navbar-nav>li>a{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav>li>a{
    color: white;
    position: relative;
  }
  .nav > .current-menu-item > a, .nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: rgba(255,255,255,0.15);
  }
  .nav > .current-menu-item > a:before, .nav>li>a:focus:before, .nav>li>a:hover:before, .nav .open>a:before, .nav .open>a:focus:before, .nav .open>a:hover:before{
    height: 3px;
    content: "";
    background: var(--mau4);
    width: calc( 100% );
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .navbar-nav .dropdown-menu{
    top: 56px;
    border: none;
  }
}

/*** slider ***/


/*** dv ***/
#dv{
  background: #f5faff;
}
.dv{
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  top: -48px;
  text-align: center;
  transition: all 1s;
  box-shadow: 0px 0px 5px #888;
  -moz-box-shadow: 0px 0px 5px #888;
  -webkit-box-shadow: 0px 0px 5px #888;
  z-index: 555;
  border-top: 3px solid #e5e5e5;
}
.dv a{
  color: #333;
}
.dv h2{
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.dv p{
  padding: 10px;
}
.dv .btn{
  margin-bottom: 15px;
}
@media (min-width: 768px){
  #dv .item{
    padding-left: 25px;
    padding-right: 25px;
  }
  .dv:hover{
    -webkit-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    -khtml-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    -moz-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    -ms-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    -o-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    box-shadow: 0 19px 35px rgba(54,54,54,.31);
    top: -65px;
    border-color: var(--mau1);
    background: #f0f6fc;
  }
}


/*** gioithieu ***/
#gioithieu{
  padding: 30px 0px 15px 0px;
  background: #fff;
}
#gioithieu .item{
  margin-bottom: 15px;
}
#gioithieu li{
  position: relative;
  padding-left: 30px;
}
#gioithieu li:before{
  content: "\f0a9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 5px;
  color: var(--mau1);
}
.h-gap {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 4px;
}
.h-gap span {
  width: 47px;
  height: 4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.h-gap span i {
  height: 1px;
  background-color: #091394;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.h-gap span i:nth-child(1) {
  top: 0;
}
.h-gap span i:nth-child(2) {
  top: 1px;
  width: 45px;
}
.h-gap span i:nth-child(3) {
  top: 2px;
  width: 43px;
}
.h-gap span i:nth-child(4) {
  top: 3px;
  width: 41px;
}
.border{
  border-top: 1px dashed #ebebeb;
  margin: 20px 0px 20px 0px;
  height: 1px;
}
.titlesm{
  font-size: 15px;
  text-transform: uppercase;
  color: #888;
}
.titlemain{
  font-family: 'Sansita Swashed', cursive;
  font-size: 30px;
  line-height: 45px;
}
.mainimg{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -khtml-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -moz-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -ms-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -o-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  box-shadow: 0 19px 35px rgba(54,54,54,.31);
  transition: all 1s;
}
.mainimg:hover{
  transform: scale(1.05);
}
.hotlinegt {
  color: var(--mau1);
}
.hotlinegt .fa{
  height: 35px;
  width: 35px;
  margin-right: 10px;
  color: white;
  background: var(--mau1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 19px;
}
.hotlinegt span{
  font-size: 19px;
  line-height: 35px;
}
.hotlinegt p{
  font-size: 13px;
  text-transform: uppercase;
  line-height: 25px;
  color: #888;
}
#gioithieu .item{
  padding: 20px;
}
@media (min-width: 768px){
  #gioithieu .row{
    margin-left: -30px;
    margin-right: -30px;
  }
  .border{
    margin-bottom: 0px;
  }
  #gioithieu .item{
    padding-left: 30px;
    padding-right: 30px;
  }
  #gioithieu .first{
    border-right: 1px dashed #ebebeb;
  }
}


/*** wpbanggia ***/
#cmtc{
  background: #f0f0f0;
}
.wpbanggia{
  padding: 30px 0px;
}
.wpbanggia table{
  border-collapse: collapse;
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -khtml-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -moz-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -ms-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -o-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  box-shadow: 0 19px 35px rgba(54,54,54,.31);
  transition: all 1s;
}
.wpbanggia table tr{
  transition: all 1s;
}
.wpbanggia table td, .wpbanggia table th {
  border: 1px solid #ddd;
  padding: 8px;
  background: #fff;
}

.wpbanggia table tr:nth-child(even){background-color: #f2f2f2;}
.wpbanggia table tr:hover {
  -webkit-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -khtml-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -moz-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -ms-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  -o-box-shadow: 0 19px 35px rgba(54,54,54,.31);
  box-shadow: 0 19px 35px rgba(54,54,54,.31);
}
.wpbanggia table tr:hover td{
  background-color: var(--mau1) !important;
  color: white;
}
.wpbanggia table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--mau1);
  color: white;
  padding: 7px 5px !important;
  text-align: center;
}
.wpbanggia thead{
  border-radius: 4px 4px 0px 0px;
}
.wpbanggia tbody{
  border-radius: 0px 0px 4px 4px;
}
.wpbanggia  tbody > tr:nth-of-type(2n+1) > td {
  background-color: #f9f9f9;
}
.modal-header{
  background: var(--mau1);
  color: white;
  border-radius: 4px 4px 0px 0px;
  padding: 4px 10px;
}

/*** cmtc ***/
#cmtc {
  background: #f0f0f0;
}
.title-home {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.title-home h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  font-family: 'Sansita Swashed', cursive;
}
.title-home::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: calc( 50% - 30px );
  width: 60px;
  background: var(--mau1);
  height: 2px;
}
.title-home::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc( 50% - 20px );
  width: 40px;
  background: var(--mau1);
  height: 2px;
}
#stk{
  background: #fff;
}
#cmtn .nd p {
  margin-bottom: 5px;
}
#cmtn h5 {
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
#cmtn .nd p::before {
  margin-right: 10px;
  color: var(--mau1);
  font-size: 21px !important;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
}

/*** tt ***/
#tt{
  background: #fff;
}
.postcol img{
  margin-bottom: 10px;
}
.postcol a{
  color: #333;
}
.postcol{
  text-align: center;
}

/*** logos ***/
#doitac{
  padding:15px 0;
  background: #e5e5e5;
}
.owl-loaded{
  overflow: hidden;
}
.owl-item{
  float: left;
}
#doitac .owl-item{
  height:100px;
  text-align:center;
  padding:5px;
  background:#fff;
  line-height:90px;
}
#doitac img{
  display:inline;
  vertical-align:middle;
  line-height:100px;
  max-height:90px;
  width:auto;
  vertical-align:middle;
}

/*** footer ***/
footer{
  padding: 20px 0px 0px 0px;
  color: white;
  background: #222 url("images/bg-footer.jpg") no-repeat bottom center;
  border-top: 3px solid var(--mau1);
}
.title-footer{
  font-size: 19px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 30px;
}
.title-footer:before{
  content: "";
  height: 2px;
  width: 80px;
  background:var(--mau1);
  bottom:0px;
  left: 0px;
  position: absolute;
}
footer .thongtin p{
  line-height: 33px;
}
footer .thongtin .fa{
  color:var(--mau1);
  font-size: 17px;
  width: 20px;
}
footer .menuf{
  padding-top: 0px;
  padding-bottom: 0px;
}
.menuf a{
  color: #eee;
  line-height: 30px;
}
.menuf a:hover{
  color:var(--mau1);
  padding-left: 10px;
}
.menuf a:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  color:var(--mau1);
  margin-right: 5px;
}
#copyright{
  padding:10px 0px;
  background: #111;
  color: #eee;
}

.ppocta-ft-fix .it{
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 10px -2px rgba(0,0,0,.7);

}
.ppocta-ft-fix a{
  color: white;
}
.callus {
  -webkit-animation-duration: .60s !important;
  animation-duration: .60s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  background: #ffbb00;
  position: fixed;
  bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0px;
  border-radius: 40px;
  color: #fff;
  left: 10px;
  z-index: 9999;
}
.callus.down{
    bottom: -100px;
}
.callus a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.callus i {
  -webkit-animation-duration: .60s !important;
  animation-duration: .60s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  font-size: 20px;
  line-height: 40px;
  background: #f96b18;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}
.callus:hover {
  background: #f96b18;
}
.callus:hover a {
  color: #fff;
}
.callus:hover i {
  background: #ffbb00;
}

.ppocta-ft-fix {
  position: fixed;
  bottom: 5px;
  left: 210px;
  text-align: center;
  z-index: 9999;
}
#callNowButton {
  background: red;
}
#zaloButton {
  background: #5ac5ef;
}
#messengerButton {
  background: #4267b2;
}
.ppocta-ft-fix .it{
float: left;
margin-right: 10px;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
display: inline-block;
box-shadow: 0 0 10px -2px rgba(0,0,0,.7);

}
.ppocta-ft-fix a{
color: white;
}


/*** single ***/
.title-page{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title-pro-cat{
    display: block;
    height: 25px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 25px;
}
.title-pro-cat a{
    color: #333;
}

/*** page and single ***/
#breadcrumbs{
  padding:10px 0px;
  background: #f5f5f5 url("images/titlebar-bg01.jpg") no-repeat center center;
  margin-bottom: 10px;
  color: white;
}
#breadcrumbs a{
  color: white;
}
#content{
  padding:10px 0px;
}
.content p, .content img, .wp-caption{
  margin-bottom: 10px;
}
.content img{
    height: auto !important;
}
.content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #ddd;
}
.content table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.content table td, table th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 1px solid #ddd;
}
/* .content table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
} */
.content{
    overflow-x: auto;
}
.content ul, .content ol{
  margin-left: 20px;
  margin-bottom: 10px;
}
.content ul li{
  list-style: inside;
}
.content ol li{
  list-style: decimal;
}

.alignleft{
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignright{
  float: right;
  margin: 0px 0px 10px 10px;
}
.aligncenter{
  margin: 0px auto 10px;
  display: block;
}
.comment-list article{
  overflow: hidden;
}
.comment-list .children{
  padding-left: 30px;
}
.comment-meta{
  margin-right: 15px;
}
.comment-list .avatar{
  width: 80px;
  height: auto;
  float: left;
  margin: 0px 10px 0px;
  border-radius: 100%;
}
.comment-date{
  margin-bottom: 0px;
}
.author .comment-reply-link{
  display: none;
}
.author #respond, .author .btn-sm{
  display: none;
}
li.comment{
  overflow: hidden;
  margin-bottom: 10px;
}
.wp-caption-text{
  text-align: center;
  background: #e0e0e0;
  font-size: 15px;
  padding:5px;
  display: block;
  width: calc(100% - 10px);
}
.wp-caption img, .wp-caption p{
  margin-bottom: 0px;
}
.title-page{
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 10px;
}
#breadcrumbs h1{
  font-family: 'Sansita Swashed', cursive;
}
@media (min-width: 768px){
  #breadcrumbs{
    padding: 100px 0px 30px 0px;
  }
}

/*** category ***/
.thumbnail-post-cat{
  max-width: 150px;
  height: auto;
  margin-right: 10px;
}
.thumbnail-post-cat img{
  max-width: 100%;
  max-height: 100%;
}
.title-post-cat{
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 25px;
}
.info{
    overflow: hidden;
}
.info li{
    float: left;
    margin-right: 7px;
    font-size: 14px;
    color: #888;
}
.poscat{
  margin-bottom: 15px;
}
.pagination{
  margin: 0px 0px 10px 0px;
}
.catsp{
  text-align: center;
}
.catsp img{
  margin-bottom: 10px;
}
.xam{
  color: #555;
}
.do{
  color: red;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background: var(--mau1);
	border-color: var(--mau1);
}
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: var(--mau1);
}

/*** sidebar ***/
.sb{
  margin-bottom: 15px;
}
.title-sb{
  color: var(--mau1);
  font-family: 'Sansita Swashed', cursive;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;

}
.menu-dv li {
  position: relative;
  padding-left: 30px;
}
.menu-dv li:before {
  content: "\f0a9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 5px;
  color: var(--mau1);
}
.menu-dv a{
  color: #333;
}
.sb .thumbnail img{
  height: 80px;
}
.sb .title{
  color: #555;
}
.sb .title h2{
  font-size: 15px;
  line-height: 25px;
}
.sb .thumbnail{
  margin:0px 10px 10px 0px;
}

/*** responsive ***/
@media (min-width: 1024px) {
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media (max-width: 767px) {
  .hidden-mobile, header, .tiny_header_wrapper::before{
    display: none !important;
  }
  body{
    padding-top: 50px;
  }
  .tiny_header, .tiny_header_wrapper{
    margin: 0px;
    transform: none;
  }
  #main-menu{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 888;
    box-shadow: 0px 0px 6px #888;
    -moz-box-shadow: 0px 0px 6px #888;
    -webkit-box-shadow: 0px 0px 6px #888;
  }
  .navbar-header{
    background: #e5e5e5;
  }
  .navbar-brand{
    padding: 5px 10px;
  }
  .navbar-brand img{
    max-height: 40px;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: var(--mau1);
  }
  .navbar-toggle .icon-bar{
    background:  var(--mau1);;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* ANIMATED X */
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  /* ANIMATED X COLLAPSED */
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  /* END ANIMATED X */
  .navbar-collapse{
    border: none;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background: #f5f5f5;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
  }
  .navbar-nav .open .dropdown-menu>li>a{
    font-size: 15px;
    padding: 10px 0px 10px 30px;
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > .current-menu-parent > a{
    background: #f0f0f0;
  }
  .ppocta-ft-fix{
    left: 67px;
  }
  .callus {
    padding-right: 0px;
    width: 50px;
    height: 50px;
    bottom: 5px;
  }
  .callus a span{
    display: none;
  }
  .callus i{
    margin: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .ppocta-ft-fix{
    left: 67px;
  }
  #slider{
    margin-bottom: 15px;
  }
  .dv{
    margin-bottom: 15px;
  }
  
}
@media (max-width: 580px) {
  .dv{
    top: 0px;
  }
  #gioithieu .item{
    padding: 7px 20px;
    margin-bottom: 0px;
  }
  .title-home h3{
    font-size: 25px;
  }
}
@media (max-width: 480px) {

}

