


/*
swiper
*/
.swiper-product .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-product .swiper-button-prev,
.swiper-product .swiper-button-next {
    display: none;
}
.swiper-product-thumb {
    margin-top: 10px;
}


.swiper-product-thumb  .swiper-slide-thumb-active {
    border:3px solid red;
}
.swiper-product-thumb .swiper-slide {
    cursor:pointer;
}
.swiper-product-thumb  .swiper-slide iframe {
    pointer-events: none; /* Ngăn chặn tương tác */	
}

.swiper-product  .swiper-slide video {
    pointer-events: none; /* Ngăn chặn tương tác */	
	max-height: 350px;
}


/*
slider-show
*/

.box-ajax-show {
	background-color:white;
    height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

.box-ajax-show iframe {
    pointer-events: auto;
	height: 100%;
}

.box-ajax-show video {
    pointer-events: auto;
	height: 100%;
}



.box-ajax-show img {
	max-width:100%;
	max-height:100%;
	display:block;
}


input::placeholder,
textarea::placeholder {
    color: #ddd; 
    font-style: italic; 
    font-size: 12px; 
    padding-left: 5px; 
}


/* form style */

/* CSS-FORM*/
body input[type=text],
body input[type=password]{
	border: 0;
    padding: 5px;
    margin: 0;
    background-color: transparent;
    box-shadow: 0px 0px 0px 1px #eee;
    width: 100%;
    max-width: 100%;
	border-radius:0;
} 





/*
//////////////////////////////-@680///////////////////////////////// */
@media screen and (max-width: 680px){  
.box-ajax-show iframe {
	height: auto;
}
}/*@680*/
















