* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	max-width: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* Đảm bảo không có tràn ngang */
    background-color: #f4f4f4;
}

.py-5 {
	padding-bottom:1rem !important;
}

.navbar-brand img {
    max-width: 150px;
}

.navbar-nav .nav-link {
    color: #252525 !important;
    font-weight: bold; /* Chữ in đậm */
    margin-right: 15px;
    transition: background-color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background-color: #e1e1e1; /* Màu đỏ khi hover */
    color: #fff !important;/* Màu chữ chuyển thành trắng khi hover */
    border-radius: 5px; /* Bo góc nhẹ khi hover */
    padding: 5px 10px; /* Thêm padding để có hiệu ứng đẹp hơn khi hover */
}

.special-heading {
    color: black; /* Màu đen */
    font-weight: bold; /* In đậm */
    text-align: center; /* Căn giữa */
    margin-bottom: 2rem; /* Khoảng cách dưới */
}
.note-text {
    font-size: 0.8rem;
	position: relative;
    z-index: 2;
    text-align: left;
    padding: 10px;
	
}

.btn-rounded {
    border-radius: 25px;
}

.btn-outline-danger {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: white;
}


.gradient-text {
    font-size: 2.6rem; /* Kích thước chữ lớn */
    font-weight: bold;
    background: linear-gradient(to right, #daa520 0%, #daa520 40%, #ff69b4 50%, #ff69b4 60%, #8a2be2 100%);
    -webkit-background-clip: text; /* Cắt ảnh nền thành hình dạng của chữ */
    -webkit-text-fill-color: transparent; /* Làm cho phần text nền trong suốt */
    background-clip: text;
    text-fill-color: transparent;
    z-index: 2; /* Đảm bảo tiêu đề nằm trên nền */
}




.product-header-section {
    position: relative;
    background-color: white;
    height: calc(100vh - 80px); /* Giới hạn chiều cao bao gồm menu chính */
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-header-section .container-fluid {
    padding: 0; /* Đảm bảo không có khoảng trống xung quanh hình ảnh */
}

.product-header-section img.full-width-image {
	background-position:center center;
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* Đảm bảo ảnh tràn ra viền màn hình và không bị méo */
}

.product-header-section .text-overlay {
    position: absolute;
    top: 30%; /* Căn lề trên với khoảng cách 20px */
    left: 20%; /* Căn lề trái với khoảng cách 20px */
    color: white;
    text-align: left;
    padding: 20px; /* Thêm padding 20px cho phần nội dung */
	border-radius: 10px;
}
.product-header-section .btn-rounded {
	margin-top:30px;
	
}


@media (max-width: 768px) {
    .product-header-section {
        height: auto;
    }

    .product-header-section img.full-width-image {
		content: url('/mini-5/mini5-MB.jpg');
		height: 100vh;
        width: 100vw;
        object-fit: cover;
		
    }

    .product-header-section .text-overlay {
		padding:0px;
		left: 0; /* Căn lề trái với khoảng cách 20px */
        top: 20px; /* Đảm bảo vị trí gần top trên màn hình nhỏ */
		text-align: center;
    }
}



#product-summary {
    background-color: white;
    color: black;
    padding: 30px 0;
    width: 100%;
}

#product-summary .special-heading {
	color:black;
	
}

#product-summary .selling-point {
    margin-bottom: 30px;
}

#product-summary .selling-box {
    border: 1px solid white;
    padding: 4px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#product-summary .selling-box img {
	border-radius: 15px;
    height: auto; /* Maintain aspect ratio */
    max-height: 200px; /* Allow image to take its natural height */
    object-fit: contain; /* Ensure the image covers the area (optional) */
}

#product-summary .selling-box p {
    margin-top: 10px;
    font-weight: bold;
	font-size:1.2rem;
    color: black;
}

@media (max-width: 768px) {
    #product-summary .row {
		margin-left: 0;
		margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }

    #product-summary .col-md-4 {
        flex: 1 1 50%; /* Chia thành 2 cột */
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #product-summary .selling-point {
        margin-bottom: 20px;
    }
    
    #product-summary .selling-box {
        padding: 4px;
    }

    #product-summary .selling-box img {
        max-height: 100px;
    }
	
	#product-summary .selling-box p {
    margin-top: 0px;
    font-weight: bold;
	font-size:1rem;
    color: black;
}

    #product-summary .special-heading {
        line-height: 2.5rem;
    }

    #product-summary .gradient-text {
        font-size: 1.8rem;
    }
}


#resolution {
    background-color: white;
    color: black;
    padding: 30px 0;
    width: 100%;
}

#resolution .container h3 {
    font-weight:bold;
}

#resolution img.img-fluid {
    width: 100%;
    height: 580px;
    object-fit: cover;
    object-position: center;
    border-radius: 0px; /* Bo góc cho hình ảnh (tuỳ chọn) */
}

