a.dmca-badge {
    display: inline-block;
    padding: 5px 10px;
}
.bocongthuong {
    max-width: 50%;
    display: inline-block;
}
/*
css_0_default
css_1_top_bar
css_2_man_head
css_3_menu
css_4_slide
css_5_banner
css_6_contact_info
css_7_brand
css_8_footer
css_9_page_title
css_10_breadcrumb
css_11_new_news
css_12_jobs
css_13_activities
css_14_featured_projects
css_15_people_say
css_16_featured_products
css_17_product_catalog
css_18_sidebar_tags
css_19_sidebar_news
css_20_collection_sidebar
css_21_list_products
css_22_grid_products(product_loop)
css_23_products_sort
css_24_page_navi
css_25_product_detail
css_26_product_tab
css_27_blog_sidebar
css_28_blog_list_page
css_29_blog_page_navi
css_30_blog_detail
css_31_blog_cmt
css_32_cart_page
css_33_contact_page
css_34_404_page
css_35_login
css_36_register
css_37_customers
*/


/*css_0_default*/
    body {
        font-family: "Roboto", sans-serif;
        font-size: 14px;        
        color: #444444;
        background-color: #fff;
    }

    *img {
        max-width: 100%;
    }

    * {
        padding: 0;
        margin: 0;
        outline: none !important;
    }
    
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    @charset "UTF-8";
    .no-padding-lr {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-padding-l {
        padding-left: 0px;
    }

    .no-padding-r {
        padding-right: 0px;
    }

    .no-padding-tb {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .no-padding {
        padding-bottom: 0;
    }
	.padding-lr-15{
		padding-left:15px;
		padding-right:15px;
	}
    .mtb25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    ul{
        list-style: none;
    }
    ul li{
        list-style: none;
        
    }

    /*page_default*/
	.w2{
		width: 20px !important;
	}
    .theme_color {
        color: #009FEB !important;
    }
	.btn-black{
		background: #252525;
		color: #fff;
	}
	.btn-black:hover{
		background: #000;
		color: #fff;
	}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		color: #ffffff;
		text-decoration: none;
		outline: 0;
		background-color: #009FEB;
	}

/*css_1_top_bar*/

    .topbar a,
    .topbar span {
        color: #696969;
        font-size: 14px;
        line-height: 30px;
        text-decoration: none;
        display: inline-block;
    }

    .topbar span {
        padding: 0px 10px;
    }

    .topbar a:hover,
    .topbar a:focus,
    .topbar a:active {
        color: #fff;
        text-decoration: underline;
    }

    .topbar {
        background: #009FEB;
        height: 50px;
        text-decoration: none;
    }
	.topbar .pull-left ul li:last-child a {
		border-right: 1px solid #00cda0;
	}
	.topbar .pull-left ul li a {
		color: #fff;
		border-left: 1px solid #00cda0;
		padding: 10px 20px;
		font-size: 16px;
	}
	.topbar .pull-left ul li {
		float: left;
	}
	.topbar .pull-left ul li a:hover {
		background: #00cda0;
	}

	.topbar .pull-right ul li a {
		color: #fff;
		text-transform: uppercase;
		padding: 10px 15px;
		text-decoration: none;
		border-left: 1px solid #00cda0;
	}

	.topbar .pull-right ul li:last-child  a{
			border-right: 1px solid #00cda0;
	}
	.topbar .pull-right ul li a:hover {
			background: #00cda0;
	}

	.topbar .pull-right ul li {
			float: left;
	}

	@media (max-width:480px){
		.topbar .pull-left ul{
			display:none;
		}
		
		.topbar .pull-right ul li a {
			color: #fff;
			text-transform: uppercase;
			padding: 10px 15px;
			text-decoration: none;
			border-left: 0px solid #00cda0;
		}

		.topbar .pull-right ul li:last-child  a{
				border-right: 0px solid #00cda0;
		}
		.topbar .pull-right ul li a:hover {
				background: #009FEB;
		}

		.topbar .pull-right ul li {
				float: left;
		}
		
		.topbar .pull-right ul li {
			width: 50%;
			text-align: center;
		}
		.topbar .pull-right ul {
			width: 100%;
		}
		.topbar .pull-right {
			float: left !important;
			width: 100%;
		}
	}

/*css_2_man_head*/
.header-main {
    position: relative;
}
.header-main .logo {
    line-height: 90px;
}
.header-main .header-search {
    margin-bottom: 30px;
}

.cart_search_icon ul li {
    float: left;
    margin-left: 15px;
}

.cart_search_icon {
    line-height: 90px;
}
a#dropdown_Menu1 {
    cursor: pointer;
}

a#dropdown_Menu1 {
    cursor: pointer;
	color: #acacac;
}
a#dropdown_Menu1:hover,a#dropdown_Menu1:focus {
    cursor: pointer;
	color: #009FEB;
}
.cart-number {
    position: absolute;
    bottom: 35px;
    right: -35px;
    min-width: 22px;
    min-height: 22px;
    line-height: 22px;
    text-align: center;
    background: #009FEB;
    border-radius: 50%;
    color: white;
    font-size: 13px;
}


.cart.dropdown #cart-info-parent {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    border: 1px solid #fff;
    width: 290px;
    right: 0;
    left: auto;
    padding: 15px;
    border-radius: 0px;
    top: 60px;
}

.cart.dropdown #cart-info-parent .arrow {
  left: 170px;
    margin-left: -5px;
    border-style: solid;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    top: -17px;
    border-top-width: 0;
    border-bottom-color: #cc0000;
    content: "";
    border-width: 8px;
}

.cart.dropdown #cart-info-parent .arrow:after {
       content: "";
    border-width: 8px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 0px;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #cc0000;
}

.cart_search_icon ul {
    text-align: right;
    float: right;
	    margin: 0;
    padding-right: 30px;
}
#cart-content .cart-right {
    margin-left: 75px;
    margin-bottom: 15px;
}



#cart-content .cart-close {
  
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    color: #212121;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
	    width: 20px;
    height: 20px;
    
}
#cart-content .control-container {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
#cart-content .cart-close:hover {
    color: #cc0000;
}

#cart-content .cart-left {
    margin-bottom: 20px;
    padding-left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    padding-right: 0px;
    border: 1px solid #eee;
}
#cart-content .cart-left .cart-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#cart-content .cart-right {
    margin-left: -31px;
}
div#cart-info {
    overflow: hidden;
    display: block;
    position: relative;
}
 #cart-content .cart-right .cart-title {
    font-size: 14px;
    font-family: Roboto,sans-serif;
    color: #212121;
    font-weight: 300;
}

#cart-content .cart-right .cart-title a {
    color: #212121;
}

#cart-content .cart-right .cart-price {
  color: #cc0000;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    margin-top: 5px;

}

#cart-content .row{
  margin-left: 0px;
    margin-right: 0px;
}


#cart-content .subtotal {
    margin-bottom: 15px;
    clear: both;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 5px;
}
#cart-content .subtotal span.cart-total-right {
    text-align: right !important;
    float: right;
    color: #c20000;
}


#cart-content .subtotal span {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    text-align: left !important;
}
#cart-content .action{
    height: 40px;
    text-align: right;
    padding-top: 10px;
	    clear: both;
}

b.productminprice {
    font-weight: normal;
}
#cart-content .action a#gocart {
    color: #fff;
    padding-left: 3px;
    font-weight: 100;
    background: #009FEB !important;
    font-size: 14px;
    font-family: roboto,sans-serif;
    padding: 10px 30px;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cart-content .action a#gocart:hover {
    border-radius: 5px;
	 box-shadow: 0px 5px 5px rgba(0,0,0,0.05);

}
.cart_search_icon ul li a {
    font-size: 16px;
}


ul.dropdown-menu.dropdown_Menu1 li {
    margin: 0;
    padding: 0;
}

ul.dropdown-menu.dropdown_Menu1 li .input-group.search_form_action {
    margin: 0;
}

ul.dropdown-menu.dropdown_Menu1 li .input-group.search_form_action input#search {
    border: none;
    box-shadow: none;
    padding: 5px 15px;
    outline: none !important;
	height: 40px;
}

ul.dropdown-menu.dropdown_Menu1 li .input-group.search_form_action button.btn.btn-default {
    background: #fff;
    color: #acacac;
    border: none;
}

.navbar.navbar-default.yamm {
    border: 0px;
}
@media(max-width:991px) and (min-width:767px){
.header-main .logo {
    padding: 15px 0px 15px 15px;
}
	
.cart_search_icon {
    padding: 25px 0px;
}
	
ul.dropdown-menu.dropdown_Menu1 {
    position: absolute;
    left: auto;
    right: 0;
    top: 97px !important;
    padding: 0;
    margin: 0;
    width: 320px;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.075);
}
.cart.dropdown #cart-info-parent {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    border: 1px solid #fff;
    width: 290px;
    right: 0;
    left: auto;
    padding: 15px;
    border-radius: 0px;
    top: 95px;
}


}


ul.dropdown-menu.dropdown_Menu1 {
    position: absolute;
    left: auto;
    right: 0;
    top: 60px;
    padding: 0;
    margin: 0;
    width: 320px;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}



.navbar.navbar-default.yamm {
    margin: 0;
    min-height: 90px;
    line-height: 90px;
	position: static;
}
div#navbar-collapse-grid ul li a {
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    line-height: 90px;
    padding: 0 8px;
}
.submenu-2 a {
	line-height:2 !important
}
div#navbar-collapse-grid ul li a:hover {
    color: #009FEB;
}


@media (max-width:767px){
	div#navbar-collapse-grid ul li {
		float: left;
		width: 100%;
	}
}

li.dropdown.yamm-fw.open a.dropdown-toggle.clickshowarrow {
    color: #009FEB !important;
}


.grid-demo ul.list-group li {
    border: none;
}


li.grid-demo {
    background: #fff;
	padding-top: 15px;
}

