#main_menu ul > li {
	margin-right: 40px;
	position: relative;
}
#main_menu ul > li > a {
	color: #404041;
	padding: 0;
	font-family: "UTM AptimaBold";
}
#main_menu .submenu {
	position: absolute;
	padding: 15px;
	box-shadow: 5px 5px 5px;
	width: 250px;
	border-top: 2.5px solid #e09900;
	top: 30px;
	background-color: rgba(51,51,51,0.72);
	display: none;
	z-index: 999;
}
#main_menu .submenu a {
	color: #fff;
	display: block;
	padding: 15px;
	font-size: 14px;
}
#main_menu .submenu a:hover {
	color: gold;
}

#main_menu ul > li:hover .submenu {
	display: block;
}

.group h1.cat {
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	padding: 20px;
	position: relative;
}

.group h1.cat:before {
	height: 1px;
	width: 100%;
	content: "";
	background: #ccc;
	position: absolute;
	bottom: 52px;
	left: 0;
}

.group h1.cat > span {
	background: #fff;
	overflow: hidden;
	padding: 15px;
	position: relative;
	z-index: 100;
	display: inline-block;
}
.group_cat .image {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.group_cat img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all ease 0.5s;
}
.group_cat .row {
	max-height: 410px;
	overflow: hidden;
}
@media screen and (max-width: 766px) {
	.group_cat .row {
		max-height: none;
	}
}
.group_cat .item {
	width: 100%;
	position: relative;
}
.group_cat .wp_info {
	position: absolute;
	top: 31%;
	width: 100%;
	text-align: center;
}
.group_cat .wp_info .title {
	font-size: 22px;
	color: #fff;
	font-family: 'montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff!important;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
	text-align: center;
	display: block;
	margin-bottom: 10px;
	transition: 200ms all;
}
.group_cat .wp_info .number {
	display: none;
	transition: all 3s ease;
	font-size: 16px;
	color: #fceded;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	transition: all ease 0.05s;
}
.group_cat .item:hover .number {
	display: block;
	transition: all ease 0.05s;
}

.group_cat .item:hover .title {
	padding-left: 15px;
	transition: 200ms all;
}
.group_cat .item:hover img {
	transform: scale(1.2);
	transition: all ease 0.5s;
}
.group_caption {
	text-align: center;
}
.group_caption img {
	margin-bottom: 10px;
}
.group_caption .wp_text .title {
	font-weight: bold;
	font-size: 16px;
}

.group_post .image {
	display: block;	
}
.group_post .image img {
	display: block;
	width: 100%;
}
.group_post .wp_text {
	/*padding: 30px 15px;*/
}
.group_post .title {
	display: block;
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.group_product_sale .item {
	width: 100%;
	position: relative;
}

.group_product_sale .image {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
.group_product_sale img {
	width: 100%;
	height: 250px;
	transition: all ease 0.4s;
}
.group_product_sale .title {
	color: #0f0f0f;
	font-size: 16px;
	text-align: center;
	display: block;
}
.group_product_sale .hotline {
	position: absolute;
	bottom: 44px;
	text-align: center;
	width: 100%;
	background: #80808059;
	color: #fff;
	font-weight: lighter;
	padding: 4px;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
	font-size: 16px;
	display: none;
	transition: all 0.3s ease;
}
.group_product_sale .item:hover .hotline {
    display: block;
    transition: all 0.3s ease;
}
.group_product_sale .image:hover img {
	transform: scale(1.2);
	transition: all ease 0.4s;
}
#wp_footer {
	background: #4b4e51;
	padding: 35px 0 55px 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 23px;
}

#wp_footer h3.title {
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 15px;
	padding: 5px 0;
	font-weight: lighter;
}
#wp_footer .menu_icon li {
	float: right;
	margin-right: 12px;
}
#wp_footer .menu_icon a {
	display: block;
	color: #ffffff;
	font-size: 25px;
	cursor: pointer;
}
#wp_footer .col-md-4:last-child h3{
	text-align: right !important;
}
#wp_footer .menu_icon img {
	height: 20px;
}

#navbarNav {
	display: none;
	background: #f5f5f5;
	padding: 20px 30px;
}
#navbarNav a {
	display: block;
	color: #333;
}
#navbarNav li:hover {
	background: #ffff;
}

