@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/wp-content/fonts/kanit/kanit-v17-latin_vietnamese-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/fonts/kanit/kanit-v17-latin_vietnamese-regular.woff2') format('woff2');
}

.ast-builder-layout-element.ast-flex.site-footer-focus-item.ast-footer-copyright {
    padding-top: 24px !important;
    border-top: 1px solid #6B7280;
}

.ast-builder-layout-element.ast-flex.site-footer-focus-item.ast-footer-copyright p {
    text-align: left;
}

.wt-footer-copyright{
	display:flex !important;
	justify-content:space-between !important;
	align-items: center !important;
	font-size:14px !important;
}

.wt-footer-copyright span{
	text-align:left !important;
}


.wt-item-adddresss-footer .uagb-icon-list__source-wrap{
	align-self: self-start !important;
}

.wt-item-adddresss-footer svg{
	width:20px !important;
	height:20px !important;
	max-width:20px !important;
	max-height:20px !important;
	min-width:20px !important;
	min-height:20px !important
}

@media (max-width: 767px) {
  .wt-footer-copyright {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px;
  }
}



/* ==========================================================================
   Custom Footer Styles (wt-footer)
   ========================================================================== */
.wt-footer-grid {
    display: grid !important;
    grid-template-columns: 1.6fr 1fr 1fr 1fr !important;
    gap: 40px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #4a5568;
    clear: both;
}

.wt-footer-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.wt-footer-logo img {
    max-width: 120px;
    height: auto;
    display: block;
}

.wt-footer-subheading {
    font-size: 18px;
    font-weight: 700;
    color: #111;
	text-align:left !important;
	margin-bottom:0 !important;
}

.wt-footer-heading {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    text-transform: uppercase;
	font-family: 'Kanit', sans-serif;
	text-align:left !important;
}

.wt-footer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.wt-footer-item a {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    color: #718096 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    transition: color 0.2s ease;
	text-align:left !important;
}

.wt-footer-item-col-1.wt-footer-item a {
	font-size:16px !important;
}

.wt-footer-item a:hover {
    color: #1a202c !important;
}

.wt-footer-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.wt-footer-arrow {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    margin-top: 5px !important;
}

@media (max-width: 768px) {
    .wt-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