.grid-demo ul.list-group li a {
    font-weight: normal !important;
    text-transform: none !important;
}
.grid-demo ul.list-group li:first-child a {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

ul.dropdown-menu.dropdown-menu-right.col-md-12.homemenudropdown {
    background: transparent;
    box-shadow: none;
    border: none;
	    padding: 0;
}

.header-main .menu {
    position: static;
}


@media(max-width:991px){
.navbar.navbar-default.yamm {
    margin: 0;
    min-height: 50px;
    padding: 0px;
}

}

button.navbar-toggle.pull-left.text-left {
    border: none;
    background: none;
    color: #fff;
}
button.navbar-toggle.pull-left.text-left span{
background: #fff;
    color: #fff;
}

@media(max-width:767px){
	.navbar.navbar-default.yamm {
		margin: 0;
		min-height: 48px;
		padding: 0px;
	}
	.col-md-3.logo {
		padding: 30px 15px;
		margin: 0 auto;
		text-align: center;
	}
	.header-main .menu {
		padding: 0;
		
	}
	.navbar-header {
		background: #252525;
		padding: 0px 15px;
		position: relative;
	}
	div#navbar-collapse-grid {
		padding: 15px;
	}
	
	a.xs-cart-btn {
    position: relative;
    padding-top: 15px;
    display: inline-block;
    float: right;
    margin-right: 15px;
	}
	
}

ul.dropdown-menu.dropdown_Menu1 form {
    width: 320px;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 320px;
}
.header_xs_search input {
		background: #fff;
		/*color: #898989;*/
		padding: 25px 15px;
		border-right-color: transparent !important;
		border: 1px solid #eee;
	    border-radius: 50px;
		box-shadow: none !important;
	}

	.header_xs_search input:focus {
		outline: none !important;
		box-shadow: none !important;
		border-right-color: transparent !important;
		border-color: #eee;
		background:#fff;

	}


	.header_xs_search input:focus + span.input-group-btn .header_xs_search_btn{
		border-color: #eee;
		border-left-color: transparent;
		background:#fff;
	}



	.header_xs_search button {
		background: #fff;
		border: 1px solid #eee;
		border-left-color: transparent !important;
		color: #898989;
		padding: 15px 15px;
		box-shadow: none !important;
		border-radius: 50px;
	}
	.header_xs_search_btn:active,.header_xs_search_btn:focus,.header_xs_search_btn:hover {
		background: #fff !important;
		color: #009FEB !important;
		border-color: #eee !important;
		border-left-color: transparent !important;
		box-shadow: none !important;
		
	}


/*css_3_menu*/

/*css_4_slide*/


	
    .owl-theme .owl-controls {
        margin-top: 0px !important; 
        text-align: center;
    }
  
    #owl-demo-slide .owl-prev,#owl-demo-slide .owl-next  {
        position: absolute;
        
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 30px;
        opacity: 0;
        text-align: center;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        transition: all ease 0.25s;
        background: rgba(0,0,0,.5);
        margin:0;
        border-radius: 0px;
    }
    #owl-demo-slide .owl-next {
        top: 50%;
        margin-top: -25px;
        right: 0;
        padding: 4px 0px 5px 5px;
    }
    #owl-demo-slide .owl-prev {
        top: 50%;
        margin-top: -25px;
        left: 0;
        padding: 4px 5px 5px 0px;
    }
    

        
    #owl-demo-slide .owl-prev:hover, #owl-demo-slide .owl-next:hover{
        opacity:1 !important;
    }
    #owl-demo-slide:hover .owl-next, #owl-demo-slide:hover .owl-prev{
        opacity:.5;
    }

    

    #owl-demo-slide .item img {
        display: block;
        width: 100%;
        height: auto;
    }





/*css_5_banner*/

.policy-item {
    margin-top: 20px;
    margin-bottom: 10px;
}
@media (max-width: 767px){
section.contact_info {
    display: none;
}
}

/*css_6_contact_info*/
	.contact_info {
		background: #1a1c27;
		margin-bottom: 50px;
	}
	.policy-icon {
	  float: left;
	  height: 50px;
	  width: 50px;
	  line-height: 50px;
	  text-align: center;
	  border: 1px solid #009FEB;
	  border-radius: 50%;
	  color: #009FEB;
	  font-size: 22px;
	  margin-right: 15px;

	}

	.policy-text {
	  float: left;
	}

	.policy-text h2 {
		color: #ccc;
		margin: 0;
		padding-top: 5px;
	}

	.policy-text p {
		color: #fff;
		font-size: 18px;
		padding-top: 5px;
	}

	.policy-item {
		display: inline-flex;
	}

	@media (min-width: 768px) {

	}



	@media (max-width: 1199px) and (min-width: 768px) {

	}

	@media (max-width: 1199px) and (min-width: 992px) {

	}



	@media (max-width: 991px) {

	}

	@media (max-width: 767px) {

	}



/*css_7_brand*/
    .brand {
		position: relative;
        background: #f7f7f7;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		
    }
	div#owl-demo-brand {
		padding: 50px 0px;

	}

    .brand img {
      filter: gray; /* IE6-9 */
      filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
      -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
		margin: 0 auto;
    }
	.brand .owl-prev {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -15px !important;
		background: none !important;
		color: #acacac!important;
		font-size: 30px !important;
		padding: 0 !important;
		line-height: 30px;
	}
	.brand .owl-next {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -15px !important;
		background: none !important;
		color: #acacac!important;
		font-size: 30px !important;
		padding: 0 !important;
		line-height: 30px;
	}
	.brand .owl-prev:hover,.brand .owl-next:hover{
		color: #888 !important;
	}
    /* Disable grayscale on hover */
    .brand img:hover {
      filter: none;
      -webkit-filter: grayscale(0);
    }
	#owl-demo-brand .owl-controls{
		display:none !important;
	}
	@media (max-width: 767px){
		#owl-demo-brand .owl-controls{
			display:block !important;
		}
	}

/*css_7.1_to_top*/
div#back-top a {
	color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    background: #7b7d88;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}

div#back-top {
	height: 60px;
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    width: 60px;
    text-align: center;
    background: rgba(0,0,0,.25);
    border-radius: 50%;
    margin-top: -30px;
    top: 0;
    left: 50%;
    margin-left: -30px;
}
/*css_8_footer*/
	footer#footer {
		background: #1a1c27;
		position: relative;
	}
	.footer-bottom {
		background: #121319;
	}
	.footer-bottom ul li a {
		color: #959595;
		text-decoration: none;
		padding: 25px 0px 25px 25px;
		display: inline-block;
	}
	.footer-bottom ul li {
		float: left;
	}
	.footer-bottom ul li a:hover {
		color: #009FEB;

	}
	.copyright a:hover {
		color: #009FEB;
	}
	.copyright a {
		color: #fff;
	}
	.copyright {
		color: #959595;
		padding: 25px 0px;
		display: inline-block;
	}

	footer#footer .input-group button {
		border-radius: 5px;
		border: 1px solid #009FEB;
		margin-left: 5px;
	}

	footer#footer .input-group button:hover,footer#footer .input-group button:focus,footer#footer .input-group button:active {
		border-radius: 5px;
		background: #009FEB !important;
		border: 1px solid #009FEB;
		margin-left: 5px;
	}

	footer#footer .input-group input {
		margin-right: 5px !important;
		padding-right: 5px !important;
		border-radius: 5px !important;
	}
	footer#footer ul.social_icon li a {
		color: #fff !important;
		font-size: 16px !important;
	}
	footer#footer ul.social_icon li {
		float: left;
		border-radius: 50%;
		background: #292c3a;
		margin: 15px 10px 15px 0px !important;
		width: 40px;
		text-align: center;
		height: 40px;
	}



	footer#footer ul.social_icon li:hover{
		background: #009FEB;
	}
	footer#footer .widget {
		padding-top: 50px;
	}

	footer#footer .widget .widget-item h2.widget-title {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	footer#footer .widget .widget-item ,footer#footer .widget .widget-item a{
		color: #c2c2c2;
	}
	footer#footer .widget .widget-item a:hover{
		color: #009FEB;
	}
	footer#footer ul.widget-menu li {
		padding: 10px 0px;
	}

	@media (max-width:767px){

		.footer-bottom .pull-left,.footer-bottom .pull-right{
			float: none !important;
			width: 100%;
			margin: 0 auto;
			text-align: center;
			display: block;
			position: relative;
			overflow: hidden;
		}
		.copyright span{
			display: block;
		}
		.footer-bottom .pull-right ul {
			display: inline-block;
		}
		.footer-bottom ul li a {
			color: #959595;
			text-decoration: none;
			padding: 15px 10px 0px 10px;
			display: inline-block;
		}
		.copyright {
			color: #959595;
			padding: 10px 0px 25px 0px;
		}
		.footer-bottom .pull-right {
			margin-top: 10px;
		}


	}

	footer#footer .widget .widget-item {
		margin-bottom: 30px;
	}
/*css_9_page_title*/
	.page_title h1{
        font-size: 36px;
        
    }
	.page_title h1:first-letter {
		text-transform: uppercase;
	}
    section.page_title h1 {
        color: #fff;
        margin: 0 auto;
        position: relative;
        z-index: 1;
		padding: 0px 30px;
    }
    section.page_title:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }



/*css_10_breadcrumb*/

	.header-breadcrumb {
		min-height: 75px;
		background: #fff;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 40px;
	}


    .header-breadcrumb ol.breadcrumb {
		margin-bottom: 0px;
		padding-left: 0px;
		padding-bottom: 15px;
		padding-top: 27px;
    }
	.breadcrumb{
		 background: #fff;
	}
    .header-breadcrumb ol.breadcrumb li {
        padding-top: 15px;
		    display: inline;
    }

    .header-breadcrumb ol.breadcrumb li a {
        color: #363636;
    }
    .header-breadcrumb ol.breadcrumb li a:hover,
	.header-breadcrumb ol.breadcrumb li a:focus{
        color: #009FEB;
    }

    .breadcrumb > .active {
        color: #009FEB;
    }
	.breadcrumb > li + li:before {
		content: "\f0da";
		padding: 0 5px;
		font: normal normal normal 14px/1 FontAwesome;
		color: #363636;
	}
