.elementor-12 .elementor-element.elementor-element-2512120 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:space-evenly;align-items:space-evenly;}.elementor-12 .elementor-element.elementor-element-2512120:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-2512120 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#17539A;}.elementor-12 .elementor-element.elementor-element-2512120{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12 .elementor-element.elementor-element-2512120 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-b947d3e */.main-footer {
    background-color: #17539A; 
    color: #f0f0f0;
    padding: 60px 20px 30px; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 1em;
}

.main-footer .footer-container {
    max-width: 1200px; 
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; 
    gap: 30px;
    justify-content: space-between;  
    justify-content: flex-start; 
}

.main-footer .footer-column {
    flex: 1; 
    min-width: 200px; 
    margin-bottom: 20px; 
}

.main-footer .footer-about {
    flex-basis: 25%; 
    min-width: 250px;
}
.main-footer .footer-contact {
    flex-basis: 25%;
    min-width: 250px;
}
.main-footer .footer-links {
    flex-basis: 20%;
    min-width: 150px;
}
.main-footer .footer-social {
    flex-basis: 20%; 
    min-width: 150px;
}


.main-footer .footer-column h3 {
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 25px; 
    position: relative;
    padding-bottom: 10px;
}

.main-footer .footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px; 
    height: 3px; 
    background-color: #f0f0f0; 
}

.main-footer .footer-logo {
    display: flex; 
    align-items: center; 
    margin-bottom: 15px; 
}

.main-footer .footer-logo a {
    text-decoration: none; 
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background: #ffffff;
    border-radius: 10%;
}

.main-footer .footer-logo .footer-logo-img { /* Style cho thẻ img của logo */
    max-width: 140px; 
    height: auto;
    margin-right: 10px; 
    vertical-align: middle; 
}

.main-footer .footer-logo .logo-text {
    color: #FFFFFF;
    font-size: 1.8em;
    font-weight: 700;
    text-decoration: none;
    line-height: 1; 
}

.main-footer .footer-description {
    font-size: 0.95em;
    line-height: 1.6;
    opacity: 0.9;
}

.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer ul li {
    margin-bottom: 10px; 
    display: flex; 
    align-items: flex-start; 
    font-size: 0.95em;
}

.main-footer ul li i {
    margin-right: 10px; 
    font-size: 1.1em;
    color: #FFFFFF;
    flex-shrink: 0;
    margin-top: 2px; 
}

.main-footer ul li a {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease; 
}

.main-footer ul li a:hover {
    color: #a7d0e4;
}

.main-footer .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.main-footer .social-icons a {
    color: #FFFFFF;
    font-size: 2.6em;
    transition: color 0.3s ease, transform 0.3s ease; 
}

.main-footer .social-icons a:hover {
    color: #a7d0e4;
    transform: translateY(-3px); 
}

.main-footer .footer-bottom {
    text-align: center;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    font-size: 0.85em;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .main-footer .footer-container {
        flex-direction: column; 
        text-align: center; 
    }

    .main-footer .footer-column {
        min-width: 100%; 
        margin-bottom: 30px;
    }

    .main-footer .footer-column h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .main-footer .footer-logo {
        justify-content: center; 
    }

    .main-footer .social-icons {
        justify-content: center; 
    }

    /* Đặt lại flex-basis cho mobile để chúng chiếm hết chiều rộng */
    .main-footer .footer-about,
    .main-footer .footer-contact,
    .main-footer .footer-links,
    .main-footer .footer-social {
        flex-basis: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5aa4b47 *//* Reset mặc định */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  
  .social-menu {
    position: fixed;
    top: 65%;
    right: 20px; /* Cách mép phải 20px */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px; /* Khoảng cách giữa các icon */
    z-index: 1000;
  }
  
  .social-icon {
    width: 55px;
    height: 55px;
    background: #51A1FF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    transition: background 0.3s, transform 0.3s;
    box-shadow: 0 0 10px rgba(32, 210, 255, 0.5);
    animation: pulse 2s infinite;
  }
  
  .social-icon:hover {
    background: #51A1FF;
    transform: scale(1.1);
  }
  
  /* Pulse effect */
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(32, 210, 255, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(215, 0, 24, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(215, 0, 24, 0);
    }
  }
  
  .img-zalo {
      width: 35px;
  }/* End custom CSS */