.form_contact_in .input_group:first-child{
	display: none;
}
.popup_qrcode{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(220, 220, 220, 0.39);
	opacity: 0;
	transition: all .5s;
}
.popup_qrcode .container{
	width: 260px;
	height: 260px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -130px;
	padding: 15px 15px 0;
	background: #fff;
}
.popup_qrcode .container img {
	width: 100%;
}
.popup_qrcode.active{
	display: block;
	overflow: visible;
	opacity: 1;
	z-index: 1050;
}
.news .item .img .img_zom{
	max-height: 250px;
}
.high_class .list_high_class .item .text h3{
	line-height: normal;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
}
.news_related .item {
	margin-bottom: 0px; 
}
.news_related .item .img a{
	display: block;
	overflow:hidden;

}
.news_related .item .img a img{
	transition: all .5s;
}
.news_related .item:hover .img a img{
	transform: scale(1.1);
}
.news_related .item .text h3 {
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	height: 40px;
}
.tag_linkpage a {
	display: block;
	width: calc(50% - 15px);
	float: left;
	line-height: normal;
	font-size: 18px;
	color: #6A6A6A;
	background: #F3F3F3;
	/* padding: 20px 25px; */
	line-clamp: 2;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	height: 50px;
	line-height: 50px;
	padding: 0px 25px;
}
.tag_linkpage {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.category_product .leftlist ul{
	margin-bottom:15px; 
}
.category_product .leftlist ul li{
	position: relative;
}
.category_product .leftlist ul li i{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 12px;
	cursor: pointer;
	transition: all .5s;
}
.category_product .leftlist ul li.active i{
	color: #fff;
}
.category_product .leftlist ul li:hover i{
	color: #fff;
}

.category_product .leftlist ul li ul{
	opacity: 0;
	visibility: hidden;
	margin: 0px;
	margin: 0px;
	left: 120%;
	position: absolute;
	width: 100%;
	z-index: 9;
	background: #fff;
	top: 0;
	transition: all .5s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.category_product .leftlist ul li:hover ul{
	left: 100%;
	opacity: 1;
	visibility: visible;
}
.category_product .leftlist ul li  i{
	display: none;
}
@media(max-width: 768px){
	.category_product .leftlist ul li ul{
		display: none;
		opacity: 1;
		visibility: visible;
		position: static;
	}
	.category_product .leftlist ul li  i{
		display: block;
	}
	.category_product .leftlist ul li:hover ul{
		opacity: 1;
		visibility: visible;
	}
}

.category_product .leftlist ul i.active{
	transform: rotate(-90deg);
}
.diverse_products .list_diverse .item a {
	display: block;
	overflow: hidden;
}
.diverse_products .list_diverse .item a img{
	transition: all .5s;
	height: auto;
}
.diverse_products .list_diverse .item a:hover img{
	transform: scale(1.1);
}

.description_p h3 span {
	background: #fff !important;
	position: relative !important;
	font-size: 28px !important;
	text-transform: uppercase !important;
	color: #222 !important;
}
.description_p h3{
	border: 0px !important;
	position: relative;
	
}
.description_p .clearfix:before{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: red;
}
.sort_p table{
	border: 1px solid #ddd;
	margin: 0 auto;
	width: 100% !important;
}
.sort_p table td{
	border: 1px solid #ddd;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	text-align: center;
}
.sort_d table tr td{
	padding: 20px;
	

}
.sort_p table tr:hover {
	background-color: #f5f5f5;
}
.sort_d table:nth-child(2),.sort_d tr,.sort_d td{
	border: 0px;
	
}
.sort_d table:nth-child(2) td{
	width: 50%;
	float: left;
}
.sort_d table:nth-child(2) tr td:nth-child(2){
	/*padding: 60px;*/
}
@media(max-width: 767px){
	.sort_d table:nth-child(2) td{
		width:100%;
		float: left;
		padding: 20px 0px;
	}
	.sort_d h2{
		padding-bottom: 15px;
	}
}
.sort_d h2{
	border-bottom-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 5px;
}

.modal-body .right {
	float: right;
}
.description_related .modal-title{  
	font-size: 22px;
	font-weight: 500;
	color: #8b0029;
	font-family: Arial;
}
.modal-body  h3{
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 700;
}
.style-input {
	background: #fff;
	border-radius: 4px;
	height: 40px;
	padding-left: 10px;
	color: #000;
	width: 100%;
	line-height: 43px;
	border: 1px solid #ddd;
}
.menu_main ul ul ul{
	left: 100% !important;
	top: 0px !important;
}
.menu_main ul li i{
	display: none;
	position: absolute;
	right: 6px;
	top: 0px;
	font-size: 16px;
	height: 100%;
	line-height: 34px;
}
.category_product .leftlist ul ul li a{
	padding-left: 30px;
}
.category_product .rightlist .item_product .img img {
	height: 335px;
}
.page_search{
	padding:0px 15px;
}

.list_news_inhome{
	position: relative;
}
.list_news_inhome .owl-nav{
	position: absolute;
	width: calc(100% + 90px);
	height: 0px;
	top: 40%;
	left: -45px;
}
.form-horizontal .control-label {
	padding-top: 0px; 
}
.form_contact_in .input_group .control-label label {
	padding-top: 0px;
}
.control-label {
	margin-top: 8px;
}
.service .contents .images_bg {
	opacity: 1;
}
.detail_product .zom_information .product_info .information dl dt {
	display: table-cell;
	padding: 6px 0;
	padding-right: 40px;
	white-space: nowrap;
}
.detail_product .zom_information .product_info .share_product a {
	color: #e7e7e7;
}
.detail_product .zom_information .product_info .share_product a#fb{
	background: #3b5998;
}
.detail_product .zom_information .product_info .share_product a#twitter{
	background: #1da1f2;
}
.detail_product .zom_information .product_info .share_product a#youtube{
	background: #eb534f;
}
.detail_product .zom_information .product_info .share_product a#linked{
	background: #0077b5;
}
.share_product i{
	color: #fff;
}

