.danfoo-title,
.danfoo-text {
  opacity: 0;
}
.banner-box {
  margin-top: 60px;
  width: 100%;
}
.banner-box img {
  width: 100%;
}
.video-box {
  width: 800px !important;
  height: 400px;
  background: #000;
  margin: auto;
}
.video-box .sbb-video {
  width: 100%;
  height: 100%;
}
.star-products-area .star-products-title {
  text-align: center;
}
.star-products-area .cutter-line {
  margin: 1.25rem auto 2.5rem;
}
.star-products-area .star-products-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.star-products-area .star-products-box .item-01 {
  width: 58%;
  /* margin-right: 2%; */
}
.star-products-area .star-products-box .item-02 {
  width: 40%;
}
.star-products-area .star-products-box .star-products-item {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.star-products-area .star-products-box .star-products-item .star-products-item-title-picture {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
}
.star-products-area .star-products-box .star-products-item .star-products-item-title-box {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  -o-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  -ms-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  -moz-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  -webkit-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.star-products-area .star-products-box .star-products-item .star-products-item-title-box .star-products-item-synopsis {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 10px;
}
.star-products-area .star-products-box .star-products-item .star-products-item-title-box .read-more {
  margin-top: 20px;
}
.star-products-area .star-products-box .star-products-item:hover .star-products-item-title-picture {
  transform: scale(1.1);
}
.star-products-area .star-products-box .star-products-item:hover .star-products-item-title-box {
  bottom: 0;
}
.history-box {
  /* background: url(../img/history.jpg) no-repeat bottom center; */
  min-height: 1000px;
}
.history-box .history .history-item-list {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
.history-box .history .history-item-list .history-item {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  max-width: calc(100% / 6);
}
.history-box .history-item-text {
  line-height: 1.3;
}

.history-box .history .history-item-list .history-item .history-item-title {
  position: relative;
}
.history-box .history .history-item-list .history-item .history-item-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 150%);
  -o-transform: translate(-50%, 150%);
  -ms-transform: translate(-50%, 150%);
  -moz-transform: translate(-50%, 150%);
  -webkit-transform: translate(-50%, 150%);
  background: linear-gradient(#ffffff, rgba(0, 0, 0, 0));
  width: 4px;
  height: 200px;
}
.history-box .history .history-item-list .history-item .history-item-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: var(--primary-color);
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history-box .history .history-item-list .history-item:nth-child(even) .history-item-title::after {
  background: #53A7FF;
}
.history-box .history .history-item-list .item-01 {
  margin-top: 188px;
}
.history-box .history .history-item-list .item-02 {
  margin-top: 130px;
}
.history-box .history .history-item-list .item-03 {
  margin-top: 200px;
}
.history-box .history .history-item-list .item-05 {
  margin-top: 172px;
}
.history-box .history .history-item-list .item-06 {
  margin-top: 48px;
}
.city-box {
  /* background: url(../img/map.jpg) no-repeat bottom center; */
  height: 480px;
}
.city-box .city-title {
  text-align: center;
}
.city-box .city-text {
  line-height: 1.5;
}
.city-box .cutter-line {
  margin: 2.5rem auto;
}
.city-box .city-statu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}
.city-box .city-statu .city-statu-item {
  margin-top: 60px;
}
.city-statu-text {
  line-height: 1.2;
}

.efficient-box {
  background: #f6f6f6;
  text-align: center;
  padding: 5rem 0;
}
.efficient-box .cutter-line {
  margin: 1.875rem auto;
}
.efficient-box .efficient-pic {
  width: 100%;
  margin-top: 2.5rem;
}
.patner-box {
  text-align: center;
}
.patner-box .cutter-line {
  margin: 1.875rem auto;
}
.patner-box .we-client-box .more-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.patner-box .we-client-box .more-pic-item {
  /* width: 8%; */
  /* margin-bottom: 10px; */
  opacity: 0;
}
.patner-box .we-client-box .more-pic-item img {
  width: 100%;
  display: block;
}
.patner-box .we-client-box .more-pic-item .more-pic-text {
  border-top: 1px solid #dcdfe6;
  margin-top: 1.875rem;
  padding: 1.875rem 2%;
  text-align: center;
  font-size: 1.5rem;
}
.pm-box {
  /* padding: 5rem 0; */
  /* background: #f5f7fa; */
  text-align: center;
}
.pm-box .cutter-line {
  margin: 2.5rem auto;
}
.pm-box .pm-item-list {
  /* width: 80%; */
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
}
.pm-box .pm-item-list .pm-item {
  text-align: center;
  opacity: 0;
}
.pm-box .pm-item-list .pm-item .pm-item-pic {
  padding-top: 24px;
}
.pm-box .pm-item-list .pm-item .pm-name {
  font-size: 1.875rem;
  color: #303133;
  font-weight: 600;
  line-height: 3rem;
  margin-top: 1rem;
}
.pm-box .pm-item-list .pm-item .pm-job {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  height: 50px;
  max-width: 250px;
}
.pm-box .pm-item-list .pm-item .pm-text {
  font-size: 12px;
  color: #606266;
}
.pm-box .pm-item-list .item-boss .pm-item-pic {
  padding-top: 0;
}
.pm-job + .pm-text {
  margin-top: 10px;
}

.master-area-box {
  /* background: url(../img/master-bg.jpg) no-repeat top center; */
  position: relative;
  overflow: hidden;
}
.master-area-box .master-area {
  width: 480px;
  height: 800px;
  background: rgba(255, 255, 255, 0.8);
}
.master-area-box .master-area .master-top {
  display: block;
  padding-top: 96px;
  padding-left: 48px;
  opacity: 0;
  animation-delay: 0.5s;
}
.master-area-box .master-area .master-top .section-title {
  text-align: left;
}

.master-area-box .master-area .cutter-line {
  background: #53A7FF;
  margin: 40px 0;
}
.master-area-box .master-area .section-desc {
  opacity: 0;
}
.master-area-box .master-area h3 {
  font-size: 24px;
  line-height: 1;
  color: #303133;
  margin-bottom: 35px;
  /* opacity: 0; */
  animation-delay: 1s;
}
.master-area-box .master-area p {
  font-size: 16px;
  line-height: 1;
  color: #606266;
  margin-bottom: 24px;
  margin-left: 48px;
  /* opacity: 0; */
  animation-delay: 1.5s;
}
.master-area-box .master-area .section-desc > * {
  margin-left: 0;
  text-align: left;
}

.master-area-box .master-area .master-footer {
  margin-top: 48px;
  opacity: 0;
  animation-delay: 2s;
}
.master-area-box .master-area .master-sowrd {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.buy-area {
  overflow: hidden;
  position: relative;
}
.buy-area .buy-logo-text {
  margin: 60px 0;
  opacity: 0;
  animation-delay: 3.5s;
}
.buy-area .buy-logo-text h6 {
  font-size: 3rem;
  color: #303133;
  letter-spacing: 3px;
}
.buy-area .buy-logo-text img {
  width: 252px;
}
.buy-area .buy-area-btn {
  background: var(--primary-color);
  border: 0;
  color: #fff;
  font-size: 1rem;
  width: 120px;
  height: 36px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
  animation-delay: 4s;
  opacity: 0;
}
.buy-area .buy-area-btn:hover {
  background: #ffc100;
}
.buy-area .buy-logo-icon {
  position: absolute;
  right: 0;
  top: 50px;
  width: 240px;
}
.buy-area .buy-logo-icon img {
  width: 100%;
}
@media screen and (max-width: 1441px) {
  .pm-box .pm-item-list {
    /* width: 90%; */
  }
}
@media screen and (max-width: 1201px) {
  .pm-box {
    /* .danfoo-title{
            font-size: 44px;
        } */
  }
  .pm-box .pm-item-list {
    width: 100%;
  }
  .pm-box .pm-item-list .pm-item {
    width: 16%;
  }
  .pm-box .pm-item-list .pm-item .pm-name {
    font-size: 1.5rem;
  }
  .pm-box .pm-item-list .pm-item .pm-item-pic {
    width: 100%;
  }
  .pm-box .pm-item-list .item-boss {
    width: 17.7%;
  }
}
@media screen and (max-width: 1024px) {}
  .master-area-box .master-area .cutter-line {
    margin: 1.5rem 0;
  }
  .master-area-box .master-area .section-desc {
    width: 80%;
    margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  .video-box {
    width: 94% !important;
    height: 350px;
  }
  .city-box .city-statu .city-statu-item {
    margin-top: 30px;
  }
  .cutter-font-60 {
    font-size: 48px;
  }
  .cutter-font-48 {
    font-size: 36px;
  }
  .cutter-font-30 {
    font-size: 18px;
  }
  .star-products-area .star-products-box {
    display: grid;
  }
  .star-products-area .star-products-box .item-01,
  .star-products-area .star-products-box .item-02 {
    width: 100%;
  }
  .star-products-area .star-products-box .item-02 {
    margin-top: 20px;
  }
  .history-box .history .history-item-list {
    display: block;
    margin-top: 5rem;
  }
  .history-box .history .history-item-list .history-item {
    margin-top: 40px;

    position: relative;
    max-width: 90%;
    /* padding-left: 10%; */
    margin-left: auto;
    /* margin-right: auto; */
  }
  .history-box .history .history-item-list .history-item .history-item-title {
    font-size: 1.25rem;
  }
  .history-box .history .history-item-list .history-item .history-item-title::after {
    bottom: -18px;
    left: -8%;
  }
  .history-box .history .history-item-list .history-item .history-item-title::before {
    width: 3px;
    transform: rotate(-90deg);
    /* left: 0; */
    top: -65px;

    left: 10%;

    /* transition: unset; */
  }
  .history-box .history .history-item-list .history-item .history-item-title .history-time {
    font-size: 1.5rem;
  }
  .history-box .history .history-item-list .item-01 {
    margin-left: 10%;
  }
  .history-box .history .history-item-list .item-02 {
    margin-left: 20%;
  }
  .history-box .history .history-item-list .item-03 {
    margin-left: 30%;
  }
  .history-box .history .history-item-list .item-04 {
    margin-left: 40%;
  }
  .history-box .history .history-item-list .item-05 {
    margin-left: 30%;
  }
  .history-box .history .history-item-list .item-06 {
    margin-left: 20%;
  }
  .history-box .history .history-item-list .item-06 .history-item-textarea .history-item-title::after {
    bottom: 38px;
  }
  .history-box .history .history-item-list .item-06 .history-item-textarea .history-item-title::before {
    top: -74px;
  }
  .history-item-textarea {
    margin-top: 20px;
    max-width: 100% !important;
  }
  .history-box .history-item-text {
    text-wrap: initial;
  }
  .we-client-box {
    grid-template-columns: repeat(7, 1fr);
  }
  .patner-box .we-client-box .more-pic-item {
    /* width: 16%; */
  }
  .pm-box .pm-item-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .pm-box .pm-item-list .pm-item {
    width: 45%;
  }
  .pm-box .pm-item-list .pm-item .pm-name {
    font-size: 1.875rem;
  }
  .pm-box .pm-item-list .pm-item .pm-job {
    height: auto;
  }
  .pm-box .pm-item-list .item-boss {
    width: 50%;
    margin: 20px 30%;
  }
  .master-area-box .master-area {
    width: 432px;
  }
  .master-area-box .master-footer img {
    width: 100%;
  }
}
@media screen and (max-width: 676px) {
  .city-box {
    height: auto;
  }
}
@media screen and (max-width: 577px) {
  .city-box {
    /* height: 600px; */
    padding-top: 3.75rem;
  }
  .city-box .city-statu {
    flex-wrap: wrap;
  }
  .city-box .city-statu .city-statu-item {
    width: 50%;
  }
  .pm-box .pm-item-list .pm-item {
    width: 44%;
  }
  .pm-box .pm-item-list .pm-item .pm-item-pic {
    display: inline;
  }
  .pm-box .pm-item-list .item-boss {
    width: 60%;
    margin: 20px 10%;
  }
  .master-area-box .contentArea {
    width: 100%;
  }
  .master-area-box .master-area {
    width: 100%;
    height: auto;
  }
  .master-area-box .master-area .master-top {
    padding-top: 50px;
    /* margin-bottom: 72px; */
  }
  .master-area-box .master-footer {
    /* margin: 48px; */
  }
  .we-client-box .more-pic-item {
    width: 30%;
  }
  
  .history-item-textarea {
    white-space: nowrap;
}
}
@media screen and (max-width: 520px) {
  .video-box {
    height: 300px;
  }
  .master-area-box .master-area {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 415px) {
  .cutter-font-60 {
    font-size: 36px;
  }
  .cutter-font-48 {
    font-size: 24px;
  }
  .cutter-font-30 {
    font-size: 16px;
  }
  .mt-100 {
    margin-top: 80px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .history-box .history .history-item-list .history-item .history-item-title::after {
    /* bottom: -10px; */
    left: -54px;
  }
  .history-box .history .history-item-list .history-item .history-item-title::before {
    left: 50px;
  }
  .history-box .history .history-item-list .item-03 {
    margin-left: 44%;
  }
  .history-box .history .history-item-list .item-04 {
    margin-left: 34%;
  }
  .patner-box .we-client-box .more-pic-item {
    /* width: 25%; */
  }
  .pm-box .pm-item-list {
    margin-top: 40px;
  }
  .pm-box .pm-item-list .pm-item .pm-name {
    font-size: 1.5rem;
  }
  .master-area-box .master-area .master-top {
    padding-top: 96px;
    margin-bottom: 96px;
  }
  .master-area-box .master-footer {
    /* margin: 24px; */
  }
  .master-area-box .buy-area .buy-logo-text h6 {
    font-size: 19px;
  }
  .master-area-box .buy-area .buy-logo-icon {
    width: 120px;
    top: 84px;
  }
}
@media screen and (max-width: 376px) {
  .cutter-font-60 {
    font-size: 32px;
  }
  .cutter-font-48 {
    font-size: 20px;
  }
  .history-box .history .history-item-list .item-01,
  .history-box .history .history-item-list .item-02,
  .history-box .history .history-item-list .item-03,
  .history-box .history .history-item-list .item-04,
  .history-box .history .history-item-list .item-05,
  .history-box .history .history-item-list .item-06 {
    margin-left: 24%;
  }
  .master-area-box .master-area .master-top img {
    width: 70%;
  }
}
@media screen and (max-width: 321px) {
  .cutter-font-60 {
    font-size: 28px;
  }
  .cutter-font-48 {
    font-size: 18px;
  }
  .master-area-box .master-area .master-title,
  .master-area-box .master-area .master-text {
    margin-left: 30px;
  }
  .master-area-box .master-area .master-top {
    padding-left: 30px;
  }
  .pm-box .pm-item-list .pm-item .pm-name {
    font-size: 1.25rem;
  }
}

/* bo sung */
img {
  max-width: 100%;
  height: auto;
}

.w-50 {
  width: 50%;
}

.m-auto .cutter-line{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
}

.box-btn.read-more span {
  position: relative;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 15px;
}

.banner-section .slick-slide img {
  display: block;
  max-width: -webkit-fill-available;
  width: 100%;
}

.banner-section .home {
  margin-top: 60px;
  cursor: pointer;
}

.feature-box .desc {
  position: absolute;
  left: 10%;
  right: 10%;
  max-width: 80%;
  margin: auto;
  text-align: center;
  bottom: 0;
  background-color: #0000007d;
  padding: 20px;
}

.feature-box .desc > * {
  color: #fff;
}

.workshop .feature-box + .style-1 {
  margin-top: 3rem;
}

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

  .w-40-lg {
    width: 40%;
  }

  .section-desc {
    margin-bottom: 2.5rem;
  }

  .history-item-textarea {
    max-width: 220px;
  }
}

@media screen and (max-width: 1024px) {
  .history-time {
    font-size: 1.5rem;
  }
  .history-item-textarea {
    max-width: 250px;
  }
}

/* Danh mục page */

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + .75rem + 2px);
  line-height: 1.5;
  padding: .375rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
  min-width: 150px;
}

section.breadcrumb-bottom-area {
  margin-top: 1rem;
  padding: 1rem 0;
}

form#formPaginate {
    display: flex;
    align-items: center;
    justify-content: end;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Item tin */

.blog-details .title {
  font-weight: 600;
}

.blog-image + .blog-details {
  margin-top: 1.5rem;
}

ul.meta-info {
  margin-top: 15px;
  display: flex;
}

ul.meta-info li + li {
  margin-left: 10px;
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
}

ul.meta-info li i {
  color: var(--primary-background2);
}

.blog-details .desc {
  margin-top: 15px;
}

/*Footer*/

footer {
  
}

footer .footer-content {
  padding: 50px 0;
}

footer.back-black{
  background-color: var(--primary-background);
}

footer.back-black li, 
footer.back-black p, 
footer.back-black strong, 
footer.back-black li a, 
footer.back-black h3, 
footer.back-black svg{
  color: var(--color-footer);
}

footer.back-black .footer-social-link ul.social-icon li {
  border: 1px solid var(--color-footer);
}

footer.back-black .svg-zalo .st0{fill:var(--color-footer);}
footer.back-black .svg-zalo .st1{fill: var(--color-footer);}
footer.back-black .svg-zalo .st2{fill: var(--color-footer);}
footer.back-black .svg-zalo .st3{fill:none;stroke:#0180c7;stroke-width:2;stroke-miterlimit:10;}

footer.back-white {
  box-shadow: 0px 4px 6px var(--primary-background);
}

footer.back-white .footer-social-link ul.social-icon li {
  border: 1px solid var(--primary-background);
}

footer.back-white svg
{
  color: var(--primary-color);
}

footer.back-white li a
{
  color: unset;
}

footer.back-white ul.social-icon li:hover svg {
  color: var(--color-footer);
}

footer.back-white .svg-zalo .st0{fill:var(--primary-color)}
footer.back-white .svg-zalo .st1{fill: var(--primary-color);}
footer.back-white .svg-zalo .st2{fill: var(--primary-color);}
footer.back-white .svg-zalo .st3{fill:none;stroke:#0180c7;stroke-width:2;stroke-miterlimit:10;}

footer.back-white li:hover .svg-zalo .st0,
footer.back-white li:hover .svg-zalo .st1,
footer.back-white li:hover .svg-zalo .st2 {
  fill: var(--color-footer);
}
footer.back-white li:hover .svg-zalo .st3 {
  stroke: var(--color-footer);
}

footer .footer-contact:first-child {
  margin-bottom: 20px;
}

footer .logo-footer {
  text-align: center;
  margin-bottom: 20px;
}
.logo {
  max-height: 50px;
}

.logo img {
  max-height: 50px;
  width: unset;
}

footer .logo-footer img {
  width: unset;
  max-height: 50px;
}

footer .logo + .desc-company {
  margin-top: 15px;
}

footer svg {
  /*color: var(--color-footer);*/
  fill: currentColor;
  vertical-align: middle;
}

footer .title-col {
  margin-bottom: 20px;
  color: var(--color2);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

footer p {
  /*color: #ddd;*/
  word-break: break-word;
  margin-bottom: 5px;
}

footer .footer-item .footer-contact ul {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

footer .footer-item .footer-contact ul li {
  margin-top: 10px;
}

footer ul.list-col-2 li + li {
  margin-top: 10px;
}

footer .footer-item .footer-contact ul li a:hover {
  margin-left: 5px;
  color: var(--white) !important;
}

footer .footer-item .footer-contact ul li i {
  font-size: 25px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

footer .footer-social-link .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 10px;
}

footer .footer-social-link .social-icon li,
footer .footer-social-link .social-icon li span {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 3px
}

footer .footer-social-link ul.social-icon li {
  border-radius: 50%;
  border: 1px solid var(--color-footer);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px!important;
  overflow: hidden;
  transition: .5s;
}

footer .footer-social-link ul.social-icon li:hover {
  background-color: var(--primary-background);
  transition: .5s;
}

footer .footer-social-link ul.social-icon li a:hover {
  margin-left: 0
}

footer .footer-social-link ul.social-icon li svg {
  margin: 0;
  color: var(--color-footer);
}

footer .footer-social-link ul li svg {
  height: 15px;
  width: 15px;
}

footer .footer-social-link ul.social-icon li img {
  max-width: 25px;
  max-height: 25px;
  border-radius: 25px 25px;
}

footer .barcode {
  text-align: center;
  margin-top: 10px !important;
}

footer .payments {
  margin-top: 10px;
}

footer .payments img {
  margin-bottom: 5px;
  width: 50px;
  display: inline-block;
}


@media screen and (max-width: 767px)
{
  /* footer .title-col {
      font-size: 16px;
  } */
}

/*copy right*/

.copyright-text {
  border-top: 1px solid var(--color-footer);
  padding: 10px 0;
  font-size: 12px;
}

.copyright-text p {
  margin-bottom: 0;
}