html{font-size:14px;}
@font-face {
    font-family: 'Marcellus-Regular';
    src: url('fonts/Marcellus-Regular.eot');
    src: url('fonts/Marcellus-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Marcellus-Regular.woff') format('woff'),
         url('fonts/Marcellus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-Regular';
    src: url('fonts/Kanit-Regular.eot');
    src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Regular.woff') format('woff'),
         url('fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-Light';
    src: url('fonts/Kanit-Light.eot');
    src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Light.woff') format('woff'),
         url('fonts/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	line-height: 1.4;
    font-family: 'Marcellus-Regular', 'Kanit-Light';
	font-size: 1rem;
	position: relative;
	color: #252525;
	overflow-x: hidden;
	overflow-y:auto;
}
ul{
	padding: 0;
	margin: 0;
}
a{text-decoration: none;color: inherit;}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 40px;
	position: relative;
    top: .5rem;
    right: 0rem;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #880e4f;
    border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 12px;
	width: 75%;
	right: 0;
    left: auto;
}
#nav-icon3 span:nth-child(4) {
	top: 24px;
	width: 40%;
	right: 0;
    left: auto;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*///////////Start-Header///////////////*/
.contactbar{
	color: #FFF;
	padding: 8px 0;
	background: #231f20;
}
.contactbar img{width: 25px;filter: brightness(0) invert(1);}
.headbar-main{
    width: 100%;
    padding: .5rem 0;
    transition: all 0.5s;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
	color: #FFF;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 180px;
	max-width: 100%;
	transition: all 0.5s;
	margin: auto;
}
.navbar-brand.d-lg-none{
	padding: 1rem 0;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
}
.navbar-brand.d-lg-none img{
	width: 80%;
	margin: auto;
}

.navbar-nav li{
	color: #FFF;
	padding: 0;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 15px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	color: #FFF;
}
.navbar-nav li.active a, .navbar-nav a:hover{color: #880e4f;}
.navbar-nav li.dropdown a img{
	width: 20px;
	filter: invert(93%) sepia(7%) saturate(860%) hue-rotate(190deg) brightness(82%) contrast(86%);
}
.navbar-nav li.dropdown a:hover img, .navbar-nav li.active a img{
	filter: invert(14%) sepia(32%) saturate(5960%) hue-rotate(308deg) brightness(98%) contrast(104%);
}
.navbar-nav li.dropdown.languages-pc{display: none;}
.navbar-nav li.dropdown.languages-pc a img.globesize{
	width: 30px;
	margin-right: 5px;
}
.navbar-nav li.dropdown.languages-pc a{color: #880e4f;}
.navbar-nav li.dropdown.languages-pc a img{
	width: 20px;
	filter: invert(14%) sepia(32%) saturate(5960%) hue-rotate(308deg) brightness(98%) contrast(104%);
}
.navbar-nav li.dropdown.languages-pc .dropdown-menu a{text-align: center;}
.navbar-nav li.dropdown .dropdown-menu{
	border-radius: 0;
	border: none;
	padding: 0;
}
.navbar-nav li.dropdown .dropdown-menu a{
	padding: 15px ;
	color: #252525;
}
.navbar-nav li.dropdown .dropdown-menu a:hover, .navbar-nav li.active .dropdown-menu a{
	color: #FFF;
	background: #f48fb1;
}

.social-header{
	text-align: center;
	margin: 1rem auto;
	color: #FFF;
}
.social-header img{
	width: 35px;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-header img:hover{
	transform: scale(1.05);
}

/* Underline From Center */
.hvr-underline-from-center {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #880e4f;
  height: 4px;
	border-radius: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .navbar-nav li.active .hvr-underline-from-center:before {
  left: 0;
  right: 0;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	border: none;
	background: rgb(255 255 255 / 50%);
}
#carouselmainSlide .carousel-indicators button.active{
	background: rgb(255 255 255 / 100%);
}
#carouselmainSlide .carousel-item  img{transition: all 10s;}
#carouselmainSlide .carousel-item:hover img{transform: scale(1.2);}

/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.contentfull{
	padding: 7% 0 ;
	text-align: center;
	background: url("../images/bg-fullcontent.png") top center no-repeat #fefefe;
	background-size: 100% !important;
	background-attachment: fixed !important;
}
.contentfull .title-box{margin-bottom: 0;}
.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 10s;
}
.img-box:hover img{transform: scale(1.2);}

.vision-box{
	text-align: center;
	padding: 2rem 1rem;
	background: #FFF;
	border: 2px solid #f48fb1;
}
.vision-box h1{
	font-size: 1.6rem;
	margin: 0;
}
.vision-box p{
	margin: 2rem auto;
}
.readmore-btn{
	text-align: center;
	padding: 6px;
	color: #FFF;
	border: 1px solid #880e4f;
	transition: all 0.5s;
	width: 180px;
	margin: auto;
}
.readmore-btn:hover{border-color:#f48fb1;box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; }
.img-collect{
	text-align: center;
	overflow: hidden;
	position: relative;
	transition: all 0.7s;
}
.img-collect img{
	max-width: 100%;
	transition: all 0.7s;
}
.readmore-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #FFF;
	opacity: 0;
	transition: all 0.7s;
	
	transform: translateY(-10px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(40 53 147 / 70%);
}
.collections-box{
	text-align: left;
	margin-bottom: 2rem;
}
.collections-box p{
	margin: .75rem auto 0;
}
.collections-box:hover .img-collect{box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;}
.collections-box:hover .readmore-text{
	opacity: 1;
	transform: translateY(0px);
}
.collections-box:hover img{transform: scale(1.05);}

.content-collections{
	padding: 10% 0;
	background: url("../images/bg-fullcontent.png") center center no-repeat;
	background-size: 100% !important;
	background-attachment: fixed !important;
}
.title-box{
	text-align: center;
	margin-bottom: 5%;
}
.title-box h1{
	font-size: 1.6rem;
	margin-bottom: 0;
	color: #880e4f;
}
.title-box p{margin: 0;}


/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #f48fb1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #880e4f;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}





.content-otherpage{
	padding: 10% 0;
	background-size: cover !important;
}
.content-otherpage.aboutpage{
	background: url("../aboutus/images/bg-about.png") top center no-repeat;
	padding-bottom: 40%;
}
.aboutus-textpage{text-align: center;}
.aboutus-textpage p{margin-bottom: 2rem;}

.jewelry-textpage{text-align: center;}
.jewelry-textpage p{margin-bottom: 1rem;}
.content-otherpage.jewelrypage{
	background: url("../Jewelry/images/bg-Jewelry.png") top center no-repeat;
}
.line-color{
	width: 100%;
	height: 1px;
	background: #880e4f;
	margin: 5rem auto;
}
.title-collection{margin: 0 0 3rem;}
.title-collection h1{
	font-size: 1.7rem;
	margin-bottom: 0;
	color: #880e4f;
}

.products-box{margin-bottom: 2rem;}
.products-box .img-box{position: relative;overflow: hidden;}
.products-box img{transition: all 0.5s;}
.products-box:hover img{transform: scale(1.05);}
.products-box p{margin: .75rem 0;}
.hoverread{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 1rem;
	left: 0;
	opacity: 0;
	background: rgb(40 53 147 / 75%);
	transition: all 0.5s;
	text-transform: uppercase;
}
.products-box:hover .hoverread{
	opacity: 1;
	top: 0;
}
.hoverread p{margin: 0;}

.jewelry-detailpage h1{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	color: #880e4f;
}
.jewelry-detailpage ul{list-style: none;margin-bottom: 1.5rem;}
.jewelry-detailpage ul li{padding-bottom: 2px;}
.jewelry-detailpage p{margin: 0;}
.jewelry-detailpage h2{
	font-size: 1.4rem;
	margin-bottom: 0;
	color: #880e4f;
}
.jewelry-detailpage h3{
	font-size: 1.2rem;
	margin-bottom: 0;
	color: #880e4f;
}
.read-order{margin: 1rem 0;}

.moredetail-box{margin-top: 4rem;}
.moredetail-box .accordion-item .accordion-button{
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 1.5rem;
	color: #880e4f;
}
.moredetail-box .accordion-item{
	background: none;
	border: none;
}


.slideproducts{margin: 2rem auto;}
.slideproducts #myCarousel{padding: 0;}
.slideproducts #myCarousel .carousel-item{background: #ffe5f3;}
.slideproducts #myCarousel .carousel-inner{
	background: #FFF;
}
.slideproducts #myCarousel img{
	aspect-ratio: 2 / 2;
    object-fit: cover;
}
.slideproducts #carousel-thumbs .row{justify-content: center;}
.slideproducts #carousel-thumbs{
	padding: 0 2rem;
	margin-top: 1rem;
}
.slideproducts #carousel-thumbs img {
    background: #ffe5f3;
    aspect-ratio: 2 / 2;
    object-fit: cover;
}
.slideproducts .carousel-control-next-icon{
	background: url("../Jewelry/images/right-arrow.png")center center no-repeat;
	background-size: 100% !important;
    filter: invert(14%) sepia(35%) saturate(7342%) hue-rotate(313deg) brightness(80%) contrast(99%);
}
.slideproducts .carousel-control-prev-icon{
	background: url("../Jewelry/images/left-arrow.png")center center no-repeat;
	background-size: 100% !important;
    filter: invert(14%) sepia(35%) saturate(7342%) hue-rotate(313deg) brightness(80%) contrast(99%);
}
.slideproducts .carousel-control-next{
	opacity: 1;
	margin-right: -1.5rem;
}
.slideproducts .carousel-control-prev{
	opacity: 1;
	margin-left: -1.5rem;
}


.blog-box{margin-bottom: 2rem;}
.blog-box:hover img{transform: scale(1.05);}
.blog-box .readmore-btn{margin: .5rem 0;}
.blog-box .img-box img{transition: all 0.5s;}
.text-bolg{
	margin: .75rem 0;
	color: #302d2c;
}
.text-bolg h1{
	font-size: 1.1rem;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 1);
	margin: 0;
    font-family: 'Kanit-Regular';
}
.text-bolg p{
	margin: 0;
	color: #880e4f;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 1);
    font-family: 'Kanit-Light';
}

