footer {
    background-image: url("../../../public/img/landing/footerbg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-info-wrap {
    padding: 36px 120px 24px;
}

.footer-company-info {
    margin-bottom: 20px;
}

.footer-company-name {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-transform: capitalize;
}

.footer-company-slogan {
    font-family: Montserrat;
    font-weight: 500;
    line-height: 19.2px;
}

.footer-company-contact-item:not(:last-child) {
    margin-bottom: 12px;
}

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

.contact-info-header,
.contact-info-content {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.contact-info-content {
    font-weight: 400;
}

.footer-company-social {
    padding-top: 12px;
}

.footer-support,
.footer-about-us {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.footer-support-header,
.footer-about-us-header {
    margin-bottom: 33px;
}

.footer-about-us-item,
.footer-support-item {
    line-height: 19.2px;
}

.footer-about-us-item {
    min-width: 226px;
}

.footer-support-item {
    min-width: 280px;
}

.footer-link {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 400;
}

.footer-link:hover {
    color: var(--red-main);
}

.footer-support-item:not(:last-child),
.footer-about-us-item:not(:last-child) {
    margin-bottom: 16px;
}

.footer-hr {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid;
    margin: 0px 56px 24px;
}

.footer-certification {
    padding: 0 120px 16px;
}

.footer-license {
    font-weight: 400;
    line-height: 130%;
}

.footer-license-name {
    color: #cc3a3d;
    font-weight: 600;
    line-height: 20.8px;
}

.copyright-text {
    margin-left: 2px;
    color: var(--white, #fff);
    font-family: Montserrat;
    font-weight: 500;
    line-height: 19.2px;
}

.footer-image {
    width: 214px;
    height: 81px;
    background-image: url("../../../public/img/footer/bct.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-image-dun {
  width: 118px;
  height: 81px;
  /* background-image: url("../../../public/img/footer/DUNSicon.png"); */
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* button page up */
.page-up-button {
    display: none;
    bottom: 50px;
    right: 50px;
    color: #fff;
    border: 0;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    z-index: 9999;
}
/*
.page-up-button svg {
    fill: var(--secondary);
}

.page-up-button:hover svg path {
    fill: #f0f0f0;
    stroke: var(--red-main);
} */

/* footer icon */
.icon-wrap {
    width: 16px;
    height: 16px;
}

.icon-address {
    padding: 6px;
    gap: 4px;
    border-radius: 20px;
}

.icon-youtube {
    width: 32px;
    height: 32px;
    background-color: #f00;
    border-radius: 20px;
}

.progress-wrap {
    position: fixed;
    height: 46px;
    width: 46px;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(87, 129, 168, 0.2);
    z-index: 99;
    opacity: 0;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: "\f176";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--new-blue);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--new-blue);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