.detail_product .zom_information .product_info {
	float: right;
	width: calc(100% - 430px);
	padding: 30px;
}
@media (max-width: 980px){
	.detail_product .zom_information .product_info {
		float: none;
		width: 100%;
		padding: 20px 10px;
	}
}

@media (max-width: 768px){
	.list_news_inhome .owl-nav {
		display: none;
	}
}

.list_news_inhome .owl-nav .owl-prev {
	float: left;
}
.list_news_inhome .owl-nav .owl-next {
	float: right;

}
.list_news_inhome .owl-nav button{
	outline: none;
}
.list_news_inhome .owl-nav button i{
	font-size: 30px;
	padding: 0px 15px;
}

.list_news_inhome .owl-nav button:hover{
	color: #869791 !important;
	background: transparent !important;
	text-decoration: none;
}
@media only screen and (min-width: 769px){
	.menu_main ul ul li:hover >ul{
		display: block;
	}
}
@media only screen and (max-width: 768px){
	.category_product .rightlist .item_product .img img {
		height: auto;
	}
	.open_menu.active {
		display: block;
		background: red;
	}
	.open_menu.active i{
		color: #fff;
	}
	.banner{
		margin-top: 54px;
	}
	.slider_main {
		margin-top: 54px;
	}
	.detail_product .description_related .rightlist .description_p h3 span {
		padding: 0px 10px 8px 15px; 
		line-height: normal
	}
	.menu_main ul li i{
		display: block;
	}
	.menu_main ul ul ul{
		left: 0% !important;
		top: 0px;
	}
	.slider_main .owl-nav{
		display: none;
	}
	.header_top .header_top_right .top_search {
		font-size: 14px;
		padding: 6px;
		background: 0;
		margin-top: 5px;
	}
}


@media(max-width: 767px){
	.sort_d table{
		display: block;
	}
	.sort_d table td{
		display: block;
	}
	.sort_d table tr td:nth-child(2) {
		padding:15px;
	}
	.breadcrumb {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
		max-height: initial;
		white-space: normal;
	}
}
@media(max-width: 320px){
	#owl-detail .owl-controls{
		display: none !important;
	}
}
.high_class .list_high_class .item .img .border_box {
	position: absolute;
	width: 100%;
	height: calc(100% - 22px);
	border: 15px solid #E8E8E8;
}
.high_class .list_high_class .item .img .box {
	height: auto;
}
.high_class .list_high_class .item .img .box img {
	height: auto;
}
@media only screen and (max-width: 768px){
	.logo_menu .logo {
		height: 50px !important;
		top: 2px;
	}
}


