


  .pagination {
  margin-top: 10px;
  text-align: center;
}
  .box-result {
  padding: 10px;
}
  .result-info > .col-6 {
  padding-left: 32px !important;
}

  .result-info {
  padding: 10px;
  color: #222;
}





  .box-filter {
  /* padding: 30px; */
  background-color: white;
  /* border-radius: 5px; */
}

  .Title-info {
  width: 600px;
  display: inline-flex;
}
  hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


/************* slider *******/
  .vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
  .vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

  .vue-slider-mark {
  z-index: 4;
}
  .vue-slider-mark:first-child .vue-slider-mark-step,
  .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}
  .vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}
  .vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}
  .vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
  .vue-slider-dot-handle-focus {
  box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}
  .vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}
  .vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  box-sizing: content-box;
}
  .vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}
  .vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}
  .vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}
  .vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}
  .vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}
  .vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s;
}
  .vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}
  .regis-box{
  padding:10px;
  height: 40px;
  border:none;
  border-radius: 5px;
  background-color: #e7ebef;
  width:100%;
  margin-bottom: 10px;
}
  .regis-box:focus{
  outline: none;
}
  .regis-box:hover{
  background-color: #d8e2ea;
}
  .regis-box::placeholder {
  color: #f5f5f51a;
  opacity: 1; /* Firefox */
}
  .head-regis{
  text-align: center;
}
  .btn-regis{
  background-color: #32cce2;
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 20px;
  color: white;
}
  .btn-regis:focus{
  outline: none;
}
  .btn-regis:hover{
  background-color: #57e3f7;
}












/******** custom template ***/

  .vue-slider-process {  /* silder process */
  background-color: #4FCBD1;
  border-radius: 15px;
}


.head-filter{
  background: #4FCBD1;padding: 15px 10px 10px 13px;font-weight:600;
}
.box-filter{
  border:1px solid #4FCBD1;
}
.title-head-filter{
  color:white
}




  .box-boat {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd; 
  border-radius: 5px !important; 
  transition: all .1s linear;
  width: 100%;
  position: relative;
}



.bm--card-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bm--card-equal-height .card-footer {
  margin-top: auto;
}



.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


/* carousel */
.main {
  margin-bottom: 30px;
}

.thumbnails {
  margin: 0 -5px;
  width: calc(100% + 10px);
}

.agile__nav-button {
  background: transparent;
  border: none;
  color: #ccc;
  cursor: pointer;
  font-size: 24px;
  transition-duration: 0.3s;
}
.thumbnails .agile__nav-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.thumbnails .agile__nav-button--prev {
  left: -45px;
}
.thumbnails .agile__nav-button--next {
  right: -45px;
}
.agile__nav-button:hover {
  color: #888;
}
.agile__dot {
  margin: 0 10px;
}
.agile__dot button {
  background-color: #eee;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 10px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  transition-duration: 0.3s;
  width: 10px;
}
.agile__dot--current button, .agile__dot:hover button {
  background-color: #888;
}

.slide {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 450px;
  justify-content: center;
}
.slide--thumbniail {
  cursor: pointer;
  height: 100px;
  padding: 0 5px;
  transition: opacity 0.3s;
}
.slide--thumbniail:hover {
  opacity: 0.75;
}
.slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  border: 1px solid black;
}


.box-breadcrumb{
padding: 10px;
background-color: #e8e8e8;
border-radius: 3px;
}


.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #4285f4;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ed1b24;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}