::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(105,105,105,0.8); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(105,105,105,0.4); 
}
img{vertical-align: top;max-width: 100%;}
ul,li{list-style: none;padding: 0;margin: 0;}
@font-face{font-family:font1;src:url('../font/unicode.optima.ttf') format("truetype");}
/**{font-family: 'Roboto Condensed',sans-serif;}*/
*{
	font-family: 'Tahoma',sans-serif;
	/*font-family: font1,sans-serif;*/
}
.bv3-item > a {
	max-width: 40%;
	margin-right: 1rem;
}

.bv3-item {
	margin-bottom: 1rem;
}
.header-right {
    font-size: 0.9rem;
}
.box_bantay {
  width: 100%;
  background-color: rgb(255, 137, 0);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 30;
  margin-bottom:15px;
}
.box_bantay:after {
  content: "";
  width: 100%;
  height: calc(100% - 5px);
  background-image: linear-gradient(rgb(56, 122, 230), rgb(11, 92, 224));
  border-radius: 5px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.box_bantay:before {
  content: "";
  width: 54.2696px;
  height: calc(100% - 5px);
  background-image: url("https://dakhoacamau.com/img/icon_hot.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-size: 100%;
}
.box_bantay .box-img-bantay {
  width: 60px;
}
.box_bantay .title_bantay {
  width: calc(100% - 60px);
  position: relative;
}
.box_bantay .title_bantay span {
  position: relative;
  top: -3px;
  display: block;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 0;
  font-weight: bold;
}
.box_bantay .title_bantay span a {
    position:relative;
    z-index:30;
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 0.5rem;
}
.box_bantay .title_bantay span a strong {
  font-size: 16px;
}
.box_bantay .title_bantay:after {
  content: "";
  width: 104.839px;
  height: 108.571px;
  background-image: url("https://dakhoacamau.com/img/bantay.webp");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -30px;
  right: 17px;
  background-size: 100%;
  transform: rotate(-217deg);
  filter: hue-rotate(310deg);
}
.box_bantay p {
    margin: 0px;
}
.box_bantay p span{padding: 0px !important;}