.text-detail--blog{
	color: #302d2c;
	margin: 1rem auto;
}
.text-detail--blog p{
	color: #880e4f;
	margin-bottom: 1rem;
}
.text-detail--blog h1{
	font-size: 1.2rem;
	margin-bottom: 0;
    font-family: 'Kanit-Regular';
}


.adress-box h1{
	font-size: 1.4rem;
	color: #880e4f;
}
.adress-box a:hover{color: #880e4f;text-decoration: underline;}
.adress-box ul{list-style: none;}
.adress-box p{margin: 0;}
.adress-box ul li{padding-bottom: 5px;}
.add-qrcode{
	margin: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.add-qrcode a{
	display: block;
	margin-right: 5px;
}
.add-qrcode img{
	width: 7rem;
}

.mapbox{
	text-align: center;
	overflow: hidden;
	border: 4px solid #880e4f;;
	padding: 1rem;
	background: #FFF;
	aspect-ratio: 2 / 2;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.mapbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	aspect-ratio: 2 / 2;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 2 / 2;
}
.tabs-map ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 1rem 0;
}
.tabs-map ul li{
	width: auto;
	margin: 0 10px 0 0;
}
.tabs-map ul li a{
	padding: 7px 15px;
	text-align: center;
	color: #880e4f;
	width: 100%;
	border: 2px solid #880e4f;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.tabs-map ul li a.active{
	color: #FFF;
	background: #880e4f;
}



.message-contact{
	color: #252525;
	margin: 2rem auto;
	padding: 2rem 1rem;
	background:rgb(136 14 79 / 8%);
}


.message-contact h1 img{
	width: 33px;
	filter: invert(13%) sepia(36%) saturate(6155%) hue-rotate(311deg) brightness(98%) contrast(102%);
}
.message-contact h1{
	color: #880e4f;
	font-size: 1.5rem;
	margin-bottom: 0;
	text-align: center;
}
.message-contact p{
	margin-bottom: 2rem;
	text-align: center;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #880e4f;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text, .control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin: 5px auto;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label {
    padding: 10px 15px;
    background: #FFF;
    border: 1px solid #880e4f;
    width: 100%;
    color: #880e4f;
    border-radius: 0px;
    height: auto;
    margin: 0;
    line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #880e4f;
}
.form-text::placeholder{color: rgb(37 37 37 / 41%);}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn {
    min-width: inherit;
    padding: 10px;
    display: block;
    box-shadow: none;
    border: 1px solid #880e4f;
    color: #FFF;
    background-color: #880e4f;
    margin: .5rem auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 0;
	width: 100%;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    color: #880e4f;
    background-color: #FFF;
	transform: scale(.98);
}


.detail-policy{margin-bottom: 1.5rem;}
.detail-policy h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    /*font-family: 'Prompt-Regular';*/
}
.detail-policy p{
	margin-bottom: 1rem;
	text-indent: 3%;
}
/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000;
    z-index: 2345;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
    font-family: 'Prompt-Regular';
}
.policy-box a{color: #000;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #252525;
    justify-content: center;
	border-radius: 25px;
	background:#252525;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #252525 ;
}

