﻿/*@font-face {
    font-family: 'Roboto';
    src: url('../font/font-roboto/Roboto-Regular.ttf') format('truetype'), url('../font/font-roboto/Roboto-Regular.woff') format('woff');
}*/
html * {
  outline: 0 !important;
  box-sizing: border-box; }

html,
body {
  margin: 0 auto;
  padding: 0; }

body {
  font-family: Arial, sans-serif;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #fff; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

/*button back to top*/
#back-top {
  position: fixed;
  bottom: 55px;
  right: -25px;
  z-index: 999; }
  #back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 20px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
  #back-top span {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    border-radius: 50%;
    background-color: #f91206;
    padding-top: 8px;
    /* rounded corners */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }

/*/back to top*/
.body-wrapper {
  padding: 5px; }

.bg-shadown {
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.5);
  border-radius: 8px; }

.f-right {
  float: right; }

.mar-t-10 {
  margin-top: 10px; }

.no-mar-b {
  margin-bottom: 0 !important; }

.text-center {
  text-align: center; }

.ft-14 {
  font-size: 14px !important; }

/*header*/
.header-wrapper h1.text-top {
  font-size: 14px;
  padding: 10px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: normal; }
.header-wrapper .header-top ul {
  background: #f91206;
  background: linear-gradient(to right, #ffa005, #dc0000);
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  display: table;
  width: 100%; }
  .header-wrapper .header-top ul li {
    padding: 15px 14px;
    display: table-cell; }
    .header-wrapper .header-top ul li:last-child a::before {
      content: "";
      height: 40px;
      width: 2px;
      background-color: #f78508;
      position: absolute;
      top: -8px;
      left: -12px; }
    .header-wrapper .header-top ul li a {
      color: #140cc1;
      position: relative;
      text-decoration: none; }
      .header-wrapper .header-top ul li a i {
        color: #fff;
        margin-left: 5px; }
.header-wrapper .nav-main {
  margin-top: 5px;
  padding-left: 10px;
  z-index: 1000;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out; }
  .header-wrapper .nav-main ul {
    font-size: 18px; }
    .header-wrapper .nav-main ul li {
      padding: 9px 35px; }
      .header-wrapper .nav-main ul li a {
        color: #999999;
        text-decoration: none; }
      .header-wrapper .nav-main ul li:active, .header-wrapper .nav-main ul li .active {
        color: #666666; }
      .header-wrapper .nav-main ul li:first-child {
        position: relative; }
      .header-wrapper .nav-main ul li i {
        position: absolute;
        left: 3px; }
.header-wrapper .show-menu {
  max-height: 340px;
  transition: max-height 0.5s ease-in; }
.header-wrapper .extra-menu {
  display: -webkit-box;
  display: -moz-box;
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 2;
  margin-top: -10px; }
  .header-wrapper .extra-menu a {
    color: #f91206;
    display: block;
    line-height: 24px;
    font-weight: 400;
    padding: 9px 15px;
    text-decoration: none;
    margin: 20px 13px; }
  .header-wrapper .extra-menu a:first-child {
    margin-left: 5px; }
  .header-wrapper .extra-menu a:last-child {
    margin-right: 5px; }
  .header-wrapper .extra-menu::after {
    content: "\00a0\00a0"; }
  .header-wrapper .extra-menu a.active {
    background: #f91206;
    background: linear-gradient(to right, #ffa005, #dc0000);
    color: #fff; }

/*/header*/
/*adv*/
.adv {
  text-align: center;
  box-sizing: content-box; }

.adv-320x100 {
  width: 320px;
  height: 100px; }

.adv-300x250 {
  width: 300px;
  height: 250px; }

/*/adv*/
/*breadcrumb*/
.breadcrumb {
  margin: 5px; }

.breadcrumb ul {
  list-style-type: none;
  padding: 5px 0; }

.breadcrumb ul li {
  padding: 0 5px;
  display: inline-block; }

.breadcrumb ul li,
.breadcrumb li a {
  color: #f91206; }

.breadcrumb ul li a:after {
  content: '/';
  position: absolute;
  margin-left: 6px; }

.breadcrumb ul li:last-child a:after {
  content: ''; }

/*/breadcrumb*/
/*main-content*/
.main-content .title {
  font-size: 16px;
  text-align: center;
  padding: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 1.5; }
.main-content .block {
  border: 1px solid #f91206;
  border-radius: 8px;
  margin: 10px 0; }
  .main-content .block .title-main {
    color: #fff;
    background: #f91206;
    background: linear-gradient(to right, #ffa005, #dc0000);
    margin: 0; }
    .main-content .block .title-main a {
      color: #fff; }
  .main-content .block .sub-block:last-child .table {
    margin-bottom: 0; }
.main-content .form-wrapper {
  margin: 10px 0;
  font-size: 14px; }
  .main-content .form-wrapper input, .main-content .form-wrapper select, .main-content .form-wrapper strong, .main-content .form-wrapper label.form-check-label {
    color: #140cc1; }
  .main-content .form-wrapper label.form-check-label {
    font-weight: normal; }
  .main-content .form-wrapper .select-year {
    padding: 8px;
    margin: 0 15px; }
    .main-content .form-wrapper .select-year a {
      padding: 0 15px; }
    .main-content .form-wrapper .select-year:hover, .main-content .form-wrapper .select-year:active, .main-content .form-wrapper .select-year :focus {
      color: #140cc1; }
    .main-content .form-wrapper .select-year strong {
      font-size: 16px; }
  .main-content .form-wrapper .radio-w {
    padding: 3px 4px; }
.main-content .sub-block .title-sub {
  background-color: #f1f1f2;
  font-weight: normal; }
.main-content .sub-block p.title {
  font-size: 14px; }
.main-content .table thead tr th {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #f91206; }
.main-content .table tbody tr td {
  padding: 15px; }
.main-content .table.table-tk {
  text-align: center; }
  .main-content .table.table-tk td:nth-child(odd) {
    color: #140cc1;
    font-weight: bold; }
.main-content .table.table-xsmb {
  margin-bottom: 0; }
  .main-content .table.table-xsmb tbody tr td {
    font-size: 23px;
    font-weight: bold;
    text-align: center; }
  .main-content .table.table-xsmb tbody tr td:first-child {
    color: #140cc1;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    border-right: 1px solid rgba(249, 18, 6, 0.25); }
.main-content .table.table-tkdb {
  text-align: center;
  font-size: 16px; }
  .main-content .table.table-tkdb thead tr {
    background-color: #c7b299; }
    .main-content .table.table-tkdb thead tr th {
      font-weight: bold; }
    .main-content .table.table-tkdb thead tr th:first-child {
      position: relative;
      background: linear-gradient(22deg, #f1f1f2 47%, #c7b299 49%);
      min-width: 60px;
      width: 100%;
      display: block;
      height: 37px;
      font-weight: normal; }
      .main-content .table.table-tkdb thead tr th:first-child .bot-l {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #140cc1; }
      .main-content .table.table-tkdb thead tr th:first-child .top-r {
        position: absolute;
        top: 3px;
        right: 4px; }
  .main-content .table.table-tkdb tbody tr td:first-child {
    font-weight: bold;
    color: #140cc1;
    vertical-align: middle;
    background-color: #f1f1f2; }
  .main-content .table.table-tkdb tbody tr td .text-date {
    font-size: 13px;
    color: #999999; }
  .main-content .table.table-tkdb tbody tr td span {
    color: #140cc1;
    font-weight: bold; }
.main-content .table.tkts thead tr th {
  color: #140cc1; }
.main-content .table.tkts tbody tr td:first-child {
  font-weight: normal;
  color: #000; }
.main-content .list-link ul li {
  background-color: #f1f1f2;
  padding: 10px 5px;
  margin: 5px 0;
  border-radius: 8px; }
  .main-content .list-link ul li a {
    color: #f91206; }
.main-content .list-radio {
  padding: 5px 0; }
  .main-content .list-radio .radio-stick {
    display: inline-table;
    text-align: center;
    margin: 0 12px; }
    .main-content .list-radio .radio-stick label {
      font-size: 14px;
      font-weight: normal;
      margin: 0 5px 0 0;
      color: #140cc1; }
.main-content .btn-readmore {
  margin-bottom: 10px; }
  .main-content .btn-readmore a {
    color: #999999;
    background-color: rgba(199, 178, 153, 0.2);
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px; }
  .btn-readmore a
  {
      color:#140cc1 !important;
      font-weight:bold;
  }
.main-content .content-page {
  margin: 10px 0;
  background-color: #f2f2f2;
  padding: 5px;
  font-size: 14px; }
  .main-content .content-page .title-cont {
    color: #140cc1;
    font-size: 14px; }
.main-content .list-news {
  font-size: 14px; }
  .main-content .list-news .media {
    position: relative;
    padding-left: 1rem;
    margin: 10px; }
    .main-content .list-news .media .link-obj {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .main-content .list-news .media .media-body.mb-3 {
      margin-bottom: 1rem; }
.main-content .content-news {
  padding: 5px;
  font-size: 14px; }
  .main-content .content-news img {
    height: auto !important;
    max-width: 100%;
    width: auto !important;
    width: 100%; }

.text-r-b {
  font-size: 32px;
  color: #f91206!important; }

.text-r {
  font-size: 16px;
  color: #f91206; }

/*/main-content*/
/*footer*/
footer {
  background: #f91206;
  background: linear-gradient(to right, #ffa005, #dc0000);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
  footer ul.link-footer li {
    padding: 8px;
    border-bottom: 0.25px solid #ccc; }
    footer ul.link-footer li:nth-child(odd) {
      border-right: 1px solid #ccc; }
    footer ul.link-footer li a {
      text-decoration: none;
      color: #fff;
      font-weight: bold; }
  footer .logo-footer {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #140cc1;
    padding: 10px 0; }

/*/footer*/

/*# sourceMappingURL=style.css.map */
.content-news table.table.table-bordered.table-statistic {
    width: 100%!important;
}
.btn-red {
    box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.5); background :red; height:34px; width:100%; color: white;
    border-radius: 8px;font-weight:bold;
}
.btn-red:hover{color:black;}
.loadmoreimg{ display: none; position: absolute;
  left: 50%;
  margin-left: -(half ot the image width)px;}
.menuitem{width:140px; text-align:center;}


/*table dùng chung*/
.table-striped td:first-child {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    border-bottom: 1px solid #ccc;
    color: #000;
    width: 12%;
}

table.table tbody tr td,
table.table thead tr th {
    padding: 3px;
    border: 1px solid #ccc;
}

table.table-xsmb tbody tr td,
table.table-xsmb thead tr th {
    padding: 0px;
}

table.table-xsmn tbody tr td,
table.table-xsmn thead tr th {
    font-weight:bold !important;
    font-size: 20px;
    max-width:100px;
}

table.table-xsmn span.col-xs-12 {
    padding: 0;
    height: 25px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
}

table.table.table-loto tbody tr th,
table.table.table-loto tbody tr td {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
}

.table-striped>thead {
    background-color: #f2f2f2;
}

.bg-tr,
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.bg-td,
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff!important;
}

.table {
    margin-top: -5px;
    margin-bottom: 0;
    border: 1px solid #ccc
}

.table-xsmb,
.table-number {
    width: 96%;
}

.table-xsmn {
    width: 100%;
}

table.table thead tr th,
table.table-xsmn tr td {
    text-align: center;
    vertical-align: middle;
}

.table-number .bg-tr td:hover {
    background-color: #00918D;
}
/*định dạng màu chữ, font chữ chung*/

.color-green {
    color: #00918D;
}

.color-red {
    color: #EB4E41;
}

.color-h2 {
    color: #C1272D;
}

.color-black {
    color: #000;
}

.color-r {
    color: #ff0000!important;
}

.special-prize-lg {
    color: #FF0000;
    font-size: 22px;
    font-weight: bold;
}

.number-black-bold,
.number-black-bold-mb {
    color: #000;
    font-size: 23px;
    font-weight: bold;
}

.special-prize-mn {
    color: #FF0000;
    font-size: 32px;
    font-weight: bold;
}
.font-14 {
    font-size: 14px;
}

.font-w-14 {
    font-size: 14px !important;
    font-weight: bold !important;
}
/*end*/
/*random lotto*/

.output {
    float:left;
    font-size: 17px;
    color: #000;
    padding: 5px 0px;
}

.val1 .output{
    font-size: 22px;
}

span.div-horizontal div {
    display: inline;
}

mark {
    background-color: #00918D;
    color: black;
    padding: 0;
}
div-horizontal{
    min-width:25%;
}
/*begin box tin nong*/

.block-ev-wrapper {
    float: left;
    display: none;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: white;
}

.block-ev {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    /*border-radius: 5px;*/
    border: 1px solid #222;
}

.title-ev {
    font-size: 20px;
    padding: 10px;
    color: #c30000;
    text-align: center;
    font-weight: bold;
}

.ul-ev {
    margin: 0;
    padding: 0;
}

    .ul-ev li {
        list-style: none;
        padding: 10px 16px;
    }

        .ul-ev li:nth-child(2n+1) {
            background: #f0f0f0
        }

        .ul-ev li a {
            color: #222;
            text-decoration: none
        }

            .ul-ev li a:hover {
                color: #2D498C
            }

.close-ev {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    width: 30px;
    line-height: 40px;
    text-align: center;
    z-index: 9;
    cursor: pointer
}

.title-text-ev {
    background: #333;
    color: #fff;
    padding: 8px 15px 8px 5px;
    position: relative;
    float: left;
    width: 100%;
    height: 36px;
}

    .title-text-ev a, .title-text-ev p {
        color: #fff;
        text-decoration: none;
        width: 90%;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.show-ev {
    position: absolute;
    top: 10px;
    line-height: 14px;
    right: 12px;
    height: 14px;
    width: 14px;
    cursor: pointer
}

    .show-ev img {
        height: 14px;
        width: 14px
    }

.ihot {
    height: 16px;
    width: 16px;
    margin-right: 3px;
    float: left;
}

.hdr-color-white {
    color: white;
}
/*end box tin nong*/
/*ADV VOH*/
.swiper-adv{position:fixed;right:24px;bottom:24px;width:100%;max-width:368px;border-radius: 6px;z-index:1;}
@media(max-width:800px){.swiper-adv{width: 96%;right:2%;bottom:1%;margin:auto;left:2%;}}
.swiper-adv {
  position: fixed;
  right: 24px;
  bottom: 24px;width: 100%;max-width: 368px;
}
.voh-adv-pc {
  padding: 5px;
  display: block;
  font-family: arial;
  line-height: 1.4;
  color: #fff;
  background: #1d1d1d;
  height: 75px;
  font-size: 14px; border-radius: 6px; overflow: hidden; text-align:left;
}
.voh-thumb110 {
  width: 110px;
  margin-right: 12px;
  float: left;
  position: relative;
}
.voh-thumb {
  display: block;
overflow: hidden;
height: 0;
position: relative;
width: 100%;
background: #f2f2f2;padding-bottom: 60%;
}
.voh-thumb img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.voh-post {
  display: grid;
  padding-right: 16px;
}
.voh-title {
  color: #fff; text-decoration: none;
  overflow: hidden; font-weight: bold;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
}.voh-title:hover {
  color: #fff; text-decoration: underline;
}
.voh-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  z-index: 99;
  color: #fff;
}.voh-adv-text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0006;
  color: #fff;
  height: 16px;
  width: 20px;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}
@media (max-width:800px){	
.swiper-adv {
  width: 96%;
  right: 2%;
  bottom: 5%;
  margin: auto;
  left: 2%;
}
	}

/* Bengin Swiper 4.5.0  */
.icswiperfont {
    font-size: 24px;
    line-height: 48px;
}
.swiper-slide-images {
    width: 100%;
    float: left;
}
.swiper-container.gallery-thumbs {
    margin-top: 10px;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;

  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-button-next {
 opacity: 0.50;color: #fff;cursor: pointer;z-index: 10;text-align: center;position: absolute;
    top: 50%; width: 24px;    height: 24px;line-height: 24px;    transform: translate(0, -50%);
 border-radius: 100%;
 border: solid 1px #fff;
}
.swiper-button-prev:hover, .swiper-button-next:hover { opacity: 0.90}
.swiper-button-prev {    left: 0;}
.swiper-button-next {    right: 0;}
.swiper-button-lock {  display: none;}

.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0;
  padding: 0;
  border: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fbbd00;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background:url(../images/load.svg) no-repeat;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background:url(../images/load_trang.svg) no-repeat;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-button-prev img, .swiper-button-next img {
  height: 12px;
}
/*End ADV VOH*/