@font-face {
    font-family: 'MyriadProRegular';
	src:url('../ttf/myriadpro-regular.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
@font-face {
    font-family: 'MyriadProSemibold';
	src:url('../ttf/myriadpro-semibold.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
@font-face {
    font-family: 'MyriadProBold';
	src:url('../ttf/myriadpro-bold.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
*{
	margin:0px;
	padding:0px;
}
body{
    font-size: 16px;
    font-family: 'MyriadProRegular';
	background-color:#fff;
}
a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
}
img{
	max-width: 100%;
}
.top{
	width: 100%;
	background-color: #F6B024;
	height: 3px;
}
.content_product #infomation p{
	overflow-y: scroll;
}
.info_right{
	float: right;
	line-height: 30px;
	color:#808080;
	font-size: 14px;
}
.info_right span{
	margin-left: 30px;
}
.info_right span a{
	color:#808080;
}
.header{
    width: 100%;
    border-bottom: 3px solid #806128;
}
.top_menu{
	width: 100%;
	height: 30px;
}
.cart,.acount{
	float: right;
	margin-left: 40px;
}
.cart{
	position: relative;
}
.acount a{
	color:#808080;
	line-height: 60px;
}
.cart img{
	margin-top: 15px;
	height: 24px;
}
.cart span{
    position: absolute;
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #806128;
    text-align: center;
    font-size: 10px;
    top: 10px;
    right: -10px;
    line-height: 15px;
}
.navbar{
    min-height: inherit;
    border:none;
    border-radius: initial;
}
.navbar-inverse{
    background-color:#fff;
	transition: 0.5s all ease;
}
.navbar-inverse .navbar-nav > li{
	transition: 0.3s all ease;
	margin-left:15px;
	margin-right: 15px;
	height: 25px;
	position: inherit;
}
.navbar-inverse .navbar-nav > li:last-child{
	padding-right: 0px;
}
.navbar-inverse .navbar-nav > li > a{
	font-size:18px;
	color:#333333;
	padding: 0px;
	text-transform: uppercase;
	display:block;
	transition: 0.3s all ease;
	font-family: 'MyriadProSemibold';
}
.navbar-inverse .navbar-nav > li > a:hover{
	color:#806128;
}
.hotline{
	float: right;
	line-height: 60px;
	margin-right: 30px;
	font-size:16px;
	font-family: 'MyriadProBold';
	color:#806128;
}
.hotline a{
	font-family: 'MyriadProRegular';
	color:#806128;
}
.navbar-nav, .navbar-second{
	margin-top: 10px;
}
.search{
	float: right;
	position: relative;
	padding-top: 35px;
}
.search form input{
	height: 26px;
    border: none;
    padding-left: 5px;
    width: 150px;
    font-size: 13px;
    line-height: 26px;
    border: 1px solid #d1d1d1;
}
.search form button{
   border: none;
    height: 28px;
    background-color: inherit;
    color: #d1d1d1;
    width: 20px;
    position: absolute;
    right: 0px;
}
.navbar-brand{
	height: auto;
}
.navbar-brand > img{
	margin-top: 5px;
	margin-bottom: 5px;
    transition: 0.3s all ease;
    height: 75px;
}
.navbar-brand{
	padding:5px 15px;
}
.slide_ .item img{
	width:100%;
}
.navbar-inverse .navbar-collapse{
	float: right;
	    margin-right: -15px;
    margin-left: -15px;
}
.navbar{
	margin-bottom:0px;
}
.title_home{
	
}
.title_home h3{
	font-family:'CabinBold';
	font-size:25px;
	text-transform:uppercase;
	color:#d38c1b;
}
.title_home h3 i{
	color:#579353;
	font-weight:bold;
	font-size:28px;
}

.owl-controls .owl-nav {
    font-size: 20px;
}
.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(255,255,255,0.6);
    filter: alpha(opacity=0);
    left: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    left: 10px;
    top: calc(50% - 20px);
    filter: alpha(opacity=30);
    color: #fff;
    font-size: 30px;
}
.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(255,255,255,0.6);
    filter: alpha(opacity=0);
    right: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    filter: alpha(opacity=30);
    color: #fff;
    font-size: 30px;
}
.slide_ .owl-next {
    background-color: initial;
    color: #fff;
    font-size: 65px;
}
.slide_ .owl-prev {
    background-color: initial;
    color: #fff;
    font-size: 65px;
}
.owl-dots{
	position: absolute;
    margin-top: -45px;
    z-index: 999999;
    text-align: center;
    width: 100%;
}
.owl-dot{
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:#fff;
	display: inline-block;
	margin-left:2px;
	margin-right:2px;
}
.owl-dots .active{
	background-color:#DC8D1D;
}
.about{
	position: relative;
	padding-top:50px;
	overflow: hidden;
	padding-bottom: 50px;
}
.viewmore{
	border:1px solid #B9B9B9;
	padding:5px 10px;
	font-size: 14px;
	color:#606060;
}
.viewmore:hover{
	background-color: #F6B024;
	color:#fff;
	border:1px solid #F6B024;
}
.title_about{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'MyriadProSemibold';
	color:#F6B024;
}
.about .description{
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	margin-top: 10px;
}
.about .description p{
	font-family:'MyriadProRegular';
	font-size:20px;
	color:#808080;
	margin-bottom:15px;
	line-height:24px;
}
.about_content .btn-success{
	margin-right:30px;
	text-transform:uppercase;
	font-size:20px;
	font-family:'CabinBold';
	background-color:#579353;
	padding: 2px 25px;
}
.bg_about_left{
	position: absolute;
	left: -100px;
	top: 0px;
}
.bg_about_right{
	position: absolute;
	right: 0px;
	top: 0px;
}
.projects{
	margin-top:50px;
}
.list_project{
	margin-top:40px;
}
.imghvr-reveal-right{

}
#logo_partner{
    margin-top: 30px;
    margin-bottom: 20px;
}
#logo_partner .owl-dots{
	    display: none !important;
}
#logo_partner a{
	text-align:center;
	display:block;
}
#logo_partner a img{
	display:inline-block;
}
.footer{
	background: url(../png/bg_footer.png) no-repeat #F6B024;
	background-size: 50% auto;
	width:100%;
	background-position: top right;
	overflow:hidden;
}
.slide_ .description{
	position:absolute;
	z-index:99999;
	top: calc(65% - 20px);
	width:100%;
}
.slide_ .description h2{
	font-size:38px;
	font-family:'MyriadProSemibold';
	color:#fff;
	margin-bottom:20px;
}
.slide_ .description p{
	color:#fff;
	font-size:16px;
	margin-bottom:10px;
	width: 40%;
}

