.footer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-cta-title {
  margin-top: 4.85rem;
  font-family: CTLaoSongSJ;
  font-weight: 400;
  font-size: 32px;
  color: #675a37;
  line-height: 1;
}

.footer-cta-button-wrapper {
  width: calc(88px + 5rem);
  height: calc(16px + 2rem);
  background-color: #BFA151;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-cta-button {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1;
}

.footer-nav-links span {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2.4rem;
  opacity: 0.9;
}

.footer-section-heading {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: calc(8px + 0.5rem);
  color: #ffffff;
  line-height: 1;
}

.footer-link-label {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.8rem;
  color: #9b9ea1;
  line-height: 1;
}

.footer-copy-text {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.8rem;
  color: #7e7e7e;
  line-height: 1;
}

.footer-copy-right {
  margin-left: 45.3rem;
}


@media screen and (max-width: 1100px){
    .footer-cta{
        height: auto !important;
        margin-top: calc(10px + 5rem) !important;
    padding: calc(10px + 3rem) 0;
    }
    .footer-cta-title{
        font-size: calc(16px + 1rem);
    }
    .footer-cta-button{
        font-size: calc(10px + 1rem);
    }
    
    .footer_top{
        flex-direction: column;
    }
    .foot_logo{
        width: 100%;
        margin: auto;
    }
    .foot_nav{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: 0 !important;
        gap: 0 !important;
        row-gap: calc(10px + 1rem) !important;
        margin-top: calc(10px + 4rem);
    }
    .foot_nav a{
          text-align: center;
        width: 30%;
    }
    .footer-nav-links span{
      
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .foot_bottom{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: calc(10px + 1rem);
    }
    
    .f_left{
        width: 90%;
        margin: auto;
        margin-left: 5% !important;
        
      
    }
    .f_left .icon{
        width: calc(10px + 1rem) !important;
    }
    .f_left .p1{
        width: 90%;
        font-size: calc(10px + 1rem) !important;
        line-height: 1.5 !important;
        padding-left: calc(10px + 1rem) !important;
    }
    .footer-section-heading{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .footer-link-label{
         font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .ewm{
        display:none !important;
    }
    .f_2{
        width: 90%;
        margin: auto;
    }
    .f_link{
        width: 100% !important;
        display:flex !important;
        justify-content: space-between !important;
    }
    .f_link img{
        width: calc(30px + 1rem);
    }
    .footer-copy-text{
         font-size: calc(9px + 1rem);
        line-height: 1.5;
        text-align: center;
    }
    .footer-copy-row{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        margin-left: 0!important;
    }
    .footer-copy-right{
        margin-left: 0;
    }
    .flow-root{
        height: auto !important;
        padding-top: calc(10px + 5rem) !important;
          padding-bottom: calc(10px + 1rem) !important;
    }
    .footer_top{
        margin-top: 0 !important;
    }
}