/*css_11_new_news*/
#owl-demo-new-news img {
    width: 92%;
}
div#owl-demo-new-news h3.new-name a {
    color: #292c3a;
    font-size: 16px;
    font-weight: bold;
}
div#owl-demo-new-news h3.new-name a:hover {
    color: #009FEB;

}

div#owl-demo-new-news p.new-info {
    color: #acacac;
}
div#owl-demo-new-news p.new-description {
    color: #707070;
}

section.news_jobs h2 {
    color: #292c3a;
    text-transform: uppercase;
	margin: 0px;
	margin-bottom: 30px;
	padding-top:5px;
}

@media (max-width: 767px){
section.news_jobs h2 {

	margin-top: 30px;
	padding-right: 95px;
}
}



.div-new-news-content,.div-new-jobs-content {
    position: relative;
    background: #fff;
}


div#owl-demo-new-news .owl-prev,div#owl-demo-new-news .owl-next {
    background: #c2c2c2;
    border-radius: 0px;
    padding: 5px 12px;
    font-size: 14px;
    opacity: 1;
}




div#owl-demo-new-news .owl-prev:hover,div#owl-demo-new-news .owl-next:hover {
    background: #009FEB;
    border-radius: 0px;
    padding: 5px 12px;
    font-size: 14px;
    opacity: 1;
}
.section-slide-header {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}
.section-slide-header h2 {
		margin-top: 0px;
		margin-bottom: 30px;
	    text-transform: uppercase;
	}
@media(max-width:767px){

	.section-slide-header h2 {
    margin-top: 30px;
    padding-right: 95px;
	}
	
}
.page-owl-buttons {
    position: absolute;
    top: 0;
    right: 15px;
}
.page-owl-prev, .page-owl-next {
    display: inline-block;
	height: 30px;
    width: 30px;
    overflow: hidden;
}

.page-owl-prev {
    margin-right: 5px;
}

.page-owl-prev a, .page-owl-next a {
    color: #fff;
    font-size: 14px;
    background: #c2c2c2;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    display: block;
    padding: 5px 0px;
}
.page-owl-prev a:hover, .page-owl-next a:hover {

    background: #009FEB;

}
@media(max-width: 767px){
.page-owl-buttons {
    position: absolute;
    top: 30px;
    right: 15px;
}
}



/*css_12_jobs*/
    .jobs-item {
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
    }

section.news_jobs {
    margin-bottom: 30px;
}

h3.jobs-name a {
    color: #292c3a;
	
}

h3.jobs-name a:hover {
    color: #009FEB;
}

p.jobs-info {
    color: #acacac;
    margin-top: 5px;
}
h3.jobs-name {
    margin: 0;
	    font-size: 14px;
    font-weight: bold;
}

div#owl-demo-jobs .owl-prev,div#owl-demo-jobs .owl-next {
    background: #c2c2c2;
    border-radius: 0px;
    padding: 5px 12px;
    font-size: 14px;
    opacity: 1;
}

div#owl-demo-jobs .owl-prev:hover,div#owl-demo-jobs .owl-next:hover {
    background: #009FEB;
    border-radius: 0px;
    padding: 5px 12px;
    font-size: 14px;
    opacity: 1;
}


div#owl-demo-jobs .owl-controls.clickable {
    position: absolute;
    top: 0;
    right: 0;
}

/*css_13_activities*/
    .activities {
        background: url("../images/activities_bg.jpg");
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
    .activities-policy-icon {
      float: left;
      height: 70px;
      width: 70px;
      line-height: 50px;
      text-align: center;
      border: 1px solid #009FEB;
      border-radius: 50%;
      color: #fff;
      background: #009FEB;
      font-size: 22px;
      margin-right: 15px;

    }
.activities-policy-icon img {
    max-width: 30px;
    margin-top: 15px;
    left: 35px;
}
    .activities-policy-text {
      float: left;
    }

p.activities_item_text {
    color: #464646;
    font-style: italic;
    font-size: 16px;
    font-family: arial,sans-serif;
    margin: 15px 0px 20px 0px;
}

    .activities-policy-text p {
        color: #009FEB;
        font-size: 18px;
        padding-top: 25px;
    }

    .activities-policy-item {
        display: inline-flex;
    }
	.activities_item {
		position: relative;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.activities_item ul li {
		float: left;
		display: block;
		width: 100%;
		padding: 5px 0px;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
.activities_item ul li:last-child {
    border-bottom: none;
}

	.activities_item ul li a {
		color: #898989;
		background: url("../images/circle.png");
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: 0px 0pc;
		padding: 0px 0px 0px 25px;
		text-decoration: none;
		font-size: 16px;
   		font-family: arial,sans-serif;
	}
	.activities_item ul li a:hover {
		color: #009FEB;
		background: url("../images/circle_hv.png");
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: 0px 0pc;
		padding: 0px 0px 0px 25px;
		text-decoration: none;
	}
h2.activities_title.text-center {
    font-size: 24px;
    color: #363636;
    text-transform: uppercase;
    font-weight: bold;
    margin: 65px 0px 45px 0px;
}
#owl-demo-activities .owl-page.active span, #owl-demo-activities .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
	background: #009FEB !important;
}
div#owl-demo-activities .owl-controls.clickable {
    margin-bottom: 30px;
}

@media (max-width: 767px){
.activities-policy-item-parent {
    display: block;
    width: 100%;
    text-align: center;
}
}
/*css_14_featured_projects*/
    .projects-item-content{
        margin-bottom:30px;
    }
section.featured-products h3.activities_title.text-center {
    color: #009FEB;
	    margin-bottom: 15px;
}

.featured-products p.activities_description  {
    color: #898989;
    font-size: 16px;
    font-family: arila,sans-serif;
}
div#owl-demo-featured-products {
   	padding-top: 75px;
    margin-top: 20px;
	margin-bottom: 30px;
}
div#owl-demo-featured-products .owl-controls.clickable {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -48px;
}

div#owl-demo-featured-products .owl-prev ,div#owl-demo-featured-products .owl-next{
    border-radius: 0px;
    background: #fff;
    color: #acacac;
    font-size: 18px;
    border: 1px solid #acacac;
    padding: 5px 15px;
    opacity: 1;
}
div#owl-demo-featured-products .owl-prev:hover, div#owl-demo-featured-products .owl-next:hover {
    background: #363636;
    color: #fff;
    border-color: #363636;
}s


	@media (max-width: 767px){
		.projects-item-content{
			margin-bottom:0px;
		}
		
		
	}


    .projects-item, .projects-item-content {
        position: relative;
        overflow: hidden;
    }
	.projects-item-content .projects-item img {
		max-width: 100%;
		width: 100%;
	}
    .projects-item-info {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.85);
        width: 100%;
        padding: 15px 15px;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .projects-item:hover > .projects-item-info {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .projects-item-title {
        margin: 0;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
    }
    .projects-item-title a{
        margin: 0;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
    }
    .projects-item-description a {
        color: #009FEB;
        text-decoration: none;
    }
    .projects-item-description {
        margin: 0;
    }
	@media (min-width: 767px){
		.featured_projects_hidden_xs{
			display:block;
		}
		.featured_projects_show_xs{
			display:none;
		}
	}
	@media (max-width: 767px){
		.featured_projects_hidden_xs{
			display:none;
		}
		.featured_projects_show_xs{
			display:block;
		}
	}
.projects-item-content-more {
    background: #009FEB;
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
	margin: 30px 0px;
}
section.featured_projects h2.activities_title.text-center {
    margin-bottom: 30px;
}

.featured_projects p.activities_description {
    color: #898989;
    font-size: 16px;
    font-family: arila,sans-serif;
}

.featured_projects .nav-tabs > li.active > a, .featured_projects .nav-tabs > li.active > a:hover, .featured_projects .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #009FEB;
    border: 1px solid #009FEB;
    border-bottom-color: #009FEB;
    cursor: default;
    border-radius: 3px;
}

.featured_projects .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 3px;
    border: 1px solid #009FEB;
	text-transform: uppercase;
}
.featured_projects .nav-tabs > li:last-child > a {
    color: #fff;
    background-color: #009FEB;
    border: 1px solid #009FEB;
    border-bottom-color: #009FEB;
    cursor: default;
    border-radius: 3px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    width: 270px;
}
.tablist_parent {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.featured_projects .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin: 5px;
    border: none;
}


.featured_projects .nav-tabs > li > a:hover {
    border-color: #009FEB;
	color: #fff;
}
.featured_projects .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
	color: #fff;
    background-color: #009FEB;
}
.featured_projects ul.nav.nav-tabs {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
	 border: none;
}

.featured_projects .nav .open > a, .featured_projects .nav .open > a:hover, .featured_projects .nav .open > a:focus {
    background-color: #009FEB;
    border-color: #009FEB;
    color: #fff;
}
.featured_projects .nav-tabs > li:last-child {
    display: none;
}

@media (max-width: 767px){
.featured_projects .nav-tabs > li:last-child {
    display: block;
}
	
	.featured_projects .nav-tabs > li{
    display: none;
}	
}
i.fa.fa-angle-down.pull-right {
    margin-top: 3px;
}

#owl-demo-featured_projects .owl-prev {
    top: 50%;
    margin-top: -20px !important;
    left: 15px;
    padding: 4px 5px 5px 0px;
}


#owl-demo-featured_projects .owl-next {
    top: 50%;
    margin-top: -20px !important;
    right: 15px;
    padding: 4px 0px 5px 5px;
}
#owl-demo-featured_projects .owl-prev, #owl-demo-featured_projects .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    transition: all ease 0.25s;
    background: rgba(0,0,0,.35);
    margin: 0;
    border-radius: 0px;
}
/*css_15_people_say*/
 
    .people_say:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,.35);
        height: 100%;
    }
    .people-say-content {
        position: relative;
        overflow: hidden;   
    }

    .people-say-content .people-img {
        width: 78px;
        height: 78px;
        overflow: hidden;
        border-radius: 50%;
        border: 6px solid #fff;
        box-shadow: 2px 2px 5px rgba(0,0,0,.15);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -40px;
    }

    .people-say-content .people-img img{
        max-width: 100%;
    }

    .people-right {
        background: #fff;
        padding: 20px 20px 20px 65px;
        border-radius: 5px;
        margin-left: 40px;
    }