@media (max-width: 768px) {
    #resolution img.img-fluid {
    width: 100%;
	height: auto;
    object-fit: cover;
    border-radius: 0px; /* Bo góc cho hình ảnh (tuỳ chọn) */
}
}

#night-vision {
    background-color: black;
    color: white;
    padding: 30px 0;
    width: 100%;
}

#night-vision .special-heading {
	color:white;
	
}
#night-vision .col-md-6 {
	flex-direction:column;
	justify-content:center;

}

#night-vision .img-night-vision {
	margin-bottom:15rem;
		margin-top:5rem;
}

#night-vision .img-fluid {
	width:auto;
	object-fit: cover;	
}



@media (max-width: 768px) {
	#night-vision .row {
	margin-left: 0;
    margin-right: 0;
	}
	#night-vision .special-heading {
    line-height: 2.5rem;
    }
	#night-vision  .gradient-text {
		font-size:1.2rem;
	}
	#night-vision .img-night-vision {
	margin-bottom:2rem;
		margin-top:2rem;
	}
}

#realcube-image {
    background-color: white;
    color: black;
    padding: 30px 0;
}

#realcube-image .container h3 {
    font-weight:bold;
}


#realcube-image .col-md-4 .img-fluid {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #realcube-image .row {
        flex-direction: column;
		margin-left: 0;
		margin-right: 0;

    }

    #realcube-image .img-fluid col-md-4 {
        max-width: 150px;
    }

    #realcube-image .progress-heading {
        font-size: 1.5rem;
    }

    #realcube-image hr {
        width: 30px;
    }
	#realcube-image .special-heading {
    line-height: 2.5rem;
    }
	#realcube-image  .gradient-text {
		font-size:1.8rem;
	}
	#realcube-image .col-md-4 .img-fluid {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}
	
}



#high-speed {
    background-color: white;
    color: black;
    width: 100%;
}



#high-speed .high-speed-box {
    margin-bottom: 30px;
	align-items:center;
	justify-content:space-between;
}


#high-speed .info-text-box {
    border: 0px solid white;
    padding: 30px;
    border-radius: 15px;
    background-color: #ececf8;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
	font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#high-speed .row {
		margin-left: 0;
		margin-right: 0;
	}

#high-speed .counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    font-weight: bold;
}

#high-speed .arrow-icon {
    width: 50px; /* Điều chỉnh kích thước ảnh mũi tên */
    margin-right: 10px; /* Khoảng cách giữa ảnh mũi tên và số */
}

#high-speed .progress {
    position: relative;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
}

#high-speed .progress-bar {
    height: 100%;
    line-height: 30px;
    color: white;
    text-align: center;
    font-weight: bold;
}

#high-speed .progress-label {
    position: absolute;
    top: 50%;
    left: 10px; /* Di chuyển nhãn về bên trái */
    transform: translateY(-50%);
    font-size: 0.8rem;
    color: white; /* Thay đổi màu sắc nhãn để hiển thị rõ hơn */
}

@media (max-width: 768px) {
    #high-speed .row {
        flex-direction: column;
    }

    #high-speed .counter-container {
        margin-top: 20px;
        font-size: 2rem;
    }

    #high-speed .arrow-icon {
        width: 30px; /* Điều chỉnh kích thước ảnh mũi tên cho thiết bị di động */
    }

    #high-speed .progress-label {
        font-size: 0.9rem;
        left: 5px; /* Điều chỉnh vị trí nhãn trên thiết bị di động */
    }
}


#modernism-design {
    background-color: white;
    color: black;
    width: 100%;
}



#modernism-design .modernism-design-box {
    margin-bottom: 30px;
	align-items:left;
	justify-content:space-between;
}


#modernism-design .info-text-box {
    border: 0px solid white;
    padding: 10px;
    border-radius: 15px;
    background-color: #ececf8;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
	font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#modernism-design .info-text-box h3 {
	font-size:1.2rem;
	font-weight:bold;
	text-align:left;
}


#modernism-design .row {
		margin-left: 0;
		margin-right: 0;
	}


@media (max-width: 768px) {
    #modernism-design .row {
        flex-direction: column;
    }

    #modernism-design .counter-container {
        margin-top: 20px;
        font-size: 2rem;
    }

    #modernism-design .arrow-icon {
        width: 30px; /* Điều chỉnh kích thước ảnh mũi tên cho thiết bị di động */
    }

    #modernism-design .progress-label {
        font-size: 0.9rem;
        left: 5px; /* Điều chỉnh vị trí nhãn trên thiết bị di động */
    }
}





#superstable-guardian {
    background-color: white;
    color: black;
    width: 100%;
}

#superstable-guardian .list-unstyled img{
		max-height:100px;
		margin-right:20px;
	}
	
	#superstable-guardian li {
		margin-bottom:20px;
	}
