/*Begin class margin, padding Quyen dinh nghia */

.text_shadow {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.slide-xoay {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  background: -webkit-linear-gradient(to right, #2c5364, #203a43, #0f2027);
  overflow: hidden;
}

.scope {
  position: relative;
  width: 180px;
  height: 200px;
  transform-style: preserve-3d;
  animation: slid 120s linear infinite;
}

.scope span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 30deg)) translateZ(520px);
}
.scope span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity:0.97;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: 2s;
}
.scope span:hover img {
  transform: translateY(-5px) scale(1.2);
  opacity:1;
}
@keyframes slid {
  0% {
    transform: perspective(1200px) rotateY(0deg);
  }
  100% {
    transform: perspective(1200px) rotateY(360deg);
  }
}

.scope:hover{
    animation-play-state: paused;
}
/*scroll ticky che khuat*/
.anchor:target::before {
    content: "";
    display: block;
    height: 60px;
    margin: -60px 0 0;
}


@media (min-width: 576px) {
  .col-2half {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-9half {
    flex: 0 0 auto;
    width: 80%;
  }

}


@media (min-width: 768px) {
  .col-md-2half {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-md-9half {
    flex: 0 0 auto;
    width: 80%;
  }

}


.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;}

.navbar-toggler {
    border-color: #a5a5a5;
}


.current {
 background:yellow;
}

.current > a {
	background:#e6e6e6;
}

.carousel-indicators_quyen {
    position: relative;
}

.carousel-indicators_quyen: hover {
    opacity:1;
}


.carousel-indicators_quyen [data-bs-target] {
    transition: opacity 0.3s ease;
	width:100%;
	height:auto;
}

.carousel-indicators_quyen [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.9;
    transition: opacity 0.6s ease;
}


.carousel-item {
    transition: transform 0.3s ease-in-out;
}


.tskt_border {
	
	border:1px solid #bbbbbb;
}

.video-san-pham {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.25%;
}

.nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

li.nav-item > a {
	padding: 13px;
}

li.nav-item > a:hover {
	color:black;
	background:#cbcbcb;
}

li.nav-item > a {
	color:#393939;
}

li.list-group-item > a{
	color:#393939;
}

li.list-group-item > a:hover{
	color:#0d6efd;
}

a.color-den {
	color:#1d2939;
	font-size:14px;
}

a.color-grey {
	color:#1d2939;
}

.menu-duoi, .menu-duoi-1 {
	position:fixed;
	bottom:0;
}

.menu-duoi-1 {
	position:fixed;
	bottom:0;
}

@media screen and (max-width: 767px) {
	.dropdown-menu {

		display: block;
	}
	
	.mobile_an	{

		display: none;
	}
	.menu-duoi {
		
	width:100%;
	
	}
	
	.menu-duoi-1 {
	width:100%;
	height:20px;
	background:#ebebeb;
	opacity:0.9;
	}
	
	
}

a:link {
  text-decoration: none;
}

input[type=text].search_input {
	float:right;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 6px; 
  background-repeat: no-repeat;
  padding: 6px 0px 6px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text].search_input:focus {
  width: 80%;
  position:absolute;
  top: 50px;
  right:50px;
  
}

.togglesearch{
  background: #E8E8E4;
  position: absolute;
  top: 54px;
  right:0px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid grey;
  display: none;
}

.togglesearch:before{
  content: "";
  position: absolute;
  top: -30px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid grey;
}

.togglesearch input[type="text"]{

}

.togglesearch input[type="button"]{
  width: 280px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;

}



.sidebar_shadow {
 box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 19%);
}

.product_info {
	border: 1px solid #FFF;
    overflow: hidden;
    text-align: center;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 19%);
    margin-bottom: 25px;
	position:relative;
}

.product_info:hover {
    background: #efefef;
    box-shadow: 0 0 3px 0 #ccc;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 1;
}

.video_youtube_1 {
	position: relative; 
	width: 100%; 
	height: 0; 
	padding-bottom: 56.25%;
}

.iframe_video_1 {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.icon_thuonghieu {
	position:absolute; 
	top:0; 
    left:0;
	opacity:0.8;
}

.gia_sp {
	color:brown;
}

.thong-so-ky-thuat {
	border: 1px solid grey;
	background: #f3f3f3
}

img {
	max-width:100%;
	height:auto;
}

.mieu-ta > p > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mieu-ta > div > p > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo {
    max-height: 120px;
    width: auto;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%), 0 3px 10px 0 rgb(0 0 0 / 29%);
    border-radius: 20%;
    border: 2px solid #fff;
}

.logo_duoi {
    max-height: 66px;
    width: auto;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%), 0 3px 10px 0 rgb(0 0 0 / 29%);
    border-radius: 50%;
    border: 2px solid #fff;
	padding:5px 12px;
}


.zoom {
    transition: transform 2s;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

a {
  color: #393939;
  text-decoration: none;
}
a:hover,a:focus {
  color: #0d6efd;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.abc {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px;
    background: -webkit-linear-gradient(to right, #2c5364, #203a43, #0f2027);
    overflow: hidden;
}

.title{
    background-image: linear-gradient(45deg, #e9ecef 20%, #f8f9fa 50%);
    width: auto;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%), 0 3px 10px 0 rgb(0 0 0 / 29%);
    border: 2px solid #fff;
}

.title_cate{
    background-image: linear-gradient(45deg, #e9ecef 20%, #f8f9fa 50%);
}

.charmonman {
    font-family: 'Charmonman', sans-serif;
}

.pattaya {
    font-family: 'Pattaya', sans-serif;
}

figcaption {
	font-size: .875em;
	font-style: italic;
	text-align: center;
    margin-bottom: 15px;
    padding-top: 5px;
}

figure > img {
	display: block !important;
	margin-right: auto !important;
    margin-left: auto !important;
}

.hoa-van-cot {
    background: url(../images/hoa-van-gach-duoi-right.png) bottom no-repeat;
    min-height: 17px;	
}

.bg-rg {
		background-image: linear-gradient(45deg, #e9ecef 20%, #f8f9fa 50%);
}

.bg-pvd {
	background-image: linear-gradient(45deg, #e9ecef 20%, #f8f9fa 50%);
}

.bg-24k {
	background-image: linear-gradient(45deg, #e9ecef 20%, #f8f9fa 50%);
}