h2.people_say_title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
	position: relative;
	margin-top: 50px;
	padding: 0px 30px;
}
p.people_say_description {
    color: #d7d7d7;
    position: relative;
    font-family: arial,sans-serif;
    font-size: 16px;
	margin: 20px 0px 30px 0px;
}
@media (max-width: 767px){
	p.people_say_description {
		display: none;
	}
	h2.people_say_title {
		margin-bottom: 30px;

	}
	
	.people-right {
		background: #fff;
		padding: 45px 20px 20px 20px;
		border-radius: 5px;
		margin-left: 0px;
	}
	.people-say-content .people-img {
		width: 78px;
		height: 78px;
		overflow: hidden;
		border-radius: 50%;
		border: 6px solid #fff;
		box-shadow: 2px 2px 5px rgba(0,0,0,.15);
		position: absolute;
		top: 40px;
		left: 50%;
		margin-left: -40px;
	}
	.people-say-content {
		position: relative;
		overflow: hidden;
		padding-top: 40px;
	}
}

h3.people-name {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
}

p.people-info {
    color: #009FEB;
    font-family: arial,sans-serif;
    font-style: italic;
    font-size: 14px;
}

p.people-description {
    color: #898989;
    font-family: arial,sans-serif;
    font-size: 14px;
}

div#owl-demo-people-say .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

div#owl-demo-people-say .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

div#owl-demo-people-say .owl-page.active span, div#owl-demo-people-say .owl-page:hover span {
	background: #009FEB;
}
div#owl-demo-people-say .owl-controls {
    margin: 40px 0px 30px 0px;
}
/*css_16_featured_products*/
/*css_17_product_catalog*/
	.link_title_css {
		padding-left: 20px !important;
	}

	/*.link_title_1 {
		background: url("link_title_1.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_1:hover {
		background: url("link_title_1_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_2 {
		background: url("link_title_2.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_2:hover {
		background: url("link_title_2_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_3 {
		background: url("link_title_3.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_3:hover {
		background: url("link_title_3_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_4 {
		background: url("link_title_4.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_4:hover {
		background: url("link_title_4_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_5 {
		background: url("link_title_5.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_5:hover {
		background: url("link_title_5_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_6 {
		background: url("link_title_6a.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_6:hover {
		background: url("link_title_6a_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_7 {
		background: url("link_title_7.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_7:hover {
		background: url("link_title_7_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_8 {
		background: url("link_title_8.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_8:hover {
		background: url("link_title_8_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_9 {
		background: url("link_title_9.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_9:hover {
		background: url("link_title_9_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_10 {
		background: url("link_title_10.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}
	.link_title_10:hover {
		background: url("link_title_10_hv.png");
		background-repeat: no-repeat;
		background-position: 15px center;
	}*/


/*css_18_sidebar_tags*/
/*css_19_sidebar_news*/

	.sidebar_blog_search input {
		background: #f7f7f7;
		color: #898989;
		padding: 25px 15px;
		border-right-color: transparent !important;
		border: 1px solid #eee;
		box-shadow: none !important;
	}

	.sidebar_blog_search input:focus {
		outline: none !important;
		box-shadow: none !important;
		border-right-color: transparent !important;
		border-color: #eee;
		background:#fff;

	}


	.sidebar_blog_search input:focus + span.input-group-btn .sidebar_blog_search_btn{
		border-color: #eee;
		border-left-color: transparent;
		background:#fff;
	}



	.sidebar_blog_search button {
		background: #f7f7f7;
		border: 1px solid #eee;
		border-left-color: transparent !important;
		color: #898989;
		padding: 15px 15px;
		box-shadow: none !important;
	}
	.sidebar_blog_search_btn:active,.sidebar_blog_search_btn:focus,.sidebar_blog_search_btn:hover {
		background: #fff !important;
		color: #009FEB !important;
		border-color: #eee !important;
		border-left-color: transparent !important;
		box-shadow: none !important;
	}

	a.link_title_css.blog_catalog_link {
		padding-left: 20px !important;
	}
ul.widget-sidebar-blog-list li .blog-item {
    display: inline-block;
    width: 100%;
    /*overflow: hidden;*/
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
ul.widget-sidebar-blog-list li:last-child .blog-item {
    border-bottom-color: transparent;
	margin-bottom: 0px;
    padding-bottom: 0px;
}
ul.widget-sidebar-blog-list {
    margin-bottom: 0px;
}
ul.widget-sidebar-blog-list li .blog-item h4.blog-name a {
    color: #363636;
    text-decoration: none;
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
	line-height: 25px;
	
}


.blog_list_page_img img {
    width: 100%;
}

ul.widget-sidebar-blog-list li .blog-item h4.blog-name a:hover {
	color: #009FEB;
}
ul.widget-sidebar-blog-list li .blog-item h4.blog-name {
    margin: -5px 0px 0px 0px;
	
}
.news_project_image_content {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.news_project_image {
    margin-left: -5px;
    margin-right: -5px;
}

@media(max-width:767px){
	ul.widget-sidebar-blog-list .blog-item .blogleftimg {
		width: 85px !important;
		overflow: hidden;
		padding-right: 0px;
		margin-right: 15px;
	}

}

.topnone{
	top:0 !important;
}

.leftnone{
	left:0 !important;
	width:100% !important;
}


@media(max-width:991px){

	
	.widget-sidebar-item .news_project_image .img_placeholder {
		height: 0;
		padding-bottom: 100%;
		width: 100%;
		background: #eee;
		overflow: hidden;
   		position: relative;
	}
	.widget-sidebar-item .news_project_image .img_placeholder img {
		top: 0;
		left: 0;
		width: auto;
		position: absolute;
		height: 100%;
		max-width: none;
		display: block;
		vertical-align: middle;
	}
	
	ul.widget-sidebar-blog-list li .blog-item {
		margin-top: -5px;
	}
	ul.widget-sidebar-blog-list .blog-item .blogrightcontent {
		position: relative;
		overflow: hidden;
   		padding-top: 5px;
	}
	ul.widget-sidebar-blog-list .blog-item .blogleftimg {
		width: 13vw;
		overflow: hidden;
		padding-right: 0px;
		margin-right: 15px;
		margin-top: 5px;
	}
	ul.widget-sidebar-blog-list .blog-item .img_placeholder img {
		top: 0;
		left: 0;
		width: auto;
		position: absolute;
		height: 100%;
		max-width: none;
		display: block;
		vertical-align: middle;
	}
	ul.widget-sidebar-blog-list .blog-item .img_placeholder {
		height: 0;
		padding-bottom: 100%;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
}
/*css_20_collection_sidebar*/
	.cd-dropdown-wrapper {
		z-index: 2 !important;
		box-shadow: 0px 5px 5px rgba(0,0,0,.05)
	}
	.megamenu-left .widget-sidebar-item {
		margin-top: 15px;
		margin-bottom:15px;
		display: block;
   		overflow: hidden;
	}
	.megamenu-left .widget-sidebar-item:nth-of-type(1) {
		margin-top: 0px;
		margin-bottom:15px;
		display: block;
   		overflow: hidden;
	}
	h3.widget-sidebar-name {
		font-size: 16px;
		color: #363636;
		text-align: left;
		font-weight: bold;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 15px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	ul.widget-sidebar-list.products_tags li a {
		text-decoration: none;
		color: #898989;
		background: #fff;
		padding: 8px 13px;
		margin: 0px 5px 5px 0px;
		border: 1px solid #e1e1e1;
		display: inline-block;
		font-size: 13px;
	}	
	ul.widget-sidebar-list.products_tags li a:hover {
		color: #fff;
		background: #009FEB;
		border: 1px solid #009FEB;
	}
	ul.widget-sidebar-list.products_tags li {
		float: left;
	}

	.megamenu-left {
		margin-bottom: 50px;
	}
	.widget-sidebar-item .product_item h5.product-name {
		margin: 0;
		text-align: left;
	}


	@media(max-width: 767px){
		.widget-sidebar-item .product_item h5.product-name{
			margin-top:15px;
		}
		.widget-sidebar-item .product_item .righcontent {
			text-align: left;
			padding-left:0px;
		}
	}
	@media(min-width:991px){
		.widget-sidebar-item .sale_tag {
			position: absolute;
			top: 5px;
			right: 5px;
			font-size: 11px;
			color: #009FEB;
			text-transform: uppercase;
			border: 1px solid #009FEB;
			padding: 1px 5px;
			z-index: 1;
		}
	}
	.widget-sidebar-item .product_item h5.product-name a{
		color: #363636;
		text-align: left;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 5px;
		text-decoration: none;
	}
	.widget-sidebar-item .product_item h5.product-name a:hover{
		color:#009FEB;
	}
	.widget-sidebar-item .product_item .product-price del{
		padding-left: 0px;
		display: block;
	}
	.widget-sidebar-item .product_item:nth-of-type(1) {
		padding-top: 15px;
	}
	.widget-sidebar-item .product_item {
		margin-bottom: 30px;
		border-bottom: 1px solid #eee;
		padding-bottom: 30px;
	}
	.widget-sidebar-item .product_item .righcontent {
		text-align: left;
	}
/*css_21_list_products*/

.filter-right .pull-left-content .filter-item+.filter-item {
    float: right;
}
.filter-right .pull-left-content .filter-item {
    display: inline-block;
    position: relative;
}

.filter-right .pull-left-content .filter-item .button-group button {
    background: #fff;
    border: 1px solid #e1e1e1;
    width: 35px;
    height: 35px;
    color: #898989;
}
.filter-right .pull-left-content .filter-item .button-group button.active,.filter-right .pull-left-content .filter-item .button-group button:hover,.filter-right .pull-left-content .filter-item .button-group button:focus,.filter-right .pull-left-content .filter-item .button-group button.active:hover,.filter-right .pull-left-content .filter-item .button-group button.active:focus {
    background: #fff;
    border: 1px solid #e1e1e1;
    width: 35px;
    height: 35px;
    color: #009FEB;
}
.collection-pagination ul.pagination li a {
    color: #898989;
    border-color: #898989;
    border-radius: 0px;
    padding: 10px 15px;
    margin: 5px 0px 5px 5px;
}

.collection-pagination-parent {
    border-top: 1px solid #e1e1e1;
	margin-top: 30px;
	
}
.collection-pagination ul.pagination li a:hover,.collection-pagination ul.pagination li a:focus,.collection-pagination ul.pagination li.active span,.collection-pagination ul.pagination li.active span:hover,.collection-pagination ul.pagination li.active span:focus {
    color: #fff;
    border-color: #009FEB;
	background: #009FEB;
    border-radius: 0px;
    padding: 10px 15px;
    margin: 5px 0px 5px 5px;
}

.filter-right .pull-left-content {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
	padding: 0px 0px 25px 0px;
}

.filter-right .pull-left-content .filter-item+.filter-item button.btn.dropdown-toggle.btn-default {
    background: #fff;
    color: #898989;
	border-color: #ccc !important;
    border-radius: 0px;
    padding: 7px 30px 7px 15px;
}


@media (max-width: 480px){
	.filter-right .pull-left-content .filter-item+.filter-item span.label-btn {
		display: none;
	}
	
	.filter-right .pull-left-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: auto;
		margin-left: 5px;
	}
}
.filter-right .pull-left-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}


.filter-right .pull-left-content .filter-item+.filter-item span.label-btn {
    padding: 0px 15px;
}

	.product-list-show h5.product-name {
		margin: 0;
		padding: 0;
		text-align: left;
		margin-bottom: 10px;
	}

	.product-list-show h5.product-name a:hover{
		color: #009FEB;
	}

	.product-list-show h5.product-name a{
		color: #363636;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}

	@media (max-width: 767px){
		.product-list-show h5.product-name {
			padding-top: 30px;
		}
		.product-list-show .righcontent {
			padding: 0px 0px 15px 0px;
		}	
	}

	.product-list-show .description {
		color: #898989;
	}
	.product-list-show .product_item {
		margin-bottom: 30px;
	}
	.product-list-show .product-price b.productminprice {
		font-size: 24px;
		text-transform: uppercase;
		color: #009FEB;
		padding-right: 7px;
	}
	.product-list-show .product-price {
		margin: 10px 0px;
		display: block;
	}
/*css_22_grid_products(product_loop)*/
	.product_item .product-gird {
		position: relative;
		overflow: hidden;
	}
	.product-img-parent {
		position: relative;
		overflow: hidden;
	}
	.product-img-parent .product-img img {
		max-width: 100%;
		width: 100%;
	}



	.sale_tag {
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 12px;
		color: #009FEB;
		text-transform: uppercase;
		border: 1px solid #009FEB;
		padding: 3px 10px;
		z-index:1;
	}

	.product_item .product-gird .product-action-btn {
		position: absolute;
		top: 50%;
		margin-top: -23px;
		margin-left: auto;
		margin-right: auto;
		opacity: 0;
		width: 100%;
		text-align: center;
		left: 0;	    
		-webkit-transition: all ease 0.75s;
		-ms-transition: all ease 0.75s;
		transition: all ease 0.75s;

	}




	.product_item .product-gird:hover .product-action-btn {
		opacity: 1;
	}


	.product-price  b.productminprice {
		font-size: 16px;
		text-transform: uppercase;
		color: #009FEB;
		padding-right: 7px;
	}

	.product-price del {
		color: #898989;
		padding-left: 7px;
	}

	.product_item .product-gird h3.product-name {
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
		height: 35px;
		overflow: hidden;
	}

	.product_item .product-gird h3.product-name a:hover{
		color: #009FEB;
	}

	.product_item .product-gird h3.product-name a{
		color: #363636;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	.product_item .product-gird .product-price {
		width: 100%;
		display: block;
		position: relative;
		padding: 20px 0px 5px 0px;
	}


	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-radius: 0px;
		border: none;
		margin-right: 7px;
		font-size:14px;
	}

	.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
		border-radius: 0px;
		border: none;
		margin-left: 7px;
		font-size:14px;
	}


	@media (min-width: 1170px){
		.product-gird .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
			border-radius: 0px;
			border: none;
			margin-right: 5px;
			padding: 10px;
		}

		.product-gird .btn-group > .btn:last-child:not(:first-child), .product-gird .btn-group > .dropdown-toggle:not(:first-child) {
			border-radius: 0px;
			border: none;
			margin-left: 5px;
			padding: 10px;
		}
	}

	@media (max-width: 1170px) and (min-width:991px){
		.product-gird .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
			border-radius: 0px;
			border: none;
			margin-right: 5px;
			font-size:1vw;
			padding: 10px 7px;
		}

		.product-gird .btn-group > .btn:last-child:not(:first-child), .product-gird .btn-group > .dropdown-toggle:not(:first-child) {
			border-radius: 0px;
			border: none;
			margin-left: 5px;
			font-size:1vw;
			padding: 10px 7px;
		}
	}

