.main-layout {
  /* margin: 112px 0; */
}
.start-content {
  margin-top: 112px;
}
.end-content {
  margin-bottom: 112px;
}
header {
  padding: 20px 30px;
  z-index: 999;
}
header.no-banner {
  background-color: #000;
}
#sign-in-dialog {
  padding: 0;
  background: transparent;
  margin: 20px auto;
}
#sign-in-dialog .modal-content {
  border: none;
}
#sign-in-dialog .small-dialog-header {
  left: -15px;
  width: calc(100% + 30px);
}
#sign-in-dialog .modal-body {
  padding-top: 0;
  padding-bottom: 30px;
}
.btn, .btn.btn_1.rounded {
  min-width: 140px !important;
  border-radius: 25px !important;
}
.menu-one {
  background-color: #262626;
  width: 100%;
  padding: 0 30px;
}
.menu-two {
  background-color: #000;
  width: 100%;
  padding: 20px 30px;
}
header.header.sticky .menu-two {
  padding: 20px 30px;
}
header.header.sticky {
  padding: 15px 20px;
  border: none;
}
a.show-color {
  color: #007bff;
}
a.show-color:hover, a.show-color:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
.container .main-content {
  background-color: #fff;
  margin: 0 auto;
}
.form-control.select {
  padding-left: 36px;
}
input[type=file].form-control {
  padding: 6px 10px;
}
.bs-wizard.step {
  margin: 24px 0;
  justify-content: center;
  display: flex;
}
#register aside.main-content {
  width: auto;
}
.icon.fa {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon.fa::before {
  margin-left: 0;
}
.img-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px dashed #eee;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.img-box.show img, .img-box.show video {
  max-height: 100%;
  max-width: 100%;
}
.middle {
  position: relative;
}
.middle, .middle-absolute {
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.img-box:hover .middle-absolute {
  display: block;
  z-index: 3;
  color: #fff;
  font-size: 24px;
}
.box-img .fas.fa-plus-square {
  position: relative;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.dropbox {
  display: none;
}
.box-img.circle .img-box:hover .dropbox, .img-box:hover .dropbox {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 2;
  background-color: #000;
  opacity: .5;
}
.img-box:hover .dropbox {
  border-radius: 50%;
  margin-top: 0;
}
.img-box .middle-absolute {
  display: none;
}
.middle-absolute {
  position: absolute;
}
.box-img {
  position: relative;
}
.box-img input[type=file] {
  display: none;
}
.box-img .input-require {
  display: block !important;
  position: absolute;
  width: 120px;
  height: 32px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#register input[type=file] {
  display: block;
  position: absolute;
  z-index: -1;
}
#register .custom-file-upload {
  border: 2px solid #444;
  display: inline-block;
  padding: 2px 16px;
  cursor: pointer;
  min-width: 64px;
  height: 32px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 2;
}
.form-group.input-file input[type=text]{
  padding-right: 100px;
  z-index: 1;
}
button.ril-prev-button.ril__navButtons.ril__navButtonPrev {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255,255,255,.15);
  padding: 30px;
  border-radius: 50%;
  outline: 0!important;
  font-family: ElegantIcons;
  font-size: 32px;
}

