/*!
 * Home.css
 * Author: AnDuc
 * Copyright (C) 2023 Bicweb.vn
 */
/* banner */

.banner-pagination {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

figure.gd_banner_image {
  position: relative;
  padding-top: 38%;
  overflow: hidden;
}

.banner-pagination-inner {
  position: relative;
  display: inline-flex;
}

figure.gd_banner_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gd_banner_items .owl-dots {
  position: absolute;
  display: flex;
  padding: 0 6.2rem;
  justify-content: center;
  color: var(--primary);
  font-weight: 600;
  height: 3rem;
  background:rgba(219, 219, 219, 0.6)    ;
  border-radius: 20px;
  align-items: center;
  gap: 2rem;
  padding: 4px 1rem;
  bottom: 3rem;
}

.gd_banner_items .show-dots .owl-dots .owl-dot span {
  background: #fff;
}

.swiper-pagination.anduc .swiper-pagination-bullet-active {
  background: var(--primary) !important;
  position: relative;
  margin: 0;
}

.gd_banner_item {
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}

.gd_banner_image img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}

.gd_banner_item::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  z-index: 0;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}


.btn-news {
  text-align: start;
}

.btn-news-inner {
  color: var(--primary);
  font-weight: 600;
}
.bic-news .bic_prod__content.news-ct {
  padding: 1rem 0;
}
/* certi */

/* box-intro */

.bic-widget-block.bic-intro.section {
  background: url(../images/bg-intro.webp) no-repeat center center;
  background-size: 100% 100%;
  padding: 23rem 0;
  margin-top: -16rem;
  position: relative;
}

.bic-intro .bic_text::before {
  width: 100%;
}

.align-items-center {
  display: grid;
  grid-template-columns: 60% 1fr;
}

.bic-intro .bic_descript {
  margin-bottom: 3rem;
}


.bic_intro__left {
  padding: 0;
}

.bic_intro__right img {
  object-fit: contain;
}

.bic_wcontent-intro {
  background: url(../images/bg-intro.png) no-repeat center center;
  background-size: cover;
  padding: 4rem 6rem;
  border-radius: 2rem ;
  border: 1px solid var(--primary);
}

.bic_intro__right .bic_content__widget.right {
  position: relative;
  padding-top: 100%;
}

.bic_intro__right img {
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

h2.bic_text span {
  font-family: "Baloo-Regular";
  font-weight: 400;
}
/* box product */

.box-product {
  position: relative;
  padding-bottom: 20rem;
}

.bg-product {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: -2;
}

.product-list {
  margin-top: 10rem;
  margin-bottom: 4rem;
}

.prod-img {
  position: relative;
  padding-top: 70%;
  border-radius: 2rem;
  overflow: hidden;
}

.prod-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all .3s;
}

.product-item.gd_item:hover .prod-img img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all .3s;
}

h3.product-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 3rem;
  color: #000;
}

.tab-prod-img {
  margin-bottom: 1rem;
}


.box-product .owl-next,
.box-product .owl-prev {
  margin: 0;
}

.box-product .bic_intro_btn {
  text-align: center;
  position: relative;
  z-index: 2;
}

/* /project */

.box-project {
  background: url(../images/bg-project.webp) no-repeat center center;
  background-size: 100% 100%;
  padding: 12rem 0 17rem;
  position: relative;
}

.icon-project {
  position: absolute;
  top: 12rem ;
  left: 0;
}

.icon-project img {
  width: 80%;
}

.box-project .bic_text::before {
  display: none;
}

.box-project .bic_box_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem
}

.box-project .bic_intro_btn {
  margin: 0;
}

.box-project  .bic_btn span {
  color: var(--primary);
}

.project-image {
  position: relative;
  padding-top: 65.5%;
  border-radius: 2rem;
  overflow: hidden;
}
/* 
.project-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
} */

.project-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

h3.project-title {
  line-height: 24px;
  margin-top: 2rem;
  text-align: left;
}

h3.project-title a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}

.project-item:hover .project-image img  {
transform: translate(-50%, -50%) scale(1.1);
transition: all .3s;
}

.box-project .owl-nav.disabled {
  display: none;
}
/* feedback */

.feedback {
  padding: 12rem 0 16rem;
  position: relative;
}

.feedback .container {
  padding: 0 6rem;
}

.bg-fb {
  position: absolute;
  bottom: 4rem ;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
}

.bg-fb img {
  object-fit: contain;
}

.feedback-list.owlfeedback {
  padding-top: 23px;
  display: block;
}