/*css_23_products_sort
css_24_page_navi*/
/*css_25_product_detail*/
.product-detail-right h2.product-name {
    color: #363636;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-detail-right .description {
    color: #898989;
	margin-bottom: 10px;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 1.4;
}
.product-detail-right .product-price b.productminprice {
    font-size: 30px;
    color: #009FEB;
    opacity: 1;
}


.product-detail-right .product-price del {
    color: #ccc;
    padding-left: 5px;
    font-size: 20px;
}

 

.qty_up_down_right {
    float: left;
    border-right: 1px solid #acacac;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    height: 41px;
    position: relative;
    overflow: hidden;
    width: 38px;
}

span.input-group-btn.data-dwn {
    display: inline-block;
    width: 100%;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
	max-height: 20px;
	vertical-align: top;
}

span.input-group-btn.data-up {
    display: inline-block;
    width: 100%;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
	max-height: 20px;
	vertical-align: top;
}


span.input-group-btn.data-dwn .btn.mathbtn, span.input-group-btn.data-up .btn.mathbtn {
    background: none;
    margin: 0;
    padding: 0;
    color: #000;
	padding-left: 12px;
    padding-right: 12px;
	box-shadow:none;
}

.quanitybtn .input-group.quantity input {
    border-color: #acacac;
    height: 41px;
    width: auto;
    max-width: 120px;
    padding-left: 40px;
    border-radius: 0px;
}

.section-product-tabs .nav-tabs {
    border-bottom: 2px solid #363636;
    margin-bottom: 2px;
    padding-bottom: 1px;
}
.tab-content.product-tab-content {
    border: 1px solid #e1e1e1;
    border-top: 0px;
    margin-top: -2px;
    padding: 15px;
}
h3.related_products_title.activities_title.text-center.padding-lr-15 {
    margin-top: 30px;
}
@media(max-width: 640px){
	ul.nav.nav-tabs.product-tab-info li {
		display: block;
		width: 100%;
	}
	.section-product-tabs .nav-tabs > li.active > a, .section-product-tabs .nav-tabs > li.active > a:hover, .section-product-tabs .nav-tabs > li.active > a:focus {
		background: #fff !important;
		color: #009FEB !important;
		text-transform: uppercase;
		border-radius: 0px;
		border-color: #fff !important;
	}
	.section-product-tabs .nav > li > a:hover, .section-product-tabs .nav > li > a:focus {
		text-decoration: none;
		color: #363636 !important;
		text-transform: uppercase;
		border-radius: 0px;
		background-color: #fff !important;
		border-color: #fff !important;
	}
	.section-product-tabs .nav-tabs {
    border-bottom: 2px solid #363636;
    margin-bottom: 2px;
    padding-bottom: 1px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
	}
}
.section-product-tabs .nav-tabs > li.active > a, .section-product-tabs .nav-tabs > li.active > a:hover, .section-product-tabs .nav-tabs > li.active > a:focus {
    background: #363636;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    border-color: #363636;
}
.section-product-tabs .nav > li > a:hover, .section-product-tabs .nav > li > a:focus {
    text-decoration: none;
    color: #fff;
	text-transform: uppercase;
    border-radius: 0px;
    background-color: #363636;
	border-color: #363636;
}
.section-product-tabs .nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
	text-decoration: none;
    color: #363636;
	text-transform: uppercase;
    border-radius: 0px;
    background-color: #fff;
	border-color: #fff;
}
.quantity_cartbtn {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

.product_cart_btn {
    /*display: inline-block;*/
	    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
	float: left;
}

.product_quantity {
    /*display: inline-block;*/
	float: left;
	position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
	margin-right: 10px;
	margin-bottom: 15px;
}

.product-detail-right .product_cart_btn button {
    background: #009FEB;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    padding: 11px 25px;
}


.section_related_products {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.product-tab-wrapper {
    border-bottom: 1px solid #eee;
}

	.variant_Count .selector-wrapper label {
		font-size: 14px;
		font-weight: normal;
		padding-left: 0px;
		color: #666;
		min-width: 100px;
	}

.variant_Count .selector-wrapper {
    display: block;
    width: 100%;
    margin: 20px 0px;
    position: relative;
}

.variant_Count .selector-wrapper button.btn.dropdown-toggle.btn-default {
    background: #fff;
    color: #666;
    border-radius: 0px;
    padding: 10px 15px;
    border-color: #acacac;
    box-shadow: none;
}

.selectproduct .dropdown-menu.open {
    padding: 0;
    margin: 0;
    margin-top: -1px;
    border-radius: 0px;
    border-color: #acacac;
	    box-shadow: 0px 4px 5px rgba(0,0,0,.075);
}
.selectproduct .dropdown-menu.open ul li a {
    line-height: 32px;
}

.selectproduct .dropdown-menu.open ul li.selected a,.selectproduct .dropdown-menu.open ul li a:hover,.selectproduct .dropdown-menu.open ul li a:focus {
    background: #fff;
    color: #009FEB;
}


/*css_25.1_slide_product_img*/

    .popup-gallery .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -15px;
    }

    .popup-gallery .owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -15px;
    }

    .popup-gallery .owl-prev {
        float: left;
    }

    .popup-gallery .owl-next {
        float: right;
    }

    .popup-gallery .owl-item a {
        display: block;
        border-radius: 0px;
        overflow: hidden;
    }


    /*
    .popup-gallery .owl-carousel .owl-wrapper-outer{
        border: 1px solid #eee;
    }
    */

    .popup-gallery .overflow-thumbnails-carousel {
        padding-top: 15px;
        margin-bottom: 30px;
    }

    .popup-gallery .owl-item {
        padding: 0px 15px;
    }

    .popup-gallery .owl-item {
        padding: 0px 15px;
    }

    .popup-gallery .owl-prev i,
    .popup-gallery .owl-next i {
        color: #ddd;
        font-size: 25px;
    }

    .popup-gallery .owl-prev i:hover,
    .popup-gallery .owl-next i:hover {
        color: #000;
        font-size: 25px;
    }