/*Cập nhập cho site damynghevietcom*/
/*.category_product .rightlist .item_product .img img {
	height: auto;
	max-height: 210px;
}
.slider_featured_products .item .item_product .img img {max-height: 255px;}
.featured_products .backgroup_products {
	height: 400px;
}
.logo_menu .menu_main > ul > li.active >a,
.logo_menu .menu_main > ul > li:hover > a ,
.logo_menu .menu_main > ul > li ul li:hover >a  {
	background-color: #f89047;
	color: #fff;
}
.why_chose_me .box .icon em {
	background-color:#f89047 !important;
	color: rgb(51, 51, 51);
}
.why_chose_me .box:hover .icon em {
	background-color: #61b38d !important;
}
.about_us .content-float .btn-primary {
	background-color: #f89047;
	border-color: #f89047;
}
.product .menu_product div:hover a {
	background-color: #f89047;
}
.product .product_list .item > a:before,.slider_featured_products .item:before {
	border-left: 1px solid;
	border-color: #f89047;
}
.product .product_list .item:before,.slider_featured_products .item:before {
	border-top: 1px solid;
	border-color: #f89047;
}
.product .product_list .item > a:after,.slider_featured_products .item > a:after {
	border-left: 1px solid;
	border-color: #f89047;
}
.product .product_list .item:after,.slider_featured_products .item:after {
	border-left: 1px solid;
	border-color: #f89047;
}

footer .title:before {
	content: "";
	position: absolute;
	width: 10%;
	height: 2px;
	border-bottom: 2px solid;
	border-color: #f89047;
	left: 0;
	bottom: 0;
}
footer .form_letter form .btn_submit{
	background-color: #f89047;
}
.diverse_products .list_diverse .text h3{
	background-color: #f89047;
}
.high_class .list_high_class .item:hover .img .border_box {
	border: 15px solid #f89047;
}
.category_product .leftlist ul li:hover >a,.category_product .leftlist ul li.active >a  {
	background-color: #f89047;
}
.category_news .item .text .link_page a {
	background: #f89047;
}
.header_top .header_top_right .top_search > i {
	color: #f89047;
}
.contact .group_1 .item_p .icon i,.form_contact .contact_sm,.contact .policy .item .img  {
	background: #f89047;
}

.footer_menu_left ul li{
	background-color: #61b38d;
}
.chat_box h4{
	background-color: #f89047;
}
.chat_box ul li:hover a {
	color: #FFF;
	background-color: #61b38d;
}
.detail_product .zom_information .product_info .buying a {
	    background-color: #eb6e17;
}
.detail_product .zom_information .product_info .share_product a {
	        color: #61b38d;
}
.detail_product .description_related .rightlist .pro-detail-tab ul li.active a {
	background-color: #eb6e17;
}
.form_contact_in .input_group .col-sm-10 .submit_f_p {
	background-color: #eb6e17;
}
.detail_news .hiden_mobile .category_list ul li a:hover {
	background-color: #eb6e17;
}
footer .menu_product_f ul li i {
	color: #eb6e17;
}
@media(max-width: 1366px){
	.category_product .rightlist .item_product .img img {
		height: 189px;
	}
	.category_news .item .image {
		overflow: hidden;
		height: 235px;
		min-height: 60px;
		text-align: center;
	}
}
@media(max-width:767px){
	.featured_products .backgroup_products {
		height: 360px;
	}
	.open_menu.active {
		display: block;
		background:#61b38d;
	}
}

@media(max-width:480px){
	.category_product .rightlist .col-xs-6 {
	    padding: 0 10px;
	    overflow: hidden;
	    width: 100%;
	}
}

.service .contents .content .description p:nth-child(2) {
	color: #f89047;
    font-weight: 500;
}
*/

@media (min-width: 992px) {
    body.home .product .product_list {
        transform: scale(0.75);
        transform-origin: top center;
        overflow: visible;
        margin-bottom: -20%;
    }
}

.trademark .content {
    max-width: 1200px;
    margin: 0 auto;
}

/* item */
.trademark .content .slider_trademark .item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}
.trademark .content .slider_trademark a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.trademark .content .slider_trademark img {
    width: auto;
    height: auto;
}