/*MAX AND MIN*/
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-6:nth-child(2n + 1),
    .col-md-4:nth-child(3n + 1),
    .col-md-3:nth-child(4n + 1) {
        clear: both;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .col-sm-6:nth-child(2n + 1),
    .col-sm-4:nth-child(3n + 1),
    .col-sm-3:nth-child(4n + 1) {
        clear: both;
    }
}

/*MIN*/
@media (min-width: 768px){
	
}
@media (min-width: 992px){
	.col-md-20 {
		width: 20%;
		float: left;
	}
	.col-md-20:nth-child(5n+1) {
	    clear: both;
	}
	.common-home .box-menu .box-box{
		display: none !important;
	}
	.menu-home-cat > ul > li:hover > ul{
		display: block;
	}
	[class *= product-] > .container-all .content-mid .col-xs-12.col-sm-6.col-md-3:nth-child(4n + 1),
	[class *= product-] > .container-all .content-mid .col-xs-12.col-sm-6.col-md-4:nth-child(3n + 1),
	[class *= product-] > .container-all .content-mid .col-xs-12.col-sm-6.col-md-6:nth-child(2n + 1)
	{
		clear: both;
	}

	/* menu	*/
	#menu {
	    display: block!important;
	}
	#menu > ul > li {
		display: inline-block;
		margin-left: 40px;
	}
	#menu > ul > li > a {
		display: inline-block;
		font-size: 18px;
		padding: 4px 4px;
		margin-bottom: 4px;
	}	
	#menu > ul > li.current > a,
	#menu > ul > li:hover > a,
	#menu > ul > li > a:hover {
	    color: #bd1a89;
	}
	#menu > ul > li:hover > a,
	#menu > ul > li > a:hover {
		border-bottom: 4px solid #bd1a89;
		margin-bottom: 0;
	}
	#menu ul ul {
	    position: absolute;
	    opacity: 0;
	    visibility: hidden;
	    background: #fff;
	    border: 1px solid rgb(245, 245, 245);
	    min-width: 200px;
	    z-index: 1;
	}
	#menu > ul > li > ul {		
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	#menu ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		display: block!important;
	}
	#menu ul ul li a {
		padding: 10px;
	    border-bottom: 1px dashed #eee;
	    display: block;
	    font-size: 13px;
	    text-transform: uppercase;
	    white-space: nowrap;
	}
	#menu ul ul li:last-child a {
		border-bottom: 0;
	}
	#menu ul ul li a:hover,
	#menu ul ul li:hover > a {
		color: #bd1a89;
	}
	#menu ul ul li a i {
		float: right;
    	font-size: 20px;
	}
	#menu ul ul ul {
		left: 100%;
    	top: 0;
	}
	/* end menu	*/
	/* about us */
	section.about-us-row-info .order-1 {
		order: 1;
	}
	section.about-us-row-info .info-about-desc {
	    font-size: 18px;
	}
	/* contact page */
	.contact-page-wrap .banner-top-page {
		margin-bottom: 80px;
	}
	/* footer */
	.menu-footer-3 {
		column-count: 2;
	}
}
@media (min-width: 1200px){
	.col-lg-6:nth-child(2n + 1),
    .col-lg-4:nth-child(3n + 1),
    .col-lg-3:nth-child(4n + 1) {
        clear: both;
    }

    .row-md-mar20 {
	    margin-right: -20px;
	    margin-left: -20px;
	}
	.row-md-mar20 > div[class*="col-"] {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

/*MAX*/
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.row-sm-mar5 {
	    margin-right: -5px;
	    margin-left: -5px;
	}
	.row-sm-mar5 > div[class*="col-"] {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	/* header */
	.nav-toggle-mb {
	    border: 1px solid #ddd;
	    float: left;
	    height: 40px;
	    line-height: 38px;
	    width: 40px;
	    text-align: center;
	    border-radius: 4px;
	    font-size: 22px;
	    color: #bd1a89;
	    cursor: pointer;
	}
	#menu {
    	position: absolute;
	    width: 100%;
	    top: calc(100% + 1px);
	    background: #fff;
	    left: 0;
	    display: none;
	    z-index: 9;
	}
	#menu > ul {		
	    border: 1px solid rgb(245, 245, 245);
	}
	#menu > ul > li {
		width: 100%;
	}
	#menu ul li a {
		display: block;
		padding: 8px 10px;
	    border-bottom: 1px dashed #eee;
	}
	#menu ul .fa {
		display: none;
	}
	#menu ul span.toggle-mb {
	    position: absolute;
	    width: 38px;
	    height: 38px;
	    line-height: 38px;
	    top: 0;
	    right: 5px;
	    font-size: 16px;
	    text-align: center;
	    transition: all 0.5s;
	    cursor: pointer;
	}
	#menu ul span.toggle-mb.active {
		transform: rotate(180deg);
	}
	#menu ul span.toggle-mb:before {
		font-family: FontAwesome;
		content: "\f078";
	}
	#menu ul ul {
		display: none;
	}
	#menu ul ul li a {
	    padding: 8px 10px 8px 25px;
	}
	#menu ul ul ul li a {
	    padding: 8px 10px 8px 35px;
	}

	.product-info.row .description h1 {
		margin-top: 25px;
	}

	/* module */
	.news-latest-slide.owl-theme .owl-nav button {
		background: rgba(0,0,0,.1);
		padding: 0 8px!important;
	}
	.news-latest-slide.owl-theme .owl-nav button:hover {
		background: rgba(0,0,0,.3);
	}
	.news-latest-slide.owl-theme button.owl-prev {
	    left: 0;
	} 
	.news-latest-slide.owl-theme button.owl-next {
	    right: 0;
	}
	/* about us */
	section.about-us-row-info {
	    padding: 30px 0 10px;
	}
	section.about-us-row-info .col-xs-12 {
		margin-bottom: 20px;
	}
	section.about-us-row-info h2 {
		font-size: 22px;
	}
	/* contact page */
	.contact-page-wrap .banner-top-page {
		margin-bottom: 45px;
	}
}
@media (max-width: 767px){	
    .col-xs-6:nth-child(2n + 1),
    .col-xs-4:nth-child(3n + 1),
    .col-xs-3:nth-child(4n + 1){
        clear: both;
    }
    .banner-top-page h1 { font-size: 28px; }
	.box-heading {
		margin-bottom: 20px;
	}
    .box-heading h2 {
    	font-size: 24px;
    	padding-bottom: 10px;
    }

	.box-product_ {
		margin-bottom: 20px;
	}
	
	.image-additional.slick-slider {
		width: 100%;
		position: unset;
	}
	.image-additional.slick-slider .slick-list {
		display: none;
	}
	.image-product.slick-slider {
		width: 100%;
	}
	.image-additional.slick-slider button.slick-prev {
	    left: 10px;
	    z-index: 9;
	    width: auto;
	    height: auto;
	}
	.image-additional.slick-slider button.slick-next {
	    right: 10px;
	    z-index: 9;
	    width: auto;
	    height: auto;
	}
	.image-additional .slick-prev:before, .image-additional .slick-next:before {
	    font-size: 45px;
	    color: black;
	}

	/* module */
	.slideshow.owl-theme .owl-nav {
		display: none;
	}
	.info-home-md {
	    padding-top: 30px;
	}
	.info-home-md .text-blur {
	    font-size: 48px;
	}
	.info-home-md h3 {
	    margin: -20px 0 0;
	    font-size: 22px;
	    padding-bottom: 5px;
	}
	.info-home-md h3:after {
		width: 70px;
    	border-top: 3px solid #bd1a89;
	}
	.info-home-desc {
	    margin: 10px 0 20px;
	}

	/* footer */
	#powered{ text-align: center; }
	#powered .pull-left, #powered .pull-right{ width: 100%; }
}
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){
	
}