/*css_25.2_product_img_popup*/
   .mfp-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1045;
        overflow: hidden;
        position: fixed;
        background: #0b0b0b;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .mfp-wrap {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1046;
        position: fixed;
        outline: none !important;
        -webkit-backface-visibility: hidden;
    }

    .mfp-container {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 0 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .mfp-align-top .mfp-container:before {
        display: none;
    }

    .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045;
    }

    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
        width: 100%;
        cursor: auto;
    }

    .mfp-ajax-cur {
        cursor: progress;
    }

    .mfp-zoom-out-cur,
    .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: -moz-zoom-out;
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
    }

    .mfp-zoom {
        cursor: pointer;
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in;
    }

    .mfp-auto-cursor .mfp-content {
        cursor: auto;
    }

    .mfp-close,
    .mfp-arrow,
    .mfp-preloader,
    .mfp-counter {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .mfp-loading.mfp-figure {
        display: none;
    }

    .mfp-hide {
        display: none !important;
    }

    .mfp-preloader {
        color: #cccccc;
        position: absolute;
        top: 50%;
        width: auto;
        text-align: center;
        margin-top: -0.8em;
        left: 8px;
        right: 8px;
        z-index: 1044;
    }

    .mfp-preloader a {
        color: #cccccc;
    }

    .mfp-preloader a:hover {
        color: white;
    }

    .mfp-s-ready .mfp-preloader {
        display: none;
    }

    .mfp-s-error .mfp-content {
        display: none;
    }

    button.mfp-close,
    button.mfp-arrow {
        overflow: visible;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: none;
        padding: 0;
        z-index: 1046;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    .mfp-close {
        width: 44px;
        height: 44px;
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        opacity: 0.65;
        padding: 0 0 18px 10px;
        color: white;
        font-style: normal;
        font-size: 28px;
        font-family: Arial, Baskerville, monospace;
    }

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

    .mfp-close-btn-in .mfp-close {
        color: #333333;
    }

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        color: white;
        right: -6px;
        text-align: right;
        padding-right: 6px;
        width: 100%;
    }

    .mfp-counter {
        position: absolute;
        top: 0;
        right: 0;
        color: #cccccc;
        font-size: 12px;
        line-height: 18px;
    }

    .mfp-arrow {
        position: absolute;
        opacity: 0.65;
        margin: 0;
        top: 50%;
        margin-top: -55px;
        padding: 0;
        width: 90px;
        height: 110px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after,
    .mfp-arrow .mfp-b,
    .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after,
    .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before,
    .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
    }

    .mfp-arrow-left {
        left: 0;
    }

    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px;
    }

    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

    .mfp-arrow-right {
        right: 0;
    }

    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px;
    }

    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

    .mfp-iframe-holder {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

    .mfp-iframe-scaler {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%;
    }

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
    }


    /* Main image in popup */

    img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 0 40px;
        margin: 0 auto;
    }


    /* The shadow behind the image */

    .mfp-figure {
        line-height: 0;
    }

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-bottom-bar {
        margin-top: -36px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        cursor: auto;
    }

    .mfp-title {
        text-align: left;
        line-height: 18px;
        color: #f3f3f3;
        word-wrap: break-word;
        padding-right: 36px;
    }

    .mfp-image-holder .mfp-content {
        max-width: 100%;
    }

    .mfp-gallery .mfp-image-holder .mfp-figure {
        cursor: pointer;
    }

    @media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
        /**
           * Remove all paddings around the image on small screen
           */
        .mfp-img-mobile .mfp-image-holder {
            padding-left: 0;
            padding-right: 0;
        }
        .mfp-img-mobile img.mfp-img {
            padding: 0;
        }
        .mfp-img-mobile .mfp-figure {
            /* The shadow behind the image */
        }
        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0;
        }
        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px;
        }
        .mfp-img-mobile .mfp-bottom-bar {
            background: rgba(0, 0, 0, 0.6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }
        .mfp-img-mobile .mfp-counter {
            right: 5px;
            top: 3px;
        }
        .mfp-img-mobile .mfp-close {
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(0, 0, 0, 0.6);
            position: fixed;
            text-align: center;
            padding: 0;
        }
    }

    @media all and (max-width: 900px) {
        .mfp-arrow {
            -webkit-transform: scale(0.75);
            transform: scale(0.75);
        }
        .mfp-arrow-left {
            -webkit-transform-origin: 0;
            transform-origin: 0;
        }
        .mfp-arrow-right {
            -webkit-transform-origin: 100%;
            transform-origin: 100%;
        }
        .mfp-container {
            padding-left: 6px;
            padding-right: 6px;
        }
    }

    .mfp-ie7 .mfp-img {
        padding: 0;
    }

    .mfp-ie7 .mfp-bottom-bar {
        width: 600px;
        left: 50%;
        margin-left: -300px;
        margin-top: 5px;
        padding-bottom: 5px;
    }

    .mfp-ie7 .mfp-container {
        padding: 0;
    }

    .mfp-ie7 .mfp-content {
        padding-top: 44px;
    }

    .mfp-ie7 .mfp-close {
        top: 0;
        right: 0;
        padding-top: 0;
    }



button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    display: none !important;
}

.slick-item .overflow-thumbnails-carousel {
    padding: 0;
}
.slick-item {
    padding-right: 0px;
}

li.slick-slide {
    margin: 0px 0px 10px 0px;
}
/*css_26_product_tab
css_27_blog_sidebar*/
/*css_28_blog_list_page*/
	.megamenu-right .section-blog .blog-item {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.megamenu-right .section-blog .blog-item  .blog-description {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed #eee;
		color: #777;
	}
	.megamenu-right .section-blog .blog-item .blog-img img {
		display: block;
		width: 100%;
	}
	.megamenu-right .section-blog .blog-item .blog-img {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.megamenu-right .section-blog .blog-item .blog-name a {
		color: #363636;
		font-size: 18px;
		font-weight: bold;
		/*text-transform: uppercase;*/
		padding-top: 15px;
		display: block;
		text-decoration: none;
	}
	.megamenu-right .section-blog .blog-item .blog-name a:hover {
		color: #009FEB;
	}
	p.blog-info {
		color: #acacac;
	}

	.pagination-blog li a {
		color: #898989 !important;
		border-color: #898989 !important;
		border-radius: 0px !important;
		padding: 10px 15px !important;
		margin: 5px 0px 5px 5px !important;
	}

	.collection-pagination-parent {
		border-top: 1px solid #e1e1e1;
		margin-top: 30px;

	}

.blog-info-page .pagination-blog li.active a:hover,.blog-info-page .pagination-blog li.active a:focus,.blog-info-page .pagination-blog li.active a,.blog-info-page .pagination-blog li a:hover,.blog-info-page .pagination-blog li a:focus,.blog-info-page .pagination-blog li.active span,.blog-info-page .pagination-blog li.active span:hover,.blog-info-page .pagination-blog li.active span:focus {
    color: #fff !important;
    border-color: #009FEB !important;
	background: #009FEB !important;
    border-radius: 0px !important;
    padding: 10px 15px !important;
    margin: 5px 0px 5px 5px !important;
}


/*css_29_blog_page_navi*/
/*css_30_blog_detail*/
	div#owl-demo-related_news .new-img {
		position: relative;
		overflow: hidden;
		width: 100%;
		background: #eee;
		height: 0;
		padding-bottom: 60%;
	}
	div#owl-demo-related_news .new-img img{
		top: 0;
		left: 0;
		width: auto;
		position: absolute;
		height: 100%;
		max-width: none;
		display: block;
		vertical-align: middle;	
	}
	.section-article h4.new-name {
		margin: 15px 0px 5px 0px;
	}
	.section-article h4.new-name a {
		color: #363636;
		/*text-transform: uppercase;*/
		line-height: 1.4;
	}

	.section-article h4.new-name a:hover {
		color: #009FEB;
		/*text-transform: uppercase;*/
		line-height: 1.4;
	}
	.section-article p.new-info {
		color: #acacac;
	}

	.section-article h2.blog-name {
		font-size: 18px;
		font-weight: bold;
	}
	.section-article h2.blog-name:first-letter {
		text-transform: uppercase;
	}
	.section-article .blog-description {
		color: #707070;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #eee;
		position: relative;
    	overflow: hidden;
	}


	.section-article  h4.comment-title {
		color: #363636;
		text-transform: uppercase;
		font-weight: bold;
	}



	.media.comment-item {
		margin: 30px 0px;
			position: relative;
		overflow: hidden;
			min-height: 85px;
	}
	.section-comments.comment {
		position: relative;
		clear: both;
		display: block;
		overflow: hidden;
	}
	.imgcmt {
		width: 80px;
		height: 80px;
		overflow: hidden;
		background: #eee;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.media.comment-item .media-body-me {
		border: 1px solid #e1e1e1;
		margin-left: 110px;
		min-height: 85px;
		padding: 15px;
		    position: relative;
	}


	 .media-body-me h4.media-heading.comment-name {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		color: #363636;
	}
	 .media-body-me span.blog-info {
		color: #acacac;
		font-style: italic;
		margin: 2px 0px;
		display: inline-block;
	}

	 .media-body-me p.comment-content {
		color: #707070;
		font-style: italic;
	}
	.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #e1e1e1;
    position: absolute;
    left: -15px;
    top: 25px;
	}

	.arrow-left:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 14px solid #fff;
    position: absolute;
    margin-top: -9px;
    margin-left: 1px;
	}
	.col-xs-12.nam-and-email input {
		width: 100%;
		padding: 0px 15px;
		height: 42px;
		line-height: 42px;		
	}
	.col-xs-12.nam-and-email {
		padding: 0;
		margin-top: 20px;
	}

	.col-xs-12.cmt-content-text .form-group {
		width: 100%;
		margin: 30px 0px;
	}
	.col-xs-12.cmt-content-text textarea {
		width: 100%;
		min-height: 150px;
	}
	.col-xs-12.post-cmt-btn button,.col-xs-12.post-cmt-btn button:hover,.col-xs-12.post-cmt-btn button:focus {
		background: #009FEB;
		border: none;
		border-radius: 0px;
		padding: 12px 30px;
		text-transform: uppercase;
		color: #fff;
	}

	.form-inline.form-comment {
		margin-bottom: 50px;
	}
	h4#add-comment-title {
		border-top: 1px solid #eee;
		margin-top: 30px;
		padding-top: 30px;
	}

	ul.social_share li a {
		color: #fff;
	}
	ul.social_share li {
		float: left;		
		margin: 0px 0px 5px 5px;
		width: 24px;
		height: 24px;
		text-align: center;
		padding-top: 3px;
	}

	ul.social_share li:first-child {
	 	background: #4a6ea9;
	}
	ul.social_share li:first-child+li {
	 	background: #32ddf3;
	}
	ul.social_share li:first-child+li+li {
	 	background: #d64136;
	}
	ul.social_share li:last-child{
	 	background: #bd2125;
	}
	.social_title {
		display: inline-block;
		line-height: 25px;
	}
	ul.social_share {
		display: inline-block;
		margin: 0;
		vertical-align: top;
	}
	.social_media {
		width: auto;
		float: right;
	}
	section.related_news {
		position: relative;
		overflow: hidden;
		border-bottom: 1px solid #eee;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.section-article_footer .pull-left, .section-article_footer .pull-right {
		margin-bottom: 5px;
	}

	.section-article_footer .pull-left,.section-article_footer .pull-left a {
		color: #898989;
		font-style: italic;
	}
	.section-article_footer .pull-left a:hover {
		color: #009FEB;
	}


	.section-article_footer .pull-left a:last-child:after {
		content: '...';
		padding-right: 0px;
	}
	.section-article_footer .pull-left a:after {
		content: ',';
		padding-right: 3px;
	}
	.section-article_footer {
		position: relative;
		margin-bottom: 30px;
	}


