/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2025 | 14:29:51 */
ul.hotline-top {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    background-position: 0% 50%;
    padding-left: 50px !important;
}
ul.hotline-top:before {
    content: "";
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 23px;
    line-height: 40px;
    position: absolute;
    left: 0px;
    color: #ffffff;
    top: 0px;
    background: url(https://acquybaria.com/wp-content/uploads/2025/02/phone-call.png) no-repeat;
    background-size: contain;
    animation: shake 0.5s ease-in-out infinite;
}
@keyframes shake {
    0% { transform: scale(1) rotate(0deg); }
    25% { transform: scale(1.03) rotate(-3deg); }
    50% { transform: scale(1.05) rotate(3deg); }
    75% { transform: scale(1.03) rotate(-3deg); }
    100% { transform: scale(1) rotate(0deg); }
}
.hotline-top li {
    list-style: none;
    margin-bottom: 0px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 600;
	color: #004e96;
}
.hotline-top li.hotline-phone a {
    font-weight: 600;
    font-size: 22px;
    color: red;
}

img.header_logo.header-logo {
	width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

input#woocommerce-product-search-field-0 {
	border-radius: 15px 0 0 15px;
	height: 40px;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    border-radius: 0 14px 14px 0;
	height: 40px;
	padding: 0 15px;
	background: #004e96;
}

.nav-dark .nav>li>a {
    color: hsl(0deg 0% 100%) !important;
}

li.header-search-form.search-form.html.relative.has-icon {
    border: 1px solid #004e96;
    border-radius: 15px;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-medium.nav-uppercase {
    justify-content: center;
}

.flex-col.hide-for-medium.flex-center {
    padding: 0 100px;
}

ul.nav.header-nav.header-bottom-nav.nav-center.nav-divided.nav-spacing-large.nav-uppercase {
	gap: 25px;
}

@media (max-width: 768px) {
    .title-top span  {
        font-size: 28px !important; /* Kích thước font cho tablet */
    }
	
	.box-icon {
		margin: 0 !important;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		padding: 0 !important;
	}
}



.title-top {
	text-align: center;
	margin: 0;
	font-size: 28px;
}

.container { 
	display: flex;
	justify-content: center; /* Căn giữa theo chiều ngang */
	align-items: center; /* Căn giữa theo chiều dọc */
	padding: 2px;
}

.title-top span {
	display: block;
	font-size: 14px; /* Hoặc tùy chỉnh */
}
@media (max-width: 480px) {
	.title-top span  {
		font-size: 16px !important; /* Kích thước font cho mobile */
    }
	
	.title-top {
		font-size: 16px !important;
	}
	
	.slider .flickity-prev-next-button {
		box-shadow: none !important;
		opacity: 0 !important;
	}
	
	.box-1,
	.box-2 {
		transform: translateX(0) !important;
		opacity: 1 !important;
		transition: none !important;
	}
}

.box-icon {
	padding: 0 150px;
    border: 2px solid #ddd;
	background: #f5f5f5;
}

.box.has-hover.has-hover.box-text-bottom {
    padding: 10px 0;
}

.product-small.box {
    border: 1px solid #dadee3;
	background: #fff;
}

.product-small.box:hover {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.slider .flickity-prev-next-button {
    box-shadow: none !important;
    opacity: 1;
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}

.banner-product {
	padding: 0 15px 15px !important;
}

.glsr-reviews-wrapper {
    overflow: hidden; /* Ẩn các phần tử vượt quá giới hạn */
    width: 100%; /* Chiều rộng của container */
    position: relative;
}

.glsr-reviews {
    display: flex; /* Sắp xếp các review theo hàng ngang */
    animation: scrollLeft 100s linear infinite; /* Tạo chuyển động từ trái qua phải */
}

.glsr-review {
    flex: 0 0 auto; /* Không co giãn các phần tử */
    width: 300px; /* Chiều rộng của mỗi review */
    margin-right: 20px; /* Khoảng cách giữa các review */
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0); /* Bắt đầu ở vị trí 0 */
    }
    100% {
        transform: translateX(-100%); /* Cuối cùng sẽ di chuyển hết chiều rộng của container */
    }
}

.hidden-review {
	overflow-x: hidden;
}

.glsr-elementor .glsr-review {
	justify-content: center;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
}

.fb-page, .info-footer {
	padding: 0 15px;
	color: #fff;
}

  .aml_dk-flex-item {
    display: inline-block;
    animation: zoom-shake 1.5s infinite; /* Thêm hiệu ứng thu nhỏ và rung lắc liên tục */
  }

 @keyframes zoom-shake {
    0% {
      transform: scale(0.7); /* Bắt đầu ở tỉ lệ 0.7 */
    }
    50% {
      transform: scale(1) translateX(0); /* Phóng to đến tỉ lệ 1 */
    }
    60% {
      transform: scale(1) translateX(-2px); /* Lắc trái */
    }
    70% {
      transform: scale(1) translateX(2px); /* Lắc phải */
    }
    100% {
      transform: scale(0.7); /* Quay lại tỉ lệ 0.7 */
    }
  }

span.price {
    color: red;
    padding: 10px 0;
}