.feedback-item {
  flex-direction: column;
  margin-top: 60px;
  text-align: left;
  border-radius: 30px;
  width: 100%;
  margin: auto;
  border: 1px solid var(--primary);
  padding: 3rem;
  position: relative;
  background: #fff;
  transition: all .3s;
}

.feedback-item.gd_item:hover {
  transform: scale(1.05);
  transition: all .3s;
}

.avata-cus {
  position: absolute;
  top: calc(-116px / 2);
  right: 4rem;
  border: 1px solid var(--primary);
  overflow: hidden;
  width: 117px;
  height: 117px;
  border-radius: 50%;
}

.name-cus {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
}

.position {
  color: #5E5E5E;
  margin-bottom: 2.5rem;
}

.feedback-img {
  margin: auto;
  margin-top: -85px;
}

.feedback-desc {
  padding-bottom: 1rem;
}

.feedback .owl-item {
  padding-top: 85px;
  padding-bottom: 1rem;
}


/* press */

.press {
  position: relative;
  padding-bottom: 14rem;
}

.bg-press {
  position: absolute;
  left: 0;
  top: -5rem;
}

.bg-press img {
  width:80%;

}

.press-image {
  position: relative;
  padding-top: 68%;
  overflow: hidden;
  border-radius: 1rem;
}

.press-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

h3.press-title {
  text-align: left;
}

h3.press-title a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.press .owl-nav.disabled {
  display: none;
}

.press h2.bic_text::before {
  display: none;
}

.press-item.gd_item:hover .press-image img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all .3s;
}

/* box-news */

