.footer{
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  min-height: 300px;
  background-color: var(--primary-color);
  margin-top: 0px;
  padding-top: 0px;
}

.footer a{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: #fff !important;
}
.genuine_store .social-link.shopee {
  background-color: #fff;
  border-color:#fff;
}
.footer .genuine_store .social-link:hover {
  border-color: transparent;
  background-color: #B00664;
}
.genuine_store .social-link.lazada {
  background-color: #16288f;
  border-color: #16288f;
}
.genuine_store .social-link.tiki {
  background-color: #0a68ff;
  border-color: #0a68ff;
}
.genuine_store .social-link.tiktok {
  background-color: #222;
  border-color: #222;
}
.footer .social-list img{
  width: 23px;
}
.footer .social-list svg._shopee {
  width: 25px;
}

.footer .h2-title{
  color: #fff !important;
}
.footer .header-logo-link img {

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

.footer-main{
  padding: 10rem  0 15rem;
  font-family: 'Montserrat';
}

.footer-ctn {
  display: grid;
  gap: 7rem;
  grid-template-columns: 33rem 1fr 18rem 1fr;
}

.ft-content {
  padding: 2rem 0;
}

.ft-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4rem;
  text-transform: uppercase;
}

.ft-info-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.ft-info-item:not(:last-child) {
  margin-bottom: 3rem;
}

.ft-info-item a {
  color: #fff;
}

.ft-info-item svg {
  flex: 0 0 2.5rem;
}

ul#menu-menu-footer {
  margin: 0;
  padding: 0;
}

ul#menu-menu-footer li:not(:last-child) {
  margin-bottom: 1.5rem;
}

ul#menu-menu-footer li  a{
 line-height: 1;
 transition: ease-in-out .3s;

}

ul#menu-menu-footer li {
 transition: ease-in-out .3s;
 position: relative;
}

ul#menu-menu-footer li::before {
  content: "";
  width: 5px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -1rem;
  border-radius: 1rem;
  opacity: 0;
  transition: ease-in-out .3s;
}

#menu-menu-footer .menu-item:hover::before {
  opacity: 1;
  transition: ease-in-out .3s;
}

#menu-menu-footer .menu-item:hover {
  margin-left: 1rem;
  transition: ease-in-out .3s;
}

.gd_footer_copyright a:hover,
.ft-info-list a:hover {
  text-decoration: underline;
  transition: ease-in-out .3s;
}

.form-group {
  position: relative;
  margin: 3rem 0 1.8rem ;
}

.form-group .form-field {
  margin: 0 !important;
}

.form-input {
  width: 100% !important;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #ccc !important;
  padding: 10px 15px;
  height: 5rem;
  width: 100%;
  line-height: 1.3;
  border-radius: 30px !important;
}

.form-field.form-field-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.form-field.form-field-submit p {
  margin: 0;
}

.form-btn {
  border-radius: 0px 30px 30px 0px;
  background: #f9c5dc !important;
  height: 100%;
  font-weight: 600;
  width: 16rem;
  height: 5rem;
  color: var(--primary-color) !important;
}

.form-input::placeholder {
  color: var(--primary-color);
}

.ft-contact-desc-bt {
 font-style: italic;
}