#wp_copy_right {
    color: #ffffff;
    background: #404041;
    font-size: 13px;
    padding: 13px 0 10px 0;
    text-align: center;
}

.group_product_new .image {
    display: block;
    width: 90%;
    background: #fff;
    padding: 10px;
    top: 5px;
    box-shadow: 5px 5px 5px #9e9e9e96;
    height: 414px;
}
.group_product_new img {
	width: 100%;
	height: 100%;
}
.group_product_new .item {
	position: relative;
}
.group_product_new .item .bg_border {
	border: 3px solid #c6c6c6;
    position: absolute;
    width: 88%;
    height: 414px;
    top: -7%;
    left: 10%;
    z-index: -1;
}
/*=========Fix========*/
#main_menu ul > .nav-item {
	padding-bottom: 5px;
}
#main_menu ul > .nav-item > .nav-link::before {
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: #d11a59;
    transition: all 0.5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
}
#main_menu ul > .nav-item:hover > .nav-link::before {
	width: 100%;
	transition: 0.5s all;
}
#main_menu ul > .active > .nav-link::before {
	width: 100%;
}
#main_menu ul > li:last-child {
	margin-right: 0;
}
.item_fix span {
	color: #fff;
}
.hotline_fix {
	position: absolute;
    bottom: 10px;
    height: 35px;
    left: 25px;
    text-align: center;
    width: 80%;
    background: #80808059;
    color: #fff;
    font-weight: lighter;
    padding: 4px;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
    font-size: 16px;
    display: none;
    transition: all 0.3s ease;
}
.item_fix:hover .hotline_fix {
	display: block;
}
@media only screen and (max-width: 1199px) {
	.hotline_fix {
		/*display: none;*/
	}
}
.set_div .wp_info {
	top: 45%;
}
.set_div_2 .wp_info {
	top: 31%;
}
.set_div_bottom .wp_info {
	top: 47%;
    width: 90%;
}
@media only screen and (min-width: 1200px) {
	.wp_detail_product .col-md-9 {
		margin-top: -50px;
		border-right: 1px solid #ccc;
		padding-top: 50px;
	}
	.wp_list_product .col-md-9 {
		margin-top: -50px;
		border-left: 1px solid #ccc;
		padding-top: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.set_div {
		height: 40%;
	}
	.set_div_2 {
		height: 50%;
	}
	.des span {
		height: 73px;
	}
}
.hotline_post {
	position: absolute;
    left: 0px;
    text-align: center;
    width: 47%;
    background: #80808059;
    color: #fff;
    font-weight: lighter;
    padding: 4px;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
    font-size: 16px;
     display: none; 
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1199px) {
	.setting_news img {
		height: 250px;
	}
	.des span {
		height: 74px;
	}
	.hotline_post {
		top: 219px;
	}
}

.hotline_post span {
	color: #fff;
}
.item_post:hover .hotline_post {
	display: block;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.group_product_new .image{
		width: 100%;
	}
	.group_product_new .item .bg_border{
		display: none;
	}
	.hotline_post {
		width: 100%;
		top: 40%;
	}
	.group_product_sale .hotline{
		    top: 55% !important;
	}
}
.des span{
	display: block;
	display: -webkit-box;
	max-width: 100%;
	/*height: 120px;*/
	margin: 0 auto;
	font-size: 14px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.group_post .owl-prev:focus,
.group_post .owl-next:focus {
	outline: none;
}
.edit_my {
	margin-top: 79px !important;
}
.edit_my .container_header {
	border-bottom: 1px solid #ccc;
}
.edit_my .container_header .col-left {
	border-right: 1px solid #ccc;
	padding-top: 30px;
	padding-bottom: 20px;
}
.edit_my .container_header .col-right {
	padding: 15px 0 20px 20px;
}
.edit_detail .container {
	border-bottom: 1px solid #ccc;
}
.my-pag {
	height: 50px;
	margin-left: 45%;
}
.pagination li {
	border: 1px solid #ccc;
    width: 30px;
    border-radius: 50%;
    height: 29px;
    text-align: center;
    margin: 0 2px;
}
.pagination .active {
	border: 1px solid #000;
}