.bic-news {
  background: url(../images/bg-news.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 10rem 0 9rem;
}

.project-list {
  position: relative;
  margin-bottom: 4rem;
}

.project-list .owl-nav.disabled {
  display: none;
}

/* partner */

.partner {
  padding: 8rem 0;
}
/* ----------- Responsive ----------- */


@media screen and (min-device-width: 1440px) and (max-device-width: 1699px) {

  /* ----------- Bic Banner ----------- */
  .gd_banner_content .bic_text {
    font-size: 1.8rem;
  }

  /* ----------- Bic Tax Product ----------- */
  .bic-tax-prod .bic_content__widget.left {
    padding: 6rem 6.5rem 3rem 5rem;
  }

  .bic_slide__content .gd_text {
    font-size: 1.2rem;
  }

  /* ----------- Bic Featured Product ----------- */
  .bic-widget-block.bic-featured-prod {
    padding-bottom: 7.4rem;
  }

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

  .bic_prod_slide .bic_prod__content .bic_text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1536px) {
  /* product */

  .box-product {
    padding-bottom: 13rem;
}

  .product-list {
    margin-top: 5rem;
}

.box-project {
  padding: 10rem 0;
}

.icon-project img {
  width: 55%;
}

h3.project-title a {
  font-size: 1.5rem;
}

h3.project-title {
  line-height: 22px;
}

.feedback {
  padding: 10rem 0 12rem;
}

.press {
  padding-bottom: 10rem;
}

.bg-press img {
  width: 60%;
}

.avata-cus {
  top: calc(-10rem / 2);
  right: 4rem;
  width: 10rem;
  height: 10rem;
}
}

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

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

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {

  /* ----------- Bic Banner ----------- */
  .gd_banner_content {
    top: 50%;
  }

  .gd_banner_content .bic_text {
    font-size: 1.6rem;
  }

  /* ----------- Bic Tax Product ----------- */
  .bic-tax-prod .bic_content__widget.left {
    padding: 6rem 6.5rem 3rem 5rem;
  }

  .bic_slide__content .gd_text {
    font-size: 1.2rem;
  }

  /* ----------- Bic Featured Product ----------- */
  .bic-widget-block.bic-featured-prod {
    padding-bottom: 7.4rem;
  }

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

  .bic_prod_slide .bic_prod__content .bic_text {
    font-size: 1.6rem;
  }

  .feedback .container {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1199px) {}

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


.container {
  max-width: 1100px;
  margin: 0 auto;
}

.bic-intro .bic_text::before {
  left: 30%;
} 

.tab-prod-img img {
  width: 4rem;
}

.product-list {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

h3.product-title {
  font-size: 1.4rem;
}

.box-product {
  padding-bottom: 10rem;
}

.bg-product {
  right: -5%;
}

.box-project {
  padding: 8rem 0;
}

h3.project-title a {
  font-size: 1.4rem;
}

h3.project-title {
  line-height: 18px;
   margin-top: 1rem;

}

.icon-project {
  top: 8rem;
}

.feedback {
  padding: 8rem 0 12rem;
}
.feedback .container {
  padding: 0 1.5rem;
}

.avata-cus {
  top: calc(-8rem / 2);
  right: 3rem;
  width: 8rem;
  height: 8rem;
}

.feedback-item {
  padding: 1.5rem;
}

.name-cus {
  font-size: 1.6rem;
}

.position {
  margin-bottom: 1.5rem;
}

.icon-feedback svg {
  width: 3rem;
}

.feedback .owl-item {
  padding-top: 60px;
}

.press {
  padding-bottom: 8rem;
}

h3.press-title a {
  font-size: 1.3rem;
}

h3.press-title {
  line-height: 15px;
}

.bic-news {
  padding: 8rem 0;
}

.partner-img img {
  width: 75% !important;
  height: 8rem;
}

.partner {
  padding: 6rem 0;
}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --content-size: 991px;
    --menu-height: 75px;
    --wide-width-size: 1100px;
}


.container {
  max-width: 990px;
  margin: 0 auto;
}

.bic-intro .bic_text::before {
  left: 30%;
} 

.tab-prod-img img {
  width: 4rem;
}

.product-list {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

h3.product-title {
  font-size: 1.4rem;
}

.box-product {
  padding-bottom: 10rem;
}

.bg-product {
  right: -5%;
}

.box-project {
  padding: 8rem 0;
}

h3.project-title a {
  font-size: 1.4rem;
}

h3.project-title {
  line-height: 18px;
   margin-top: 1rem;

}

.icon-project {
  top: 8rem;
}

.feedback {
  padding: 8rem 0 12rem;
}
.feedback .container {
  padding: 0 1.5rem;
}

.avata-cus {
  top: calc(-8rem / 2);
  right: 3rem;
  width: 8rem;
  height: 8rem;
}

.feedback-item {
  padding: 1.5rem;
}

.name-cus {
  font-size: 1.6rem;
}

.position {
  margin-bottom: 1.5rem;
}

.icon-feedback svg {
  width: 3rem;
}

.feedback .owl-item {
  padding-top: 60px;
}

.press {
  padding-bottom: 8rem;
}

h3.press-title a {
  font-size: 1.2rem;
}

h3.press-title {
  line-height: 15px;
}

.bic-news {
  padding: 8rem 0;
}

.partner-img img {
  width: 75% !important;
  height: 8rem;
}

.partner {
  padding: 6rem 0;
}
}

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

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

@media screen and (max-width: 992px) {
  .bic-widget-block.bic-tax-prod .bic_wcontent {
    display: block;
  }

  .bic-tax-prod .bic_content__widget.left {
    max-width: 100%;
    padding: 4.25rem 3rem 4rem 3rem;
  }

  .bic-tax-prod .bic_content__widget.right {
    max-width: 100%;
  }

  .feedback .container {
    padding: 0 1.5rem;
  }
}


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

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

@media only screen and (max-width: 1024px) and (min-width: 768px) {
   /* intro */
   .bic-widget-block.bic-intro.section {
    background: none;
    background-size: unset;
    padding: 3rem 1.5rem;
    margin-top: 0;
    position: relative;
}

.bic_intro_btn {
  margin-top: 2rem;
}

.bic_wcontent-intro {
  background: none;
  background-size: cover;
  padding: 0;
  border-radius: unset;
  border: none;
}

.bic_list.bic_countdown {
  margin-top: 0;
  border: none;
}

.bic_count_item {
  margin-bottom: 1.6rem;
}

.count_number {
  font-size: 2.6rem !important;
}

.bic_count_item:not(:last-child)::after {
  display: none;
}

/* product */

.tab-prod-img img {
  height: 5.3rem;
}

.product-list {
  margin: 2rem 0;
}

.bg-product {
  display: none;
}

.product-tab .tab-btn {
  padding: 8px 1rem;
  min-width: 22rem;
  font-size: 1.5rem;
}

.box-product {
  padding-bottom: 4rem;
}
/* project */

.icon-project {
  display: none;
}

.box-project {
  background-size: cover;
  padding: 4rem 0;
}

.box-project .bic_box_title {
  margin-bottom: 3rem;
}

h3.project-title {
  line-height: 20px;
  margin-top: 1rem;
}

h3.project-title a {
  font-size: 1.5rem;
}

.project-list {
  margin-bottom: 0;
}

/* feedback */

.feedback .owl-item {
  padding-top: 40px;
}

.feedback {
  padding: 4rem 0;
}

.feedback .container {
  padding: 0 1.5rem;
}

.avata-cus {
  top: calc(-8rem / 2);
  width: 8rem;
  height: 8rem;
}

.feedback-item {
  width: 100%;
  padding: 2rem 15px !important;
}

.bg-fb {
  display: none;
}

/* press */

.bg-press {
  display: none;
}

h3.press-title {
  line-height: 20px;
  margin-top: 1rem;
}

.press {
  padding-bottom: 4rem;
}

/* box-news */

.bic-news {
  padding: 4rem 0;
}

}

@media (max-width: 576px) {
  .gd_banner_content {
    display: none;
  }

  figure.gd_banner_image {
    padding-top: 100%;
  }

.gd_banner_item::before {
        display: none;
}

.gd_banner_image img {
clip-path: unset;
}
/* intro */
.bic-widget-block.bic-intro.section {
    background: none;
    background-size: unset;
    padding: 3rem  0;
    margin-top: 0;
    position: relative;
}

.align-items-center {
  grid-template-columns: 1fr;
}

.bic_wcontent-intro {
  background: none;
  background-size: cover;
  padding: 0;
  border-radius: unset;
  border: none;
}


.bic_count_item {
  padding: 0;
}

.bic_intro__right {
  display: none;
}

.bic_list.bic_countdown {
  margin-top: 0;
  border: none;
}

.count_number {
  font-size: 2rem !important;
}

.bic_count_item:not(:last-child)::after {
  display: none;
}

/* product */

.tab-control {
  justify-content: left;
  gap: 1rem;
  overflow: scroll;
  width: auto;
}

.tab-prod-img img {
  height: 5.3rem;
}

.product-list {
  margin: 2rem 0;
}

.bg-product {
  display: none;
}

.product-tab .tab-btn {
  padding: 8px 1rem;
  min-width: 22rem;
  font-size: 1.5rem;
}

.box-product {
  padding-bottom: 4rem;
}
/* project */

.icon-project {
  display: none;
}

.box-project {
  background-size: cover;
  padding: 4rem 0;
}

.box-project .bic_box_title {
  margin-bottom: 3rem;
}

h3.project-title {
  line-height: 20px;
  margin-top: 1rem;
}

h3.project-title a {
  font-size: 1.5rem;
}

.project-list {
  margin-bottom: 0;
}

/* feedback */

.feedback .container {
  padding: 0 1.5rem;
}

.feedback {
  padding: 4rem 0;
}

.avata-cus {
  top: calc(-8rem / 2);
  width: 8rem;
  height: 8rem;
}

.feedback-item {
  width: 100%;
  padding: 2rem 15px !important;
}

.bg-fb {
  display: none;
}

/* press */

.bg-press {
  display: none;
}

h3.press-title {
  line-height: 20px;
  margin-top: 1rem;
}

.press {
  padding-bottom: 4rem;
}

/* box-news */

.bic-news {
  padding: 4rem 0;
}

/* partner */

.partner-img img {
  height: 8rem;
}

.partner {
  padding: 4rem 0;
}
  /* ----------- Bic Tax Product ----------- */
  .bic-widget-block.bic-tax-prod .bic_wcontent {
    display: block;
  }

  .bic-tax-prod .bic_content__widget.left,
  .bic-tax-prod .bic_content__widget.right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bic-tax-prod .bic_content__widget.left {
    padding: 3rem 15px 30px 15px;
  }

  .bic_taxprod__nav {
    justify-content: flex-start;
    gap: 10px;
  }

  .bic_taxprod__nav a {
    width: 40px;
    height: 40px;
  }

  .bic_slide__content .gd_text {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

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

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

  .bic_prod_slide .bic_prod__content .bic_text {
    font-size: 1.6rem;
  }

  .bic_prod_slide .bic_prod__content i {
    display: none;
  }

  .bic_slide__content {
    bottom: 30px;
    padding: 0 15px;
  }

  .feedback .owl-item {
    padding-top: 4rem;
}

  .feedback-img {
    margin: auto;
    margin-top: -70px;
}

.feedback-img img {
  width: 140px !important;
  height: 140px;
}

.feedback-icon {
  padding: 20px 0;
}
.feedback-item {
  width: 100%;
  padding: 0 15px;
}

.feedback-list.owlfeedback {
  padding-top: 0;
  display: block;
}

  .feedback-desc {
    width: 100%;
    text-align: justify;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 480px) {
  .bic_prod_slide .bic_prod__content .bic_text {
    font-size: 1.6rem;
  }

  .bic-tax-prod .bic_content__widget.left {
    padding: 2rem 15px 30px 15px;
  }

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

  .bic-tax-prod .bic_content__widget.left {
    padding: 2rem 15px 30px 15px;
  }

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

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

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

@media print {}