/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: url("../images/bg-footer.png") left bottom no-repeat;
	background-size: cover!important;
	background-attachment: fixed !important;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
}
.footer p{margin: 0;}
.footer a:hover{text-decoration: underline;}

.address-footer{margin: 1rem auto 2rem;}
.address-footer img{width: 15em;}
.address-footer ul{margin-top: 1rem;}
.address-footer ul li{padding-bottom: 5px;}
.copyright-box{
	text-align: center;
	border-top: 1px solid #FFF;
	margin-top: 5%;
	padding: 5% 10% 0;
}
.copyright-box a{font-size: 1.2rem;}
.menu-footer ul{line-height: 2;}

.social-footer{margin: 2rem auto;text-align: center;}
.social-footer img{
	width: 35px;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{
	transform: scale(.9);
	filter: none;
	
}
.logo-footer{text-align: center;}
.logo-footer img{width: 180px;}
/*///////////End-Footer///////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: url("../images/bg-footer.png") left bottom no-repeat;
		background-size: cover!important;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
		transition: all 0.6s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0;
		transition: all 0.6s;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		transition: all 0.6s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
		transition: all 0.6s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.6s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
		transition: all 0.6s;
	}
}


 /*-----cate----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.main-cate {
	list-style:none ;
	text-align:center !important;
}
ul.main-cate li{
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    font-size: 1rem;
	color:#880e4f;
    /*text-transform: uppercase;*/
	padding: 0px 15px;
	margin: 0.2rem 0.2rem;
   /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	transition: all 0.4s;
	border-bottom: 2px solid #FFF;
}
ul.main-cate li.active,
ul.main-cate li:hover{
	color: #ffffff;
    background: rgb(136 14 79);
	border-bottom: 2px solid #000;
    /*border-radius: 20px;*/
}