.slide_ .description .btn-warning{
	text-transform: uppercase;
    background-color: #d38c1b;
    font-size: 20px;
    padding: 2px 35px;
    border-color: #d38c1b;
    margin-top: 15px;
}
.footer{
	padding-top:40px;
	padding-bottom:40px;
	color:#fff;
}
.footer h3{
	text-transform:uppercase;
	font-size:18px;
	margin-top:20px;
}
.footer p{
	margin-top:10px;
	font-size:16px;
}
.footer p i{
	color:#d38c1b;
	font-size:24px;
	margin-right:10px;
	float:left;
}
.imghvr-shutter-in-out-diag-1{
	margin-bottom: 20px;
}
[class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before {
    background-color: rgba(246,176,36,0.4);
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption, [class^='imghvr-'], [class*=' imghvr-'] {
    background-color: rgba(246,176,36,0.4);
}
.menu_footer{
	margin-top:45px;
}
.menu_footer ul li{
	list-style:none;
}
.menu_footer ul li a{
	text-transform:uppercase;
	font-size:16px;
	color:#fff
}
.list_social{
	width:100%;
	margin-top:10px;
}
.list_social a{
	color:#fff;
	font-size:25px;
	margin-right:5px;
}
.footer .menu_footer h3{
	margin-top:0px;
}
.product1{
	width: 100%;
	overflow: hidden;
	background-color: #E6E6E6;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-top: 20px;
}
.list_product .item1{
	width: 45%;
	float: left;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.list_product .item1 img{
	width: 100%;
}
.list_product .item2{
	width: 25%;
	float: left;
	height: 430px;
	overflow: hidden;
}
.list_product .item2 .item2_1{
	height: 215px;
	overflow: hidden;
	position: relative;
}
.list_product .item2 .item2_2{
	height: 215px;
	overflow: hidden;
	position: relative;
}
.list_product .item2 img{
	width: 100%;
}
.list_product .item3{
	width: 30%;
	float: left;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.list_product .item3 img{
	height: 100%;
}
.list_product h3{
    position: absolute;
    top: calc(50% - 20px);
    color: #fff;
    z-index: 99;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-family: 'MyriadProSemibold';
}
.list_product h3 a{
	    color: #fff;
    display: inline-block;
    background-color: rgba(100,160,67,0.7);
    padding: 15px 20px;
}
.list_product h3 a:hover{
	background-color: rgba(100,160,67,1);
}
.title{
	text-align: center;
}
.title h3{
	font-size: 30px;
	color:#1ba550;
	font-family: 'MyriadProSemibold';
	text-transform: uppercase;
}
.product2{
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background-color: initial;
	color: #F6B024;
}
.list_product2{
	margin-top: 40px;
	margin-left: -15px;
    margin-right: -15px;
}
.list_product2:after, .list_product2:before {
    content: " ";
    display: table;
}
.list_product2 .item_product{
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
	float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.list_product2 .item_cate{
	width: 100%;
}
.list_product2 .item_product .box_image{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.list_product2 .item_product img{
	width: 100%;
	display: inline-block;
    transition: 0.3s all ease;
}
.list_product2 .item_product img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list_product2 .item_product h3 a{
	color:#1ba550;
	font-size: 16px;
}
.list_product2 .item_product p{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color:#808080;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.about_2{
    width: 100%;
    background-image: url(../bg_about.html);
    background-size: 100%;
    padding-top: 50px;
    /* height: 450px; */
    padding-bottom: 40px;
    background-size: cover;
}
.about_2 h3{
	margin-top: 50px;
	color:#F6B024;
	font-family: 'MyriadProSemibold';
	font-size: 24px;
	margin-bottom: 15px;
}
.about_2 p{
	margin-bottom: 20px;
}
.slogan{
	width: 100%;
    padding-top: 75px;
}
.about_2 .box_video{
	padding-left: 40px;
	position: relative;
}
.slogan .content img{
	display: block;
	margin-bottom: 10px;
}
.slogan .content{
	border-left: 2px solid #B9B9B9;
	padding-left: 40px;
}
.slogan .content p{
	width: 70%;
	font-size: 24px;
	color:#5B5B5B;
	padding-left: 20px;
}
.product3{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.product3 .item_product1{
	width: 25%;
	float: left;
	height: 250px;
	overflow: hidden;
}
.product3 .item_product2{
	width: 50%;
	float: left;
	height: 250px;
	overflow: hidden;
	background-image: url('../bg_item_product.html');
	background-size: 100%;
	padding: 90px 70px;
}
.product3 .item_product2 h3{
	margin-bottom: 15px;
}
.product3 .item_product2 h3 a{
	font-size: 24px;
	color:#F6B024;
	line-height: 30px;
	font-family: 'MyriadProBold';
}
.imghvr-reveal-right h3,.imghvr-shutter-in-out-diag-1 h3{
	text-align: center;
	top: calc(50% - 20px);
	position: relative;
}
[class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before{
	    background: rgba(100,160,47,0.4);
}
.news{
	padding-top: 50px;
	width: 100%;
}
.news .title,.partner .title{
	text-align: left;
}
.list_news{
	margin-top: 30px;
}
.item_news{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.item_news .box_image{
	width: 100%;
	overflow: hidden;
	height: 260px;
	display: block;
	margin-bottom: 15px;
}
.item_news .box_image img{
	height: 100%;
	transition: 0.3s all ease;
}
.item_news .box_image img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item_news .right_news{
	padding-top: 15px;
	padding-bottom: 15px;
}
.item_news .right_news h3 a{
	font-size: 18px;
	color:#1ba550;
	line-height: 20px;
	font-family: 'MyriadProSemibold';
}
.item_news .right_news h3 a:hover{
	color:#806128;
}
.item_news .right_news h3{
	margin-bottom: 10px;
	    line-height: 20px;
}
.item_news .right_news p{
	font-size: 14px;
	margin-bottom: 15px;
}
.item_news2 .box_image{
	float: right;
	text-align: right;
}
.item_news2 .right_news{
    float: right;
    padding-left: 0px;
    padding-right: 15px;
    text-align: right;
}
.partner .owl-controls{
	display: none;
}
.footer .social{
	width: 100%;
	border:1px solid #D2D2D2;
	height: 45px;
}
.footer .social p{
	float: left;
	line-height: 45px;
	padding-left: 30px;
	    margin-top: 0px;
}
.footer .social ul{
	float: right;
	width: initial;
	padding-right: 30px;
	margin: 0px;
}
.list_social a{
	margin-right: 15px;
	line-height: 50px;
}
.list_footer{
	margin-top: 40px;
}
.list_footer .about_us{
	width: 35%;
	float: left;
	padding-right: 40px;
}
.list_footer .product_news{
	width:25%;
	float: left;
	padding-right: 30px;
}
.list_footer .news_new{
	width: 30%;
	float: left;
	padding-right: 30px;
}
.list_footer .link{
	width: 15%;
	float: left;
}
.list_footer h4{
	font-size: 18px;
	font-family: 'MyriadProSemibold';
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}
.list_footer h4::before{
	content: "";
	width: 40px;
	height: 2px;
	background-color: #D2D2D2;
	position: absolute;
	top: 24px;
}
.list_footer .about_us p{
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.m-t-15{
	margin-top:15px;
}
.product_news .list_product_new{
	width: 100%;
}
.product_news .list_product_new li{
	list-style: none;
	width: 100%;
	padding-right: 10px;
	float: left;
	margin-bottom: 5px;
}
.product_news .list_product_new li a{
	display: block;
	overflow: hidden;
	width: 100%;
	color:#fff;
}

.list_news_new li{
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #D2D2D2;
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list_news_new li a{
	color:#fff;
	font-size: 14px;
	display: block;
}
.list_news_new li p{
	color:#d0e2c0;
	background-color: #cdbe9d;
	font-size: 12px;
	padding: 0px 2px;
	display: inline-block;
	margin-top: 0px;
}
.link_list li{
	list-style: none;
}
.link_list li a{
	color:#fff;
	font-size: 14px;
}
.bottom{
    width: 100%;
    background-color: #806128;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #fff;
}
.scrollTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #F6B024;
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 9999;
}
.scrollTop a {
    font-size: 18px;
    color: #fff;
}

  .phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background: rgba(30,30,30,0.1) url(../png/telephone.png) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#00aff2;
    background-color:#00aff2 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
.map{
	margin-bottom: 50px;
}
.contact .info_contact{
	color:#606060;

}
.contact .info_contact h1,.title_contact h3{
	font-size: 21px;
	font-family: 'MyriadProSemibold';
	color:#606060;
}
.title_contact p{
	margin-bottom: 20px;
}
#Contact input {
    background-color: #FBFBFB;
    height: 45px;
    border: 1px solid #d1d1d1;
    padding-left: 15px;
    margin-bottom: 15px;
        width: 100%;
}
#Contact .left{
	width: 48%;
	float: left;
}
#Contact .right{
	width: 48%;
	float: left;
	margin-left: 4%;
}
#Contact textarea {
    width: 100%;
    height: 100px;
    background-color: #FBFBFB;
    border: 1px solid #d1d1d1;
    padding: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}
#captcha_code {
 	width: 100px;
    float: left;
    text-align: center;
    height: 34px;
    background-color: #707070;
    line-height: 34px;
    border: 1px solid #707070;
    margin-left: 10px;
}
.refresh_captcha {
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
}
.col_one_third{
	overflow: hidden;
}
#Contact button {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F6B024;
    border: none;
    color: #fff;
    line-height: 40px;
}
#Contact button:hover{
	background-color: #707070;
}
#Contact input.error{
	border:1px solid red;
}
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.item_post_full {
	margin-bottom: 40px;
}
.item_post_full .box_image{
	width: 100%;
}
.item_post_full .box_image img{
	width: 100%;
}
.item_post_full .description h2 a{
	font-size: 21px;font-family: 'MyriadProSemibold';
	color:#1ba550;
}
.item_post_full .description h2{
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
	line-height: 20px;
	padding-bottom: 10px;
}
.item_post_full .description .viewmore{
	background-color: #B2B2B2;
	color:#fff;
	height: 40px;
}
.item_post_full .description .viewmore:hover{
	background-color: #F6B024;
}
.item_post_full .description .content_description{
	margin-bottom: 15px;
}
.item_post_full .description h2 a:hover{
	color:#F6B024;
}
.sidebar {
    padding-left: 20px;
}
.sidebar h3 {
    background-color:#F6B024;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: right;
    font-family: 'MyriadProSemibold';
    padding-right: 15px;
}
.list_news {
    margin-top: 15px;
    overflow: hidden;
    padding-top: 15px;
}
.list_news .item_news {
    width: 100%;
    overflow: hidden;
 
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar .list_news .item_news{
	   border-bottom: 1px solid #d1d1d1;
}
.sidebar .list_news .item_news .box_image {
    display: inline-block;
    width: 30%;
    float: left;
    height: auto;
}
.sidebar .list_news .item_news .box_image  img{
	height: auto;
	width: 100%;
}
.list_news .item_news h4 {
    width: 70%;
    padding-left: 15px;
    display: inline-block;
}
.sidebar .list_news .item_news h4 a {
    font-size: 16px;
    line-height: 18px;
        color: #1ba550;
}
.title_news {
    font-size: 24px;
    font-family: 'MyriadProSemibold';
    color: #1ba550;
}
.header .right {
    margin-top: 15px;
    margin-bottom: 15px;
}
.right .author_date {
    font-size: 12px;
    color: #aaa;
    margin-right: 20px;
}
.detail_news {
    margin-bottom: 15px;
    padding-top: 15px;
}
.detail_news p {
    margin-bottom: 15px;
    text-align: justify;
}
.detail_news p img, .detail_news img{
	height: auto !important;
}
.baivietlienquan h3.title_relate {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}
.post_relate:nth-child(2n+1) {
    clear: left;
}
.post-horizontal {
    display: inline-block;
    margin: 0;
    padding: 0px 0 10px;
    border-bottom: 1px dotted #d2d2d2;
    width: 100%;
    margin-bottom: 10px;
    color: #888;
}
.post-horizontal .left {
    width: 30%;
    float: left;
}
.post-horizontal img {
    width: 100%;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.post-horizontal .right {
    width: 70%;
    float: left;
    padding-left: 15px;
}
.post-horizontal h3 {
    font-size: 15px;
    color: #494949;
    margin: 0 0 10px;
    line-height: 16px;
    font-family: 'MyriadProSemibold';
}
.post-horizontal h3 a {
    color: #1ba550;
}
.navbar-inverse .navbar-nav > li ul{
	position: absolute;
    z-index: 9999999;
    background-color: #806128;
    opacity: 1;
    transition: 0.4s all ease;
   left: initial;
    margin-top: 7px;
	padding:15px;
    border-radius: inherit;
    display: none;
}
.navbar-inverse .navbar-nav > li ul li{
padding-left:10px;
padding-right:10px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: inherit;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: inherit;
}
/*
.navbar-inverse .navbar-nav > li:hover ul{
	opacity: 1;
    margin-top: 1px;
    visibility: initial;
}
*/

.navbar-inverse .navbar-nav > li ul li{
	list-style: none;
	position: relative;
}
.navbar-inverse .navbar-nav > li ul li a{
	color:#fff;
	display:block;
	font-size: 16px;
	line-height: 26px;
	padding: 0px;
}
.navbar-inverse .navbar-nav > li ul li a i{
	float: right;
	line-height: 24px;
}
.navbar-inverse .navbar-nav > li ul li a:hover{
	color: #F6B024;
}
.navbar-inverse .navbar-nav > li ul li ul{
	position: absolute;
    z-index: 9999999;
    background-color: #fff;
    transition: 0.4s all ease;
    margin-top: 10px;
    min-width: 120px;
    padding: 10px;
    top: 0px;
    left: 188px;
    margin-top: 0px;
}

.title_cat{
	border-bottom: 1px solid #d1d1d1;
	overflow: hidden;
	    margin-top: 8px;
}
.title_cat .sort{
	float: right;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
}
.title_cat h1{
	font-size: 18px;
	color:#707070;
	float: left;
	padding-bottom: 10px;
}
.title_cat a{
	font-size: 18px;
	color:#707070;
	padding-bottom: 10px;
	display: inline-block;
	line-height: 17px;
}
.title_cat span{
	display: inline-block;
}
.title_product{
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'MyriadProSemibold';
	color:#1ba550;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
}
.service{
	margin-top: 50px;
}
.list_category{
	width: 100%;
}
.list_category li{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.product_category .item_product .box_image img{
	width: 100%;
}
.product_category .item_product h3 a{
	font-size: 16px;
}
.product_category .item_product p{
	font-size: 14px;
}
.list_category li a{
	font-size: 18px;
	color:#707070;
	display: block;
}
.list_category li a:hover{
	color:#F6B024;
}
.list_category li a i{
	float: right;
	margin-top: 5px;
}
.list_category li ul{
	border-top: 1px solid #eee;
    margin-top: 10px;
    padding-left: 20px;
    padding-top: 5px;
}
.list_category li ul li{
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.list_category li ul li a{
	font-size: 16px;
}
.list_category li ul li a:hover{
	color:#F6B024;
}

.description_pro .title{
	font-size: 22px;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 15px;
	font-family: 'MyriadProSemibold';
	color:#1ba550;
}
.description_pro p{
	font-size: 14px;
}
.description_pro .price_detail{
	color:#D30D0D;
	font-size: 24px;
	font-family: 'MyriadProSemibold';
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn_add_cart{
    background-color: #806128;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    color: #fff;
    border: none;
    display: inline-block;
    line-height: 40px;
}
.btn_add_cart:hover{
	color:#fff;
}
.qty{
	height: 40px;
}
.mz-thumb{
	margin-bottom: 10px;
}
.col_zoom{
	margin-top: 20px;
}
.success{
	color:#F6B024;
}
span.error{
	color:#C60606;
}
.social_f{
	margin-top: 30px;
}
.btn_share_twitter{
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 2px 8px 3px 6px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.btn_share_twitter i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
}
.btn_share_twitter .label {
    margin-left: 3px;
}
.fb-like{
	margin-top: -5px;
}

.nav-tabs>li{
	border:1px solid #d1d1d1;
}
.content_product{
	margin-top: 30px;
	margin-bottom: 30px;
}
.nav-tabs>li>a{
	color:#707070;
}
.nav-tabs>li.active>a{
    background-color: #d1d1d1;
    color: #fff;
    border-radius: initial;
    margin-right: 0;
}
.content_product #infomation{
	margin-top: 20px;
}
.content_product #infomation p{
	margin-bottom: 15px;
}
.content_product #infomation ul{
	margin-left: 20px;
}
.list_product_relate .owl-next {
    top: -65px;
    color: #CECECD;
    background-color: inherit;
    right: 0px;
    left: inherit;
    font-size: 16px;
    z-index: 99999;
    border: 1px solid #CECECD;
    width: 20px;
    height: 20px;
    border-radius: initial;
    line-height: 20px;
}
.list_product_relate .owl-prev {
color: #CECECD;
    background-color: initial;
    top: initial;
    top: -65px;
    right: 25px;
    left: inherit;
    font-size: 16px;
    z-index: 99999;
    border: 1px solid #CECECD;
    width: 20px;
    height: 20px;
    border-radius: initial;
    line-height: 20px;
}
.list_product_relate .owl-dots{
	display: none !important;
}
.product_relate h3.title{
	font-size: 18px;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
	padding-bottom: 10px;
}
.product_relate .item_product p{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
}
.list_cart{
	margin-top: 50px;
	margin-bottom: 50px;
}
.title_cart{
	font-size: 21px;
	color:#606060;
}
.list_product_cart{
	width: 100%;
    border: 1px solid #d1d1d1;
    margin-top: 20px;
    border-bottom: none;
}
.list_product_cart .item_cart {
    background-color: #fff;
    margin-bottom: 2px;
    overflow: hidden;
    padding: 20px;
   border-bottom: 1px solid #d1d1d1;
}
.list_product_cart .item_cart .image {
    width: 10%;
    float: left;
    text-align: center;
}
.list_product_cart .item_cart .image img {
    width: 80%;
    display: inline-block;
}
.list_product_cart .item_cart .name {
    width: 45%;
    padding-top: 20px;
    float: left;
    padding-left: 15px;
    text-align: left;
}
.list_product_cart .item_cart .name h2 a{
	font-size: 16px;
	color:#606060;
	font-family: 'MyriadProSemibold';
}
.list_product_cart .item_cart .name p.description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.remove {
    color: red;
    font-size: 14px;
}
.list_product_cart .item_cart .price {
    width: 15%;
    float: left;
    padding-left: 15px;
    color: #231F20;
    font-size: 18px;
    text-align: center;
    padding-top: 25px;
}
.list_product_cart .item_cart .quantity {
    width: 15%;
    float: left;
    padding-top: 25px;
    padding-left: 15px;
        text-align: center;
}
.list_product_cart .item_cart .total_price {
    width: 15%;
    float: left;
    padding-top: 25px;
    color: red;
    text-align: right;
    font-size: 18px;
    padding-right: 30px;
}
.quantity input {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    text-align: center;
}
.quantity input.minus {
    border-radius: 5px 0px 0px 5px;
    border-right: none;
}
.quantity input.plus {
    border-radius: 0px 5px 5px 0px;
    border-left: none;
}
.list_title{
	width: 100%;
	    overflow: hidden;
	    border-bottom: 1px solid #d1d1d1;
}
.list_title .title_name{
	width: 55%;
	float: left;
	text-align: center;
	line-height: 40px;
}
.list_title .title_price{
	width: 15%;
	float: left;
	text-align: center;
	line-height: 40px;
}
.list_title .title_number{
	width: 15%;
	float: left;
	line-height: 40px;
}
.list_title .title_total{
    width: 15%;
	float: left;
	text-align: right;
	line-height: 40px;
	padding-right: 30px;
}
.right_cart{
	width: 100;
	overflow: hidden;
	margin-top: 20px;
}
.box_cart{
	float: right;

	font-size: 20px;
	color:red;
	font-family: 'MyriadProSemibold';
	padding-right: 30px;
}
.btn_update{
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	border:none;
	background-color: #F6B024;
	color:#fff;
}
.btn_thanhtoan{
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	background-color: #707070;
	color:#fff;
	margin-left: 10px;
	line-height: 40px;
}
.modal-dialog{
	z-index: 9999;
	
}
.form-control, .modal-content{
	border-radius: initial;
}
.modal-title {
    text-transform: uppercase;
    text-align: center;
    font-family: 'MyriadProSemibold';
}
input#captcha {
    width: 130px;
    float: left;
    margin-right: 10px;
    height: 34px;
}
.captcha_code {
    width: 100px;
    height: 34px;
    background: #333333;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    float: left;
}
.refresh_captcha {
    font-size: 18px;
    margin-left: 10px;
    line-height: 34px;
    cursor: pointer;
}
.btn_dangkyngay {
    height: 34px;
    border-radius: 17px;
    text-transform: uppercase;
}
.btn_close {
    height: 34px;
    border-radius: 17px;
    text-transform: uppercase;
}
label.error{
	color:red;
	font-size: 14px;
	font-weight: normal;
}
.form-control{
	font-size: 16px;
}
.banner h1{
	position: absolute;
}
.banner_login{
	width: 100%;
	background-image: url('../banner_login.html');
	background-size: 100%;
    height: 265px;
}
.banner_login h1{
    text-align: center;
    margin-right: 55px;
    padding-top: 115px;
    font-size: 24px;
    color:#606060;
}
.box_member{
	margin-top: 50px;
}
.box_member .box_image_login{
	height: 450px;
	overflow: hidden;
}
.box_member .box_image_login img{
	width: 100%;
}
.form_customer{
	width: 100%;
	padding: 50px 70px;
	padding-top: 10px;
}
.form_customer .right_form{
	background-color: #806128;
	border-radius: 10px;
	text-align: center;
	padding: 30px;
}
.icon_logo{
	margin-top: -75px;
}
.btn_register{
	width: 100%;
	border:none;
	background-color: #F6B024;
	color:#fff;
	height: 40px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.form_customer .right_form input{
	width: 100%;
	border:none;
	height: 40px;
	border-radius: 5px;
}
.form_customer .right_form .group_input{
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.form_customer .right_form .group_input input{
	padding-left: 40px;
}
.form_customer .right_form .group_input i{
	position: absolute;
	color:#868787;
	font-size: 20px;
	line-height: 40px;
	 left: 10px;
}
.form_customer .right_form h3{
	font-size: 24px;
	color:#fff;
	margin-top: 0px;
	margin-bottom: 10px;
}
.form_customer .right_form span a{
	color:#c8fb9b;
	margin-top: 10px;
}
span.dangky{
	text-align: center;
	color:#333;
	display: block;
	font-size: 15px;
}
span.dangky a{
	text-transform: uppercase;
	color:#333;
}
.form_customer .right_form .group_input .div_captcha i{
	line-height: 32px;
}
.form_customer #captcha_code{
	background-color: #F6B024;
    border: 1px solid #F6B024;
    float: right;
}
.member {
    margin-top: 50px;
}
.content_member {
    width: 100%;
    padding: 30px;
    box-shadow: 0px 0px 10px #aaa;
    margin-bottom: 50px;
}
.title_login_page {
    text-transform: uppercase;
    font-size: 24px;
}
.list_item_input {
    margin-bottom: 30px;
}
.item_input {
    margin-top: 20px;
}
.list_item_input label {
    color: #404041;
    font-weight: normal;
}
.item_input input {
    border-radius: initial;
}
.btn_login_system {
    background: #F6B024;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    min-width: 120px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar_member {
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #EDEDED;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sidebar_member h3 {
    font-size: 18px;
    color: #F6B024;
    margin-left: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
    display: inline-block;
    padding-bottom: 10px;
}
.sidebar_member ul li {
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.sidebar_member ul li a {
    font-size: 16px;
    color: #4C4444;
    display: block;
    transition: 0.3s all ease;
}
.list_item_input label.error{
	color:red;
}
.sidebar_member ul li a:hover, .sidebar_member ul li.active a {
    color: #F6B024;
    padding-left: 5px;
}
.sidebar_member ul li.active, .sidebar_member ul li:hover {
    border-left: 3px solid #806128;
}
.box_img_load_ajax{    
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    overflow: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99999;
}
.img_load_ajax{
    position: absolute;
    top: 40%;
    left: 49%;
}
.list_order_show tbody tr{
	cursor: pointer;
}
.list_order_show tbody tr:hover{
	background-color: #F6B024;
}
.list_news_new li:last-child{
	border-bottom: none;
}
.content_about{
	width: 100%;
}
.content_about .thumnail{
	width: 100%;
	margin-bottom: 20px;
}
.content_about .title_about,.content_about h1{
	font-size: 24px;
	font-family: 'MyriadProSemibold';
	color:#1ba550;
	text-transform: initial;
	text-align: left;
	margin-bottom: 20px;
}
.content_about p,.content_about p span{
	font-size: 14px;
	color:#707070;
	margin-bottom: 15px;
}
.content_about ul{
	margin-left: 20px;
}
.content_about ul li{
	font-size: 14px;
	color:#707070;
}
.content_about h2{
	font-size: 22px;
	font-family: 'MyriadProSemibold';
	color:#707070;
	text-transform: initial;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.content_about h3{
	font-size: 20px;
	font-family: 'MyriadProSemibold';
	color:#707070;
	text-transform: initial;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.content_about h4{
	font-size: 18px;
	font-family: 'MyriadProSemibold';
	color:#707070;
	text-transform: initial;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.content_about h5{
	font-size: 16px;
	font-family: 'MyriadProSemibold';
	color:#707070;
	text-transform: initial;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.content_about h6{
	font-size: 14px;
	font-family: 'MyriadProSemibold';
	color:#707070;
	text-transform: initial;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.sidebar_about ul{
	margin-top: 10px;
}
.sidebar_about ul li{
	list-style: none;
	margin-bottom: 10px;
}
.sidebar_about ul li a{
	font-size: 18px;
	color:#707070;
}
.sidebar_about ul li a:hover,.sidebar_about ul li a.active{
	color:#F6B024;
}
.contact_form #captcha_code{
	color:#fff;
	height: 40px;
	line-height: 40px;
	background-color: #B2B2B2;
	border: 1px solid #B2B2B2;
}
.contact_form .refresh_captcha{
	line-height: 40px;
}

.product3 img{height: 100%;max-width: initial;}
.pagination{
	text-align: center;
	width: 100%;
}
.pagination a{
	display: block;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px 10px;
	border:1px solid #d1d1d1;
	color:#d1d1d1;
}
.pagination a:hover,.pagination a.active{
	border:1px solid #F6B024;
	background-color: #F6B024;
	color:#fff;
}
.f-nav {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    box-shadow: 0px 0px 10px #333;
    z-index: 9999;
    height: 50px;
}
.f-nav .navbar-brand > img{
	height: 40px;
	margin-top: 0px; 
	margin-bottom: 0px; 
}
.f-nav .top_menu{
	display: none;
}
.f-nav .navbar-nav{
	margin-top: 0px;
}
.f-nav .navbar-nav > li ul{
	margin-top: -5px;
}
.f-nav .navbar-nav > li a{
	line-height: 55px;
}
.f-nav .btn_search,.f-nav .lang{
	margin-top: 15px;
}
.navbar-inverse .navbar-nav > li:hover ul{
	display:block;
}
.navbar-inverse .navbar-nav > li:hover ul li ul{
display:none;
}
.navbar-inverse .navbar-nav > li ul li:hover ul{
display:block;
}
.f-nav .search{
	    padding-top: 11px;
}

#sendInquiry{
	overflow:hidden;
	margin-bottom: 50px;
}
.Inquiry{
	width: 60%;
	margin:auto;
	padding: 30px;
}
.Inquiry button {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #B2B2B2;
    border: none;
    color: #fff;
    line-height: 40px;
}
.Inquiry button:hover {
    background-color: #F6B024;
}
.Inquiry .input_text{
	margin-top: 10px;
}
.Inquiry .input_text label{
	margin-bottom: 0px;
}
.Inquiry input,.Inquiry textarea{
	margin-bottom: 5px;
	margin-top: 5px;
}
.logo_footer{
	width: 25%;
	float: left;
	padding-right: 60px;
}
.logo_footer img{
	max-width: 100%;
}
.text-center{
	text-align: center;
}
.partner{
    background-color: #E6E6E6;
    padding-top: 30px;
    padding-bottom: 30px;
}
.btn_search{
	float: left;
    background-color: initial;
    border: none;
    margin-top: 7px;
    margin-left: 15px;
}
.lang{
	float: right;
	margin-left: 30px;
	margin-top: 7px;
}
.lang li{
	position: relative;
	list-style: none;
	font-size: 16px;
	font-family: 'MyriadProSemibold';
	text-transform: uppercase;
	border-bottom:1px solid #606060;
	color:#606060;
}
.lang li ul{
	position: absolute;
    width: 50px;
    z-index: 99;
    padding: 10px;
    background-color: #fff;
    margin-left: -10px;
    display: none;
}
.lang li:hover ul{
	display: block;
}
.lang li ul li{
	width: 100%;
	list-style: none;
}
.lang li ul li a{
	color:#606060;
	font-family: 'MyriadProRegular';
	font-size: 14px;
}
.position_relate{
	position: relative;
}
.form_search{
	position: absolute;
    right: 0px;
    top: 98px;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    display: none;
}
.form_search input{
	width: 300px;
    padding-left: 10px;
}
.box_category{
	position: relative;
	width: 100%;
	height: 225px;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}
.box_category:before{
	content:'';
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	top: 0px;
	height: 100%;
	display: none;
}
.box_category img{
	width: 100%;
}
.box_category h3{
	position: relative;
	z-index: 99;
	color:#fff;
	top: calc(-50% - 20px);
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 20px;
}
.box_category:hover:before{
	display: block;
}
.modal-dialog{
	margin-top: 80px;
}
.content_about .title_about{
	border-bottom: 2px solid #ddd;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.fb-comments iframe{
	width:100% !important;
}
.f-nav .form_search{
    top: 50px;
}
.about h3{
	font-family: 'MyriadProSemibold';
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom:30px;
	color:#1ba550;
}
.about p{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.list_image_about{
	width: 100%;
	margin-top:20px;
}
.list_image_about .col_img{
	width: 33.33%;
	float: left;
}
.list_image_about .col_img img{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;

}
.see_more{
	color:#606060;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.see_more:hover{
	color:#806128;
}
.list_product2 .col-md-3:nth-child(4n+1) {
    clear: left;
}
[class^='imghvr-shutter-in-'] figcaption.active{
	opacity: 1;
}


#flipFlop  .modal-header .close{
	width: 24px;
    height: 24px;
    background: #fff;
    position: relative;
    top: -25px;
    right: -30px;
    border-radius: 100%;
    text-shadow: none;
    opacity: 1;
    font-size: 16.5px;
    color: #666;
}
#flipFlop .modal-body{
	padding: 0;
}
.right-popup h3{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	padding: 15px 0;
}
.right-popup p{
	padding-bottom: 20px;
}
.btn-popup{
	position: fixed;
    bottom: 100px;
    right: 20px;
    border: 0;
    background: none;
}
@media(min-width: 768px){
	#flipFlop .modal-header{
		padding: 0;
		border-bottom: 0;
		position: absolute;
		right: 0;
	}
	#flipFlop .modal-dialog{
		width: 800px;
	}
	#flipFlop .form-popup{
		display: flex;
		align-items: center;
	}
	.right-popup{
		width: 50%;
		text-align: center;
		padding: 0 20px;
	}
	.left-popup{
		width: 50%;
	}
	.left-popup img{
		width: 100%;
	}
}
@media(max-width: 767px){
	#flipFlop .modal-header{
		padding: 0;
		border-bottom: 0;
		position: absolute;
		right: 26px;
		top: 15px;
    	z-index: 99;
	}
	.right-popup{
		padding: 20px;
		text-align: center;
	}
}