@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */



body {
    font-family: "Open Sans", sans-serif;;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

/* Make content expand to push the footer down */
.content {
	flex: 1; /* This pushes the footer to the bottom */
	padding: 0px;
}


/* Breadcrumb */
.breadcrumb-container{
    width: 100%;
    margin: 0 auto;
    background-color: #f2f2f2;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
}

.breadcrumb{
	min-height: 76px;
	background-color: white;
}

.bc-wrap {
    width: 1370px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative; /* Ensures correct stacking */
}

.bc-top-wrap{
	padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 34px;
}

.bc-tilte-wrap {
    display: flex;
    justify-content: space-around;
    max-width: 504px;
    position: relative;
}

.bc-title{
	display: flex;
    justify-content: space-around;
    max-width: 504px;
    position: relative;
}

.bc-title{
	display: flex;
    justify-content: space-around;
    max-width: 504px;
    position: relative;
}

.bc-container-wrap {
    display: block;
    height: 50%;
    z-index: 10 !important;
}

.bc-container{
	max-height: 2.125rem;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-flex;
}

.bc-nav-wrap {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    width: 100%;
    max-width: 1370px;
    padding-right: 60px;
    position: relative; /* Change from absolute */
}

.bc-nav-bar{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-item {
    line-height: 42px;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}

.breadcrumb-container {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white; /* Ensure it's visible */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
}

/* Page */
.page-header{
	float: left;	
    width: 100%;
	box-sizing: border-box;
}

.ph-wrap{
	padding-left: 30px;
    padding-right: 30px;
	padding-top: 50px;
    padding-bottom: 20px;
	text-align: center;
    margin: 0 auto;
}

.ph-title{
	font-size: 40px;
    line-height: 50px;
	color: #333;
	font-weight: 600;
    letter-spacing: normal;
}

.ph-title h2 {
    font-family: "OpenSansBold", "Microsoft YaHei", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
}

/* General */

.seo-fs-4{
	font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 0 !important;
    margin: 0;
    color: #333;
    text-align: left;
    font-weight: 600;
    word-break: break-word;
    position: relative;
    z-index: 999;
}

.carousel-item img {
	width: 100%;
	height: 500px; /* Adjust as needed */
	object-fit: cover; /* Ensures images fill the space while maintaining aspect ratio */
}

.btn-mute{
	font-size: 1rem; 
	border-radius: 25px;
    border: 2px solid black; 
	color: black; 
	background: transparent;
	font-size: 1.25rem;
}

.btn-active{
	font-size: 1rem; 
	border-radius: 25px;
    border: 2px solid red; 
	color: white; 
	background: red;
	font-size: 1.25rem;
}

.btn-mute:hover{ 
	color: black;
}

.btn-active:hover{
	color: white; 
}

.banner-h{
	font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 10; /* Higher than the image */
}

.title-h2{
    font-weight: 700;
}

.no-dec-list{
    list-style-type: none;
}

.no-dec-list-bold{
    list-style-type: none;
	font-size: 0.85rem;
	font-weight: bold;
}

/* Video */
.video-container {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
}
.video-thumbnail {
	width: 100%;
	border-radius: 10px;
	display: block;
}
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border: none;
	border-radius: 12px;
	width: 100px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transition: background 0.3s;
}
.play-button:hover {
	background: rgba(255, 0, 0, 1);
}
.video-title {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	border-radius: 5px;
}

#videoModal .modal-content {
	background-color: transparent;
	border: 0;
}

/* Product List */
.prod-cat-container{
    width: 100%;
    margin: 0 auto;
    background-color: #f2f2f2;
    position: relative;
}

.prod-cat .card img{
  height:150px;
  width:100%;
}

div [class^="col-"]{
  padding-left:5px;
  padding-right:5px;
}
.card{
  transition:0.5s;
  cursor:pointer;
}
.card-title{  
  font-size:17px;
  font-weight: bold;
  transition:1s;
  cursor:pointer;
}
.card-title i{  
  font-size:17px;
  font-weight: bold;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  height:80px;  
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}