.widget-footer .h2-title{
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.widget-footer .menu>li:not(:last-child){
  margin-bottom: 10px;
}

.footer-bot{
  padding: 12px 0;
}

.footer-cop{
  padding-top: 15px;
  align-items: center;
  justify-content: left;
  font-size: 1.6rem;
}

.footer-cop p{
  margin: 0;
}

.footer-cop .sep{
  margin: 0 5px;
}

.gd_footer_copyright span {
  display: flex;
  align-items: center;
}



.gd_footer_copyright {
  padding-top: 2rem;
  border-top: 1px solid #fff;
  padding-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  font-family: 'Montserrat';
}

.copyright {
  display: flex;
}

.chinhsach {
  display: flex;
}

.gd_copyright a {
  font-weight: 600;
}

.back-to-top{
  cursor: pointer;
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  z-index: 7;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  visibility: hidden;
}

.back-to-top.show {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

.icon-btt{
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #222;
  transition: all .3s;
}

.icon-btt>img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* Responsive */

@media (min-width: 1537px) and (max-width: 1770px) {
  .footer-ctn {
    gap: 5rem;
    grid-template-columns: 29rem 1fr 18rem 1fr;
  }

  .form-btn {
    width: 13rem;
  }
}

@media (min-width: 1441px) and (max-width: 1536px) {
  .footer-ctn {
    gap: 5rem;
    grid-template-columns: 30rem 1fr 17rem 1fr;
  }

  .form-btn {
    width: 13rem;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .footer-main {
    padding: 6rem 0 10rem;
  }

  .footer a,
  .footer {
    font-size: 1.4rem;
  }

  .ft-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .footer-ctn {
    gap: 4rem;
    grid-template-columns: 23rem 1fr 16rem 1fr;
  }

  .ft-info-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .ft-info-item svg {
    flex: 0 0 2rem;
  }

  .ft-info-item {
    gap: 1.5rem;
  }

  ul#menu-menu-footer li:not(:last-child) {
    margin-bottom: 1rem;
  }


  .form-input {
    height: 3.6rem ;
    font-size: 1.2rem;
  }

  .form-btn {
    height: 3.6rem;
    width: 10rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .footer-main {
    padding: 6rem 0 10rem;
  }

  .footer a,
  .footer {
    font-size: 1.2rem;
  }

  .ft-title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .footer-ctn {
    gap: 4rem;
    grid-template-columns: 23rem 1fr 15rem 1fr;
  }

  .ft-info-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .ft-info-item svg {
    flex: 0 0 2rem;
  }

  .ft-info-item {
    gap: 1.5rem;
  }

  ul#menu-menu-footer li:not(:last-child) {
    margin-bottom: 1rem;
  }


  .form-input {
    height: 3.6rem ;
    font-size: 1.2rem;
  }

  .form-btn {
    height: 3.6rem;
    width: 10rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .footer-main {
    padding: 6rem 0;
  }

  .footer-ctn {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .ft-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .ft-info-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .form-btn {
    width: 12rem;
  }


  .gd_footer_copyright {
    display: block;
    text-align: center;
    padding-bottom: 4rem;
  }

  .copyright {
    padding-bottom: 1rem;
    justify-content: center;
  }

  .chinhsach {
    justify-content: center;
  }

  .bic-fixed.mb.show2{
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    right: 3rem;
    bottom: 11rem;
  }

  .bic-fixed li a {
    width: 5rem !important;
    height: 5rem !important;
  }

  .bic-fixed ul {
    position: relative;
    width: 5rem !important;
    height: 5rem !important;
  }

  .bic-fixed.show ul li:first-child {
    transform: translate(-70px, 14px) !important; 
  }

  .bic-fixed.show ul li:nth-child(2) {
    transform: translateX(-49px) translateY(-39px) !important;
  }
}

@media (max-width: 767px) and (min-width: 577px) {
  .footer-cop{
    flex-direction: column;
    font-size: 14px;
  }
  .footer-cop .sep{
    display: none;
  }


  .footer-main {
    padding: 6rem 0;
  }

  .footer-ctn {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .ft-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .ft-info-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .form-btn {
    width: 12rem;
  }


  .gd_footer_copyright {
    display: block;
    text-align: center;
    padding-bottom: 3rem;
  }

  .copyright {
    padding-bottom: 1rem;
    justify-content: center;
  }

  .chinhsach {
    justify-content: center;
  }

  .bic-fixed.mb.show2{
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 576px)  {

  .footer-col.ft-menu {
    display: none;
  }

  .footer-main {
    padding: 5rem 0;
  }

  .footer-ctn {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .ft-title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .ft-info-item {
    gap: 1.5rem;
  }

  .ft-info-item:not(:last-child) {
    margin-bottom: 1.6rem;
  }



  .form-btn {
    height: 4rem;
    width: 12rem;
  }
  .form-input {
    height: 4rem;
  }

  .gd_footer_copyright {
    display: block;
    text-align: center;
    padding-bottom: 3rem;
  }

  .copyright span {
    display: none;
  }

  .copyright {
    padding-bottom: 1rem;
    display: block;
  }

  .chinhsach {
    justify-content: center;
  }


  .bic-fixed.mb.show2{
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }

  .scroll-top {
    width: 4.2rem !important;
    height: 4.2rem !important;
  }
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 2px solid #fff;
  border-radius: 50%;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.scroll-top svg {
  color: var(--primary-color);
  border-radius: 50%;
  background: #fff;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #B00664;
}

.scroll-top .progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 10px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top svg path {
  fill: none;
}

.scroll-top::after {
  color: var(--second-color);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 40%;
  cursor: pointer;
  display: block;
  z-index: 1;
  box-shadow: none;
  border-radius: 50%;
  background: url(../images/top.svg) no-repeat center center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .scroll-top {
    right: 10px;
    bottom: 3rem;
  }

  .menu_mobile__fixed .item:last-child {
    display: none;
  }

  .home .bic_product__group .item > img {
    display: none;
  }

  .bic_feedback__item {
    height: auto !important;
  }

  .bic_module.service__related .bic_serv__item ._inner {
    background-color: transparent;
    padding: 0;
  }

  .bic_pj__related .pj_relatedList .item a, .p_relatedList .item a {
    margin-left: -7px !important;
  }
}