/*///////img-box-2///////*/
.pic-box,
.pic-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.pic-box-2 {
    padding-bottom: 65%;
}
.pic-box div ,
.pic-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    /* height: auto; */
    height: 100%;
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pic-box div img ,
.pic-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	max-width: 100%;
    max-height: 100%;
    /*width: auto;
    height: 100%;*/
	/*width: 100%;
    height: 100%;*/
    object-fit: cover;
	transition: all 0.5s;
}


/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
 text-align: center;
 padding:1rem 0;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:1rem;
	cursor:pointer;
	/*padding: 0.3rem 0rem;*/
	padding: 0rem 0.1rem;
	margin: 0.2rem;
	/*border:2px solid #777;*/
	border: 2px solid #FFF;
}
/*.pagelist li:last-child:hover ,
.pagelist li:last-child, .pagelist li:first-child:hover ,
.pagelist li:first-child{
	border: 2px solid #FFF;
}*/
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0 0.5rem;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:1rem;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    background: #000;
    transition: all 0.4s;
    border: 2px solid #ccc;
}
.pagelist li a:hover{
    color: #000 ;
	transition: all 0.4s;
}
/*.pagelist li:hover{
	border:2px solid #ecab53;
}*/
/*.pagelist li svg { vertical-align: middle; }*/
.pagelist li svg {    height: 0.8rem; }
.pagelist li.active a {
    color: #ffffff;
}
