/*--------Begin Add Font Roboto---------*/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot?lpge4a');
  src: url('../fonts/Roboto-Regular.eot?lpge4a#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.ttf?lpge4a') format('truetype'), url('../fonts/Roboto-Regular.woff?lpge4a') format('woff'), url('../fonts/Roboto-Regular.svg?lpge4a#ap') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot?lpge4a');
  src: url('../fonts/Roboto-Bold.eot?lpge4a#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.ttf?lpge4a') format('truetype'), url('../fonts/Roboto-Bold.woff?lpge4a') format('woff'), url('../fonts/Roboto-Bold.svg?lpge4a#ap') format('svg');
  font-weight: bold ;
  font-style: bold ;
}
body {
  font-family: Roboto,arial;
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d3568+0,106386+100 */
  background: #0d3568;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0d3568 0%, #106386 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d3568', endColorstr='#106386', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
  height: 100%;
}
.bg-main {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-image: url(../img/kiosk/bg.png);
  background-position: center;
  background-size: cover;
  opacity: 0.3;
}
a {
  color: #fff;
}
/*--------End add Font Roboto---------*/
.kiosk-header {
  position: relative;
}
.kiosk-header .logo {
  position: relative;
  padding-left: 80px;
  padding-top: 15px;
  background: #125089;
  height: 80px;
  width: 430px;
  display: inline-block;
  padding-right: 20px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.kiosk-header .logo:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  border-left: 30px solid #125089;
  border-bottom: 80px solid transparent;
}
.kiosk-header .logo .img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 10px;
  height: 60px;
}
.kiosk-header .logo .img img {
  height: 100%;
}
.kiosk-header .logo .title {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #ffd863;
  text-transform: uppercase;
}
.kiosk-header .logo .sub-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.kiosk-header .news-hot {
  width: 100%;
  padding-left: 450px;
  position: absolute;
  top: 20px;
  right: 0px;
  padding-right: 100px;
}
.kiosk-header .news-hot .title {
  height: 34px;
  width: 80px;
  text-align: center;
  background: #30a6fd;
  position: absolute;
  top: 0px;
  bottom: 0px;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  padding: 7px 10px;
  right: 0px;
  color: #fff;
}
.kiosk-header .news-hot .title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -15px;
  border-left: 15px solid transparent;
  border-bottom: 34px solid #30a6fd;
}
.kiosk-header .news-hot .marquee .item {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.kiosk-header .news-hot .marquee .item:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0px 10px;
  opacity: 0.6;
}
.kiosk-header .news-hot .marquee .item:first-child:before {
  display: none;
}
.kiosk-header .news-hot .marquee .item:hover {
  color: #ffd863;
}
.kiosk-header .news-hot .marquee .dvc {
  padding: 2px 10px;
  background: #689F38;
  border: 0px;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
.kiosk-header .news-hot .marquee .dvc:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  margin: auto;
  right: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #689F38;
  border-right: 0px;
}
.kiosk-header .news-hot .marquee .dvc.lv2 {
  background: #1f9fd0;
}
.kiosk-header .news-hot .marquee .dvc.lv2:before {
  border-left: 5px solid #1f9fd0;
}
.kiosk-header .news-hot .marquee .dvc.lv3 {
  background: #FFA000;
}
.kiosk-header .news-hot .marquee .dvc.lv3:before {
  border-left: 5px solid #FFA000;
}
.kiosk-header .news-hot .marquee .dvc.lv4 {
  background: #E64A19;
}
.kiosk-header .news-hot .marquee .dvc.lv4:before {
  border-left: 5px solid #E64A19;
}
.kiosk-header .menus {
  position: absolute;
  top: 5px;
  right: 10px;
}
.kiosk-header .menus .btn {
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 5px 0px;
  font-weight: bold;
  width: 130px;
  float: left;
  position: relative;
}
.kiosk-header .menus .btn:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0px;
  display: none;
  width: 2px;
  border-left: 2px dotted rgba(255, 255, 255, 0.1);
}
.kiosk-header .menus .btn:last-child:before {
  display: none;
}
.kiosk-header .menus .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.kiosk-header .menus .btn.active {
  background: #00a5e4;
}
.kiosk-header .menus .icon {
  display: block;
  margin-bottom: 7px;
}
.kiosk-header .menus .icon img {
  max-width: 100%;
  height: 40px;
}
.kiosk-header.-home .menus {
  display: none;
}
.bottom {
  height: 50px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 20px;
  background: #053557;
}
.bottom .btn-back {
  display: inline-block;
  padding: 7px 10px;
  background: #0a75ab;
  position: relative;
  height: 34px;
  font-size: 16px;
  margin-left: 20px;
}
.bottom .btn-back:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -13px;
  border-right: 13px solid #0a75ab;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.bottom .btn-back:hover {
  background: #0889ca;
}
.bottom .btn-back:hover:before {
  border-right-color: #0889ca;
}
.kiosk-main {
  position: absolute;
  top: 80px;
  bottom: 20px;
  left: 60px;
  right: 60px;
  margin: auto;
}
.kiosk-main .list-actions {
  width: 350px;
  position: absolute;
  top: 30px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  height: 385px;
}
.kiosk-main .list-actions .btn {
  padding: 20px 20px;
  position: relative;
  margin: 10px 0px;
  display: block;
  padding-left: 90px;
  color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.kiosk-main .list-actions .btn .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 70px;
  text-align: center;
  padding: 20px 0px;
  background: rgba(0, 0, 0, 0.1);
}
.kiosk-main .list-actions .btn .icon img {
  display: inline-block;
  height: 50px;
}
.kiosk-main .list-actions .btn .title {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kiosk-main .list-actions .btn .sub {
  font-size: 16px;
  opacity: 0.8;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kiosk-main .list-actions .btn.-vanban {
  background: #FF69B4;
}
.kiosk-main .list-actions .btn.-vanban:hover {
  background: #FFB6C1;
}
.kiosk-main .list-actions .btn.-tracuu {
  background: #0ca040;
}
.kiosk-main .list-actions .btn.-tracuu:hover {
  background: #10cf53;
}
.kiosk-main .list-actions .btn.-tctt {
  background: #c3300e;
}
.kiosk-main .list-actions .btn.-tctt:hover {
  background: #ee3e16;
}
.kiosk-main .list-actions .btn.-danhgia {
  background: #cdbe1c;
}
.kiosk-main .list-actions .btn.-danhgia:hover {
  background: #e4d538;
}
.kiosk-main .list-actions .btn.-huongdan {
  background: #228ce5;
}
.kiosk-main .list-actions .btn.-coquan {
  background: #c55a25;
}
.kiosk-main .list-actions .btn.-coquan:hover {
  background: #c57f5c;
}
.kiosk-main .list-actions .btn.-huongdan:hover {
  background: #50a4ea;
}
.kiosk-main .list-actions .btn.-thanhtoan {
  background: #ff6900;
}
.kiosk-main .list-actions .btn.-thanhtoan:hover {
  background: #e98310;
}
.kiosk-main .list-actions .btn.-nophs {
  background: #9100ff;
}
.kiosk-main .list-actions .btn.-nophs:hover {
  background: #7710e9;
}
.kiosk-main .result-canvas {
  position: absolute;
  left: 360px;
  top: 30px;
  bottom: 0px;
  right: 0px;
  height: 515px;
  margin: auto;
  background: rgba(5, 53, 87, 0.9);
}
.kiosk-main .result-canvas .title {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 50px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
}
.kiosk-main .result-canvas .list-result {
  position: absolute;
  top: 50px;
  width: 100%;
  bottom: 20px;
  overflow: hidden;
}
.kiosk-main .result-canvas .list-result .item {
  padding: 15px 20px;
  cursor: pointer;
}
.kiosk-main .result-canvas .list-result .item:nth-child(2n+2) {
  background: rgba(255, 255, 255, 0.03);
}
.kiosk-main .result-canvas .list-result .items .link-tra-cuu:nth-child(2n+2) {
    background: rgba(255, 255, 255, 0.03);
}
.kiosk-main .result-canvas .list-result .item:hover {
    background: rgba(255, 255, 255, 0.05);
}
.kiosk-main .result-canvas .list-result .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}
.kiosk-main .result-canvas .list-result .code {
  color: #ffd863;
}
.kiosk-main .result-canvas .list-result .date {
  opacity: 0.6;
}
.kiosk-main .result-canvas .list-result .date .icon {
  margin-right: 5px;
}
.kiosk-main .box-search {
  max-width: 500px;
  padding: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  height: 300px;
  transition: all 0.3s ease;
}
.kiosk-main .box-search.open {
  transform: translateY(-100px);
  transition: all 0.3s ease;
}
.kiosk-main .box-search .title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
.kiosk-main .box-search .form-control {
  color: #fff;
  width: 100%;
  padding: 15px 15px;
  font-size: 18px;
  background: rgba(5, 53, 87, 0.8);
  margin-bottom: 10px;
  border: 1px solid #0d5a86;
  transition: all 0.3s ease;
}
.kiosk-main .box-search .form-control:focus,
.kiosk-main .box-search .form-control.focus {
  border-color: #30a6fd;
  transition: all 0.3s ease;
}
.kiosk-main .box-search .form-control::placeholder {
  color: #fff;
  opacity: 0.7;
}
.kiosk-main .box-search .actions .btn {
  padding: 15px 20px;
  text-align: center;
  display: block;
  width: 100%;
  cursor: pointer;
  background: #0ca040;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.kiosk-main .box-search .actions .btn:hover {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}
.check-action {
  position: relative;
  padding-left: 30px;
  min-height: 18px;
}
.check-action .check {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.check-action .icon {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  position: absolute;
  top: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  background: none;
}
.check-action .check:checked + .icon {
  background: none;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
  line-height: 16px;
  border-color: #ffd862;
}
.check-action .check:checked + .icon:before {
  font-family: FontAwesome;
  content: "\f00c";
}
.check-action.-radio .icon {
  border-radius: 50%;
}
.check-action.-radio .check:checked + .icon {
  background: none;
}
.check-action.-radio .check:checked + .icon:before {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  content: "";
  background: #ffd862;
  border-radius: 50%;
}
.kiosk-article {
  position: absolute;
  top: 30px;
  bottom: 50px;
  left: 0px;
  right: 0px;
  padding: 20px;
  background: #053557;
  line-height: 28px;
}
.kiosk-article p,
.kiosk-article div,
.kiosk-article ul {
  margin-bottom: 10px;
}
.kiosk-article .table {
  border-spacing: 0px;
}
.kiosk-article td {
  padding: 10px 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  border-left: 1px dotted rgba(255, 255, 255, 0.1);
}
.kiosk-article td:first-child {
  border-left: 0px;
}
.kiosk-article tr:last-child td {
  border-bottom: 0px;
}
.kiosk-article .bold {
  font-weight: bold;
}
.kiosk-article .table .key {
  width: 170px;
}
/*

Keyboard
 */
.keyboard-canvas {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  bottom: -100%;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  background-color: #0d355a;
}
.keyboard-canvas.open {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
  transition: all 0.3s ease;
}
.keyboard-canvas .close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.keyboard-canvas .close:hover {
  background: rgba(0, 0, 0, 0.3);
}
.kiosk-main.-tchskq .box-search {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: auto;
  margin: auto;
  width: 400px;
}
.kiosk-main.-tchskq .box-ttckq {
  position: absolute;
  left: 420px;
  top: 30px;
  bottom: 0px;
  background: #053557;
  right: 0px;
  padding: 40px;
}
.kiosk-main.-tchskq .box-ttckq .title {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.kiosk-main.-tchskq .box-ttckq .list-info {
  font-size: 20px;
}
.kiosk-main.-tchskq .box-ttckq .list-info .info {
  padding: 15px 0px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.kiosk-main.-tchskq .box-ttckq .list-info .info:last-child {
  border-bottom: 0px;
}
.kiosk-main.-tchskq .box-ttckq .list-info .icon {
  width: 20px;
  margin-right: 10px;
}
.kiosk-main.-tchskq .box-ttckq .list-info .code {
  color: #ffd863;
}
.kiosk-main .select-custom {
  position: relative;
  margin-bottom: 10px;
}
.kiosk-main .select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  padding-right: 35px !important;
  margin-bottom: 0px !important;
}
.kiosk-main .select-custom:before {
  width: 30px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 18px;
}
.kiosk-main.-tthckq .box-search {
  max-width: 100%;
  height: 105px;
  bottom: auto;
  top: 50px;
}
.kiosk-main.-tthckq .form-group {
  width: 25%;
  float: left;
  padding-right: 10px;
}
.kiosk-main.-tthckq .form-group.-input {
  width: 32%;
}
.kiosk-main.-tthckq .actions {
  width: 18%;
  float: left;
}
.kiosk-main.-tthckq .result-search {
  display: block;
  margin-top: 20px;
  min-height: 28px;
  padding: 20px 0px;
  font-size: 16px;
}
.kiosk-main.-tthckq .result-search .txt {
  padding: 5px 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}
.kiosk-main.-tthckq .result-search .value {
  font-weight: bold;
}
.kiosk-main.-tthckq .table-custom {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  bottom: 60px;
}
.kiosk-main.-tthckq .table-custom .table {
  font-size: 16px;
  border-spacing: 0px;
  width: 100%;
  background: rgba(5, 53, 87, 0.7);
}
.kiosk-main.-tthckq .table-custom th,
.kiosk-main.-tthckq .table-custom td {
  padding: 15px 10px;
  vertical-align: middle;
}
.kiosk-main.-tthckq .table-custom th:last-child,
.kiosk-main.-tthckq .table-custom td:last-child {
  border-right: 0px;
}
.kiosk-main.-tthckq .table-custom tr:nth-child(2n+2) td {
  background: rgba(0, 0, 0, 0.1);
}
.kiosk-main.-tthckq .table-custom tr:hover td {
  background: rgba(0, 0, 0, 0.1);
}
.kiosk-main.-tthckq .table-custom th {
  background: #0c5e98;
  text-align: center;
}
.kiosk-main.-tthckq .table-scroll {
  position: absolute;
  top: 48px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.center {
  text-align: center;
}
.dv-lv2,
.dv-lv3,
.dv-lv4 {
  padding: 3px 10px;
  display: inline-block;
}
.dv-lv2 {
  background: #1f9fd0;
}
.dv-lv3 {
  background: #FFA000;
}
.dv-lv4 {
  background: #E64A19;
}
.nav-kiosk {
  display: none;
}
/*--Media--*/
@media (max-width: 1000px) {
  .kiosk-main {
    left: 30px;
    right: 30px;
  }
  .overlay-common {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
    display: none;
  }
  .overlay-common.show {
    display: block;
  }
  .kiosk-header .menus {
    position: fixed;
    top: 0px;
    right: 0px;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    background: #053557;
    bottom: 0px;
    text-align: center;
    z-index: 10;
    width: 320px;
  }
  .kiosk-header .menus.open {
    left: 0px;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .kiosk-header .menus .btn {
    display: inline-block;
    float: none;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
  }
  .kiosk-header .menus .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
  }
  .nav-kiosk {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
  }
  .nav-kiosk .bar {
    position: absolute;
    height: 2px;
    background: #fff;
    top: 0px;
    transition: all 0.3s ease;
    width: 36px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
  }
  .nav-kiosk .bar:first-child {
    top: -16px;
  }
  .nav-kiosk .bar:last-child {
    top: 16px;
  }
  .nav-kiosk.active .bar {
    transition: all 0.3s ease;
  }
  .nav-kiosk.active .bar:first-child {
    top: 0px;
    transform: rotate(45deg);
  }
  .nav-kiosk.active .bar:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }
  .nav-kiosk.active .bar:last-child {
    top: 0px;
    transform: rotate(-45deg);
  }
  .kiosk-main.-tthckq .box-search {
    width: 100%;
    max-width: 500px;
  }
  .kiosk-main.-tthckq .form-group {
    width: 100%;
  }
  .kiosk-main.-tthckq .form-group.-input,
  .kiosk-main.-tthckq .actions {
    width: 100%;
  }
  .kiosk-header .news-hot {
    display: none;
  }
  .kiosk-header.-home .menus {
    display: block;
  }
  .kiosk-main .list-actions {
    display: none;
  }
  .kiosk-main .result-canvas {
    left: 0px;
  }
}
/*Rating*/
.box-rate {
  max-width: 800px;
  padding: 0px 0px;
  margin: 40px auto;
  font-size: 18px;
  position: relative;
}
.box-rate .title-rate {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.box-rate .ques-name {
  margin-bottom: 40px;
}
.box-rate .qpart .li {
  display: inline-block;
  width: 180px;
  margin: 0px 7px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  vertical-align: top;
}
.box-rate .qpart .li:last-child {
  border-bottom: 0px;
}
.box-rate .qpart .img {
  margin-bottom: 10px;
}
.box-rate .qpart img {
  height: 60px;
}
.box-rate .qpart .check-action {
  padding: 15px;
}
.box-rate .qpart .check-action:hover,
.box-rate .qpart .check-action.active {
  background: rgba(255, 255, 255, 0.1);
}
.box-rate .qpart .check-action .icon {
  right: 0px;
  top: 0px;
  display: none;
  margin: 0px;
  left: auto;
}
.box-rate .qpart .check-action .check:checked + .icon {
  display: block;
  background: #0fc34e;
  border: none;
  border-radius: 50%;
}
.box-rate .actions {
  margin-top: 40px;
  text-align: center;
}
.box-rate .btn-submit {
  display: inline-block;
  padding: 15px 30px;
  background: #0ca040;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.box-rate .btn-submit:hover {
  background: #10cf53;
}

/*Nhi thêm css cho kiosk/vanbanbanhanh IGATESUPP-12290*/
.kiosk-main .kiosk-left {
  width: 20%;
  position: absolute;
  top: 30px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  /*background: rgba(5, 53, 87, 0.9);*/
  display: block;
}
.kiosk-main .kiosk-right {
  position: absolute;
  left: 360px;
  top: 30px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  margin: auto;
  width: 75%;
  background: rgba(5, 53, 87, 0.9);
  margin-right: 5px;
  margin-left: 5px;
}