/*css_31_blog_cmt*/
/*css_32_cart_page*/
.cart_div_center p {
    margin-bottom: 30px;
}
form#cart_form table.table.big_screen td {
    border-right: 1px solid #eee;
}
form#cart_form table.table.big_screen tr {
    border-bottom: 1px solid #eee;
}
form#cart_form table.table.big_screen {
    border: 1px solid #eee;
}
form#cart_form table.table.big_screen tr td {
    padding: 15px;
    text-align: center;
	vertical-align: middle !important;
}
form#cart_form table.table.big_screen tr.cart_title td {
    text-transform: uppercase;
}
form#cart_form table.table.big_screen td.cart_item_title a {
    color: #363636;
}

form#cart_form table.table.big_screen td.cart_item_title a:hover,form#cart_form table.table.big_screen td.cart_item_close a:hover{
	color:#009FEB;
}
form#cart_form table.table.big_screen tr td input {
    max-width: 50px;
    border-radius: 0px;
    text-align: center;
}
form#cart_form table.table.big_screen td.cart_item_close a {
    color: #363636;
    font-size: 16px;
}
.big_cart_total span+span {
    border-left: 1px solid #eee;
    color: #ff0000;
}
@media(max-width:767px){
	.big_cart_total span {
		padding: 12px 15px !important;
	}
	.cart_checkout_pay .btn {
		padding: 10px 15px !important;
	}
}
@media(max-width:480px){

.big_cart_total span+span {
    border-left: 0px solid #eee;
    color: #ff0000;
}
}
.big_cart_total span {
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
	font-weight: bold;
}
.big_cart_total {
    display: inline-block;
    border: 1px solid #eee;
	margin: 10px 0px;
}

.cart_checkout_pay .btn:hover, .cart_checkout_pay .btn:focus {
    background: #009FEB;
}
.cart_checkout_pay .btn {
    background: #252525;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    padding: 15px 25px;
    margin-left: 5px;
	margin-bottom: 10px;
}


.cart_checkout_pay {
    margin-top: 15px;
    margin-bottom: 70px;
}
.cart_collection {
    overflow: hidden;
    position: relative;
}
.cart_collection .cart_collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
}
.cart_collection .cart_collection-item.avatar {

	min-height: 84px;
    padding-left: 90px;
    position: relative;
    margin: 20px 0px;
    background: #fff;
    color: #444;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.025);
}

.cart_collection .cart_collection-item.avatar .circle {
    position: absolute;
    width: 60px;
    height: auto;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.cart_collection .cart_collection-item.avatar a {
    color: #666;
    text-decoration: none;
}

.cart_collection .cart_collection-item.avatar p {
    margin: 0;
    padding: 0;
    margin-top: 5px;
	color: #666;
}

.cart_collection .cart_collection-item.avatar .secondary-content {
	position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5;
}
.cart_collection .cart_collection-item.avatar .secondary-content:hover {
    opacity: 1;
}
.secondary-content {
    text-indent: -9999;
    display: inline-block;
    text-indent: -9999px;
    background-image: url("close.png");
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center right;
    float: right;
}

.cart_collection .cart_collection-item.avatar input.form-control.mod2.input-control {
    border: none;
    width: 40px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    max-height: 20px;
}
/*css_33_contact_page*/
    .ggmap {
        width: 100%;
        height: 70vh;
        background: #f5f5f5;
        margin-bottom: 50px;
    }
    .notification_contact {
        display: none;
        background: #009FEB;
        position: fixed;
        vertical-align: middle;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999999;
    }

    .notification_contact p {
        color: #fff;
        font-size: 28px;
        font-weight: 100;
        top: 50%;
        position: absolute;
        display: block;
        text-align: center;
        width: 100%;
    }
.section-contact .form-inline.form-comment {
    margin-bottom: 50px;
}

.contact-logo {
    margin-bottom: 15px;
    display: block;
}
.section-contact .widget-menu > li {
    color: #444444;
}

.section-contact ul.widget-menu li:first-child span {
    padding-left: 0px;
    color: #888;
}
.section-contact ul.widget-menu li {
    padding: 5px 0px;
    line-height: 20px;
}
section.section-contact {
    margin-bottom: 80px;
}
.section-contact ul.widget-menu li span {
    padding-left: 10px;
}
.section-contact .form-inline.form-comment .form-group {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
	margin-bottom: 15px;
}
.section-contact .form-inline.form-comment .form-group label {
    min-width: 120px;
    font-weight: normal;
}

.section-contact .form-inline.form-comment .form-group textarea {
    width: 70%;
    border-radius: 3px;
    border-color: #e1e1e1;
    box-shadow: none;
	padding: 18px 15px;
}
.section-contact .form-inline.form-comment .form-group input {
    width: 70%;
    border-radius: 3px;
    border-color: #e1e1e1;
    box-shadow: none;
	padding: 0px 15px;
	height: 38px;
	line-height: 38px;
}
button#submitlienhe, .button#submitlienhe:hover, button#submitlienhe:focus {
    background: #009FEB;
    border: none;
    border-radius: 0px;
    padding: 12px 30px;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width:767px){
button#submitlienhe {
    margin-left: 125px;
}
}

/*css_34_404_page*/
.not_found h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;	
    margin-top: 100px;
}

section.not_found p {
    color: #707070;
    margin: 15px 0px;
}
a.btn.btn-primary.btn-not-found {
    background: #009FEB;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    margin-bottom: 100px;
}
/*css_35_login*/

/*css_35.5_forgot_pass*/
.forgot_pass_div .errors ul li {
    text-align: center;
    display: inline-block;
    width: 100%;
}
/*css_36_register*/
	.form-login h3.form-heading {
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		color: #009FEB;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.form-login .info-input input {
		background: #f9f9f9;
		color: #363636;
		padding: 20px 20px;
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin: 10px 0px;
	}
	.form-login {
		margin-bottom: 100px;
	}
	.form-login .checkbox {
        display: block;
        text-align: left;
        width: 100%;
		margin: 0;
    }

    .form-login .checkbox label {
        color: #898989;
        padding: 0;
    }

    .form-login .checkbox  input[type="checkbox"]:checked + label span {
        background: url("check_radio_sheet.png");
        background-position: 55px center;
    }
	 .form-login .checkbox input[type="checkbox"] + label span {
			display: inline-block;
			width: 15px;
			height: 15px;
			margin-right: 10px !important;
			background-color: #fff;
			margin: -1px 4px 0 0;
			vertical-align: middle;
			border: 1px solid #ccc;
		}

	 .form-login .checkbox input[type=checkbox] {
			display: none !important;
		}
	.form-login ul li {
		float: left;
	}
	.form-login button.btn-cart {
		color: #fff;
		background: #009FEB;
		border: none;
		padding: 15px 35px;
		border-radius: 5px;
		text-transform: uppercase;
		margin-top: 20px;
	}
	.form-login ul li:first-child label:after {
		content: '|';
		margin-left: 15px;
		margin-right: 15px;
		color: #898989;
	}
	.form-login form .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.a_forget_pass:hover {
		color: #009FEB !important;
	}

