@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
.all_search {
  margin-left: 30px;
}

.fa-home,
.fa-search {
  font-size: 20px;
}

.frm_la {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  width: 0%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
  transition: 1s;
}

#close__timkiem {
  display: none;
  transition: 1s;
}

.timkiem_lg {
  padding-top: 8px;
}

.frm_timkiem button {
  top: 0px;
  background: none;
  outline: none;
  border: none;
  right: 20px;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 10px;
}

.frm_timkiem button span {
  margin-right: 10px;
}

.frm_timkiem i {
  color: #000;
}

.frm_timkiem .input {
  text-indent: 10px;
  outline: none;
  transition: all ease 0.5s;
  border-radius: 5px;
  padding: 5px 0px;
  padding-right: 20px;
  border: 0;
  width: 100%;
  z-index: 99;
  color: #333;
  background: #fff;
  font-size: 14px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}

.frm_timkiem .input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.frm_timkiem .input::-moz-placeholder {
  color: #c8c8c8;
}

.frm_timkiem .input:-ms-input-placeholder {
  color: #c8c8c8;
}

.frm_timkiem .input:-moz-placeholder {
  color: #c8c8c8;
}

.col-koi {
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  max-width: 20%;
  padding: 0 7px;
  margin-bottom: 14px;
}

#pills-tab {
  justify-content: center;
  margin-bottom: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-color: red;
  color: white;
  border-radius: 30px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 500;
}

.nav-pills .nav-link {
  border-radius: 30px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.25s linear;
  text-transform: uppercase;
  border: 1px solid #000F54;
  margin: 0 10px;
  color: #000F54;
}

.content-koi {
  background: #fff;
  padding: 15px 25px;
  border: 1px solid #e4e3e3;
  border-radius: 0 0 15px 15px;
  border-top: 0;
  transition: 0.3s;
}

.box-koi:hover .content-koi {
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.2), -4px 0 5px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.2);
}
.box-koi:hover .img-koi {
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.2), -4px 0 5px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.2);
}
.box-koi:hover .view-koi {
  background-color: #000f54;
}

.more-view a {
  color: var(--main-color);
  padding: 12px 32px;
  position: relative;
  transition: all 0.25s linear;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
}
.more-view a:hover {
  background-color: red;
  color: white;
}

.more-view a:hover:before, .more-view a:hover:after {
  filter: brightness(0) invert(1);
}

.more-view {
  text-align: center;
  margin-top: 34px;
}

.more-view a:before {
  position: absolute;
  content: "";
  background: url(../images/bf-more.png) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 24px;
  top: 0;
  left: 0;
}

.more-view a::after {
  position: absolute;
  content: "";
  background: url(../images/bf-more.png) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 24px;
  bottom: 0;
  right: 0;
  transform-origin: center center;
  transform: rotateZ(180deg);
}

.vip-koi {
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../images/vipkoi.png) no-repeat;
  width: 67px;
  height: 45px;
  z-index: 9;
}

.text-nhapnhay {
  -webkit-animation: my 1000ms infinite;
  animation: my 1000ms infinite;
}