#superstable-guardian .superstable-guardian-title {
    font-weight:bold;
	font-size:2.2rem;
	margin-bottom:100px;
	
}

#superstable-guardian h3 {
    font-weight:bold;
	font-size:1.5rem;
	margin-bottom:20px;
}

@media (max-width: 768px) {
    #superstable-guardian .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	
	
	#superstable-guardian .list-unstyled img{
		max-width:100px;
	}

}


#parking-monitoring {
    background-color: white;
    color: black;
    width: 100%;
}

#parking-monitoring .list-unstyled img{
		max-height:100px;
		margin-right:20px;
		margin-bottom:10px;
	}
	
	#superstable-guardian li {
		margin-bottom:20px;
	}


#parking-monitoring h3 {
    font-weight:bold;
	font-size:1.5rem;
	margin-bottom:20px;
}

@media (max-width: 768px) {
    #parking-monitoring .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	#parking-monitoring .list-unstyled img{
		max-width:100px;
		
	}
	#parking-monitoring .col-md-6:last-child {
        order: -1; /* Di chuyển box có h3 và li lên giữa */
        text-align: center;
    }

}


#loop-recording {
	display:flex;
    background-color: black;
    color: white;
    width: 100%;
	height:1100px;
	align-items:center;
}

#loop-recording .special-heading {
	color:white;
	}



#loop-recording img.img-fluid {
   padding-top:50px;
   padding-bottom:20px;
}


@media (max-width: 768px) {
    #loop-recording .row {
		margin-left: 0;
		margin-right: 0;
	}
	#loop-recording {
	height:700px;
	align-items:center;
	}
	#loop-recording img.img-fluid {
		height:auto;
		object-fit:cover;
	}
	
	#loop-recording .special-heading {
	font-size:1.5rem;
	}
}






#super-capacitor {
    background-color: black;
    color: white;
    padding: 30px 0;
    width: 100%;
}

#super-capacitor .special-heading {
	color:white;
	
}

#super-capacitor .list-unstyled {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Đảm bảo các mục tự xuống dòng khi không đủ chỗ */
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    max-width: 100%;
}

#super-capacitor .list-unstyled li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    flex: 1; /* Các mục có độ rộng bằng nhau */
    max-width: 30%; /* Giới hạn chiều rộng mỗi mục khi ở chế độ desktop */
}

#super-capacitor .list-unstyled img {
    max-width: 60px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #super-capacitor .list-unstyled {
        flex-direction: column; /* Chuyển sang dạng cột trên điện thoại */
    }

    #super-capacitor .list-unstyled li {
        max-width: 100%; /* Chiếm toàn bộ chiều ngang khi ở chế độ điện thoại */
        margin-bottom: 10px;
    }

    #super-capacitor .special-heading {
        font-size: 1.5rem;
    }
}

#visual-effect {
    background-color: black;
    color: white;
    padding: 30px 0;
    width: 100%;
}

#visual-effect .special-heading {
    color: white;
}

#visual-effect .list-unstyled {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cột trên desktop */
    gap: 20px;
}

#visual-effect .list-unstyled li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	margin-right:40px;
    height: auto;
}

#visual-effect .list-unstyled img {
    max-height: 80px;
    margin-right: 10px;
}

@media (max-width: 768px) {
	#visual-effect .row {
       	margin-left: 0;
		margin-right: 0;

    }
    #visual-effect .list-unstyled {
        grid-template-columns: repeat(2, 1fr); /* 2 cột trên thiết bị di động */
    }

    #visual-effect .list-unstyled li {
        flex-direction: column; /* Đưa hình ảnh lên trên văn bản */
        align-items: center;
        text-align: center;
		margin-right:0;
    }

    #visual-effect .list-unstyled img {
        margin-right: 0;
        margin-bottom: 10px;
		max-height: 60px;
    }
	#visual-effect .special-heading {
        font-size: 1.5rem;
    }
}





#connect-share {
    background-color: white;
    color: black;
    padding: 30px 0;
    width: 100%;
}

#connect-share .special-heading {
	color:black;
	
}


@media (max-width: 768px) {
	#connect-share .row {
       	margin-left: 0;
		margin-right: 0;

    }
	#connect-share .special-heading {
        font-size: 1.6rem;
    }
}











#product-details {
    background-color: black;
    color: white;
    padding: 30px 0;
    width: 100%;
}

.info-box {
    margin-bottom: 30px;
}

.info-box h2 {
    font-size: 2rem; /* Increase font size */
    font-weight: bold;
    color: #FFD700;
}

.info-box p {
    font-size: 1.5rem; /* Increase font size */
    color: white;
}

.larger-img-container {
    max-width:100%; /* Increase container width */
}

