body{
  font-size: 14px;
  font-family: 'Helvetica Neue', sans-serif!important;
}

footer {
  width: 100%;
  float: left;
  /* margin-top: 20px; */
}

.menu_mobile {
  display: none;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: none!important;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: top;
}

.khung1200{
  margin:auto;
  width: 100%;
  max-width: 1200px;
}

.khung1266{
  margin:auto;
  width: 100%;
  max-width: 1266px;
}

.khung1100{
  margin:auto;
  width: 100%;
  max-width: 1100px;
}

.khung1366{
  margin:auto;
  width: 100%;
  max-width: 1366px;
}

.khung1308{
  margin:auto;
  width: 100%;
  max-width: 1308px;
}

.khung937{
  margin:auto;
  width: 100%;
  max-width: 937px;
}

.khung1060{
  margin:auto;
  width: 100%;
  max-width: 1060px;
}

#map_canvas iframe {
  width: 100%;
  min-height: 600px;
}

#content {
  width: 100%;
  float: left;
  position: relative;
  background: #f9f4eb;
}

.header {
  background: white;
  width: 100%;
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none!important;
}

.footer {
  width: 100%;
  float: left;
  padding: 20px 0px;
}

.noidung-con {
  width: 100%;
  float: left;
  word-break: break-word;
}

.noidung-con img{
  max-width: 100%;
  height: auto;
}

.noidung-con table{
  max-width: 100%;
  height: auto;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(10%, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  display: grid;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(10%, 1fr));
  grid-column-gap: 20px; 
  grid-row-gap: 20px; 
  display: grid;
}

.grid-5 {
  grid-template-columns: repeat(5, minmax(10%, 1fr));
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
}

.quick-alo-phone {
  display: none;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: calc(100% - 15px - 40%);
}

#slider-main {
  margin-bottom: 0;
}

.z-2 {
  z-index:2;
}

.z-99 {
  z-index:99;
}

.z-9999 {
  z-index:9999;
}

.box-shadow {
  box-shadow: -1px 5px 10px #00000080;
}

.box-shadow1 {
  box-shadow: 0px 0px 20px 11px #00000029;
}

.text-border {
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.nivo-caption {
  display: none!important;
}

.d-my-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

@media only  screen and (min-width: 1367px){
  #wrapper{
    width: 100%;
  }
  .khung1200 {
    max-width: 1200px;
    margin: auto;
  }

  .khung1366 {
    max-width: 1366px;
    margin: auto;
  }
}