.form-login .center-btn button {
    margin: 15px auto;
    text-align: center;
    display: inline-block;
    float: none !important;
}
.form-login .center-btn {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.hover_underline:hover{

    text-decoration: underline;
}
/*css_37_customers*/

/*css_9994_img_hove_effects*/
    .em-effect06 {
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .em-effect06 a {
        position: relative;
        overflow: hidden;
        z-index: 0;
        display: block;
        vertical-align: top;
        max-width: 100%;
    }

    .em-effect06 a:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: rgba(0, 0, 0, 0.18);
    }

    .em-effect06 .em-eff06-03:after {
        height: 100%;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .em-effect06 .em-eff06-03:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .form-error .ycolor {
        font-weight: normal;
        font-size: 15px;
    }

    .form-login .col-md-1 {
        padding-right: 0px;
    }

    .label-text-color {
        color: #888;
        line-height: 20px;
    }

/*css_9995_popup*/
    div.cookie-popup:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.5);
    }

    .cookie-popup input[type="checkbox"] + label span {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 10px !important;
        background-color: #fff;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        border: 1px solid #ccc;
    }

    .cookie-popup input[type=checkbox] {
        display: none !important;
    }

    div.cookie-popup-wrap {
        display: none;
    }

    .popup_register_form input {
        border-radius: 0px;
    }

    .popup_register_form button.btn.btn-default {
        padding: 15px;
        text-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        border: none;
        text-transform: uppercase;
        font-size: 16px;
    }
    .popup_register_form .input-group {
        width: 100%;
    }

    .popup_register_form input.form-control, .popup_register_form button.btn.btn-default{
        width: 100%;
    }

    .popup_register_form .muahang a.btn.btn-info.btn-lg {
        background: none;
        border: 1px solid #ccc;
        color: #888;
    }

    .popup_register_description {
        color: #fff;
        font-size: 16px;
    }

    
    .popup_register_description,
    .popup_register_form {
        padding-top: 20px;
        margin-bottom: 5px;
    }
    .popup_register_form {
        padding-left: 30px;
        padding-right: 30px;
    }
    .popup_register {
        font-size: 30px;
        padding-top: 5px;
        color: #fff;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .popup_content {
        padding-top: 75px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cookie-popup .checkbox {
        display: block;
        text-align: left;
        width: 100%;
    }

    .checkbox label {
        color: #fff;
        padding: 0;
    }

    .cookie-popup input[type="checkbox"]:checked + label span {
        background: url("check_radio_sheet.png");
        background-position: 55px center;
    }

    div.cookie-popup-wrap {
        z-index: 9999;
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
    }

    div.cookie-popup h2 {
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 20px;
        font-size: 25px;
        padding: 15px;
        text-align: center;
    }

    div.cookie-popup h6 {
        background-color: #009FEB;
        right: 0;
        font-size: 12px;
        top: 0;
        position: absolute;
        padding: 0;
        color: #fff;
        margin: 0;
        opacity: 0;
    }

    div.cookie-popup:hover h6 {
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    div.cookie-popup h6 a {
        font-size: 18px;
        color: #fff;
        padding: 10px 10px;
        line-height: 36px;
    }

    div.cookie-popup h6:hover {
        background-color: #009FEB;
        color: #fff;
    }

    div.cookie-popup h6 a:hover {
        color: #fff;
    }

    .popup_register_form .input-group input {
        border-radius: 0px;
        line-height: 36px;
        padding: 25px 15px;
        margin-bottom: 10px;
    }

    @media only screen and (max-width: 800px) {
        div.cookie-popup-wrap {
            display: none !important;
        }
    }

/*css_9996_input_number_bg*/
    input[type="number"] {
        position: relative !important;
    }
    /* Spin Buttons modified */
    input[type="number"].mod::-webkit-outer-spin-button,
    input[type="number"].mod::-webkit-inner-spin-button {
        -webkit-appearance: none;
        background: #FFF url("numberupdown.png") no-repeat center center;
        width: 1em;
        border-left: 1px solid #BBB;
        opacity: 0;
        /* shows Spin Buttons per default (Chrome >= 39) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    input[type="number"].mod:hover::-webkit-inner-spin-button,
    input[type="number"].mod:active::-webkit-inner-spin-button {
        opacity: .8;
    }
    /* Override browser form filling */
    input:-webkit-autofill {
        background: #fff;
        color: #cb4d4d;
    }
  /* Spin Buttons modified */
    input[type="number"].mod.product-qty::-webkit-outer-spin-button,
    input[type="number"].mod.product-qty::-webkit-inner-spin-button {
        -webkit-appearance: none;
        background: #FFF url("up-down-btn-bg.png") no-repeat center center;
        width: 30px;
        border-left: 1px solid #acacac;
        opacity: 1;
        /* shows Spin Buttons per default (Chrome >= 39) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
/*css_9997_ajax_cart_modal*/
    @media (max-width: 767px) {
		.modal {
			z-index: 1050 !important;
		}
		ul.submenu-2 {
			position: relative !Important;
			top: 0;
			z-index: 9999;
			display: none;
			margin-top: 50px;
			background: #fff;
			padding: 10px 0px;
			border-top: 2px solid #009feb;
		}
		a.dropdown-toggle.clickshowarrow.a_medr2 {
			float: right;
		}
		ul.submenu-2 li {
			padding-left: 25px !important;
		}
		.new-img {
			text-align: left;
		}
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    .ajax-success-modal .overlay {
        background: rgba(20, 20, 20, 0.75);
        height: 100%;
        width: 100%;
        position: fixed;
    }

    .ajax-success-modal .content {
        background: #fff;
        bottom: auto;
        left: 50%;
        margin-left: -270px;
        margin-top: -100px;
        min-height: 200px;
        padding: 30px;
        position: fixed;
        right: auto;
        top: 50% !important;
        width: 540px;
    }

    .ajax-success-modal .content .button {
        padding: 10px 15px;
    }

    .ajax-success-modal .ajax-left {
        float: left;
        margin-right: 30px;
    }

    .ajax-success-modal .ajax-right {
        margin-left: 93px;
    }

    .success-message {
        background: #f9f9f9;
        height: 40px;
        line-height: 40px;
        color: #000;
        padding: 0 10px 0 20px;
        margin-bottom: 20px;
    }

    .ajax-product-title {
        text-align: left;
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 14px;
        color: #000;
    }

    .ajax-success-modal .close-modal {
        position: absolute;
        right: 0px;
        top: 0;
        height: 34px;
        width: 34px;
        background: #000;
        color: #fff;
        padding: 5px;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .ajax-success-modal .close-modal:hover {
        background: #009FEB;
        color: #000;
    }

    .rte img {
        max-width: 100%;
    }

    button.btn.btn-red-popup {
        background: #000;
        color: #fff;
        text-transform: uppercase;
        border-radius: 0px;
        padding: 10px 20px;
    }

    button.btn.btn-red-popup:nth-of-type(2) {
        margin-left: 20px;
        background: #009FEB;
        color: #fff;
    }

    button.btn.btn-red-popup:nth-of-type(2):hover {
        background: #009FEB;
    }

/*css_9998_row_eq_height*/
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    /*
     * Styles copied from the Grid example to make grid rows & columns visible.
     */
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    /*
     * Callout styles copied from Bootstrap's main docs.
     */
    /* Common styles for all types */
    .bs-callout {
        padding: 20px;
        margin: 20px 0;
        border-left: 3px solid #eee;
    }
    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .bs-callout p:last-child {
        margin-bottom: 0;
    }
    .bs-callout code {
        background-color: #fff;
        border-radius: 3px;
    }
    /* Variations */
    .bs-callout-danger {
        background-color: #fdf7f7;
        border-color: #d9534f;
    }
    .bs-callout-danger h4 {
        color: #d9534f;
    }
    .bs-callout-warning {
        background-color: #fcf8f2;
        border-color: #f0ad4e;
    }
    .bs-callout-warning h4 {
        color: #f0ad4e;
    }
    .bs-callout-info {
        background-color: #f4f8fa;
        border-color: #5bc0de;
    }
    .bs-callout-info h4 {
        color: #5bc0de;
    }

/*css_9999_responsive_size*/
    /* Large desktop */
    @media (max-width: 1200px) {
        
    }
    @media (max-width: 1200px) and (min-width: 767px) {
       
    }
    @media (min-width: 1200px) {
     
    }
    @media (max-width: 991px) {
      
    }
    @media (min-width: 991px) {
    }


    /* Portrait tablet to landscape and desktop */
    @media (max-width: 979px) and (min-width: 767px) {
     
    }

    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) {
       
    }

    @media (min-width: 767px) {
       
    }

    /* Landscape phones and down */
    @media (max-width: 640px) {
        
    }

    @media (min-width: 640px) {
		
    }

    @media (max-width: 480px) {
      
    }












/*search page*/

.input-group.search_form_action {
    margin-bottom: 30px;
}


/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: relative;
    margin-right: 20px;
}a.dropdown-toggle.clickshowarrow.a_medr2 {
    position: absolute;
    right: -15px;
    top: 0;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}


/*update 18/03/2016*/
.a_medr2 {
    float: left;
    padding-left: 0px !important;
}
.a_medr1 {
    float: left;
}
.product_item .product-gird .product-price-1 {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0px 5px 0px;
}
.product-price-1 b.productminprice-1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #009FEB;
    padding-right: 7px;
}
b.productminprice-1 {
    font-weight: normal;
}
.txt-center {
    text-align: center;
}
.section-blog h4.blog-name {
    height: 75px;
    overflow: hidden;
}
ul.submenu-2 {
    position: absolute;
    top: 65%;
    z-index: 9999;
    display: none;
    background: #fff;
    padding: 10px 0px;
    border-top: 2px solid #009feb;
    min-width: 250px;
    line-height: 2;
}
ul.submenu-2 li {
    position: relative;
	    padding: 5px 10px;
}
ul.submenu-3 {
    position: absolute;
    left: 100%;
    width: 300px;
    padding: 10px;
	display:none;
    background: #fff;
    top: 0px;
	border-top: 2px solid #009feb;
}
ul.submenu-2 li:hover ul {
    display: block;
}
ul.nav.navbar-nav li:hover ul.submenu-2 {
    display: block;
}
div#owl-demo-jobs h3.new-name a {
    color: #292c3a;
    font-size: 16px;
    font-weight: bold;
}
.new-img {
    text-align: left;
}