/*!
 * Footer.css
 * Author: AnDuc
 * Copyright (C) 2023 Bicweb.vn
 */
/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.bic-widget-block {
  padding-top: 6.25rem;
  position: relative;
}

.bic_box_title {
  position: relative;
  margin-bottom: 3.75rem;
}

.bic_box_title h2.bic_text {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0;
}

.line_after::before {
  content: "";
  background: var(--primary);
  height: 1px;
  width: 150px;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.line_after::after {
  content: "";
  background: var(--primary);
  height: 7px;
  width: 7px;
  position: absolute;
  left: 150px;
  bottom: -19px;
  border-radius: 100%;
}

.line_center.line_after::before,
.line_center.line_after::after {
  left: 50%;
  transform: translate(-50%);
}

.bic_wcontent {
  position: relative;
}

.shadow-1 {
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}

.imgfull {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bic_btn {
  background: linear-gradient(30.83deg, #FE6E0C 13.26%, rgba(255, 105, 0, 0.55) 42.15%, rgba(227, 227, 227, 0) 119.59%) !important;
  border: none !important;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 12px 16px !important;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1rem;
}

.bic_btn:hover {
  color: #fff;
}

.bic_btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--primary);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  left: 0;
  border-radius: 50px;
}

.bic_btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.bic_btn span {
  z-index: 3;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: block;
  position: relative;
}

.bic_btn:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.owl-stage {
  display: flex;
  height: 100%;
}

.loadingIcon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  background-image: url('/wp-content/themes/bic-mekong/assets/images/icons/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
  z-index: 3;
}

.show-dots .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%);
}

.show-dots .owl-dot {
  padding: 0 7px;
}

.show-dots .owl-dots .owl-dot.active span {
  background: var(--primary);

}

.show-dots .owl-dots .owl-dot.active span::after {
  content: "";
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.show-dots .owl-dots .owl-dot span {
  display: block;
  position: relative;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #E3E3E3;
  transition: all 300ms ease-in 0ms;
}

.show-nav .owl-nav .owl-prev {
  position: absolute;
  content: '';
  left: -20px;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(190, 190, 190, 0.3);
  border-radius: 100%;
}

.show-nav .owl-nav .owl-next {
  position: absolute;
  content: '';
  right: -20px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(190, 190, 190, 0.3);
  border-radius: 100%;
}

.show-nav .owl-nav .owl-next:hover,
.show-nav .owl-nav .owl-prev:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: all .3s ease-in;
}

.show-nav i {
  font-size: 25px;
}

.gd_item__figure {
  width: 100%;
}

#backToTop {
  position: fixed;
  opacity: 0;

  cursor: pointer;
  bottom: 2rem;
  right: 2rem;
  background: var(--primary);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  z-index: 10;
}

#backToTop.show {
  opacity: 1;

  transition: all .3s;
}

.bic_imgs_abs {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24.5%;
}

/*--------------------------------------------------------------
# PageNavi
--------------------------------------------------------------*/
.navigation {
  position: relative;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;

}

.wp-pagenavi .pages {
  margin-right: 15px;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  transition: all .3s;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  margin: 0 7px;
}

.wp-pagenavi .page {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  color: #1e1e1e;
  transition: all .3s;
  font-weight: 600;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}

.wp-pagenavi .nextpostslink {
  color: #1e1e1e;

  margin-left: 10px;
}

.wp-pagenavi .previouspostslink {
  margin-right: 10px;
  color: #1e1e1e;

}

/* ----------- Bic Intro ----------- */
.bic-widget-block.bic-intro {
  padding-bottom: 7rem;
}

.bic-widget-block.bic-intro .bic_imgs_abs {
  left: 0;
  right: unset;
  width: 19%;
  z-index: -1;
}

.bic_intro__right {
  padding-left: 4rem;
}

.bic_intro_btn {
  margin-top: 40px;
}

.bic_list.bic_countdown {
  margin-top: 5rem;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.bic_count_item .count_number {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E3E3E3;
}

.bic_count_item .count_number {
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--primary);
}

/* ----------- Bic Chứng nhận ----------- */
.bic-widget-block.bic-certi {
  position: relative;
  padding-bottom: 7.5rem;
}

.bic-certi .bic_box_title {
  margin-bottom: 5.25rem;
}

.bic-certi .left .row {
  row-gap: 30px;
}

.bic-certi .bic-certi__left {
  padding-right: 18px;
}

.bic-certi .bic-certi__right {
  padding-left: 18px;
}