@media only  screen and (min-width: 1308px){
  .flex-my-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media only  screen and (max-width: 1307px){
  .khung1308 {
    width: 100%;
    margin: auto;
    padding: 0px 15px!important;
  }

  .flex-my-row {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }

  .d-my-none {
    display: none;
  }

  .d-my-block {
    display: block!important;
  }
}

@media only  screen and (min-width: 1px) and (max-width: 1270px){
  .owl-next {
    right: 7px!important;
  }

  .owl-prev {
    left: 7px!important;
  }

}

@media only  screen and (max-width: 1265px){
  .khung1266 {
    width: 100%;
    margin: auto;
    padding: 0px 15px!important;
  }

  .d-my-flex {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media only  screen and (min-width: 1px) and (max-width: 1199px){
  .khung1200 {
    width: 100%;
    margin: auto;
    padding: 0px 15px!important;
  }

  .khung1366 {
    width: 100%;
    float: left;
    margin: auto;
  }

  #wrapper{
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
  }

  .w-lg-100 {
    width: 100%!important;
    max-width: unset!important;
    margin-bottom: 20px;
  }

  .menu {
    display: none!important;
  }

  .menu_mobile {
    position: absolute;
    display: block;
    width: 100%;
    float: left;
    background: none;
    transition: .3s all;
  }

  .menu1 {
    display: none!important;
  }

  .w-30, .w-70 {
    width: 100%;
    margin-bottom: 30px;
  }

  .d-my-flex {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }

  .khungft,.khungft1,.khungft2,.khungft3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .quick-alo-phone {
    display: block!important;
  }
}

@media only  screen and (min-width: 1px) and (max-width: 1230px){
  .row {
    margin: 0;
  }
}
@media only  screen and (min-width: 1px) and (max-width: 1200px){
  .grid-5 {
    grid-template-columns: repeat(4, minmax(10%, 1fr))!important;
  }

}
@media only  screen and (min-width: 1px) and (max-width: 1199px){
  .khung1200 {
    width: 100%;
    float: left;
    padding: 0px 15px!important;
  }

  .khung1100 {
    width: 100%;
    float: left;
  }

  .grid-4 {
    grid-template-columns: repeat(3, minmax(10%, 1fr))!important;
  }
}
@media only  screen and (min-width: 1px) and (max-width: 1099px){
  .khung1100 {
    float: left;
    padding: 0 15px!important;
  }
}
@media (max-width: 991px){

  .title-input {
    text-align: left;
  }

  .khung-nd-sp {
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1060px){
  .khung1060 {
    width: 100%;
    padding: 0px 15px!important;
  }
}

@media only  screen and (min-width: 1px) and (max-width: 991px){
  /*.grid-3 {
    grid-template-columns: repeat(2, minmax(10%, 1fr))!important;
    }*/

    .grid-5 {
      grid-template-columns: repeat(3, minmax(10%, 1fr))!important;
    }

    .w-md-100 {
      width: 100%!important;
    }
  }

  @media only screen and (min-width: 1px) and (max-width: 937px) {
    .khung937{
      padding: 0px 15px;
    }
  }
  @media only screen and (min-width: 1px) and (max-width: 900px) {
    .grid-4 {
      grid-template-columns: repeat(3, minmax(10%, 1fr))!important;
    }
  }

  @media only  screen and (min-width: 1px) and (max-width: 767px){
    .grid-2 {
      grid-template-columns: repeat(1, minmax(10%, 1fr))!important;
    }

    .grid-3 {
      grid-template-columns: repeat(2, minmax(10%, 1fr))!important;
    }

    .grid {
      grid-template-columns: repeat(2, minmax(10%, 1fr))!important;
    }

    .khung-tieude a {
      font-size: 25px!important;
      line-height: 30px;
    }

    .grid-5 {
      grid-template-columns: repeat(2, minmax(10%, 1fr))!important;
    }

    .loiich-con > div {
      width: 100%!important;
    }

    .khung-nd-sp {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0px;
    }

    .khung-xemthem1 {
      position: unset!important;
    }
  }

  @media only  screen and (min-width: 1px) and (max-width: 600px){

    .w-40 {
      width: 100%!important;
    }

    .nav.nav-tabs {
      display: inline-block;
    }

    .nav.nav-tabs li {
      width: 100%;
      text-align: center;
    }
  }
  @media only screen and (max-width: 575px) and (min-width: 1px){
    .grid {
      padding-bottom: 0px!important;
      grid-template-columns: repeat(1, minmax(10%, 1fr))!important;
    }

    .grid-5 {
      grid-template-columns: repeat(2, minmax(10%, 1fr))!important;
    }

    .icon-zalo img {
      width: 40px;
    }

  }

  @media only  screen and (min-width: 1px) and (max-width: 500px){

    .grid-3 {
      grid-template-columns: repeat(1, minmax(10%, 1fr))!important;
    }
  }

  @media only  screen and (min-width: 1px) and (max-width: 550px){

  }

  @media only  screen and (min-width: 1px) and (max-width: 500px){
    .grid-4 {
      grid-template-columns: repeat(1, minmax(10%, 1fr))!important;
    }

    .grid-5 {
      grid-template-columns: repeat(1, minmax(10%, 1fr))!important;
    }

  }

  @media only  screen and (min-width: 1px) and (max-width: 425px){
  }

  @media only  screen and (min-width: 1px) and (max-width: 375px){
  }

  /* SHINE */
  .hover14 figure {
    position: relative;
  }
  .hover14 figure::before {
    position: absolute;
    top: 0;
    left: -92%;
    z-index: 4;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }
  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  figure img {
    width: 100%;
    float: left;
  }

  .hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  .hover01 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .hover11 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .hover11 figure:hover img {
    opacity: .5;
  }

  .blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  @-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

  @-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

  @keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  .call-now {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
  }

  .tab-content {
    padding: 0px 20px;
    width: 100%;
    float: left;
    border-right: 1px solid #ebebeb;
  }

  .quaytron:hover {
    transition: 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }

/*.rung:hover {
  animation: rung 0.5s; 
  animation-iteration-count: infinite; 
  }*/

  .rung:hover img{
    animation: rung 0.5s; 
    animation-iteration-count: infinite; 
  }

  @-webkit-keyframes rung {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
  }

  .form-group {
    width: 100%;
    float: left;
  }

  label {
    margin-bottom: 0;
  }

  .khung-login-register, .khung-info-changepassword {
    width: 90%;
    margin: 0px auto;
    max-width: 600px;
    margin-top: 30px;
    background: white;
  }

  .title-input {
    line-height: 34px;
  }

  .input-login button {
    background: #056839;
    color: white;
    text-transform: uppercase;
  }

  .forgotpassword {
    margin-bottom: 20px;
  }

  .forgotpassword p {
    font-size: 15px;
  }

  .forgotpassword p a {
    color: red;
  }

  .breadcrumb-item a, .breadcrumb-item.active {
    color: black;
    font-size: 14px;
  }



  .breadcrumb-item.active a {
    color: black;
  }

  .grid-3 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(10%, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .duongdan {
    width: 100%;
    float: left;
  }

  .breadcrumb {
    margin-bottom: 0;
  }

  .clear {
    clear: both;
  }

  table caption {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #024425;
  }

  .dangnhapmobi
  {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 3%;
    height: auto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .loginmobi
  {
    width: 100%;
    float: left;
    padding-left: 20px;
  }

  .loginmobi ul
  {
    padding-left: 0;
    list-style: none;
  }
  .loginmobi ul li
  {
    display: inline-block;
    padding: 10px 5px;
    position: relative;
  }
  .loginmobi ul li i
  {
    color: #000;
    padding-right: 10px;
    font-size: 20px;
  }

  .page.active {
    color: white;
    background: black;
  }

  .page {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    width:33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:27px;
    line-height:27px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #e1e1e1;
    color: black;
    font-size: 12px;
  }

  .mz-expand .mz-figure {
    width: auto!important;
  }


  .nn {
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  
  .duong-dan {
    background: white;
    width: 100%;
    float: left;
  }

  .paging {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    float: left;
  }

  .theme-default .nivo-directionNav a {
    z-index: 9999!important;
  }

  .zalo-icon {
    bottom: 50%;
  }

  .message-icon, .zalo-icon, .chi-duong {
    z-index: 99999;
    right: 5px;
    position: fixed!important;
  }

  .message-icon {
    bottom: calc(50% - 45px);
  }

  .chi-duong {
    bottom: calc(50% - 90px);
  }

  .chi-duong a {
    color: white;
    font-size: 20px;
  }

  .page:hover {
    color: #f2bc00;
  }

  .op-0 {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .op-1 {
    opacity: 1;
    z-index: 9!important;
    display: block!important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .breadcrumb>li+li:before {
    content: "|"!important;
    color: #838383!important;
  }

  .breadcrumb {
    background: #f9f4eb;
  }

  .breadcrumb a, .breadcrumb li {
    font-family: inherit;
    font-size: 14px;
    /* word-spacing: 5px; */
    /* letter-spacing: 1px; */
  }

  .if-100 iframe{
    width: 100%;
    float: left;
    height: 300px;
  }

  .t-0 {
    top: 0;
  }

  .b-0 {
    bottom: 0;
  }

  .r-0 {
    right: 0;
  }

  .l-0 {
    left: 0;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav.nav-tabs {
    width: 100%;
  }

  .logo-menu-reponsive {
    text-align: center;
    background: white;
    padding-top: 10px;
  }

  h2 {
    margin-bottom: 0px;
  }