/*
* ----------------------------------------------------------------------------------------
Author       : SORN KIMSAON
Author URL   : https://themeforest.net
Template Name: UNIFORM - Multi-Purpose School Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/


/*-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Theme default CSS
    2. Home 1
        2.2 Home 1 Slider
        2.3 Top Banner
        2.4 Featured Item
        2.5 Special Offer
        2.6 Top Sale Trend
        2.7 Banner 2
        2.8 Feature Post Area
        2.9 Service Area
        2.10 Newsletter
        2.11 Brands
        2.12 Footer
    3. Home Two
    4. Home 3
    5. Shop Grid
    6. Single Product
    7. Cart Page
    8. Checkout
    9. Wishlist
    10. Order Tracker
    11. My Account
    12. About Us
    13. Blog
    14. Blog Details
    15. Contact
    16. 404
    17. Coming Soon
    18. Product Comparison
    19. Newsletter Popup

-----------------------------------------------------------------------------------*/


/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/


/*custom font*/
@import url('https://fonts.googleapis.com/css?family=Hanuman:400,700|Titillium+Web|Arimo|Poppins:400,700|Ruluko|Koulen|Moul|Lato');

:root{
	--default-color-1 : #000;
	--default-color-2 : #e50b60;
	--default-color-3 : #df006d;
	--default-color-4 : #fefefe;
	--default-color-5 : #1a1a1a;
	--default-color-6 : #6e1200;
	--default-color-7 : #f1e9e2;
	--default-color-8 : #2e233e;
	--default-color-9 : #b3b3b3;
	--default-color-10 : #911a03;
	--default-color-11 : #420c01;
	--default-color-12 : #ffff09;
	--default-color-13 : #f4f2f2;
	--default-color-14 : #beb9b9;
	--bs-navbar-toggler-font-size: 18px;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
img{
    max-width:100%;
    height:auto;
}
/*basic reset*/
*{margin:0;padding:0;text-decoration:none}
.moul{
	font-family: "Poppins" ,sans-serif;
	font-weight:normal;
}
:lang(kh) .moul{
	font-family: "Moul", serif;
	font-weight:normal;
}
:lang(en) .moul{
	font-family: "Poppins" ,sans-serif;
	font-weight:normal;
}
body{
	text-rendering: optimizeLegibility;
	font-size: 14px;
    /* font-family: 'Lato', sans-serif,'Hanuman', serif; */
	font-family: "Open Sans",sans-serif,'Hanuman', serif;
	/* background:var(--default-color-1); */
	color:var(--default-color-1);
}
nav{
	position:relative;
	width:100%;
	margin:0 auto;
}
h1,h2,h3,h4,h5,h6{
	/* font-family: 'Lato', sans-serif,'Hanuman', cursive; */
	font-family: "Open Sans",sans-serif,'Hanuman', serif;
	font-weight: bold;
}
a,a:hover,a:focus{
	outline: 0;
	text-decoration: none;
}
hr{background: #dedede;}
b,strong{font-weight: 700;}
.fl-arimo{ font-family: 'Lato', sans-serif,'Hanuman', serif; }
.fl-poppins{ font-family: 'Lato', sans-serif,'Hanuman', serif; }
.fl-poppins-kulen{ font-family: 'Lato', sans-serif,'Hanuman', cursive; }
.fl-Titillium{ font-family: 'Lato', sans-serif,'Hanuman', serif; }
.f-700{font-weight: 700;}
.page {margin-bottom: 25px;}
.f-12 {font-size: 12px !important;}
.f-13 {font-size: 13px !important;}
.f-11 {font-size: 11px;}
.f20  {font-size: 20px !important;}
.f23  {font-size: 23px !important;}
.f25  {	font-size: 25px;}
@media screen and (min-width: 768px){
	.no_mrg_pc{ margin-left:-30px;}
	.no_padding_pc{padding:0;}
}
/*end bootstrap override*/
.padding{padding:0;}
.no_padding{padding:0;}
.paddingtop32{padding-top: 32px;}
.paddingtop10{padding-top:10px;}
.paddingtopbt30{padding-top:30px;padding-bottom:30px;}
.logo{padding: 15px 0 10px 0;}

@media(max-width: 768px){
	.mobile_logo{ display: table;width: 100%;text-align: center;}
}

.description{padding-top:10px;color:#18364a;font-size: 16px;letter-spacing: 0.09em;}
@media (max-width:767px){
	.description{font-size: 13px;}
}
.description ul{padding-left: 20px;}
.animate{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.title{
	font-weight:bold;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 0.25em;
	line-height: 1.3;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.title:hover{color:#DB0F32;}
.title1{margin-left:15px;font-weight:600;margin-top:0;}

.box-shadow{box-shadow: 0px 0px 2px 2px rgba(0,0,0,.2);}

.relative{position: relative;overflow: hidden;}
.header{
	position: relative;
	background: var(--default-color-6);
	/* background: url('../img/wooden.png'); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.header .banner{display: table;width: 100%;}
.header .banner:before{
	position: absolute;
	content: "";
	width: 100%;height: 1px;
	bottom: 0;left: 0;
	right: 0;background: #dedede;
}
.banner-social{display: inline-block;text-align: left;}
.banner-social a{
	display: inline-block;
	padding: 0 5px;
	color:#c0c0c0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.banner-social a:hover{color:#18364A;}
.banner-address{
	display: inline-block;
	text-align: right;
	/* float: right; */
	color:#b3b3b3;
	font-size: 12px;
	font-weight: bold;
}
.banner-address:before{
	content: "\f041";
	font-family: FontAwesome;
	color:#b3b3b3;
	font-size: 16px;
	padding-right: 10px;
}
.banner-address:after{content: "";clear:both;}
.footer_social{font-size: 20px;color:#fff;}

@media (max-width:767px){
	.banner-address{display: none;}
}
@media screen and (max-width:768px){
	.clear{float:none !important;	}
	.header .banner{text-align: center;}
	.banner-address{text-align: center;}
}

.footer{color:#fff;position: relative;}

/* .footer p{margin:0;} */
.footer i{border-radius: 2px;text-align: left;min-width: 30px;font-size: 18px;}
.footer h4{	margin-bottom: 20px;}
/*.kh .footer h5{ font-weight: unset; }*/
.quick-link{list-style:none;}
.quick-link li{	line-height:25px;}
.quick-link li a{color:#fff;font-family: 'Lato', sans-serif,'Hanuman', serif;font-size: 15px;text-transform: uppercase;transition: all 0.3s ease;}
.quick-link li.active >a{color:#ae7120;}
.quick-link li a:hover{	color:#ae7120;	padding-left: 15px;}

.facebookpage{	min-height:1px;}
.ruler{	width:100%;	border-top:solid 1px rgba(0,0,0,0.09);	border-bottom:solid 5px rgba(0,0,0,0.05);}
.copyright{	background:#00bef2;}
.copyrights{	padding:15px 0;	color:#f8efef;}

.social{list-style:none;margin-top: 30px;text-align: right;	padding-right: 15px;}
@media screen and (max-width: 767px){
	.social{
		list-style:none;
		margin-top: 0;
		text-align: left;
	}
}
.social li{	display:inline-block;}
.social img{	width:30px;	height:30px;}

.social-footer{	list-style:none;	margin-bottom: 0;}
.social-footer li{
	display:inline-block;
	width: 35px;
	height: 35px;
	margin: 0 2px;
}
.social-footer img{	width: 35px;	height: 35px;}
@media (max-width: 1200px){
	.social-footer li{	width: 30px;height: 30px;}
	.social-footer img{	width: 30px;height: 30px;	}
}
@media (max-width: 992px){
	.social-footer li{	width: 25px;height: 25px;}
	.social-footer img{	width: 25px;height: 25px;}
}
.f24{font-size:24px !important;}
.f11{font-size:11px;}
.f18{font-size:18px;}
.f13{font-size:13px;}
.f14{font-size:14px !important;}
.f15{font-size:15px !important;}
.f16{font-size:16px !important;}
.f600{font-weight:600;}
.colorF{color:#fff;}
.colorD{color:#dbdbdb ;}
.colorF6{color:#f6f6f6 ;}
.color0{color:#000;}
.colorgray{color:#67707B;}
.color-green{color:#009840 !important;}
.colorpurple{color:#31328f;}
.gold-text{color: #af212a;}
.text-left{text-align:left;}
.gold {background-color: #314e8b !important;}
.rotate-90 {
	transform: rotate(90deg);
}
.contact-footer{width:100%;}
.img-footer {float:left;}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	align-items: baseline;
}

@media screen and (max-width:768px){
	.sm-center{text-align:center !important;}
}

.contact{padding:5px;border-bottom:solid 1px #DDDDDD;}
.contactTitle{width:100%;padding: 6px 15px;	background:#31328f;}
.contactform{padding:5px;}
.contactformtitle{	padding:15px 5px;	border-bottom:solid 1px #DDDDDD;}
.border1{	border:solid 1px #DDDDDD;}
.a_hover2{	color:#747474 ;	font-weight:600;}
.a_hover2:hover{text-decoration:none;color:#31328f;}
.text-shadow{text-shadow: 0 1px 3px #000;}
/*btn to top*/

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    z-index: 3;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: rotate(45deg);
	bottom:-70px;
}
.back-to-top.show { opacity: 1; visibility: visible; z-index: 99;}
.back-to-top .btn-transparent {
    width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: relative;
	background-color: transparent;
	border-radius: 0 50% 50% 50%;
	border: 5px solid #1f3d73;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	border-right-color: #46b1e2;
	border-bottom-color: #46b1e2;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.back-to-top .btn-transparent:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
    background-color: #46b1e2;
    border-radius: 50%;
    transition: all 0.3s ease;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.back-to-top i {
    color: #46b1e2;
    font-size: 24px;
    line-height: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.back-to-top .btn-transparent:hover {
    border-radius: 50%;color: #fff;
}
.back-to-top .btn-transparent:hover i { color: #fff;}
.back-to-top .btn-transparent:hover:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*End scroll top*/
.wp-post-image {
    height: auto;max-width: 100%;
}
.box-shawdow{
    -moz-box-shadow: 0px 1px 4px #dedede;
    -webkit-box-shadow: 0px 1px 4px #dedede;
    box-shadow: 0px 1px 4px #dedede;
	margin-bottom: 2px;
}
.aboutOPS{margin:40px 0;}
.page-content{
	position: relative;
	display: table;
	width: 100%;
	background: #fafafa;
	z-index: 1;
}
.page-content1{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);*/
}
.page-content1 ul{padding-left: 20px;}

.form-control1 { border-radius: 0;}
.form-control::-moz-placeholder {
    color: #a79d9d; opacity: 1;
}
.tbn-search {
    width: 150px;
    border-radius: 0;
    margin-left: 10px !important;
    border-color: #fdc300;
    background: #fdc300;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*My Menu*/

.menu-wrapper-nav{
	position: relative;
	/*background: linear-gradient(40deg,#a98300,#e60000) !important;*/
	/*-webkit-border-radius: 5px;
	border-radius: 5px;*/
	/*-webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.2);*/
}
.main_menu{ 
	/* box-shadow: 0 2px 5px -2px rgba(203,203,203,.8);  */
	background: rgba(119,119,119,.7);
}


.parent{
	padding: 0;	
	list-style-type: none; 
	/* display: table; */
	/* table-layout: fixed; */
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
}
.parent >li{
	/* display: table-cell; */
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.parent >li>a{
	display: block;	
	font-size: clamp(11px,.8dvw,14px);
	/* font-size: 14px; */
	font-weight: bold;
	padding: 0 35px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif, 'Hanuman', cursive;
	position: relative;
	
}


/* @media (min-width: 992px){ */
	.parent>li>a{
		text-align: center;
		/* text-shadow: 0px 1px #000; */
		/* height: 76px; */
		line-height: clamp(30px,2.7dvw,45px);
		white-space: nowrap;
		/* line-height: 45px; */
	}
	/* .parent > li.active > a:after,
	.parent > li:hover > a:after{
		content: "";
		position: absolute;
		width: calc(100% - 70px);
		height: 2px;
		background: #eda51c;
		left: 0;
		right: 0;
		bottom: 25px;
		margin: 0 auto;
	
	} */
	.parent > li:hover,
	.parent > li.active{
	    background: var(--default-color-3);
	}
	/* .parent > li:hover >a,
	.parent > li:hover .rotate-icon{
	    color: #fafd07;
	} */
/* } */


/*.parent > li.active{
	background: #000;
}*/


.menu-wrapper-list{
	position: relative;
	display: block;
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
}
.menu-wrapper-list .parent .child-dropdown{
	position: static;
}
.menu-wrapper-list .parent .child-dropdown .menu-dropdown {
	position: absolute;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	float: left;
	min-width: 160px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	opacity: 0;
	width: 100%;
}
.child-dropdown.active  .icon-dropdown { color: #000 !important; }
.menu-wrapper-list .parent .child-dropdown .menu-dropdown li.active >a{
	color: #fff;background: #ae7120;
}
@media (min-width:992px){
	.menu-wrapper-list .parent .child-dropdown:hover > .menu-dropdown{
		visibility: visible;
		opacity: 1;
		display: flex !important;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

}
.menu-dropdown > li > a {
	font-family: 'Lato', 'Hanuman';
    display: block;
    padding: 8px 15px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #060606;
    
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*.menu-dropdown > li:hover > a{
	color: #fff;background: #ae7120;
}*/
.child-dropdown .icon-dropdown,
.child-dropdown .icon-dropdown-child{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	display: inherit;
	height: 39px;
	width: 44px;
	cursor: pointer;
	visibility: hidden;
	z-index: 9999;
	color: #2d2b2b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	/*border-left: solid 1px #f2f2f2;*/
}
.icon-dropdown-child .fa-plus,
.icon-dropdown-child .fa-minus{
	font-size: 15px;
}
.menu-wrapper-list .parent .child-dropdown .icon-dropdown.open{
	height: 38px;
}
.child-dropdown >ul>li>a{
	padding: 8px 15px;
	font-size: 17px;
	font-weight: bold;
	color: #af212a;
	display: block;
}
.kh .child-dropdown > ul > li > a{
	font-weight: normal;
}
.child-dropdown >ul>li:hover>a{
	color: #af212a;
}
.inner-border{
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px){
	.sub-item{
		display: block !important;
	}
}

.sub-item >li{
	position: relative;
}
.sub-item >li:before{
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	color: #dddddd;
	top: 50%;
	transform: translateY(-50%);
}
.sub-item >li:hover:before{
	color:#060606;
}
.sub-item >li >a{
	padding: 4px 15px !important;
	display: block;
	color: #060606 !important;
	font-size: 13px !important;
	font-weight: unset !important;
}
.menu-dropdown small {
	color: #2d2b2b;
	padding-top: .5rem;
    display: inline-block;
}
/* @media  (min-width: 992px){
	.menu-wrapper-header .btn-toggle{
		display: none;
	}
}
.menu-wrapper-header i{
	font-size: 18px;
	margin:16px 10px;
	color: #d09b2c;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (max-width: 992px) and (min-width: 768px){
	.parent >li>a{
		display: block;
		font-size: 15px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
}
@media (max-width:576px){
	.d-flex-justify-content-sm-center{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.px-xs-10{padding: 0 10px;}
	.px-xs-9{padding: 0 4rem !important;}
}
@media (max-width:991px){
	.menu-dropdown small{
		display: none;
	}
	.child-dropdown > ul > li > a{
		font-size: 13px;
	}
	.inner-border{
		border-right: 0;
		border-bottom-color: rgba(0, 0, 0, 0.05);
	}
	.sub-item{
		display: none;
	}
	.sub-item > li > a{
		padding: 6px 15px 6px 50px !important;
	}
	.sub-item > li:before{
		left: 30px;
	}
	.menu-dropdown > li > a{padding: 9px 15px;}
	.parent > li.active > a{ border-radius: 0 !important;}
	
	.navbar-fixed-top .menu-wrapper-nav{margin: 0;}
	.menu-wrapper-header{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.main_menu{
		background: transparent;
	}
	.menu-wrapper-header i{
		font-size: 28px;
		margin:8px 10px;
		color: #46b1e2;
		cursor: pointer;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		background: #1f3d73;
		padding: 5px 8px;
		margin: 0;
		border-radius: 4px;
		margin-bottom: 15px;
	}
	.menu-wrapper-nav .menu-wrapper-list .parent{
		position: fixed;
		width: 300px;
		right: 0;
		top: 0;
		margin: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		height: 100%;
		height: -moz-calc(100%);
		padding-bottom: 20px;
		z-index: 999;
		overflow: auto;
	}
	.menu-wrapper-nav .menu-wrapper-list .parent.active{transform: translateX(0);}
	.parent{display: block;background: #fff;max-width: 480px;text-align: left;}
	.parent >li{
		display: block;border-top: 1px solid rgba(0, 0, 0, 0.05);
		padding: 0 !important;
	}
	.parent >li>a{padding: 10px 20px;color: #2d2b2b;border-radius: 0 !important;}
	.parent >li:after{
		height: 0px !important;
		content: '';
	}
	.parent > li.active > a{
	    color: #46b1e2;
	}
	.menu-wrapper-list .parent .child-dropdown .icon-dropdown,
	.menu-wrapper-list .parent .child-dropdown .icon-dropdown-child{
		visibility: visible;
	}
	.menu-wrapper-list .parent .child-dropdown .icon-dropdown.active .rotate-icon{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: all 150ms ease-in 0s;
		-o-transition: all 150ms ease-in 0s;
		transition: all 150ms ease-in 0s;
	}
	.menu-wrapper-list .parent .child-dropdown .icon-dropdown-child.active .fa-plus:before{
		content: '\f068';
	}
	.menu-wrapper-list .parent .child-dropdown .menu-dropdown{
		display: none;
		padding: 0;
		visibility: visible;
		z-index: 9999;
		opacity: 1;
		border-radius: 0;
		background: #fff;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
	}
	.menu-wrapper-list .parent .child-dropdown .menu-dropdown >li>a{
		padding-left: 30px;
		color:#2d2b2b;
	}
	
	.menu-wrapper-list .parent .child-dropdown .menu-dropdown li.active > a {
	    color: #fff; background: #af212a;
	}
	
}
@media (max-width: 991px){
	.menu-wrapper-list .parent .child-dropdown{
		position: relative;
	}
}
@media  (min-width: 768px) and (max-width: 992px){
	.parent > li > a{font-size: 13px;}
} */

.dis-scroll {
    overflow: hidden; width: unset;height: unset;
}
.body-overlay{
	position: fixed;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transition: all 0.5s ease;
	cursor: url(../img/close.png) 15 15, default;
}
/*End My Menu*/

.navbar-fixed-top{
	position: fixed !important;
}

/*mobile search*/
.nav-wrapper{
	display: none;
}
@media (max-width:767px ){
	.nav-wrapper{
		display: block;padding: 8px 15px;
	}
}
.info {  position: relative; }
.btn-custom{
	min-width: initial;
	height: auto;
	font-weight: 400;
	min-width: 120px;
	font-size: 14px;
	padding: 7px 18px;
	line-height: 1.4;
	text-transform: none;
}

.nicdark_bg_gradient {
    background: #f76570;
    background: -moz-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f76570), color-stop(8%,#f76570), color-stop(8%,#f3a46b), color-stop(16%,#f3a46b), color-stop(16%,#f3a46b), color-stop(16%,#ffd205), color-stop(24%,#ffd205), color-stop(24%,#ffd205), color-stop(24%,#1bbc9b), color-stop(25%,#1bbc9b), color-stop(32%,#1bbc9b), color-stop(32%,#14b9d5), color-stop(40%,#14b9d5), color-stop(40%,#c377e4), color-stop(48%,#c377e4), color-stop(48%,#f76570), color-stop(56%,#f76570), color-stop(56%,#f3a46b), color-stop(64%,#f3a46b), color-stop(64%,#ffd205), color-stop(72%,#ffd205), color-stop(72%,#1bbc9b), color-stop(80%,#1bbc9b), color-stop(80%,#14b9d5), color-stop(80%,#14b9d5), color-stop(89%,#14b9d5), color-stop(89%,#c377e4), color-stop(100%,#c377e4));
    background: -webkit-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: -o-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: -ms-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: linear-gradient(to right, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76570', endColorstr='#c377e4',GradientType=1 );
}
.bg_img{
	background:linear-gradient(to right, rgba(255, 255, 255, .55), rgba(255, 255, 255, .55)) , url('../img/Black-Blue-Dark-Circle-Gray.jpg') top center;
	background-size: cover;
}
.wp-box{
	position: relative;overflow: hidden;
}
.wp-box-title{
	padding: 10px 0;
}
.wp-box .item img{
	transition: all 0.5s ease;transform-style: preserve-3d;
}
.wp-box .item:hover img{
	-webkit-transform: scale(1.3);transform: scale(1.3);
}
.overlay-bg{
	position: absolute;
	top: 0;	bottom: 0;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(0,0,0,0.4);
}
.overlay-bg-header{
	position: absolute;
	top: 0;left: 0;
	right: 0;width: 100%;
	min-height: 100px;
	margin: auto;
	background: linear-gradient(to top, rgba(255,0,0,0), rgb(9, 7, 7));
}
.tour_stories .owl-nav{
	position: absolute;	top: -65px;	right: 0;
}

.slider___title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    line-height: 41px;
}
.slider___detail {
    display: block; font-size: 16px; color: #fff;
}
.absolute {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}


.myslider .item img{
	margin: 0 auto;
}
.myslider .item .caption{
	background-color: var(--default-color-6);
	display:none;
}
.myslider .item .caption  a {
    display: block;
    color: var(--default-color-4);
    font-size: 16px;
    line-height: 27px;
    padding: 10px 20px;
    margin: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.myslider .owl-next i,
.myslider .owl-prev i{
	background: #393b3b;
	opacity: .5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}
.myslider .item .wp-slider-text {
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
    z-index: 999;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px){
	.myslider .item .wp-slider-text {
	    position: relative;
	    width: 50%;
	    display: flex;
	    height: 100%;
	    z-index: 999;
	    justify-content: center;
	    align-items: center;
	}
}

.sm-lang{
	display: flex;align-items: center;
}
.developer{font-family: 'Lato', sans-serif;}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.md-form .prefix ~ select {
    margin-left: 2rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 2rem);
}
.md-form .prefix {
    font-size: 1.4rem !important; padding-top: .8rem;
}
.required_class {
    color: #D8000C !important;
}
.md-form .prefix ~ input, .md-form .prefix ~ textarea {
    margin-left: 2rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 2rem);
}
input[type="text"],input[type="email"],input[type="number"],textarea.md-textarea{
	font-size: .8rem;
}
@media (min-width:576px){
	.d-visible-xs{
		visibility: hidden;opacity: 0;
	}
}
@media (max-width:576px){
	.d-none-xs{
		display: none;
	}
	.d-visible-xs{
		visibility: visible;opacity: 1;
	}

}


.z-index-5 { z-index: 5;  position: relative;}
.default-text-color{color:#0398c5;}
.item_title{margin-bottom: .75rem;color:#151922;}
.item_text{	color:#454545;}
.readmore{	color:#fa0e09;-webkit-transition: .1s ease-in-out;transition: .1s ease-in-out;}
.readmore:hover{color:#0588af;}

/*owl carousel*/
.owl-theme .owl-nav{
	margin: 0;
	display: flex;
	justify-content: center;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border: solid 2px var(--default-color-6);
	background: var(--default-color-6);
}
.owl-theme .owl-nav.disabled + .owl-dots {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border: solid 2px var(--default-color-4);
	background: var(--default-color-4);
    margin: 5px 2px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.on-show-slider { cursor: pointer;}
.owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {
    background: transparent;
   	position: absolute;
	top: 50%;
	margin: -35px 0;
}
.owl-btn-vertical-center .owl-nav .owl-prev, .owl-btn-vertical-center .owl-nav .owl-next {
    position: absolute;margin: -30px 0;
}
.owl-btn-vertical-center .owl-nav .owl-prev {
    left: 5%;
}
.owl-btn-vertical-center .owl-nav .owl-next {
    right: 5%;
}
.owl-btn-vertical-center .owl-nav .owl-prev:hover, 
.owl-btn-vertical-center .owl-nav .owl-prev:active, 
.owl-btn-vertical-center .owl-nav .owl-prev:focus, 
.owl-btn-vertical-center .owl-nav .owl-next:hover, 
.owl-btn-vertical-center .owl-nav .owl-next:active, 
.owl-btn-vertical-center .owl-nav .owl-next:focus {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    opacity: 0.9;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.on-show-slider #sync2 .owl-item.current {
    position: relative;z-index: 1;
}
.on-show-slider #sync2 .owl-item.current:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid #f668bd;
    z-index: 2;
}

@media (max-width: 767px){ .v-hidden {visibility: hidden;opacity: 0;}}
.btn-floating-close{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}
.btn-floating-close.active{
	opacity: 1;	visibility: visible;
}
a{
	color:inherit;
}
@media (max-width:768px){
	.f-title{font-size: 16px;}
}
.accordion .card + .card{
    border-bottom: 1px solid #eee;
    box-shadow: none;
    /*background: rgba(238, 238, 238, 0.5);*/
    margin-top: 5px;
}
.accordion .card .card-header{
	padding: 10px 15px 10px 15px;
}

.accordion .card .fa-plus{
	right: 0;top: 0;
	padding: 11px 14px;
	position: absolute;
	
}
.accordion .card h5{
	font-size: 1rem;
}
.accordion .card .card-header{
	color:#777777;background-color: #F5F5F5;
}
.accordion .card .card-header a .rotate-icon{
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.accordion .card .card-header a:not(.collapsed) .rotate-icon{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s linear;
	
}
/*.accordion .card .card-body{
	background: #f1f1f1 none repeat scroll 0 0;
}*/
.accordion .card .card-body ul{
	padding-left: 2rem;
}
a:hover{
	color:inherit;
}
.overlay-dark-6{
	position: relative;
}
.overlay-dark-6:before{
	background: rgba(17, 17, 17, 0.6) none repeat scroll 0 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.inner-header .header-title{
	font-size: 36px; text-transform: uppercase; font-weight: 700;
}
.breadcrumb > li.active { color:#d09b2c; }
.required{ color:red;font-size: 16px; }
.custom-select{
	border:none;
	outline: none;
	border-bottom: 1px solid #bdbdbd;
	box-shadow: none !important;
	padding: .25rem 1.75rem .25rem .25rem !important;
}
.custom-select.invalid{
	margin-bottom: 1rem;color: red;border-color: red;
}
.custom-select option.required{	color: red;}
@media (min-width: 576px){
	.app_content{padding-top: 20px !important;padding-bottom: 20px !important;}
}
@media (max-width: 576px){
	.app_content{padding: 0px !important;}
}
.sweet-alert h2{font-size: 1.75rem;}
.lead { font-size: 1rem; }
/* .captcha-filed{	overflow: hidden;margin: 0 auto; } */

@media (max-width: 576px){
	.px-auto{ padding-left: 0 !important;  padding-right: 0 !important;	}
	/* .g-recaptcha > div{	transform:scale(0.77);-webkit-transform:scale(0.77); } */
	.service{ border-radius: 0;	margin:0 auto;	}
	textarea.md-textarea { height: 10rem; }
}
textarea.md-textarea { resize: vertical !important; }

.drop-acc{
	font-size: 13px;
	margin: 6px;
	padding: .375rem .75rem;
	display: inline-block;
	vertical-align: middle;
	color: #fff !important;
}
.dropdown-divider1 {
    height: 0;  margin: .2rem 0;  overflow: hidden;  border-top: 1px solid #e9ecef;
}

.dropdown .dropdown-menu{
	min-width: 9rem;padding: 10px 18px 15px;
}
.dropdown-item {
    font-size: 13px; padding: 6px 0; line-height: normal;
}
/* .dropdown .dropdown-menu .dropdown-item:hover{
	box-shadow: none;color: #eb3e32;
} */
.py-6{
	padding-top: 5rem !important;padding-bottom: 5rem !important;
}
.w-title{
	font-family: 'Teko', Angkor;
	font-weight: bold;
}
.w-size{ font-size: 50px; }
.w-color{ color: #28314a; }
.w-page-detail{
	padding-top: 1.5rem ;padding-bottom: 1.5rem ;
}
@media (min-width:768px){
	.w-page-detail{
		padding-top: 5rem ;padding-bottom: 5rem ;
	}
	.menu-drop{	float: right; }
}
@media (max-width:767px){
	.drop-acc{
		margin: 0;padding: 0;padding: 10px 15px;
	}
	.menu-drop{
		background: #ef655b;text-align: center;
	}
	.mobile_title{
		font-weight: 500 !important;font-size: 14px !important;
	}
}
@media (max-width:576px){
	.w-size{ font-size: 30px; }
}
@media (max-width:992px){
	h4{	font-size: 1.3rem;	}
}
.mobile_title{	line-height:23px; }
.right-content{
	box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2);padding: 10px 44px 20px;
}

.recent-post{ background: #fff;padding: 10px; }
.recent-title{
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}
.recent-title::after{
	position: absolute;
	content: '';
	width: 55px;
	height: 3px;
	background-color: #F668BD;
	left: 0;
	bottom: 0;
}
.detail{
	font-family: 'Open Sans',  Hanuman;
	font-weight: 400;
}
.detail img{
	max-width: 100%;height: auto;
}
.recent-post .media img{
	width: 70px;height: 40px;
}
.word-break{
	word-break: break-all;
}


.lobibox-notify,.lobibox-notify:hover {
	box-shadow: none;
}
.md-pills .nav-link{
	color: #fff;text-align: left;font-size: 13px;
}
.pills-primary .nav-link.active{
	background-color: rgba(255,255,255,.2) !important;
}
.md-pills li {
    padding: 0 .6rem;
}



.tab-header{
	font-size: 15px;
	color: #4a4a4a;
	line-height: 24px;
	font-weight: 400;
	display: inline-block;
	margin: 0;
}

.panel{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.panel-header {
    padding: .5rem 1.25rem;
    margin-bottom: 0;
    background-color: #F1352C;
    color: #fff;
}
.panel-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #d7d7d7;
}
.panel-footer{
	padding: .5rem 1.25rem;
	margin-bottom: 0;
	background-color: #F1352C;
	color: #fff;
}
@media (max-width: 576px){
	.panel-body{ padding: .5rem;	}
	.penel-sm{	padding: 0 .5rem !important;	}
}

.custom_select{
	position: relative;
    -webkit-appearance: button;
    height: 33px;
    line-height: 1.4;
    background-image: url( "../img/select_dropdown.png" ), -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
    background-image: url( "../img/select_dropdown.png" ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
    background-image: url( "../img/select_dropdown.png" ), -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background-image: url( "../img/select_dropdown.png" ), -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background-image: url( "../img/select_dropdown.png" ), -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background-image: url( "../img/select_dropdown.png" ), linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background-position: right center;
    background-size: 18px 9px, 100% 100%;
    background-repeat: no-repeat, repeat;
    cursor: pointer;
    padding: 3px 28px 3px 9px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border: 1px solid #b3b3b3;
	border-radius: 3px;
	font-size: 13px !important;
	text-transform: none;
	margin:0;
}


#frm_search .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    margin-top: 0;
}
#frm_search .input-group .form-control{
	border-radius: .25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#frm_search .input-group-append, 
#frm_search .input-group-prepend {
    display: -ms-flexbox;  display: flex;
}
#frm_search .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
#frm_search .input-group-append {
    margin-left: -1px;
}
.btn-pink1 {
    background-color: #f668bd !important; color: #fff !important;
}
.news-event.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 2px;
    padding: 0;
    background: rgba(240,4,145,.6);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 25px;
    height: 25px;
    line-height: 29px;
    text-align: center;

}
.news-event .owl-nav {
    position: absolute;  top: -55px; right: 13px;
}
.zoom:hover h6{
	color: #f668bd !important;
}
.item:hover .zoom div .web_font_titles{
	color: #f668bd !important;
}
.c-pointer {
 cursor: pointer;
}
.socail li{
	display: inline-block;
}
.socail li a{
	display: block;margin: 0 2px;
}
.socail li a img{ width: 27px; }

#msform1 .form-control{
	padding: .5rem 0 .6rem;
	border:none !important;
	border-bottom: 1px solid #bdbdbd !important;
}


.popup {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.popup > div {
    border-radius: 10px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 15px;
    width: 90%;
    max-width: 600px;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    border: 5px solid #9AD3DE;
}
.popup > div > h2 {
    font-size: 34px;
    text-align: center;
    color: #666666;
    margin: 0 0 30px 0;
}
.loadingdiv.spinner {
    position: fixed;
    height: 100%;
    width: 100%;
    background: url('../img/loading.gif') no-repeat center center #fff;
    z-index: 999;
    top: 0;
    left: 0;
}



/*
@param 25 Feb 2019
@param css template Daun Penh Law Group
@param css by SKS017
*/
.lang {padding: 2px 10px;}
.slide-title{
	font-size: 40px;margin-bottom: 20px;
}
.slide-info{
	font-size: 14px;margin-bottom: 20px;
}
.btn-slide{
	background: #ae7120 !important;color: #fff !important;font-size: 14px !important;
}
.btn-slide-contact{
	background-color: transparent !important;color: #fff !important;font-size: 14px !important;border: solid 3px #fff;padding:.3rem 1.6rem !important;
}
@media (max-width: 768px){
	.slide-title{
		font-size: 26px;margin-bottom: 12px;
	}
	.slide-info{
		font-size: 17px;margin-bottom: 13px;
	}
}
@media (max-width: 576px){
	.slide-title{
		font-size: 14px;margin-bottom: 4px;
	}
	.slide-info{
		font-size: 11px;margin-bottom: 3px;
	}
	.btn-slide{
		font-size: 11px !important;padding: .3rem 1.6rem !important;
	}
	.btn-slide-contact{
		font-size: 11px !important;padding: .1rem 1.6rem !important;
	}
	.owl-btn-vertical-center .owl-nav .owl-prev, .owl-btn-vertical-center .owl-nav .owl-next{
		padding: 3px 12px;bottom: 18px;
	}
}


.with_corner_border {
	display: inline-block;
    position: relative;
    z-index: 1;
    padding: 12px 33px;
}
.with_corner_border:before {
    border: 2px solid #ff6501;
    /*border-radius: 5px 0 0 0;*/
    border-width: 2px 0 0 2px;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}
.with_corner_border:after {
    border: 2px solid #ff6501;
    /*border-radius: 0 0 5px 0;*/
	border-width: 0 2px 2px 0;
    content: "";
    height: 45px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 45px;
}
.home-title{
	font-size: 32px;text-transform: uppercase;
}
@media (max-width: 576px){
	.home-title{ font-size: 15px; }
}
h2.section-title {
    position: relative;  margin: 0 0 70px;
}
h2.section-title::after {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: '';
    background: #e1ecff;
    bottom: -15px;
    border-radius: 5px;
    transform: rotate(45deg);
}
h2.section-title::before {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: '';
    background: #e1ecff;
    top: -15px;
    border-radius: 5px;
    transform: rotate(45deg);
}
h2.section-title span {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 3;
}
/*
@param btn
*/
.btn-contact {
    font-weight: bold;
    padding: 10px 55px !important;
    color: #FFF !important;
    background: linear-gradient(40deg,#067799,#039bc9) !important;
}
.btn-readmore {
	box-shadow: none !important;
	font-size: 16px;
	margin: 15px 0 0 0;
	padding: 5px 15px;
	background-color: rgba(70,177,226,.7) !important;
}




/*
* @ css pratices style
*/
.practice-style2 {
    position: relative;
    overflow: hidden;
}
.practice-style2::after {
    content: "";
    background-image: -webkit-linear-gradient(bottom, #022240 25%, #003362);
    background-image: -moz-linear-gradient(bottom, #022240 25%, #003362);
    background-image: -o-linear-gradient(bottom, #022240 25%, #003362);
    background-image: -ms-linear-gradient(bottom, #022240 25%, #003362);
    background-image: linear-gradient(to top, #022240 25%, #003362);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.practice-style2 h4 {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 7777;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    text-align: center;
}
.practice-style2 span {
    background: #ff7e00;
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: -52px;
    z-index: 77;
    right: -60px;
    transform: rotate(45deg);
}
.practice-style2::after {
    content: "";
    background-image: -webkit-linear-gradient(bottom, #022240 25%, #003362);
    background-image: -moz-linear-gradient(bottom, #022240 25%, #003362);
    background-image: -o-linear-gradient(bottom, #022240 25%, #003362);
    background-image: -ms-linear-gradient(bottom, #022240 25%, #003362);
    background-image: linear-gradient(to top, #022240 25%, #003362);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.practice-style2 span i {
    color: #fff;
    position: relative;
    top: 46px;
    transform: rotate(135deg);
    left: 11px;
    font-size: 13px;
}
.practice-style2:hover::after {
    content: "";
    background: #ff7e00 !important;
}
.practice-style2:hover span {
    background: #27496c;
}
.practice-style2:hover span i::before {
    content: "\f068";
}
/*
* end css pratice style
*
*/

/*
* css our people
*/
.team-member {
    position: relative;
}
.team-member .inner-box {
    position: relative;
    display: block;
	border: 1px solid #e0e0e0;
	overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.team-member .image-box {
    position: relative;
    margin-bottom: 0;
}
.team-member .lower-content {
    position: relative;
    padding: 20px 25px;
    background: #ffffff;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.team-member h3 {
    font-size: 20px;
    font-weight: 600;
    color: #003362;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 1.2em;
}
.team-member .designation {

    text-transform: capitalize;
    font-weight: 500;
    color: #818080;
    font-size: 14px;

}
.team-member .hover-info {
    position: absolute;
    left: 0px;
    bottom: -105px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 15px 25px;
    text-align: center;
    background: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;

}
.team-member .hover-info .designation {

    margin-bottom: 15px;

}
.team-member .social-links a {

    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #B57309;
    text-align: center;
    background: #f4f4f4;
    margin-right: 5px;
    border-radius: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;

}
.team-member:hover .hover-info {

    bottom: 0px;
    opacity: 1;
    visibility: visible;

}
.team-member .social-links a .fa-facebook-f  { color: #3b5998; }
.team-member .social-links a .fa-twitter     { color: #007ab6; }
.team-member .social-links a .fa-google-plus { color: #dc4b3b; }
.team-member .social-links a .fa-linkedin    { color: #007ab6; }

.working-time{
	display: inline-block;padding: 8px 15px;font-size: 15px;
	font-family: 'Lato', sans-serif;
	background: #b99d6b;position: relative;top: -20px;left: 0;
}
.triangle-bottomright{
	position: absolute;
	top: 0;
	left: -13px;
	width: 0; 
    height: 0; 
    border-bottom: 20px solid #927745; 
    border-left: 13px solid transparent; 
}

.owl-btn-vertical-center .owl-nav .owl-prev img,
.owl-btn-vertical-center .owl-nav .owl-next img{
	height: 60px;
}
.owl-btn-vertical-center .owl-nav .owl-prev img{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.nav-pills .nav-link{
	border-radius: 0;
	background: #9a9692;
	margin-bottom: 4px;
	color: #fff;
	position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color: #1b5475;
}
.nav-pills .nav-link:hover:before, 
.nav-pills .nav-link.active:before {
    opacity: 1;
}

.nav-pills .nav-link:before{
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    margin: -6px 0 0;
    transform: rotate(179deg);
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
}
.tab-content{
	padding: 0;
}
.tab-content ul{
	padding-left: 30px;
}
.headingTitle{
	position: relative;
}
.headingTitle h1 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #314e8b;
}

.headingTitle h1:before {
    content: "";
    background: #5fa8c8;
    height: 3px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.headingTitle h1:before {
    left: 0;
    margin-left: 0;
}
.headingTitle h1 span {
    color: #5fa8c8;
    font-weight: bold;
}

.inner-heading{
	background: url(../images/inner-heading-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 70px 0;
}
.inner-heading h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}
.widget-title{
	position: relative;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
	color: #2f506c;
}
.widget-title:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 130px;
	height: 2px;
	background-color: #0e3b87;
}
.widget-title h1{ 
	margin: 0;
	font-size: 23px;
	padding:  0 0 12px 0;
	color: #000;
}
.widget-title h1 span{	color: #c9222a; }
.tab-content img { max-width: 100%;height: auto; }



.kh .parent > li > a{
	font-weight: unset;
}

.up_border{
	position: relative;
}

.up_border:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(0deg, rgb(175, 33, 43), rgb(32, 31, 31));
}
@media (max-width: 992px){
	.up_border:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 3px;
		width: 100%;
		background: linear-gradient(-45deg, rgb(175, 33, 43), rgb(32, 31, 31));
	}
}
.media-body .entry-title {
    margin: -3px 0 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
}
.media-post-layout .media {
    margin-top: 25px;
}
.media-post-layout .media:first-child {
    margin-top: 0;
}
.media-post-layout .media .post-date {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
    width: 45px;
    height: 45px;
    background: #f2f2f2;
    border: solid 1px #d9d9d9;
    text-transform: capitalize;
	text-align: center;
}
.media-post-layout .media .post-date .day{
	display: block;
	font-size: 9px;
	color: #5b5b5b;
	font-weight: bold;
	width: 100%;
}
.media-post-layout .media .post-date .day span{
	display: block;
	line-height: 20px;
	font-size: 22px;
}


.post-list{
	margin-bottom: 30px;
	position: relative;
}
.post-list .article-image {
    position: relative;
    float: left;
    display: inline-block;
    width: 30%;
}
.post-list .article-image .post-image {
    position: relative;
}
.rgba-black-light {
    background-color: rgba(0,0,0,.3);
}
.post-list .article-content {
	position: relative;
    float: right;
    width: 70%;
    padding-left: 30px;
}
.post-item .entry-header {
    padding: 0;
    max-width: 100%;
}
.post-list .post-cat {
    position: relative;
    font-size: 14px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.post-list .post-cat a {
    background: #af212b;
    padding: 2px 8px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
}
.post-list .post-cat a:last-child{
	margin-right: 0;
}
.post-list .entry-header-title {
    margin-top: 10px;
}
.post-list .entry-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-block;
}
.post-list .entry-title > a {
    color: #201F1F;
}
.post-list .article-meta{
	display: inline-block;
	font-size: 13px;
	color: #8f8f8f;
	line-height: 24px;
}
.post-list .posted-on{
	display: inline-block;
	font-size: 13px;
}
.post-list .entry-content {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    line-height: 24px;
	color: #333;
}
.button {
	display: block;
	text-align: center;
	box-shadow: none;
	position: relative;
	padding: 12px 30px;
    color: #302f34;
    border-style: solid;
    background-color: #ECEDE7;
    border-color: #282828;
    font-size: 14px;
    text-transform: uppercase;
    height: auto;
    cursor: pointer;
    border-width: 0;
}
.button:hover, .button:focus, .button:active, .button.active{
	color: #E51515;
}
@media (max-width: 992px){
	.post-list .article-image {
	    width: 40%;
	}
	.post-list .article-content {
	    width: 60%;
	}
}
@media (max-width: 576px){
	.post-list .post-cat {
	    display: none;
	}
	.post-list .article-meta {
	    display: none;
	}
	.post-list .article-content .entry-content {
	    display: none;
	}
	.post-list .article-content .entry-title {
	    font-size: 14px;
	    line-height: 16px;
	    margin-bottom: 0;
	}
	.post-list .entry-header-title {
	    margin-top: 0;
	}
	.post-list .article-content {
	    padding-left: 15px;
	}
}


@media (max-width: 544px){
	.email_header{
		display: none !important;
	}
}




/*----------------------------------------*/
/*  12. News & Event Page
/*----------------------------------------*/
article.post{ position: relative;margin-bottom: 15px; }
article.post .entry-content { position: relative;border: 1px solid #ebebeb;padding: 0; }
article.post .entry-date {
    margin: 5px 0;font-style: italic;color: #909090;
}
article.post .entry-content .content-blog {
    padding: 0 20px;
}
article.post .entry-title {
    font-size: 18px;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 10px;
}
article.post .entry-excerpt {
    line-height: 25px;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 15px;
    color: #545050;
}
article.post .entry-content .post-cat{
	position: relative;
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px 0 0 0 ;
}
article.post .entry-content .post-cat a {
    background: #af212b;
    padding: 2px 8px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
}
@media (min-width: 992px){
	article.post .entry-content {
	    display: -webkit-grid;
	    display: -webkit-grid;
	    display: -moz-grid;
	    display: -ms-grid;
	    display: grid;
	    grid-template-columns: 274px 1fr;
	}
}
@media (min-width: 770px) and (max-width: 1200px){
	article.post .entry-content {
	    display: -webkit-grid;
		display: -webkit-grid;
		display: -moz-grid;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 200px 1fr;
	}
}
.post-preview {
    position: relative;
}
.entry-content-wrapper .entry-title {
    /* font-size: 25px; */
    padding: 30px 0 5px;
    line-height: 1.2;
}
.entry-action {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.entry-action li {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 1em;
    color: #999;
    margin-right: 15px;
}
.entry-action li:last-child {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.media-body .entry-title {
    margin: -3px 0 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
}
.media-post-layout .media {
    margin-top: 25px;
}
.media-post-layout .media:first-child {
    margin-top: 0;
}
.dropdown-list li{
	padding: 0;
}
.dropdown-list li a{
	display: block;
	padding: .5rem 1.25rem;
}
.dropdown-list li .toggle-list{
	position: absolute;
	height: 37px;
	width: 37px;
	right: 0;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	margin-left: auto;
	cursor: pointer;
}
.dropdown-list ul li a{
	padding: .5rem 2rem;
}
.dropdown-list ul{
	display: none;
}
.toggle-list.active .fa-plus:before{
	content: '\f068';
}

.dropdown-list li a.active,
.dropdown-list li a.active ~.toggle-list{
	background: #af212b;
	color: #fff;
}

.pagination.pg-red .active .page-link {
    background-color: #AF212B;
}
.pagination.pg-red .page-item.active .page-link{
	border-color: #af212b;
}

.divider{ display: inline-block; width: 2px;height: 12px;background: #fff; }
.card.card-image{ background-position:center bottom; }

.news_img{
	width: 145px !important;
}
.news_detail{
	line-height: 18px;
}
.form_search .input-group .form-control {
    border-radius: .25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control-sm{
	height: calc(1em + 0.5rem + 2px) !important;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem !important;
	line-height: 0.5;
}
.classic-tabs #myClassicTab  li:first-child{
	margin-left: 0;
}
.classic-tabs li a{
	font-family: 'Poppins', sans-serif,'Hanuman', cursive;
	font-weight: bold;
	padding: 9px 24px;
	color: #dce7f0;
}
.media_list{
	background: #f5f5f5;
	border-bottom: solid 1px #fff;
}

#sponser.owl-btn-vertical-center .owl-nav .owl-prev{
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	bottom: unset;
}
#sponser.owl-btn-vertical-center .owl-nav .owl-next{
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	bottom: unset;
}
#sponser.owl-btn-vertical-center .owl-nav .owl-prev img, #sponser.owl-btn-vertical-center .owl-nav .owl-next img{
	height: 27px;
}
#news.owl-theme .owl-nav{
	display: inline-block;
	position: absolute;
	top: -35px;
	right: 0;
}
#news.owl-btn-vertical-center .owl-nav .owl-next,#news.owl-btn-vertical-center .owl-nav .owl-prev{
	position: relative;top: unset;margin: 0 3px;background: #dddddd;left: 0;padding: 0px 10px;bottom: 0;
}
.form-control-md {
    height: calc(1em + 0.5rem + 2px) !important;
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem !important;
    line-height: 0.5;
}



#myClassicTab {
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: thin;
	/*max-height: 50px;*/
}
#myClassicTabContent.tab-content > .tab-pane{ min-width: 670px; }
#myClassicTabContent.tab-content{ overflow-x: auto;scrollbar-width: thin; }
.d-table-title{
	width: 100%;
}
@media (min-width: 768px){
	.d-table-title{
		width: 160px;text-align: right;
	}
}

.border_{
	width: 47px;
	height: 2px;
	background: #f48520;
	margin-top: 10px;
}
.footer_ls_service{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer_ls_service li a:before {
	content: "\f105";
	font-family:  "FontAwesome";
	margin-right: 5px;
}
.footer_ls_service li a{
	display: block;
	transition: all 0.4s ease-in-out;
}
.footer_ls_service li a:hover{
	margin-left: 15px;
	color:#F80;
}


/*
* css service
*/
.services {
	position: relative;
	border-bottom: solid 3px rgba(70,177,226,.7);
}
.services .inner-box {
    position: relative;
    display: block;
	border: 1px solid #e0e0e0;
	overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.services .image-box {
    position: relative;
    margin-bottom: 0;
}
.services .lower-content {
    position: absolute;
    padding: 20px 25px;
    background: #fbf7f8;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	bottom: -56px;
	left: 0;
	right: 0;
}
.services h4 {
    font-weight: 600;
    color: #003362;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.services .designation {

    text-transform: capitalize;
    font-weight: 500;
    color: #818080;
    font-size: 14px;

}
.services .hover-info {
    position: absolute;
    left: 0px;
    bottom: -105px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 15px 25px;
    text-align: center;
    background: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;

}
.services .hover-info .designation {

    margin-bottom: 15px;

}
.services .social-links a {

    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #B57309;
    text-align: center;
    background: #f4f4f4;
    margin-right: 5px;
    border-radius: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;

}
.services:hover .hover-info {

    bottom: 0px;
    opacity: 1;
    visibility: visible;

}
.services:hover .lower-content {

    bottom: 0px;

}
.services .social-links a .fa-facebook-f  { color: #3b5998; }
.services .social-links a .fa-twitter     { color: #007ab6; }
.services .social-links a .fa-google-plus { color: #dc4b3b; }
.services .social-links a .fa-linkedin    { color: #007ab6; }






.main-cate-menu{
    position: relative;
    height: 100%;
	
}

.main-cate-menu .menu-head {
    background: rgba(70,177,226,.7);
    height: 40px;
    width: 100%;
    padding: 0 15px 0 10px;
    text-transform: capitalize;
    color: #000;
    /* border-radius: 5px 5px 0 0; */
    cursor: pointer;
    margin-bottom: -2px;
    font-size: 14px;
    line-height: 39px;
    position: relative;
}
.main-cate-menu:hover .menu-main {
    display: block;
}
.main-cate-menu .menu-head .icon {
    /* width: 13px; */
    /* height: 2px; */
    /* background-color: #000; */
    /* font-size: 0; */
    font-size: 18px;
	position: absolute;
	top: 12px;
	right: 16px;	
	color:#fff;
    transition: background-color .3 ease;
    /* border-radius: 2px; */
	
}
.main-cate-menu .menu-head .title {
    position: relative;
    top: 0;
}
/* .main-cate-menu .menu-head .icon::after, .main-cate-menu .menu-head .icon::before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #000;
    transition: all .2s ease;
    border-radius: 2px;
    left: 0;
}

.main-cate-menu .menu-head .icon::before {
    transform: translateY(-6px);
    width: 18px;
}
.main-cate-menu .menu-head .icon::after {
    transform: translateY(6px);
    width: 8px;
} */
.is-homepage .main-cate-menu .menu-main {
    display: block;
}
.main-cate-menu .menu-main {
    height: 432px;
    position: relative;
    /* top: 40px; */
    z-index: 20;
    background: #f1f0f0;
    display: none;
    width: 100%;
}

.main-cate-menu .lv1 {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 440px;
    z-index: 10;
    padding:0;
}
.main-cate-menu .lv1 > li {
    height: 30px;
    padding: 0 6px;
}
.main-cate-menu .lv1 > li > a {
    display: table;
    height: 30px;
    width: 100%;
    font-size: 13px;
    color: #333;
    position: relative;
    z-index: 2;
}
.main-cate-menu .lv1 > li > a:hover{
    color: #e62e04;
}
.main-cate-menu .lv1 > li > a .text.active{
    color: #e62e04;
}
.main-cate-menu .lv1 > li > a .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
}
.main-cate-menu .lv1 > li > a .icon img {
    max-width: 14px;
    max-height: 14px;
}
.main-cate-menu .lv1 > li > a .text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;
    padding-top: 3px;
	position: relative;
}
.main-cate-menu .lv1 > li > a .text.has_sub:after{
	content:"\f105";
	font-family: "FontAwesome";
	right: 10px;
	position: absolute;

}
.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-20{
    width: 20%;
    float: left;
}
.col-80{
    width: 80%;
    float: left;
}
.col-60{
    width: 60%;
    float: left;
}
.main-cate-menu .sub-menu-box .col-12 {
    position: relative;
    height: 438px;
    z-index: 6;
    padding: 20px;
}
.main-cate-menu .sub-menu-box {
    width: 855px;
	height: 470px;
	position: absolute;
	top: -38px;
	left: 285px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 19px;
}
.main-cate-menu .sub-menu-box .lv2-title {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    overflow: hidden;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 14px;
}
.main-cate-menu .lv1 > li:hover .sub-menu-box {
    opacity: 1;
    visibility: visible;
}
.main-cate-menu .sub-menu-box .lv3 {
    list-style: none;
    margin-bottom: 15px;
    height: 150px;
    overflow: hidden;
    padding: 0;
}
.main-cate-menu .sub-menu-box .lv3 a {
    display: block;
    padding: 3px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 25px;
    font-size: 12px;
    color: #333;
}
.main-cate-menu  a{
    text-decoration: none;
}
.main-cate-menu .sub-menu-box .lv2-title:hover,
.main-cate-menu .sub-menu-box .lv3 a:hover {
    color: #b11e22 ;
}
.mb-2{
    margin-bottom: 20px;
}
.sub-menu-box .col-20{
    position: relative;
    height: 440px;
}
.banner-img {
    position: absolute;
    height: 438px;
    width: 260px;
    bottom: 2px;
    right: 0;
    z-index: 5;
    overflow: hidden;
    top: 0px;
    
}
.banner-item{
    width: 100%;
    height: 135px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;

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



@media screen and (max-width:1200px){
	.main-cate-menu .sub-menu-box{
		width: 722px;
		height: 396px;
		left: 239px;
	}
	.main-cate-menu .menu-main {
		height: 358px;
	}
}
@media screen and (max-width:992px){
	.main-cate-menu .sub-menu-box{
		width: 540px;
		height: 311px;
		left: 180px;
	}
	.main-cate-menu .menu-main {
		height: 273px;
	}
}
.category_section{
	display: none;
}
@media screen and (max-width:767px){
	.menu-wrap{
		display: none;
	}
	.category_section .row{
		margin-right: calc(0.5rem/-2);
		margin-left: calc(0.5rem/-2);
		margin-top: 0.5rem * -1;
	}
	.category_section .row > * {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		padding-right: calc(0.5rem/2);
		padding-left: calc(0.5rem/2);
		margin-top: 0.5rem;
	}
	.category_section{
		display: block;
	}
}


.container{
	max-width: unset;
	width:min(100% - 15px,1340px);
	margin-inline: auto;
}

.title-container {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1;
	text-align:center;
}
.title-container h6{
	color:var(--default-color-3);
	font-size: 30px;
	/* font-size: clamp(20px,7dvw,30px) !important; */
	border-bottom:solid 2px var(--default-color-4);
	display: inline-block;
	padding-bottom: 5px;
}
.catagory-card-item {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 0.75rem;
	box-shadow: none !important;
	border:solid 1px #e4e4e4 !important;
}
.product-catagory-item .card-body img {
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px);
    object-fit: cover;
    height: auto;
}
.catagory-card-title {
    border-bottom-left-radius: calc(.75rem - 1px);
    border-bottom-right-radius: calc(.75rem - 1px);
	background: rgba(70,177,226,.7);
}
.catagory-card-title span {
    font-size: 13px;
    /* white-space: nowrap; */
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    color: #eee;
    line-height: 25px;
	min-height: 25px;
    font-weight: 600;
}

.product-card-item{
	box-shadow: none !important;
	border-radius: 0;
	background:transparent;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border:0;
	/* border-bottom: solid 0 var(--default-color-3) !important; */
}
/* .product-card-item:hover{
	border-bottom: solid 5px var(--default-color-3) !important;
	padding-bottom: 5px;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
} */
.product-card-item:hover .product-card-title {
	z-index: 2;
}
/* .product-card-item:hover:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	width:100%;
	height: 100%;
	background: var(--default-color-3);
	opacity: .5;
	z-index: 1;
	
} */
.product-card-item .card-body{
	padding: 0 !important;
}
.product-card-item .card-body img{
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.product-card-item .product-card-title{
	padding: 10px;
	text-align: left;
	
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.product-card-overlay{
	/* position: relative; */
	/* z-index:0; */
	opacity: 0;
	visibility: hidden;
}
.product-card-item:hover .product-card-overlay{
	opacity: 1;
	visibility: visible;
}
.product-card-item:hover .product-card-overlay:before{
	height:100%;
	/* top:0; */
}
.product-card-item:hover .product-card-overlay:after{
	height:5px;
}
.product-card-overlay:before{
	content:"";
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:0;
	background: var(--default-color-3);
	opacity: .5;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}
.product-card-overlay:after{
	content:"";
	position: absolute;
	/* top:0; */
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:0;
	background: var(--default-color-3);
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}
/* .product-card-item .product-card-title span{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 25px;
	text-align: center;
	color:var(--default-color-4);
} */
.product-card-item .product-card-price{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 25px;
	text-align: center;
	margin-top: 10px;
	color:var(--default-color-4);
}



/**
Categories css
*/
.all-category-block ul{
    padding:0;
}
.all-category-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    z-index: 4 !important;
}
.all-category-table .them {
    width: 16.6666%;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 10px 10px 7px;
    cursor: pointer;
}
.all-category-table .them .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #efefef;
    border-radius: 50%;
    margin-bottom: 6px;
}
.all-category-table .them .title {
    text-transform: uppercase;
    font-weight: normal;
    color: gray;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.all-category-block .cate-box .box-head .icon img, .all-category-table .them .icon img {
    max-width: 19px;
    max-height: 19px;
}
.all-category-table .them.theme-cate-1.is-active, .theme-cate-1.brand-block.is-active .block-head, .theme-cate-1.brand-block:hover .block-head {
    border-color: #00aeef;
    border-style: double;
}
.all-category-block .cate-box.theme-cate-1 .box-head .icon, .all-category-table .them.theme-cate-1.is-active .icon{
    background: #00aeef;
}
.all-category-table .them.is-active .title, .all-category-table .them:hover .title {
    color: #333;
}
.all-category-block {
    border: 1px solid #ddd;
    margin: 30px 0;
    background: #fff;
}
.all-category-block .cate-box {
    border-bottom: 1px solid #ddd;
}
.all-category-block .cate-box .box-head {
    background: rgba(0,0,0,.5);
    height: 50px;
    padding: 0 20px;
}
.all-category-block .cate-box .box-head .icon {
    background: #b11e22;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 5px;
}
.all-category-block .cate-box .box-head::after, .all-category-block .cate-box .box-head::before {
    content: " ";
    display: table;
}
.all-category-table .them:hover .icon{
    background:#1e92e7;
}
.all-category-block .cate-box .box-head .icon img, .all-category-table .them .icon img {
    max-width: 19px;
    max-height: 19px;
}
.all-category-block .cate-box .box-head .title {
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
	color:#fff;
}
.all-category-block .cate-box .box-main {
    padding: 20px 20px 0;
}
.row.row-10px {
    margin: 0 -10px;
}
.row.row-10px > [class*="col-"] {
    padding: 0 10px;
}
.all-category-block .cate-group {
    margin-bottom: 20px;
}
.all-category-block .cate-group .lv2-title {
    padding-bottom: 5px;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 10px;
}
.all-category-block .cate-group .lv2-title a {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
.all-category-block .cate-group .scroll-wrap.is-hide, .all-category-block .cate-group .scroll-wrap.is-hide + .expand-btn {
    display: block;
}
.all-category-block .cate-group .scroll-wrap {
    max-height: 110px;
    margin-bottom: 7px;
    overflow: hidden;
}
.all-category-block .cate-group .scroll-wrap.is-hide, .all-category-block .cate-group .scroll-wrap.is-hide + .expand-btn {
    display: block;
}
.all-category-block .cate-group .expand-btn {
    display: none;
    font-style: italic;
}
.all-category-block .cate-group .lv3-list {
    list-style: none;
}
.all-category-block .cate-group .lv3-list a {
    display: block;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 22px;
    overflow: hidden;
}
.all-category-block .cate-group .lv3-list a::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}
.all-category-block .cate-group .scroll-wrap.is-expand {
    overflow: visible;
    max-height: none;
}
.categories-list{
    border-radius: 3px;
    padding:0;
    list-style: none;
    /* background:#fff; */
    display: flex;
	flex-direction: row;
	background: var(--default-color-6);
	overflow-x: auto;

}
.categories-list li a{
    color: var(--default-color-4);
    display: block;
	background: var(--default-color-6);
	padding:15px;
	min-width: 150px;
	text-align: center;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.categories-list li a span{
    padding-left:5px;
    font-size: 14px;
}
.categories-list li a:hover{
	background: var(--default-color-3);
}
.categories-list .lv1{
    list-style: none;
    padding-left: 15px;
}
.categories-list .lv1 li{
    line-height: 25px;
}
.categories-list .lv1 li a{
    color: var(--default-color-4);
}


.product-description{
	font-size: clamp(11px,1.2dvw,25px);
}
.product-description p{
	margin-bottom: .5rem;
}

.btn-call-sms{
	text-decoration: none;
	position: relative;
	border: none;
	/* font-size: 14px; */
	font-family: inherit;
	color: #fff;
	width: 9em;
	/* height: 3em; */
	line-height: 2em;
	text-align: center;
	background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
	background-size: 300%;
	border-radius: 30px;
	z-index: 1;
	display:inline-block
}
.btn-call-sms:hover {
	animation: ani 8s linear infinite;
	border: none;
}

@keyframes ani {
	0% {
	 background-position: 0%;
	}
   
	100% {
	 background-position: 400%;
	}
}
.btn-call-sms:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
	background-size: 400%;
	border-radius: 35px;
	transition: 1s;
}

.btn-call-sms:hover::before {
	filter: blur(20px);
}

.btn-call-sms:active {
	background: linear-gradient(32deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
}

.list-more-photos{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	grid-column-gap: 8px;
	/* grid-template-columns: repeat(auto-fit,minmax(106px,var(--width-grid-template-photo))); */
	/* --width-grid-template-photo: calc(100% / 6 - 8px); */
}
.list-more-videos{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	grid-column-gap: 8px;
	/* grid-template-columns: repeat(auto-fit,minmax(106px,var(--width-grid-template-video))); */
	/* --width-grid-template-video: calc(100% / 4 - 8px); */
}
.list-more-photos .thumbnail img,
.list-more-videos .videos-container video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.comments .comment {
	position: relative;
	background: 0 0;
	margin: .5em 0 0;
	padding: .5em 0 0;
	border: none;
	border-top: none;
	line-height: 1.2;
}
.comments .comment .avatar {
	display: block;
	width: 60px;
	height: auto;
	float: left;
	margin: .2em 0 0;
}
.comments .comment .avatar img, 
.comments .comment img.avatar {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.comments .comment > .content {
	display: block;
	background:var(--default-color-8);
	padding:5px 15px;
}
.comments .comment > .avatar ~ .content {
	margin-left: 80px;
	border-radius: 4px;
}
.comments .comment a.author {
	cursor: pointer;
	font-size: clamp(11px,1.2dvw,14px);
	font-weight: 700;
}
.comments .comment .metadata {
	display: inline-block;
	margin-left: .5em;
	color: var(--default-color-9);
	font-size: clamp(11px,.875em,14px);
}
.comments .comment .text {
	margin: .25em 0 .5em;
	font-size: clamp(11px,1dvw,14px);
	word-wrap: break-word;
	/* color: rgba(0,0,0,.87); */
	line-height: 1.3;
}



.js-preloader {
	/* You must change postion:relative; for position:fixed;  */
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
  }
  
  .js-preloader.loaded {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
  }
  
  @keyframes dot8567 {
	50% {
	  -webkit-transform: translateX(96px);
	  transform: translateX(96px);
	}
  }
  
  @keyframes dots723423 {
	50% {
	  -webkit-transform: translateX(-31px);
	  transform: translateX(-31px);
	}
  }
  
  .preloader-inner {
	position: relative;
	width: 142px;
	height: 40px;
	background: transparent;
  }
  
  .preloader-inner .dot {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: 15px;
	background: #e75e8d;
	border-radius: 50%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-animation: dot8567 2.8s infinite;
	animation: dot8567 2.8s infinite;
  }
  
  .preloader-inner .dots {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-top: 12px;
	margin-left: 31px;
	-webkit-animation: dots723423 2.8s infinite;
	animation: dots723423 2.8s infinite;
  }
  
  .preloader-inner .dots span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	background: #e75e8d;
	border-radius: 50%;
  }



.announcement{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	background: #6e1200;
	color: #fff;
	line-height: 19px;
}
.ann_label {
	min-width: 125px;
	padding: 10px 13px;
	position: relative;
}
.ann_label > span {
	text-decoration: underline;
	white-space: nowrap;
	color : var(--default-color-12);
}
.marquee {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
.marquee ul:hover {
	animation-play-state: paused;
  }
.marquee ul {
	display: table;
	padding-left: 100%;
	text-indent: 0;
	animation: marquee 160s linear infinite;
	margin-bottom: 0;
}
.ann_article li {
	display: table-cell;
	padding-right: 15px;
}
.ann_article li a {
	white-space: nowrap;
	line-height: 30px;
}
.ann_article li a i {
	margin-right: 8px;
	color: #da8521;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.card-title{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.text-line-clamp-2{
	-webkit-line-clamp: 2;
}

@media (max-width:960px){
	.text-line-clamp-lg-down-2{
		-webkit-line-clamp: 2;
	}
}

.navbar-rajp{
	display:table;
	width: 100%;
	/* table-layout: fixed; */
}
.navbar-rajp .nav-item{
	display: table-cell;
	border-bottom: solid 2px transparent;
}
.navbar-rajp .nav-item .nav-link{
	text-align: center;
	color:var(--default-color-4);
}
.navbar-rajp .nav-item.active > .nav-link,
.navbar-rajp .nav-item:hover > .nav-link{
	color: var(--default-color-12);
}	
.navbar-rajp .nav-item.active,
.navbar-rajp .nav-item:hover{
	border-bottom: solid 2px  var(--default-color-12);
}
.navbar-toggler-rajp{
	display:none;
}
.dropdown-toggler-rajp{
	position: absolute;
	right: 0;
	top: 10px;
	width: 30px;
	text-align: center;
	background: rgba(255,255,255,.7);
	color: #6e1200;
	border-radius: 4px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.dropdown-toggler-rajp i{
	font-size: 10px;
}
@media (max-width:991.98px){
	.navbar-toggler-rajp{
		display:flex;
		align-items: center;
		justify-content: center;
		gap:7px;
	}
	.navbar-rajp{
		display:none;
	}
	.navbar-rajp .nav-item{
		display:block;
	}
	.navbar-rajp .nav-item .nav-link{
		text-align: left;
	}
	
}
@media (min-width:992px){
	.navbar-rajp{
		display:table !important;
	}
	.dropdown-toggler-rajp{
		display: none !important;
	}
	.dropdown .dropdown-menu{
		position: absolute;
		top: calc(100% + 3px);
		background: var(--default-color-6) !important;
	}
	.navbar-rajp .nav-item:hover .dropdown-menu{
		display: block !important; 
	}
}
.dropdown .dropdown-menu{
	background: transparent;
	border: none;
	color: var(--default-color-13);
	min-width: 100%;
}
.dropdown-item{
	color: var(--default-color-4);
}
.dropdown-item:focus, .dropdown-item:hover {
	color: var(--default-color-12);
	background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item{
	max-width: 700px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  
}

.list-books{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(133px, 1fr));
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	/* grid-template-columns: repeat(auto-fit,minmax(106px,var(--width-grid-template-photo))); */
	/* --width-grid-template-photo: calc(100% / 6 - 8px); */
	padding: 20px 25px;
	background: #6e1200;
	border-radius: 8px;
}
.list-books .book-cover{
	-webkit-box-shadow: 0px 2px 5px 0 rgba(0,0,0,.33);
    box-shadow: 0px 2px 5px 0 rgba(0,0,0,.33);
	/* margin-bottom:8px; */
	padding:8px;
	border-radius: 4px;
	background:rgba(245, 245, 245, 0.05);
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	position: relative;
	margin-bottom: 20px;
}
.list-books .book-cover .thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/*border-radius: 4px;*/
	transition: transform 1s;
	will-change: transform;
	transform-style: preserve-3d;
}
.list-books .book-cover .book-title{
	font-size: 14px;
	text-align: center;
	padding:5px 15px;
	color:#fff;
}
.list-books .book-cover:hover{
	background: rgba(245, 245, 245, 0.34);
}
.list-books .book-cover:hover .thumbnail img{
	transform: rotateY(180deg);
}
.form-search-book{
	padding: 20px;
	background: #6e1200;
	border-radius: 8px;
}
.form-search-book .submit-btn{
	background: #fff;
	color: #6e1200;
	border: none;
	font-size: 16px;
	padding:14px;
}
.book-filter{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	padding: 3px 0;
    border-radius: 6px;
    background: rgba(196, 43, 13, 0.74);
    background-blend-mode: multiply;
}
.book-filter .book-filter-item{
	padding: 9px 20px;
    margin: 0 4px;
    border: none;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    position: relative;
	border-radius: 6px;
}
.book-filter .book-filter-item.active{
	background: #fff;
	color: #6e1200;
}
/* .book-shelf{
	width: 100%;
	height: 15px;
	background: #8f6259;
	margin-top: -16px;
	-webkit-box-shadow: -1px 28px 40px 1px rgba(0,0,0,.26);
	box-shadow: 0px 10px 18px -1px rgba(45, 8, 1, 0.77);
	grid-column: 1 / -1;
	margin-bottom: .5rem; 
	z-index:1;
} */

.book-cover::after{
	content: "";
	position: absolute;
	bottom: -15px;
	width: calc(100% + 16px);
	height: 15px;
	-webkit-box-shadow: 18px 4px 22px 0px rgba(45, 8, 1, 0.77);
	box-shadow: 18px 4px 22px 0px rgba(45, 8, 1, 0.77);
	background: #8f6259;
	left: -8px;
	right: -8px;
}

.img-count {
  margin: 4px 0;
  margin: 4px 0;
  text-align: right;
  color: #67190c;
}