.larger-img {
    width: 100%; /* Ensure image fills the container */
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    #product-details .row {
        flex-direction: column;
    }
	#product-details .special-heading {
    line-height: 2.5rem;
    }
	#product-details  .gradient-text {
		font-size:1.8rem;
	}
    .info-box {
        margin-bottom: 20px;
    }

    .larger-img-container {
        max-width: 90%; /* Slightly reduce size on smaller screens */
    }

    .img-fluid {
        margin: 20px 0;
    }

    .info-box h2 {
        font-size: 2rem;
    }

    .info-box p {
        font-size: 1.2rem;
    }
		
}






.detail-highlight {
    display: block;
    color: #6a11cb;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.position-relative {
    position: relative;
}

.full-width-image-section {
    position: relative;
    width: 100vw; /* Đảm bảo phần tử tràn ra toàn bộ chiều rộng của cửa sổ */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-width-image-section img.full-width-image {
    width: 100vw; /* Đảm bảo ảnh tràn ra toàn bộ chiều rộng của cửa sổ */
    height: auto;
    object-fit: cover; /* Đảm bảo ảnh dạng cover */
    min-height: 667px; /* Chiều cao tối thiểu cho điện thoại */
}

.overlay-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0); /* Tạo nền mờ cho văn bản */
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    max-width: 90%;
}

.button-overlay {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    justify-content: center;
}

.button-overlay a.btn {
    background-color: rgba(0, 0, 0, 0.5); /* Tạo nền mờ cho nút */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .full-width-image-section img.full-width-image {
        min-height: 667px; /* Chiều cao tối thiểu cho điện thoại */
    }

    .full-width-image-container img.full-width-image {
        height: auto; /* Đảm bảo ảnh dạng cover */
        min-height: 667px; /* Chiều cao tối thiểu */
    }

    .overlay-text {
        top: 10%; /* Điều chỉnh vị trí văn bản */
		left: 30%;
		margin-left:20px;
		text-align: left;
        transform: translate(-50%, 0%);
        font-size: 14px; /* Điều chỉnh kích thước chữ nhỏ lại cho phù hợp với màn hình nhỏ */
    }

    .overlay-text h3 {
        font-weight: bold;
		font-size: 1.5rem; /* Điều chỉnh kích thước chữ tiêu đề */
    }

    .overlay-text p {
        font-size: 1rem; /* Điều chỉnh kích thước chữ nội dung */
    }
	.button-overlay {
        flex-direction: column; /* Chuyển sang dạng cột trên điện thoại */
        top: 80%; /* Điều chỉnh vị trí nút */
    }

    .button-overlay a.btn {
        margin-bottom: 5px; /* Khoảng cách giữa các nút */
    }

    .button-overlay a.btn:last-child {
        margin-bottom: 0; /* Xóa khoảng cách cho nút cuối cùng */
    }
}


#product-packaging .section-title {
    color: black;
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
    border-bottom: 2px solid #ddd; /* Border dưới */
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#product-packaging .gradient-text {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2rem;
}

#product-packaging .packaging-item {
    margin-bottom: 30px;
}

#product-packaging .packaging-box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#product-packaging .packaging-box img {
    height: auto; /* Maintain aspect ratio */
    max-height: none; /* Allow image to take its natural height */
    object-fit: contain; /* Ensure the image covers the area (optional) */
}

#product-packaging .packaging-box p {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

@media (max-width: 768px) {
    #product-packaging .packaging-item {
        margin-bottom: 20px;
    }
    
    #product-packaging .packaging-box {
        padding: 15px;
    }

    #product-packaging .packaging-box img {
        max-height: 250px;
    }

    #product-packaging .section-title {
        font-size: 1.5rem;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
	#product-packaging .row {
		margin-left: 0;
		margin-right: 0;
	}
}


#product-specifications .comparison-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

#product-specifications .section-title {
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

#product-specifications .spec-column {
    padding: 20px;
    background-color: transparent;
    text-align: left; /* Canh toàn bộ nội dung về bên trái */
}

#product-specifications .spec-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#product-specifications .spec-title {
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left; /* Canh tiêu đề về bên trái */
}

#product-specifications .spec-detail {
    margin-bottom: 15px;
    color: #555;
    line-height: 1.6;
    height: 4.6em;
    overflow: visible;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left; /* Canh nội dung về bên trái */
}

#product-specifications .spec-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    text-align: left; /* Canh toàn bộ nội dung trong box về bên trái */
}


#product-specifications .hidden-spec {
    visibility: hidden; /* Ẩn nút nhưng vẫn giữ không gian */
}

@media (max-width: 768px) {
    #product-specifications .comparison-section .row {
        flex-direction: column;
        align-items: center;
    }

    #product-specifications .col-md-3 {
        margin-bottom: 30px;
    }
	#    #product-specifications .row {
		margin-left: 0;
		margin-right: 0;
	}
}

