
/*and (min-width: 768px)*/
@media screen and (max-width: 991px) {


  .tkbm-col-flex{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  /*dichvutg start*/
  .dv-menu{
    /*display: none !important;*/
    position: absolute !important;

    /*background: yellow;*/
    background: #f73936;
    top: 92px;
    left: 0px;
    z-index: 99;
  }
  .dv-menu li{
    /*display: none !important;*/
    display: block !important;
    width: 100%  !important;
    border-bottom: 1px solid #ccc;

  }
  .dv-icon-menu{
    display: block !important;
    font-size: 29px;
    margin-right: 5px;
  }
  .dv-menu-sub{
    position: relative !important;
    background: none;
    width: 100% !important;
    border-top:1px solid #ccc;
    margin-top: -1px;
  }
  dv-menu-sub div a {
    color: #fff !important;
  }

  .tkbm-col3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*cotinue*/
  .bleft-272{
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bright-272{
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*dichvutg end*/

}