button.ril-next-button.ril__navButtons.ril__navButtonNext {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255,255,255,.15);
  padding: 30px;
  border-radius: 50%;
  outline: 0!important;
  font-family: ElegantIcons;
  font-size: 32px;
}
button.ril-prev-button.ril__navButtons.ril__navButtonPrev:before {
  content: "\34";
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
button.ril-next-button.ril__navButtons.ril__navButtonNext:before {
  content: "\35";
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
button.ril-prev-button.ril__navButtons.ril__navButtonPrev:hover, button.ril-next-button.ril__navButtons.ril__navButtonNext:hover {
  background: #66676b;
  color: #fff;
}
.short-description {
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-short-description {
  height: 66px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-lan-short-description {
  height: 224px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.short-land-description {
  height: 110px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.img-gallery {
  width: 120px;
  height: 120px;
  margin: 0 16px 16px 0;
  display: inline-flex;
  border: 1px solid #EEE;
  cursor: pointer;
}
.img-gallery img {
  object-fit: contain;
}
.grid ul {
  margin: 0;
  padding: 0;
}
.grid ul li {
  padding: 0;
  /* margin: -6px 0; */
  width: 50%;
  margin-right: 16px;
  margin-bottom: 16px;
}
.grid ul li figure {
  margin: 0;
  height: 255px;
}
.magnific-gallery figure {
  cursor: pointer;
}
.magnific-gallery li {
  max-width: 340px;
  max-height: 340px;
}
figure:hover .caption-content i, figure:hover .caption-content p {
  color: #FFF;
  margin-top: 16px;
}
.hero_single.version_2 {
  height: calc(100vh - 112px);
}
.filters_listing {
  padding: 10px 0 10px 0;
}
.card-top {
  margin-top: 30px;
}
.box_list {
  margin: 30px 15px 0 15px;
}
.secondary_nav.is_stuck {
  display: none;
}
.a-click {
  color: #000;
  cursor: pointer;
}
.panel-dropdown a {
  color: #495057 !important;
}
.custom-search-input-2 .select {
  border-right: 1px solid #d2d8dd;
}
.custom-search-input-2 {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

button.social_bt.facebook {
  background-color: #3B5998;
}
button.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
button.social_bt.facebook {
  background-color: #3B5998;
}
button.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
button.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
}
button.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 10px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
button.social_bt.facebook:before {
  content: "\e093";
}
button.social_bt.facebook:before, button.social_bt.google:before, button.social_bt.linkedin:before {
  font-family: 'ElegantIcons';
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1rem;
  color: #fff;
}
button.social_bt.facebook:before {
  content: "\e093";
}
button.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
  font-family: 'ElegantIcons';
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
.select-time {
  width: 64px;
  border-radius: 16px;
  background-color: #66676b;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  text-align: center;
  position: relative;
  top: 0;
  left: 2px;
  height: 18px;
}
.panel-dropdown .panel-dropdown-content.time {
  padding: 0 15px;
}
.select-option-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.select-option-time select {
  width: 100px;
  display: inline-block;
}



/* Pagination */
.previous, .next {
  color: #007bff;
}
.previous.disabled a, .next.disabled a{
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border: 1px solid #dee2e6;
  position: relative;
  display: block;
}
.pagination li a {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  position: relative;
  display: block;
  margin-left: -1px;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination li.active a {
  color: #007bff;
}
.pagination li:first-child a {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination li:last-child a {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.min-width-auto {
  min-width: auto !important;
}
.min-width-100px {
  min-width: 100px !important;
}
.col-select {
  margin-bottom: 16px;
}
.bg-tranparent {
  background-color: transparent;
}
.panel-dropdown {
  position: relative;
  text-align: left;
  padding: 14px;
  border-radius: 3px;
  background-color: #FFF;
}
.new-search {
  min-height: calc(100vh - 78px) !important;
}
.border-r8px {
  border-radius: 8px;
}
.show-widget {
  background-color: #fff;
  margin: 30px auto;
  padding: 30px 15px;
}
.grid ul li figure img {
  /* height: 110px !important; */
  object-fit: cover !important; 
}
.cbp_tmtimeline > li .cbp_tmicon {
  line-height: 45px !important;
  color: #1B75BB !important;
}
.magnific-gallery {
  text-align: left !important;
}
.font-24px {
  font-size: 24px;
  font-weight: 500;
}
.custom-search-input-2 input[type='submit'] {
  background-color: #1B75BB !important;
  color: #fff !important;
}
.custom-search-input-2 input[type='submit']:hover {
  background-color: #114B78 !important;
  color: #fff !important;
}
.form_title h3 strong {
  background-color: #1B75BB !important;
  color: #fff !important;
  line-height: 38px !important;
}
a.btn_1, .btn_1 {
  background-color: #1B75BB !important;
  color: #fff !important;
}
a.btn_1:hover, .btn_1:hover {
  background-color: #114B78 !important;
  color: #fff !important;
}
.main_title_2 span em {
  background-color: #1B75BB !important;
}
.btn-reset {
  min-width: 80px !important;
  border-radius: 4px !important;
  background-color: rgb(239, 239, 239);
}
.a-manage.warning {
  border-color: #ffc107;
  background-color: #ffc107;
  color: #FFF;
}

.a-manage {
  border: 1px solid;
  border-radius: 4px;
  padding: 2px 4px;
  margin: 0 4px;
  cursor: pointer;
  min-width: 68px;
  width: auto;
}
.sum-text span.total {
  font-weight: 500;
  font-size: 18px;
}
.box_grid .wrapper h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



button.slick-arrow {
  width: 32px;
  height: 32px;
  border: 2px solid #EEEEEE;
  border-radius: 8px;
  margin-top: -42px;
}
.slick-next:before, .slick-prev:before {
  font-size: 18px;
  line-height: 1;
  opacity: .75;
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25 !important;
}
/* .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  opacity: .25;
} */
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}
.slick-next:before {
  content: '\f105';
  margin-left: 3px;
}
.slick-prev:before {
  content: '\f104';
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.box-addon {
  margin-right: 16px;
}
.chk-price {
  width: 32px;
  display: inline-block;
  text-align: right;
}
.box-addon .plus, .box-addon .minus {
  width: 24px;
  height: 24px;
  border: 2px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.box-addon .plus.disabled i, .box-addon .minus.disabled i {
    color: #eee;
}
.box-addon .number {
  width: 32px;
  display: inline-block;
  text-align: center;
}
.sum-text {
  display: flex;
  justify-content: space-between;
}
button.purchase.disabled, button.purchase.disabled:hover, button.purchase.disabled:focus{
  background-color: #EEE !important;
  color: #000 !important;
  cursor: unset !important;
}
.border-r-4px {
  border-radius: 4px !important;
}
.box-slip.img-box {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: 2px dashed #eee;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.box-slip .fa-plus-square.middle.font-24 {
  left: 50% !important;
  top: 50% !important;
}
.form-control.padding-10 {
  padding: 10px !important;
}
.box-img.circle .img-box.box-slip:hover .dropbox, .img-box.box-slip:hover .dropbox {
  width: 80px !important;
  height: 80px !important;
  border-radius: 4px !important;
}
.box-bookbank {
  border-radius: 8px;
  border: 1px solid #eee;
}
.hero_single.start_bg_zoom .hero-bg {
  animation: pop-in 6s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.curser-pointer {
  cursor: pointer;
}
/* .hero-bg {
  
  animation: pop-in 6s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
} */
.border-1 {
  border: 1px solid #eee;
}
.font-18px {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  header .main-menu {
    top: 8px;
  }
  /* header.sticky .main-menu > ul > li span > a {
    color: #FFF;
  } */
}
@media (min-width: 992px) and (max-width: 1199px){
  .magnific-gallery li {
    max-width: 280px;
    max-height: 280px;
  }
}
@media (max-width: 991px) {
  .nice-select.wide {
    margin-bottom: 5px;
  }
  .blog-lan-short-description {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
  }
  .custom-search-input-2 .select {
    border-right: unset !important;
  }
  .magnific-gallery li {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .main-layout {
    /* margin: 54px 0; */
  }
  .container, .container-sm {
    max-width: 100%;
  }
  img.img-fluid {
    width: 100%;
  }
  .slick-prev {
    left: -32px;
  }
  .slick-next {
    right: -32px;
  }
  .magnific-gallery li {
    max-width: 180px;
    max-height: 180px;
  }
  .LinksListGroup--vertical {
    width: 50% !important;
  }
  .grid ul li figure {
    height: 175px;
  }
  
}