.bic-certi .bic_widget__title {
  margin-bottom: 30px;
}

.bic-certi .right .bic_widget__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bic-certi .right .btn-customNav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 14px;
}

.bic-certi .right .btn-customNav .btn-customPre,
.bic-certi .right .btn-customNav .btn-customNext {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #111;
  color: #111;
  position: relative;
  z-index: 2;
  height: 40px;
  width: 40px;
}

.bic-certi .right .btn-customNav .btn-customPre:hover,
.bic-certi .right .btn-customNav .btn-customNext:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.bic-certi .bic_widget__title .bic_text {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0;
}

.bic-certi .bic_widget__title .bic_text i {
  color: var(--primary);
}

.bic-widget-block.bic-certi .bic_imgs_abs {
  left: 0;
  right: unset;
  width: 19%;
  bottom: -20px;
}

/* ----------- Bic Gallery ----------- */
.bic-widget-block.bic-gallery {
  position: relative;
}

.bic-gallery .bic_box_title {
  margin-bottom: 5.25rem;
}

.bic-gallery .bic_wcontent {
  padding: 6.25rem 0 8.125rem;
}

.bic_gal_slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.bic_gal_slide a {
  position: relative;
  display: block;
  width: 100%;
}

.bic_gal__content {
  position: absolute;
  transition: 0.4s;
  width: 80%;
  left: 20px;
  bottom: 20px;
  background-color: var(--primary);
  color: #fff;
  padding: 10px 1rem;
  transform: translateY(80%);
  opacity: 0;
  text-align: left;
  border-radius: 15px;
}

.bic_gal__content .bic_text {
  font-size: 1.25rem;
}

.bic_gal__content .bic_action,
.bic_gal__content .bic_action i {
  font-size: 1rem !important;
}

.active.center .bic_gal_slide:hover .bic_gal__content {
  transform: translateY(0);
  opacity: 1;
}

.bic_gal_slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 10px;
}

.active.center .bic_gal_slide .bg {
  background: rgba(0, 0, 0, 0);
  transition: all .3s ease-in;

}

.active.center:hover .bic_gal_slide .bg {
  background: rgba(0, 0, 0, 0);
  transition: all .3s ease-in;

}

.owl3SliderCenter.show-nav .owl-nav .owl-prev {
  left: 22%;
}

.owl3SliderCenter.show-nav .owl-nav .owl-next {
  right: 22.5%;
}

/* ----------- Bic Footer ----------- */

.bic_footer {
  background: #323232;
  position: relative;
  color: #fff;
}

.bic-footer-content {
  position: relative;
  padding: 2rem 0 3rem;
  font-size: 1rem;
}

.bic_ft__logo {
  margin-bottom: 27px;
}

.bic_ft__title {
  margin-bottom: 30px;
}

.bic_ft__title .bic_text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.bic_ft__content {
  position: relative;
  z-index: 1;

}

.bic_ft__content h2 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.bic_ft__content p {
  margin-bottom: 12px;
  line-height: 19px;
}

.bic_ft__content p:last-child {
  margin-bottom: 0;
}

.bic_ft__content hr {
  background-color: transparent;
  height: 1px;
  margin-bottom: 21px;
  margin-top: 21px;
}

.bic_ft__content a {
  color: #fff;
}

.bic_ft__content a:hover {
  color: var(--primary);
}

.gd_footer_menu .gd_footer__primary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gd_footer_menu .gd_footer__primary li a {
  font-size: 1rem;
  color: #fff;
}

.gd_footer_menu .gd_footer__primary li:hover a {
  padding-left: 10px;
  color: var(--primary);
  border-left: 3px solid var(--primary);
  transition: border-left .2s ease-in-out, padding-left .3s ease-in-out;
}

.gd_footer_menu .gd_footer__primary li:not(:last-child) {
  margin-bottom: 12px;
}

.bic-footer-info {
  background: #131313;
  position: relative;
  padding: 1rem 0;
  color: #fff;
}

.bic_ft-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.bic_ft-info a {
  color: #fff;
  font-size: 14px;
}

.bic_ft-info a:hover {
  color: var(--primary);
}

.bic_ft-info span.break {
  margin: 0 5px;
}

.bic_left_socialfixed.gd_fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 1;
  text-align: right;
}

.bic_left_socialfixed.gd_fixed ul {
  margin-left: 0;
  z-index: 99;
}

.bic_left_socialfixed.gd_fixed.active ul {
  z-index: -1;
}

