/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.wpcf7-spinner {
	display: none;
}

.star-rating span:before {
    color: #ffad33 !important;
}

.star-rating:before, .woocommerce-page .star-rating:before {
	    color: #ffad33 !important;
}

.is-divider {
	display: none;
}


/*HEADER PC*/
#logo {
    margin-top: 2rem;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgb(0 0 0 / 0%);
    border-color: #0060AF;
    color: #0060AF !important;
}

.searchform .button.icon i {
    color: #0060AF;
}

.search-field::placeholder {
    color: #0060AF;
    opacity: 1;
}

.top-divider {
	display: none;
}

.header-bottom {
    background-color: rgba(241, 241, 241, 0);
    margin-top: -1rem;
}


.contact-box {
    text-align: right;
    line-height: 1.4;
    position: relative;
    top: 1.5rem;
}

.contact-box .phone {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0060AF;
  margin-bottom: 5px;
}

.contact-box .address {
  color: #0060AF;
}

ul.nav.header-nav.header-bottom-nav.nav-center {
	background-color: #eef7ff;
	border-radius: 1rem
}

ul.nav.header-nav.header-bottom-nav.nav-center > li{
	margin: 3px 0 !important;
}

/* Target đúng nút giỏ hàng */
a.header-cart-link {
  background: linear-gradient(225deg, #7ec8f7, #1e73be);
  color: #fff !important;     /* màu chữ trắng */
  border: none;               /* bỏ viền nếu có */
  border-radius: 8px;         /* bo tròn */
  transition: all 0.3s ease;  /* hiệu ứng hover mượt */
}
a.header-cart-link:hover {
  background: linear-gradient(225deg, #007bff, #004aad);
  color: #fff !important;
}

.header-bottom .flex-row.container {
	padding-bottom: 1rem;
	border-bottom: 1px solid #0060AF;
}


/* SECTION 1 */
.section-1-pc .section-content .banner .banner-bg.fill {
  background: linear-gradient(335deg, #dae8f4 10%, #ffffff 50%, #ffffff 100%);
}

.contact-section-1 {
	bottom: 3rem;
}

/* SECTION 2 */
.section-2 .img-inner.image-cover.dark {
	border-radius: 2rem;
}



/* SECTION 3 */
.section-3 {
		border-radius: 5rem;

}
.section-3 .danh-muc-san-pham .box-image{
	border-radius: 2rem;
}


.section-3 .san-pham-moi-nhat .col-inner .product-small {
	background: #fff;
	border-radius: 1rem;
}

.section-3 .san-pham-moi-nhat .col-inner .box-image {
	background: #fff;
	border-radius: 1rem 1rem 0 0;
}

.section-3 .san-pham-moi-nhat .col-inner a {
	font-weight: bold;
    color: #0060af;
}




.san-pham-noi-bat {
	
}
.list-san-pham-noi-bat{
	
}

.list-san-pham-noi-bat-lon .col-inner .box-image{
	background: #fff;
	border-radius: 2rem 2rem 0 0;	
}


.list-san-pham-noi-bat-lon .col-inner .product-small {
	background: #fff;
	border-radius: 2rem;
}

.list-san-pham-noi-bat .col-inner .box-image {
	background: #fff;
	border-radius: 1rem 1rem 0 0;
}

.list-san-pham-noi-bat .col-inner .product-small {
	background: #fff;
	border-radius: 1rem;
}


.list-san-pham-noi-bat .col-inner a, .list-san-pham-noi-bat-lon .col-inner a {
	font-weight: bold;
    color: #0060af;
}




/* SECTION 4 */
.icon-box-section-4 p {
	margin-top: -0.8rem;
}

.icon-box-section-4 .icon-inner {
    background: #0060af;
    padding: 1rem;
    height: 5.3rem;
    width: 5.3rem;
    border-radius: 50%;
    border: 5px solid #fff;
	transform: scale(1.2); /* phóng to 1.5 lần */
    transform-origin: center; /* điểm gốc để phóng to */
}

.icon-box-section-4 .icon-box-text {
	padding-left: 3rem !important;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	background: #dbeaf5;
	border-radius: 0 1rem 1rem 0;
	display: flex;
  	flex-direction: column; /* xếp h3 và p theo cột */
  	justify-content: center; /* căn giữa theo chiều dọc */
}


/* SECTION 5 */

.slide-du-an-secton-5 .box-image {
	border-radius: 2rem;
}

/* SECTION 6 */
.background-section-6 {
  background-image: url("/wp-content/uploads/2025/09/hinh-section-6.svg");
  background-repeat: no-repeat;
  background-size: contain;       /* Giữ nguyên tỷ lệ ảnh */
  background-position: center;
  width: 100%;                    
  aspect-ratio: 1921 / 430;       /* Tự động tính chiều cao theo đúng tỷ lệ */
}

.section-6 .doi-tac img {
	border-radius: 1rem;
}

/* SECTION 8 */


.background-section-8 {
  background-image: url("/wp-content/uploads/2025/09/hinh-section-8.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	border-radius: 5rem;
}

.background-section-8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* màu đen trong suốt */
  z-index: 1;
	border-radius: 5rem;
}

/* đảm bảo nội dung nằm trên overlay */
.background-section-8 > * {
  position: relative;
  z-index: 2;
}

.nhan-vien-tu-van .img-inner{
	object-position: bottom;
	transform: scale(1.1); /* phóng to 1.1 lần */
    transform-origin: bottom; /* điểm gốc để phóng to */
}

.form-home {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(180deg, #2f86d4, #0b4f8f);
  text-align: center;
}

.form-home ::placeholder { color: #0060AF; }

.form-home__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.form-home .wpcf7-form-control {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: none;
	color: #0060AF;
}

.form-home textarea.wpcf7-form-control {
  min-height: 100px;
}

.form-home input[type="submit"] {
  background: linear-gradient(245deg, #7fc2ff, #4189d8);
  border: none;
  border-radius: 1rem;
  padding: 1px 15px;   /* giảm padding để nút nhỏ gọn hơn */
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.1rem;
  width: auto;          /* bỏ width 100% để không kéo dài hết form */
  display: inline-block;
  margin-top: 10px;
}

/* SECTION 9 */

.tin-tuc-su-kien-post-nho .image-cover {
	border-radius: 0.5rem 0 0 0.5rem;
}

.tin-tuc-su-kien-post-nho .col-inner {
	background: #dceaf5;
		border-radius: 0.5rem;
}


/* FOOTER */
.footer {
  background: linear-gradient(12deg, #0060af, #80c6ff);
	border-radius: 5rem 5rem 0 0;
}

.logo-footer {
	background: #fff;
	border-radius: 0 0 2rem 2rem;
 width: 13rem !important;
}

.name-footer p{
	margin-bottom: 0;
}

.name-footer {
	margin-top: 1.5rem;
    margin-left: -5rem;
}

.footer .thong-tin-lien-he p{
	margin-bottom: 5px;
}


.footer .icon-box-img img {
	padding-top: 0 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

}