.ma-koi {
  display: inline-block;
  background-color: #b62916;
  color: #fff;
  font-size: 12px;
  padding: 5px 19px;
  border-radius: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.content-koi > p {
  color: #8b1a0a;
  font-size: 15px;
  margin-top: 5px;
  max-height: 42px;
  line-height: 21px;
  overflow: hidden;
  font-weight: 600;
}

.view-koi {
  background-color: #b62916;
  text-align: center;
  border-radius: 6px;
  margin: 10px 0 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-koi a {
  color: #fff;
  padding: 10px 0 15px;
  display: block;
  margin-right: 10px;
  margin-top: 3px;
}

.view-koi i {
  margin-right: 10px;
}

@-webkit-keyframes my {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes my {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* news */
.grid__item {
  background-color: none;
  border-radius: 0.4rem;
  overflow: hidden;
  /* box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  transition: 0.2s;
}

.grid__item:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
}

.card__img {
  display: block;
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-news .card {
  background: none !important;
  border: none !important;
}

.card__content {
  padding: 0.7rem 1rem;
}

.card__header {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.card__header a {
  color: #0d0d0d;
}

.card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 2rem;
}

.loadings {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1;
}

.item-tc {
  display: flex;
  align-items: center;
}

.item-tc .icon-tc {
  /* padding: 10px;
  border-radius: 50%; */
  /* background: #f1ba47; */
  color: #f1ba47;
  font-size: 35px;
}

.item-tc p {
  margin-left: 15px;
}

.slide-bottom-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.zoom_hinh {
  overflow: hidden;
}

.hover_sang1 {
  position: relative;
  overflow: hidden;
}

.zoom_hinh img {
  transition: all 1s ease 0s;
}

.item_td {
  position: relative;
}

.item_td .hover_sang1::before {
  position: absolute;
  top: 0;
  right: -20%;
  z-index: 2;
  display: block;
  content: "";
  width: 18%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

@-webkit-keyframes shine {
  100% {
    right: 125%;
  }
}

@keyframes shine {
  100% {
    right: 125%;
  }
}
.item_td .hover_sang1:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.box_cs p a:hover {
  padding-left: 10px;
  color: red;
}

.list_monnb {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.list_monnb a:hover,
.list_monnb a.actives {
  color: #000;
  background: #F1BA47;
  border: 1px solid #F1BA47;
}

.list_monnb a {
  background: #008cba;
  border: 1px solid #008cba;
  /* transform: skewX(-10deg); */
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
  padding: 20px 20px;
  line-height: 0;
  border-radius: 5px;
  /* padding: 23px; */
  cursor: pointer;
  /* height: 44px; */
  transition: 0.2s;
}

.button_them:not(:hover) {
  border: 1px solid #000;
  color: #000;
}

.button_them:hover,
.button_them:focus {
  background-color: red;
  border: 1px solid;
  border-color: #000;
  color: #ffffff;
}

.button_them {
  position: relative;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 34px;
  line-height: 30px;
  border-radius: 5px;
  transition: all 0.2s ease;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button_them:hover,
.button_them:focus {
  background-color: red;
  border: 1px solid;
  border-color: #000;
  color: #ffffff;
}

.button_them:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button_them:before {
  background-color: #fff !important;
}

.button_them:hover:before,
.button_them:focus:before {
  transform-origin: right center;
  transform: scale(0, 1);
}

.top-footer h2 {
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.stgr {
  color: #333;
}

.stgr:hover {
  color: orange !important;
}

.owl-prev {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -30px;
}
.owl-prev span {
  font-size: 40px;
  color: white;
}

.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.owl-next span {
  font-size: 40px;
  color: white;
}

.tiles .tile {
	width: 97%;
	display: inline-block;
	margin: 10px;
	text-align: left;
	opacity: 0.99;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.tiles .tile:before {
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	width: 100%;
	height: 50%;
	/* opacity: 0; */
	position: absolute;
	top: 50%;
	opacity: 1;
	left: 0;
	z-index: 2;
	transition-property: top, opacity;
	transition-duration: 0.3s;
}

.tiles .tile img {
	display: block;
	max-width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.tiles .tile .details {
	font-size: 16px;
	padding: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.tiles .tile .details span {
	display: block;
	opacity: 1;
	position: relative;
	top: 0;
	transition-property: top, opacity;
	transition-duration: 0.3s;
	transition-delay: 0s;
}

.tiles .tile .details .title-0 {
	text-align: left;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	font-size: 18px;
}

.tiles .tile .details .info {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.2;
	margin-top: 5px;
	font-size: 15px;
}

.tiles .tile:focus:before,
.tiles .tile:focus span,
.tiles .tile:hover:before,
.tiles .tile:hover span {
	opacity: 1;
}

.tiles .tile:focus:before,
.tiles .tile:hover:before {
	top: 50%;
}

.tiles .tile:focus span,
.tiles .tile:hover span {
	top: 0;
}

.tiles .tile:focus .title-0,
.tiles .tile:hover .title-0 {
	transition-delay: 0.15s;
}

.tiles .tile:focus .info,
.tiles .tile:hover .info {
	transition-delay: 0.25s;
}

.wrap_news {
	padding-bottom: 30px;
}

.owl-dots {
  margin-top: 20px;
}/*# sourceMappingURL=quyle.css.map */