.show_icon {
  display: inline-block;
  background: var(--primary);
  padding: 0 8px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.bic_left_socialfixed.gd_fixed ul li:hover {
  background: #fabd03 !important;
}

.show_icon::after {
  content: "\f105";
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
}

.bic_left_socialfixed.gd_fixed.active .show_icon::after {
  content: "\f104";
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
}

.bic_left_socialfixed.gd_fixed ul li {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  background: var(--primary);
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.bic_left_socialfixed.gd_fixed ul li.active {
  transform: translateX(60px);
}

.bic_left_socialfixed.gd_fixed ul li a {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bic_left_socialfixed.gd_fixed ul li a span {
  margin-top: 5px;
}

/* ----------- Responsive ----------- */
@media screen and (min-width: 1700px) {
  .line_after::before {
    content: "";
    background: var(--primary);
    height: 2px;
    width: 150px;
    position: absolute;
    left: 0;
    bottom: -16px;
  }

  .line_after::after {
    content: "";
    background: var(--primary);
    height: 8px;
    width: 8px;
    position: absolute;
    left: 150px;
    bottom: -19px;
    border-radius: 100%;
  }

  .bic-footer-content {
    padding: 6.25rem 0 8.125rem;
  }

  .bic-footer-content .ft_aboutus {
    padding-right: 120px;
  }

  .bic-footer-info {
    padding: 40px 0;
  }

  .bic_ft-info a,
  .bic_ft-info {
    font-size: 1rem;
  }

}

@media screen and (min-device-width: 1440px) and (max-device-width: 1699px) {
  .bic_box_title h2.bic_text {
    font-size: 1.8rem;
  }

  .bic_box_title {
    margin-bottom: 3rem;
  }

  /* ----------- Bic Intro ----------- */
  .bic-widget-block {
    padding-top: 5rem;
  }

  .bic-widget-block.bic-intro {
    padding-bottom: 5.75rem;
  }

  .bic_count_item .count_number {
    font-size: 1.5rem;
  }

  /* ----------- Bic Gallery ----------- */
  .bic-gallery .bic_wcontent {
    padding: 5rem 0 6.5rem;
  }

  /* ----------- Bic certi ----------- */
  .bic-widget-block.bic-certi {
    padding-bottom: 6rem;
  }

  .bic-certi .bic_box_title {
    margin-bottom: 4.2rem;
  }

}

/* ----------- Non-Retina Screens ----------- */

@media screen and (min-width: 1440px) {}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
  .bic_btn span {
    font-size: 14px;
  }

  .bic_box_title h2.bic_text {
    font-size: 1.8rem;
  }

  .bic_box_title {
    margin-bottom: 3rem;
  }

  /* ----------- Bic Intro ----------- */
  .bic-widget-block {
    padding-top: 5rem;
  }

  .bic-widget-block.bic-intro {
    padding-bottom: 5.75rem;
  }

  .bic_count_item .count_number {
    font-size: 1.5rem;
  }

  /* ----------- Bic Gallery ----------- */
  .bic-gallery .bic_wcontent {
    padding: 5rem 0 6.5rem;
  }

  /* ----------- Bic certi ----------- */
  .bic-widget-block.bic-certi {
    padding-bottom: 6rem;
  }

  .bic-certi .bic_box_title {
    margin-bottom: 4.2rem;
  }

  .bic-certi .bic_widget__title .bic_text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1199px) {
  .bic_left_socialfixed.gd_fixed ul li {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .bic_left_socialfixed.gd_fixed ul li {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .bic_left_socialfixed.gd_fixed ul li {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 993px) {}

@media screen and (max-width: 992px) {
  .bic-widget-block {
    padding-top: 4.25rem;
  }

  .bic-widget-block.bic-intro {
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .bic-footer-content {
    padding-bottom: 1.5rem;
  }

  .bic_ft__title {
    margin-bottom: 1rem;
  }

  .bic_ft__content hr {
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .bic_ft-info,
  .bic_ft-info a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .bic_ft-info {
    display: block;
    text-align: center;

  }

  .bic-footer-info {
    padding: 10px 0;

  }

  .bic_ft-info,
  .bic_ft-info a {
    font-size: 15px;
  }

  .bic_ft-info span.break {
    display: none;
  }

  .bic_intro_btn {
    text-align: center;
    margin-top: 30px;
  }

  .bic_btn {
    padding: 10px 16px !important;
  }

  .bic_btn span {
    font-size: 13px;
  }

  .show-dots .owl-dots {
    bottom: 15px;
  }

  .show-nav .owl-nav .owl-prev {
    left: -15px;
    width: 40px;
    height: 40px;
  }

  .show-nav .owl-nav .owl-next {
    right: -15px;
    width: 40px;
    height: 40px;
  }

  .bic-footer-content {
    padding-bottom: 1.5rem;
  }

  .bic_ft__title {
    margin-bottom: 1rem;
  }

  .bic_ft__content hr {
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .bic-certi .left .row {
    row-gap: 20px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .bic-certi .left .row .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }


  #backToTop {
    bottom: 20px;
    right: 10px;
  }

  .gd_cta__languages.mobile a {
    color: #222;
  }

  .gd_cta__languages.mobile .wrap a.active {
    font-weight: bold;
  }

  .gd_cta__languages.mobile {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 10;
  }

  .gd_cta__languages.mobile .wrap {
    margin: 0;
    flex-direction: column;
    height: 100%;
    padding: 12px 9px;
    background: #fff;
  }

  .gd_cta__languages.mobile .wrap li:not(:last-child) {
    padding-right: unset;
    border-right: none;
    padding-bottom: 9px;
    border-bottom: 1px solid #CACACA;
  }

  .bic-widget-block {
    padding-top: 3rem;
  }

  .bic_box_title {
    margin-bottom: 3rem;
  }

  .bic_box_title h2.bic_text {
    font-size: 1.4rem;
  }

  .bic_count_item .count_number {
    font-size: 1.375rem;
  }

  /* Bic About */
  .bic-widget-block.bic-intro {
    padding-bottom: 4rem
  }

  .bic-widget-block.bic-intro .bic_content__widget.right {
    max-width: 90%;
    margin: 0 auto;
  }

  .bic-widget-block.bic-intro .row.align-items-center {
    flex-direction: column-reverse;
  }

  .bic-widget-block.bic-intro .row.align-items-center>.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .bic-widget-block.bic-intro .bic_content__widget.left {
    margin-top: 2rem;
  }

  .bic-widget-block.bic-intro .bic_descript {
    text-align: justify;
  }

  .bic_list.bic_countdown {
    margin-top: 2rem;
  }

  .bic_count_item .count_number {
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .bic_count_item .count_wrap {
    margin-bottom: 15px;
  }

  .bic-widget-block.bic-intro .bic_imgs_abs {
    width: 50%;
    opacity: .4;
  }

  /* ----------- Bic Gallery ----------- */
  .bic-gallery .bic_wcontent {
    padding: 3rem 0 4rem;
  }

  .bic-gallery .bic_box_title {
    margin-bottom: 3rem;
  }

  .owl3SliderCenter.show-nav .owl-nav .owl-prev {
    left: 0;
  }

  .owl3SliderCenter.show-nav .owl-nav .owl-next {
    right: 0;
  }



  /* ----------- Bic Cer ----------- */
  .bic-certi .bic_widget__title .bic_text {
    font-size: 1.125rem;
  }

  .bic-certi .bic_box_title {
    margin-bottom: 3rem;
  }

  .bic-certi .bic-certi__right {
    margin-top: 3rem;
    padding-left: 15px;
  }

  .bic-widget-block.bic-certi {
    padding-bottom: 4rem;
  }

  .bic-widget-block.bic-certi .bic_imgs_abs {
    left: 0;
    right: unset;
    width: 50%;
    bottom: 0;
  }

  .bic-footer-content .bic_imgs_abs {
    width: 70%;
    opacity: .5;
  }

  .wp-pagenavi .current,
  .wp-pagenavi .page:hover {
    width: 35px;
    height: 35px;
  }

}

@media screen and (max-width: 480px) {
  .bic-widget-block {
    padding-top: 2rem;
  }

  .bic_ft__content h2 {
    font-size: 1rem;
  }

  .bic_ft__title .bic_text {
    font-size: 1rem;
  }

  .bic_count_item .count_number {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .bic-widget-block.bic-intro {
    padding-bottom: 2rem;
  }

  .bic_intro_btn {
    margin-top: 20px;
  }

  .bic_count_item .text {
    font-size: 1rem;
  }

  .bic-widget-block.bic-certi {
    padding-bottom: 2rem;
  }

  .bic-gallery .bic_wcontent {
    padding: 2rem 0 3rem;
  }

}

@media screen and (max-width: 414px) {
  .bic_count_item .text {
    font-size: 1rem;
  }
}

@media screen and(max-width:380px) {}

@mediaprint{}