/*home*/
.home_box {
  flex-grow: 1;
  background: #fff;
  padding: 0.5rem;
  padding-bottom: 1rem;
  /*height: max-content;*/
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .col-6 {
    padding-left: 0.6rem;
    padding-right: 0.2rem;
  }
}

.border-radius-4 {
  border-radius: 4px;
  overflow: hidden;
}

.h-lg-42px {
  display: flex;
  align-items: center;
  max-height: 42px;
  height: 42px;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

img.icon-schn {
  vertical-align: middle;
  border-style: none;
}

.font-16 {
  font-size: 16px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-red1 {
  color: #ed1c24;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcf6da;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.pb-lg-3 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.text-justify {
  text-align: justify !important;
}

.h-100 {
  height: 100% !important;
}

.news-home img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 46%;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.style-list-star li {
  list-style: url(/frontend/images/star.svg) inside;
}
@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 49%;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
}

.col-right ul li:nth-child(odd) {
  background: #fcf6da;
}

.rating-color {
  color: #fbc634 !important;
}
.vrating,
.posted-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.vrating {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/*home*/
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
}

.h-42px {
  display: flex;
  align-items: center;
  max-height: 42px;
  height: 42px;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.text-white {
  color: #fff !important;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.d-none {
  display: none !important;
}
.nav-menu-result-home li {
  flex-grow: 1;
}
.pl-0,
.px-0 {
  padding-left: 0;
}
.pr-0,
.px-0 {
  padding-right: 0;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.bg-blue1 {
  background: #ff0c2a;
}
.text-center {
  text-align: center !important;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-menu-result-home li:not(:first-child) {
  border-left: 1px solid white;
}
a:not(.active) :hover, a:not(.active-menu) :hover {
	text-decoration: none;
	color: #F58326 !important;
}
.nav-menu-result-home .nav-link.active {
  background: #962626;
  color: #fff !important;
}
.d-none {
  display: none !important;
}
.nav-menu-result-home .nav-link span {
  color: #000 !important;
}

.tab-content > .tab-pane {
  display: none;
}
.fade:not(.show) {
  opacity: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.result {
  background-color: #ffffff;
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem !important;
}
.bg-red2 {
  background: #d0021b;
}
.tab-content > .active {
  display: block;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

.aside-title-red {
  display: flex;
  align-items: center;
  color: #d0021b;
  min-height: 42px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #f83f55;
  margin-bottom: 8px;
}
.text-red2 {
  color: #d0021b;
}
sup.vip {
  width: 22px;
  height: 11px;
  display: inline-block;
  background: url(/frontend/images/vip.gif?v=1) no-repeat center;
}
sup {
  top: -0.5em;
}
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.text-justify {
  text-align: justify !important;
}
.border-radius-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.bg-black5 {
  background: #4a4a4a;
}
.box-item-rbk {
  display: flex;
  width: 60px;
  height: 32px;
  align-items: center;
  justify-content: center;
/*   background: #e5f1ff;
  border: 1px solid #dee2e6 !important; */
  margin-left: auto;
  margin-right: auto;
  color: red;
}
.h-42px {
  display: flex;
  align-items: center;
  max-height: 42px;
  height: 42px;
  font-size: 16px;
  padding-left: 0.5rem !important;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #ffeca0;
  font-weight: 700 !important;
}

.box-caudep {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	text-align: center !important;
	/* border: 1px solid #dee2e6 !important; */
/* 	display: flex !important;
	flex-wrap: wrap !important; */
	font-weight: 700 !important;
/* 	justify-content: center; */
	display: grid;
  	gap: 10px;
}

/* Desktop layout: 4 columns */
@media (min-width: 768px) {
  .box-caudep {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile layout: 5 columns */
@media (max-width: 767px) {
  .box-caudep {
    grid-template-columns: repeat(5, 1fr);
  }
}

.bg-blue2 {
  background: #fcf6da;
}
.bg-red1 {
  background: #ed1c24;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
/*@media (min-width: 992px){*/
/*.col-lg-6 {*/
/*-ms-flex: 0 0 50%;*/
/*flex: 0 0 50%;*/
/*max-width: 50%;*/
/*}*/
/*.pr-lg-2, .px-lg-2 {*/
/*padding-right: 0.5rem !important;*/
/*}*/
/*.pl-lg-2, .px-lg-2 {*/
/*padding-left: 0.5rem !important;*/
/*}*/
/*}*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-default thead th {
  background: #ffeca0;
  padding: 0.5rem;
  border: 1px solid #ececec;
}
.table-default td:not(:last-child),
.table-default th:not(:last-child) {
  border-right: 1px solid #c8c8c8;
}
.table-default tbody tr:nth-child(even) {
  background-color: #fcf6da;
}
.table-default tbody tr td {
  padding: 0.5rem;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.form-control {
  display: block;
  width: 50%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.overflow-auto {
  overflow: auto !important;
}
.bg-white {
  background-color: #fff !important;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table {
  width: 100% !important;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

.title-header {
  text-align: center !important;
  padding: 10px 0;
  position: relative;
  background: #ffeca0;
}
.title-header h2 {
  text-transform: uppercase;
  font-size: 18px;
}

.btn-danger {
  background-color: #dd4b39;
  color: #fff;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.text-red {
  color: #ff0c2a;
}
#result-book th,
.bg-orange {
  background: #ffbf00;
}
.home_box a {
  color: rgb(13 110 253) !important;
}
.w60 {
  width: 60px !important;
}

table {
	border: 1px solid #f0f0f0 !important;
}