@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@font-face {
	font-family: 'SegoeUI-Bold';
	src: url('fonts/SegoeUI-Bold.eot');
	src: local(''), url('fonts/SegoeUI-Bold.woff') format('woff'), url('fonts/SegoeUI-Bold.ttf') format('truetype'), url('fonts/SegoeUI-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SegoeUI-BoldItalic';
	src: url('fonts/SegoeUI-BoldItalic.eot');
	src: local(''), url('fonts/SegoeUI-BoldItalic.woff') format('woff'), url('fonts/SegoeUI-BoldItalic.ttf') format('truetype'), url('fonts/SegoeUI-BoldItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'SegoeUI-Italic';
	src: url('fonts/SegoeUI-Italic.eot');
	src: local(''), url('fonts/SegoeUI-Italic.woff') format('woff'), url('fonts/SegoeUI-Italic.ttf') format('truetype'), url('fonts/SegoeUI-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SegoeUI-Light';
	src: url('fonts/SegoeUI-Light.eot');
	src: local(''), url('fonts/SegoeUI-Light.woff') format('woff'), url('fonts/SegoeUI-Light.ttf') format('truetype'), url('fonts/SegoeUI-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SegoeUI-SemiBold';
	src: url('fonts/SegoeUI-SemiBold.eot');
	src: local(''), url('fonts/SegoeUI-SemiBold.woff') format('woff'), url('fonts/SegoeUI-SemiBold.ttf') format('truetype'), url('fonts/SegoeUI-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SegoeUI';
	src: url('fonts/SegoeUI.eot');
	src: local(''), url('fonts/SegoeUI.woff') format('woff'), url('fonts/SegoeUI.ttf') format('truetype'), url('fonts/SegoeUI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/**************************************************************************************************************************************************************************************************/
body {
	color: #212121;
	font-size: 14px;
	font-family: 'SegoeUI', sans-serif;
}

a,a:link,a:visited,a:hover,a:active{
	text-decoration: none;
	 outline: none;
}


strong {
	font-family: 'SegoeUI-Bold', sans-serif;
}
hr.hr{
	border-top: 1px solid #bdc3c7;
	    clear: both;
    margin: 0 15px;
}
hr.h4 {
	border-top: 2px solid #c9c9c9;
	width: 112px;
}
.a-link {
	font-size: 15px;
}
.margin-top-15{
	margin-top: 15px;
}
.margin-bottom-30{
	margin-top: 30px;
	/* margin-bottom: 30px; */
}
.width-70{
	width: 70px!important
}
.slider-photo {
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 190px;
	/*background-position: center center;*/
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.header {
	height: 100px;
	/* background: url('images/header-bg.png') no-repeat; */
	position: relative;
}
.none {
	display: none
}
p {
	padding: 0;
	margin: 0
}
.nav-block {
	margin-top: 33px;
}
.nav-block ul li {
	float: left;
	    margin: 0 3px;
}
.nav-block ul li a{
	color: #0066b1;
	text-transform: uppercase;
	font-family: 'SegoeUI-SemiBold', sans-serif;
	font-size: 14px;
	display: block;
	padding: 10px 5px;
}
.nav-block ul li.first a{
	font-size: 16px;
	padding: 9px 20px;
}

.nav-block ul li a:hover, 
.nav-block ul li.active a {
	background: #3c8bc4;
	color: #fff;
	border-radius: 20px;
}
.video_about{text-align:center; margin:auto}
	.video_about iframe{
		border: 10px solid #eeeeee;
		max-width: 701px;
		width: 100%;
		height: 394px;
	}
.logo{
	position: absolute;
	top: 0px;
	left: 12%;
	width: 98px;
	height: 80px;
	/* background: url("images/logo.png") no-repeat; */
	margin: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.my-logo {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 70px;
	margin: 0;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bc-photo {
	position: relative;
}
.bc {
	position: relative;
	opacity: 0;
}
.bc ul{
	position: absolute;
	bottom: -31px;

	/*left: 50%;
	transform: translateX(-50%)*/
}
.bc li {
	float: left;
	text-transform: uppercase;
}
.bc li a {
	color: #181818;
	height: 50px;
	line-height: 50px;
	background: #e0e3e9 url("images/tab-center-node.png") no-repeat left 30px center;
	padding-right: 29px;
	padding-left: 55px;
	display: block;
	margin: 6px 0;
}
.bc li.first a,
.bc li.last a{
	background: #e7eaee url("images/tab-center-node.png") no-repeat left 30px center;
}
.bc li.active,
.bc-steps li.active 
{
	background: url("images/tab-active-bg.png") repeat-x;
	font-family: 'SegoeUI-Bold', sans-serif;
box-shadow: 0px 10px 40px -1px rgba(0,0,0,0.4);
}
.bc li.active a {
	color: #fff;
	margin: 0;
	line-height: 62px;
	height: 62px;
	background: url("images/tab-active-node.png") no-repeat left 30px center;
}
/*********************/
.bc-steps li {
	position: relative;
}
.bc.bc-steps li a{
	color: #181818;
	font-size: 16px;
	background: #e0e3e9 url("images/progress-node.png") no-repeat right 15px center;
	padding: 0 70px;
}
.bc.bc-steps li.first a
{
	/* background: #0066b1 url(images/progress-node.png) no-repeat right 15px center; */
}
.bc.bc-steps li.active.first a {
 	    background: url("images/progress-node.png") no-repeat right 15px center;
 }
.bc-steps li.last a {
	background: #e7eaee;
}
.bc-steps li div {
	font-family: 'SegoeUI', sans-serif;
	color: #bdc3cc;
	font-size: 35px;
	position: absolute;
	left: 15px;
	top: 6px;
}
.bc-steps li.active a {
	font-size: 16px;
	color: #fff;
	background: url("images/progress-node.png") no-repeat right 15px center;
}
.bc-steps li.last.active a {
	background: none
}
.bc-steps li.active div {
	color: #a1dbf6
}
.bc-default li a {
	background: none
}
.bc-default li.active a, 
.bc-default li.active.first a {
	background: none!important
}
.bc-default li.first a {
	background: #e7eaee!important;
}


.footer {
	background: #1375bc;
	/* background: url("images/footer-bg.png") repeat; */
	color: #2e3942;
}
.footer a {
	color: #f5f5f5;
}
.footer h5{
	margin: 0;
	font-family: 'SegoeUI-Bold', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.footer .f-item {
	padding-top: 20px;
}
.footer .address ul li{
	margin-bottom: 0px 
}
.footer .code img{
	margin-top: 10px
}
.footer .subscribe form{
	margin-top: 10px;
	position: relative;
}
.footer .subscribe h5 {
	font-family: 'SegoeUI-SemiBold', sans-serif;
	font-size: 14px;
}
.footer .subscribe input[type='text'] {
	width: 100%;
	height: 35px;
	border-radius: 35px;
	border: none;
	padding-left: 25px;
	color: #4c5359;
	font-size: 13px;
}
.footer .subscribe input[type='submit'],
.footer .subscribe button
 {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	height: 31px;
	background: url("images/button-bg.png") repeat-x;
	border: none;
	padding: 0 20px;
	border-radius: 31px;
	position: absolute;
	top: 2px; 
	right: 2px;
}
.social {
	margin-top: 25px;
	margin-bottom: 25px;
}
.social div, 
.social ul{
	float: left;
	height: 30px;
	margin: 0;
	line-height: 30px;
}
.social div{
	padding-right: 15px;
}
.social ul li{
	float: left;
	margin-left: 5px;
}
.footer .footer-bottom{
	min-height: 50px;

}
.footer .footer-bottom span,
.footer .footer-bottom ul {
	margin-top:15px;
}
.footer .footer-bottom ul li{
	float: left;
	margin-left: 5px;
	color: #247fc2
}
.news-detail ol, ul {
    list-style: inherit;
}

.post-item {
	margin:15px 0;
}

.content {
	margin-top: 30px;
	margin-bottom: 38px;
	/* overflow: hidden; */
}
.content h3{
	margin: 0;
	padding-bottom: 15px;
	color: #0066b1;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold', sans-serif;
	text-align: center;
	background: url("images/h3-bg.png") no-repeat center bottom 0;
	/* margin: 40px 0; */
}
.content img {
	max-width: 100%;
	height: auto;
	display:block;
	margin:auto
}
.content b{    font-family: 'SegoeUI-Bold', sans-serif;}
.content p{margin-bottom:10px;}
.post-items .post-item .photo{
	text-align: center;
}
.post-items .post-item .photo img {
	/* padding: 10px 0px; */
	max-width: 100%;
	height: auto;
}
.post-items .post-item .photo .title {
	font-size: 20px;
	color: #0066b1;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold', sans-serif;
	padding: 15px 0;
}
.post-items .post-item .desc {
	background: #f2f5f7;
	padding: 20px
}
.post-items .post-item .desc table {
	width: 100%;
}
.post-items .post-item .desc table tr td:first-child {
	font-family: 'SegoeUI-SemiBold', sans-serif;
	padding-right: 5px;
}
.paging{
	height: 40px;
	/* margin: 60px 0; */
}
.post-pagination {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.post-pagination li {
	float: left;
}
.post-pagination li a{
	color: #3b3b3b;
	display: block;
	text-align: center;
	padding: 10px 15px;
}
.post-pagination li:first-child a,
.post-pagination li:last-child a
{
	font-size: 14px;
}
.post-pagination li.active a,
.post-pagination li:hover a
{
	background: url("images/pagination-bg.png") no-repeat center center;
	color: #fff;
	font-family: 'SegoeUI-Bold', sans-serif;
}

.cook-item .title {
	font-size: 20px;
	font-family: 'SegoeUI-Bold', sans-serif;
	color: #0066b1;
	padding-bottom: 10px;
}
.cook-detail {
	color: #212121
}
.cook-detail h4,
.news-detail h4
{
	color: #f9922a;
	font-size: 24px;
	font-family: 'SegoeUI-Bold', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0
}
.news-detail p{margin-bottom:15px;}
.nl-items {
	width: 100%;
	/* height: 160px; */
	height: auto;
	border-bottom: 3px solid #f2f5f7;
	border-top: 3px solid #f2f5f7;
	border-right: 3px solid #f2f5f7;
	position: relative;
	margin: 30px 0;
}
.li-node li{
	background: url("images/li-node.png") no-repeat left 0 center;
	padding-left: 15px;
	margin: 5px 0;
}
.nl-items ul{
	margin: 20px 0;
}
.nl-items li {
	font-size: 15px;
}
.steps h4{
	font-size: 20px;
	color: #0066b1;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold', sans-serif;
}

.steps .step-no {
	text-align: center;
	color: #dadde2;
	font-size: 50px
}
.steps .step-content h6{
	font-size: 18px;
	text-transform: uppercase;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	font-family: 'SegoeUI-Bold', sans-serif;
	display: inline-block;
	margin: 15px 0
}
.step-video .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.3
}
.step-video .title{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'SegoeUI-Bold', sans-serif;
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.step-video:hover .bg {
	display: none
}
.sidebar h6{
	color: #0066b1;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	font-family: 'SegoeUI-Bold', sans-serif;
	padding-bottom: 10px;
}
.sidebar .title{
	font-size: 15px;
	font-family: 'SegoeUI-SemiBold', sans-serif;
	padding: 15px;
	background: #f2f5f7
}
.sidebar a {
	color: #212121
}
.sidebar li {
	margin-bottom: 15px;
}
.share {
	margin: 30px 0;
}

.post-heading-left .no{
	color: #dadde2;
	font-size: 60px;
	float: left;
	padding-right: 15px;
	background: #fff
}
.post-heading-left .title {
	color: #0066b1;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold', sans-serif;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0;
}
.post-heading-left .intro {
	width: 350px;
	height: 105px;
	background: url("images/intro-bg.png") no-repeat center center;
	color: #fff;
	font-family: 'SegoeUI-Bold', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	padding: 15px 25px;
	margin-bottom: 15px;
}
.post-heading-left .intro strong{
	font-size: 20px;
}
/*.post-description div{
	padding-top: 65px;
}*/
#gallery {
	position: relative;
	    margin-bottom: 15px;
}
#gallery ul {
	margin: 0
}
#gallery .control {
	position: absolute;
	bottom: 0;
	right: 15px;
	height: 38px;
	width: 78px;
}
#gallery .control a {
	display: block;
	width: 38px;
	height: 38px;
}
#gallery .control a.carousel-control{
	top: inherit;
	left: inherit;
	bottom: inherit;
	line-height: 38px;
	color: #a5a5a5
}
#gallery .control a.control-left{
	left: 0!important;
	background: url("images/slider-node-left.png") no-repeat;
}
#gallery .control a.control-right{
	right: 0!important;
	background: url("images/slider-node-right.png") no-repeat;
}

.news-detail .desc h2{font-family: 'SegoeUI-Bold', sans-serif; font-size:16px;line-height: 20px;}
.news .post-item p {
	padding: 0;
	margin: 0;
}
.news .post-item .title{
	font-size: 15px;
	font-family: 'SegoeUI-Bold', sans-serif;
	margin-top: -5px;
}
.news .post-item .title a {
	color: #0066b1
}
.news .post-item:hover .title a {
	color: #f9922a
}
.news .post-item .desc {
	padding: 0;
	background: none
}
.read-more {
	background: url("images/read-more-bg.png") no-repeat left 0  center;
	display: block;
	padding-left: 52px;
	color: #214f70;
	font-family: 'SegoeUI-Italic', sans-serif;
}
.read-more i {
	padding-left: 10px
}
.date {
	background: url("images/calendar.png") no-repeat left center;
	padding-left: 31px;
}
.date small {
	font-family: 'SegoeUI-Italic', sans-serif;
}
.post-other-items-news .title{
	background: none;
	padding: 10px 0;
}
.post-other-items-news li:hover .title a {
	color: #f9922a
}
.post-other-items-news .title a{
	color: #0066b1;
	font-family: 'SegoeUI-SemiBold', sans-serif;
}
.pane .pane-heading {
	background: url("images/pane.png") no-repeat right center;
	cursor: pointer;
}
.pane.active .pane-heading {
	background: url("images/pane-expand.png") no-repeat right center;
}
.pane .pane-content {
	display: none;
	font-size: 15px;
	margin-left: 80px;
}
.pane.active .pane-content {
	display: block;
}
.pane.active .pane-content h1,
.pane.active .pane-content h2,
.pane.active .pane-content h3,
.pane.active .pane-content h4,
.pane.active .pane-content h5,
.pane.active .pane-content h6{
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'SegoeUI-Bold', sans-serif;
	padding-bottom: 15px;
	background: url("images/job-h4-bg.png") no-repeat left bottom;
}
.content .desc table, tbody, tfoot, thead, tr, th, td{
border:1px;
}
.desc h4{margin:25px 0px; padding-bottom: 10px !important;}
.pane.active .pane-content ul{
	margin: 0 15px;
}
.pane.active .pane-content li{
	background: url("images/job-li.png") no-repeat left center;
	padding-left: 15px;
	margin: 8px 0;
}
.contact-top p{
	margin: 0;
	padding: 0;
	color: #2f2f2f;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold', sans-serif;
	font-size: 14px;
}
.contact-row h4{
	color: #0066b1;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold', sans-serif;
}
.contact-content{
	margin-top: -24px;
}
.contact-content strong{
	font-size: 15px;
}
.contact-content .content{
	padding-left: 50px
}
.contact-content .address{
	background: url("images/address.png") no-repeat left top;
}
.contact-content .phone{
	background: url("images/phone.png") no-repeat left top;
}
.contact-content .fax{
	background: url("images/fax.png") no-repeat left top;
}
.contact-content .email{
	background: url("images/email.png") no-repeat left top;
}
.contact-content .mst{
	background: url("images/mst.png") no-repeat left top;
}

.contact-form {
	color: #5a5a5a;
	font-size: 15px;
}
.contact-form input,
.contact-form textarea{
	border-radius: 0;
}
.contact-form input[type='submit'] {
	font-family: 'SegoeUI-Bold', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #3c8ac4;
	padding: 10px 50px;
	border-radius: 42px;
	border: none;
	float: right;
}
.contact-form input[type='submit']:hover{
	color: #fff
}
.dot-f {
	width: 1px;
	height: 73px;
	background: url("images/dot.png") no-repeat;
	margin: 0 auto
}
.margin-top-50{
	margin-top: 50px;
}
.special {
	position: relative;
}
.the-c {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: -65px;

	-webkit-transform: translateX(-50%);

	    -ms-transform: translateX(-50%);

	        transform: translateX(-50%);
}
.the-a {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: -40px;

	-webkit-transform: translateX(-50%);

	    -ms-transform: translateX(-50%);

	        transform: translateX(-50%);
}
.fix-f {
	margin-top: 40px;
}
.f-top {
	height: 1137px;
	position: relative;
	/*background: url("images/f-bg.png") no-repeat bottom;*/
	background-size: contain;
}
.footer.index {
    width: 100%;
    /*position: absolute;*/
    bottom: 0
}
.special{
	height: 887px;
	background: url("images/sp-bg.jpg") no-repeat;
	background-size: contain;
	/* overflow: hidden; */
}
.header.index {
	height: 917px;
	/* background: url('images/banner.png') no-repeat; */
	background-size: contain;
	position: relative;
}
.f-top-center{
	margin-top: 80px;
}
.f-top h4,
.special h4,
.special h4 small,
.product .intro h4
{
	color: #0066b1;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold', sans-serif;
	font-size: 28px;
	text-align: center;
}
.phy-item h5{
	color: #0066b1;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold', sans-serif;
	font-size: 24px;
	margin: 0;
}
.human h5{
	/*/height: 283px;*/
	background: url('images/human-h.png') no-repeat left;
}
.performance h5{
	/*height: 283px;*/
	background: url('images/performance-h.png') no-repeat right;
}
.quality h5{
	/*height: 283px;*/
	background: url('images/quality-h.png') no-repeat left;
}
.value h5{
	/*height: 283px;*/
	background: url('images/value-h.png') no-repeat right;
}
.phy-item{
	color: #203c53;
	margin: 5px 0 15px;
}
.phy-item .content{
	margin: -1px 0 0 0;
	padding-top: 0;
	padding-bottom: 20px;
	min-height: 173px
}
.phy-item.left h5 {
	text-align: left;
	padding-left: 170px;
	height:127px;
	    padding-top: 75px;

}
.phy-item.right h5 {
	text-align: right;
	padding-right: 170px;
	height:127px;
	    padding-top: 75px;
}
.phy-item.left .content {
	text-align: left;
	padding-left: 30px;
	padding-right: 40px;
	background: url("images/h-bg.png") repeat;

}
.phy-item.right .content {
	text-align: right;
	padding-left: 40px;
	padding-right: 30px;
	background: url("images/h-bg.png") repeat;
}

.food{
	position: relative;
}
.food .food-photo{
	width: 634px;
	height: 486px;
	margin: 75px auto 0;
}
.food .no {
	position: absolute;
	width: 191px;
	height: 71px;
}
.food .no.left div{
	    position: absolute;
    bottom: -55px;
    left: -100px;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
}
.food .no.right div{
	    position: absolute;
    bottom: -55px;
    right: -190px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.food .no.center div{
	position: absolute;
    bottom: -55px;
    left: 50%;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
	width: 160px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.food .no-1{
	background: url("images/no-1.png") no-repeat;
	top: 85px;
    left: 175px;
} 
.food .no-2{
	background: url("images/no-2.png") no-repeat;
	top: 340px;
    left: 175px;
} 
.special h4{
	font-size: 28px;
	margin-top: 55px;
	line-height: 1.9
}
.food .no-3{
	    background: url("images/no-3.png") no-repeat;
    width: 72px;
    height: 126px;
    bottom: -110px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.food .no-4{
	background: url("images/no-4.png") no-repeat;
	top: 340px;
    right: 195px;
} 
.food .no-5{
	background: url("images/no-5.png") no-repeat;
	top: 95px;
    right: 195px;
} 

.special h4 small{
	font-size: 20px;
}
.product{
	/* background: url("images/pr-bg.jpg") repeat; */
	position: relative;
}
.rau-1{
	background: url("images/rau-1.png") no-repeat;
	position: absolute;
	width: 200px;
	height: 569px;
	top:0;
	left: 0;
}
.rau-2{
	background: url("images/rau-2.png") no-repeat;
	position: absolute;
	width: 259px;
	height: 472px;
	bottom: -50px;
	right: 0;
}
.product .intro {
	margin-top: 50px;
}
.product .intro h4{
	font-size: 30px;
	padding: 0;
	/* padding-bottom: 50px; */
	margin: 0;
	/* background: url("images/pr-h4-bg.png") no-repeat center bottom 20px; */
}
.product .intro .desc{
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.product-items-heading {
	margin-top: 35px;
}
.product-items h3{
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'SegoeUI-SemiBold', sans-serif;
	padding: 0;
	margin-top:0;
	text-align: center;
}
.g{
	height: 18px;
}
.g-l{
	background: url("images/star.png") no-repeat right center;
}
.g-r{
	background: url("images/star.png") no-repeat left center;
}
.g-line {
	width: 100%;
	height: 38px;
	border-top: 1px solid #b9cee9;
	margin-top: 8px;
}
.g-line-left {
	border-left: 1px solid #b9cee9;
}
.g-line-right {
	border-right: 1px solid #b9cee9;
}
.pr-item-photo {
	min-height: 200px;
	position: relative;
}
.pr-item {
	opacity: 1
}
.pr-item:hover {
	opacity: 0.8
}
.pr-item:hover a {
	color: #f9922a
}
.pr-item-photo img{
	top: 0;
	position: absolute;
	max-width: 250px;
	left: 50%;
	height: auto;

	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pr-item p{
	font-size: 15px;
	font-family: 'SegoeUI-SemiBold', sans-serif;
	text-align: center;
}
.pr-item p a{
	color: #0066b1
}
.fix-padding-40{
	padding-bottom: 40px
}
.container.about {
	margin-bottom: 30px;
	position: relative;
}
.about-photo .photo,
.about-content h6,
.about-content .desc,
.about-content .readmore
 {
	opacity: 0
}
.about-content h6 {
	color: #0066b1;
	font-size: 28px;
	text-align: left;
	text-transform: uppercase;
	/*font-family: 'SegoeUI-SemiBold', sans-serif;*/
	font-family: 'SegoeUI-Bold', sans-serif;
	margin: 15px 0px 15px 20px;
}
.about-content .readmore{
	background: #eff2f6;
	display: inline-block;
	color: #214f70;
	padding:  6px 30px;
	border-radius: 32px;
	margin: 15px 0
}
.about-content .readmore:hover {
	background: #214f70;
	color: #eff2f6;
}

.header-intro {
	margin-top:90px;
	position: relative;
}
.header-intro h1{
	color: #0066b1;
	text-transform: uppercase;
	/*font-family: 'SegoeUI-SemiBold', sans-serif;*/
	font-family: 'SegoeUI-Bold', sans-serif;

	font-size: 32px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.header-intro .desc{
	color: #343a3f;
	text-align: center;
	margin-top:20px;
}
.h-read-more {
	width: 130px;
	height: 32px;
	background: url("images/read-more-index-header-bg.png") no-repeat;
	position: absolute;
	left: 50%;
	bottom: -50px;
	text-align: center;
	padding-top: 5px;
	color: #214f70;

	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.scroll:hover {
	opacity: 0.8!important
}
.scroll {
	/*position: absolute;
	bottom: 130px;
	left: 50%;
	width: 62px;
	height: 62px;
	background: url("images/scroll.png") no-repeat;

	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/

    /*position: absolute; */
    /* bottom: 130px; */
    margin: 70px auto 0;
    /* left: 50%; */
    width: 62px;
    display: block;
    height: 62px;
    background: url("images/scroll.png") no-repeat;
    /* transform: translateX(-50%); */
	opacity: 1;
}
.wrapper {
	overflow: hidden;
}
/*.scroll:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}*/

.h-c {
	position: relative;
}
.the-lang {
	position: absolute;
    width: 24px;
    top: 50px;
    z-index: 10;
    right: 10px;

}
.the-lang ul {
	    width: 147px;
    height: 139px;
    background: url("images/lang.png") no-repeat;
    padding-top: 30px;
    position: absolute;
    display: none;
    right: -35px;
}
.the-lang:hover ul{
	display: block;
	/*right: -110px;*/
}
.the-lang ul li{
	padding-left: 20px;
	padding-bottom: 10px

}
.the-lang ul li a {
	color: #212121;
}
.the-lang ul li a img {
	padding: 1px;
}
.current-lang {
	padding-left: 20px
}
.products-items .post-item.active .photo .title,
.cook-items .post-item.active .title a
{
	color: #f9922a;

}
.post-item-c{
	padding:0;
	border-bottom: 3px solid #fff;
}
.products-items .post-item.active .post-item-c,
.cook-items .post-item.active .post-item-c
 {
	box-shadow: 0px 0px 20px 5px rgba(204, 204, 204, 0.5);
	-moz-box-shadow: 0px 0px 20px 5px rgba(204, 204, 204, 0.5);
	-webkit-box-shadow: 0px 0px 20px 5px rgba(204, 204, 204, 0.5);

	border-bottom: 3px solid #0066b1;
	cursor: pointer;
}
.photo-desc-content table {
	width: 80%;
	margin-top: 15px;
}
.modal-content{
	border-radius: 0;
	background: none;
	box-shadow: none;
	border: none
}
.modal-content .close {
	width: 24px;
	height: 24px;
	position: absolute;
	background: url("images/close.png") no-repeat;
	right: 50px;
	top: 90px;
	z-index: 20
}
.modal-body iframe{
	width: 100%;
	min-height: 800px;
}
.modal-body iframe body {
	background: none
}
.gallery .bx-prev {
	position: absolute;
	width: 46px!important;
	height: 46px!important;
	left: -15px!important;
	background: url("images/bx-left.png") no-repeat!important;
}
.gallery .bx-next {
	position: absolute;
	width: 46px!important;
	height: 46px!important;
	right: -15px!important;
	background: url("images/bx-right.png") no-repeat!important;
}
.gallery .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0
}

.photo-items  {
	float: left;
	background: #fff;
	position: relative;
	width: 100%;
}
.gallery .bx-wrapper {
	margin-top: 30px;
	margin-bottom: 60px;
	px; */
}
.photo-items .title {
	position: absolute;
	left: 50%;
	top: -20px;

	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

	background: #0066b1;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold; 
	padding: 5px 30px;
	font-family: 'SegoeUI-Bold', sans-serif;
	border-radius: 44px;

	    white-space: nowrap;
}
.bx-wrapper img {
	margin: 0 auto;
}
#bx-pager {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#bx-pager a img{
	height: 40px;
	width: 50px;
}
#bx-pager a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	overflow: hidden;
	margin: 0 2px;
	position: relative;
	border: 5px solid #fff;
}
/*#bx-pager a.active {
	border: 5px solid #fff;
	width: 60px;
	height: 60px;
}*/
#bx-pager a.active .bg {
	display: none
}
#bx-pager a div.bg {
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0
}
.photo-desc {
	background: #f2f5f7;
	border-bottom: 3px solid #0066b1;
	padding: 20px 25px 22px;
	float: left;
	width: 100%;
	position: relative;
	height: auto;
}
.photo-desc a {
	position: absolute;
	width: 118px;
	height: 157px;
	right: 0;
	bottom: 0;
	display: block;
	text-transform: uppercase;
	font-family: 'SegoeUI-SemiBold', sans-serif;
	color: #212121;
	padding: 60px 10px;
	text-align: center;

	background: #dee2e5 url("images/n.png") no-repeat center bottom 30px;
}

.myFade,
.scroll,
.intro h4,
.intro .desc,
.rau-1,
.rau-2,
.pr-items .pr-item,
.special h4,
.food-photo img,
.food .no,
.phy-item,
h4.f-top-center
 {
	opacity: 0
}

.fix-margin h5{
	margin: 25px 0
}
.post-heading{
	margin-top:20px;
}

.toggle {
	width: 35px;
	height: 38px;
	position: absolute;
	left: 20px;
	top: 20px;
	/*background: url("images/toggle.png") no-repeat;*/
}

#habla_window_div #habla_topbar_div {
	background: #f9922a url("images/chat.png") no-repeat left 10px center!important
}
#habla_window_div #habla_oplink_a,
#skype .skype-heading
{
	padding-left: 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.menu-mobile .m-logo {
	position: relative;
	width: 65px;
    /* height: 102px; */
    /* background: url("images/logo.png") no-repeat; */
    margin: 10px 0 0 20px;
}
.menu-mobile{
	width: 230px;
	background: #fff;
	z-index: 10;
	position: absolute;
	top: 0;
	left: -100%;
box-shadow: 7px 7px 28px -1px rgba(0,0,0,0.75);

-webkit-transition: all .2s ease-in;
   transition: all .2s ease-in;
}
.menu-mobile.active {
	left: 0;
}
.m-close {
	width: 45px;
	height: 45px;
	position: absolute;
	right: -45px;
	top: 0;
	z-index: 2;
	/*background: url("images/m-close.png") no-repeat;*/
}
.m-lang {
	margin-top: 10px;
	margin-right: 15px;
}
.m-lang li{ 
	float: left;
	margin-left: 5px;
}
.m-menu-mobile {
	margin: 30px 0;
}
.m-menu-mobile ul {
	margin-left: 10px
}
.m-menu-mobile ul li a{
	text-transform: uppercase;
	font-size: 14px;
	color: #0066b1;
	padding: 10px 20px;
	font-family: 'SegoeUI-SemiBold', sans-serif;
	display: inline-block;
}
.m-menu-mobile ul li ul li a {
	font-size: 13px;
	color: #343a3f;
	background: url("images/m-node.png") no-repeat left center;
	padding: 10px 15px;
}
.m-menu-mobile ul li ul {
	margin-left: 20px;
	display: none;
}
.m-menu-mobile ul li ul li a:hover{
	background: url("images/m-node.png") no-repeat left center;
	color: #0066b1
}
.m-menu-mobile ul li a:hover {
	background: #408cc5;
	color: #fff;
	border-radius: 40px
}
.m-menu-mobile ul li.has-child.expanded {
	background: url("images/m-expanded.png") no-repeat right top 16px;
}
.m-menu-mobile ul li.has-child {
	background: url("images/no-m-expanded.png") no-repeat right top 16px;
}
.m-f-mobile{
	height: 40px;
	background: #dde3e8
}
.call {
	display: block;
	width: 45px;
	height: 40px;
	/*background: url("images/call-bg.png") no-repeat;*/
}
.m-f-mobile ul {
	margin-top: 8px;
}
.m-f-mobile ul li{
	float: left;
	margin-left: 10px
}
#big-bg {
	width: 100%;
	height: 100%;
	background: url("images/big-bg.png") repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none
}
/*#big-bg.active{
	display: block!important
}*/
#habla_window_div{
	margin: 0!important
}
#snsf-wrapper{max-width: 100%}

#skype {
	position: fixed;
	bottom: 34px;
	right: 0;
}
.scrollTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#skype .skype-heading {
	width: 167px;
	height: 41px;
	background: url("images/skype.png") no-repeat;
	cursor: pointer;
	color: #fff;
	padding-top: 15px;
	padding-left: 50px;
}
.skype-list {
	width: 160px;
	float: right;
	background: #fff;
	display: none
}
.skype-list ul {
	padding: 10px
}

.wp-subscribe .title, 
.wp-subscribe .text {
	display: none
} 

.wp-subscribe .footer-text {
	opacity: 0
}

/*.post-items-content-about img {
	width: 100%;
}*/
.skype li {
	/* background: url('images/s.png') no-repeat left; */
	background-size: 20px 20px;
	padding-left: 25px;
	margin: 5px 0;
}


.post-content .content ul{margin:15px 0px}
	.post-content .content ul li{margin-left:35px;list-style-type: square; }
.content .social ul{margin:0px}	
.content .social ul li	{margin-left: 5px;list-style-type: none;}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
.read-more-item img {
	top: 10px;
}
.post-heading-left {
	display: none
}
@media (max-width: 320px){
	.post-heading-left {
		display: none
	}
	/*.post-description div {
	    padding-top: 0;
	}*/
	.m-menu-mobile .active,
	.m-menu-mobile li:hover
	{
		background: #3c8bc4
	}
	.m-menu-mobile .active a,
	.m-menu-mobile li:hover a
	{
		color: #fff
	}
	.bc-steps li.active a, .bc.bc-steps li a {
		font-size: 12px;
	}
	.bc.bc-steps li a
	{
		background: #e0e3e9
	}
	.bc-steps li.active a {
		background: none!important
	}
	.bc-steps li.active {
		background: url("images/tab-active-bg.png") repeat-x
	}
	.bc.bc-steps li.first a {
	    background: #e7eaee;
	}
	
	.post-heading-left .intro {
		width: 100%;
		height: auto;
		background: #3c8bc4
	}
	.header {
		height: 120px
	}
	.photo-items .title {
		font-size: 12px;
		top: -15px;
	}
	.photo-desc a {
		position: relative;
		width: 100%
	}
	.gallery .bx-wrapper{
		margin-bottom: 0
	}
	.modal-content .close {
	    top: 60px!important;
	}
	.photo-desc-content table {
		width: 100%
	}
	.photo-desc-content table td {
		padding: 5px
	}
	.photo-desc {
		padding: 10px
	}
	#bx-pager a {
		width: 10px;
    	height: 10px;
	}
	#bx-pager {
		bottom: 20px
	}
	.content h3 {
		font-size: 18px;
		    margin: 20px 0;
	}
	.product .intro {
	    margin-top: 20px;
	}
	.special {
		height: auto;
	}
	.food ul li{
		height: 64px;
		padding-left: 70px;
		padding-top: 10px;
		margin: 10px 0;

	}
	.bc li a {
		/*height: auto;
		line-height: inherit;*/
		padding: 0 55px!important;
		/*padding-right: 10px;
		padding-left: 10px*/
	}
	.bc-steps li div {
		font-size: 20px;
		top: 15px;
	}
	.m-no-1 {
		background: url("images/m-no-1.png") no-repeat left;
	}
	.m-no-2 {
		background: url("images/m-no-2.png") no-repeat left;
	}
	.m-no-3 {
		background: url("images/m-no-3.png") no-repeat left;
	}
	.m-no-4 {
		background: url("images/m-no-4.png") no-repeat left;
	}
	.m-no-5 {
		background: url("images/m-no-5.png") no-repeat left;
	}

	.header.index{
		    background: url('images/header-index-bg-m.png') no-repeat;
		    /* height: 793px!important; */
		    height: 700px!important;
	}
	.header-intro {
	    margin-top: 150px!important;
	}
	.header-intro h1 {
		font-size: 18px
	}
	.header-intro .desc {
		padding: 0;
		margin-top:5px;
	}
	.scroll{
		display: none
	}
	.post-items .post-item .photo .title {
		font-size: 16px!important
	}
	.product .intro h4{
		font-size: 16px!important
	}
	.product-items h3{
		font-size: 15px!important;
	}
	.pr-item-photo.m-p-i {
		min-height: inherit;
		height: 100px;
		overflow: hidden;
	}
	.m-p-h{
		height: 45px;
	}
	.product {
	    background: url("images/pr-bg-m.png") no-repeat;
	    position: relative;
	}
	.special h4, .about-content h6, .f-top h4{
		font-size: 18px;
	}
	.food .food-photo img{
		max-width: 100%
	}
	.food .food-photo {
	    margin: 35px auto 0;
	}
	.f-top {
		    /* background: url("images/f-m.png") no-repeat bottom; */
	}
	.phy-item h5{
		font-size: 16px;
	}
	.m-s{
		padding: 0;
	}
	.phy-item.right h5, .phy-item.left h5 {
		padding-top: 55px;
	}
	.phy-item.right .content, .phy-item.left .content{
		padding: 0 15px 15px;
	}
	.value h5{
		background: url('images/value-h-m.png') no-repeat right!important;
		padding-right: 100px!important;
		height: 96px!important;
	}
	.quality h5{
		background: url('images/quality-h-m.png') no-repeat left!important;
		padding-left: 100px!important;
		height: 96px!important;
	}
	.performance h5{
		background: url('images/performance-h-m.png') no-repeat right!important;
		padding-right: 100px!important;
		height: 96px!important;
	}
	.human h5{
		background: url('images/human-h-m.png') no-repeat left!important;
		padding-left: 100px!important;
		height: 96px!important;
	}
	.read-more-item .pr-item-photo.m-p-i {
		min-height: 100px!important	
	}
	.post-heading-left .no {
		font-size: 40px;
	}
	.post-heading-left .title {
		font-size: 12px;
	}
	.cook-item .title {
		font-size: 16px;
	}
}
@media (max-width: 480px){
	.pane-item  .post-heading-left .no{font-size:60px}
	.pane-item .post-heading-left .title{
			font-size:19px;
	}
	.video_about iframe {
		border: 2px solid #eeeeee;
		width: 100%;
		height: 244px;
	}
}
@media (max-width: 615px){
	.phy-item.right .content, .phy-item.left .content {
	    width: 100%!important;
	}
	.pr-item-photo.m-p-i {
		min-height: inherit;
		overflow: hidden;
	}
	.footer.index{
		position: relative;
	}
}
@media(min-width: 615px) and (max-width: 767px){
	.phy-item.right .content, .phy-item.left .content {
	    width: 540px!important;
	}

	.footer.index{
		position: relative;
	}
}
@media (max-width: 768px){
	.dot-f {
		display: none
	}
	.special {
		height: auto;
	}
	.food ul li{
		height: 64px;
		padding-left: 70px;
		padding-top: 10px;
		margin: 10px 0;

	}
	.m-no-1 {
		background: url("images/m-no-1.png") no-repeat left;
	}
	.m-no-2 {
		background: url("images/m-no-2.png") no-repeat left;
	}
	.m-no-3 {
		background: url("images/m-no-3.png") no-repeat left;
	}
	.m-no-4 {
		background: url("images/m-no-4.png") no-repeat left;
	}
	.m-no-5 {
		background: url("images/m-no-5.png") no-repeat left;
	}

	.food .food-photo{
		width: 100%;
		height: auto;
		text-align: center;
	}

	.pr-item-photo img {
		max-width: 100%;
		position: relative;

		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.modal-content .close {
		top: 50px;
	}


	.read-more-item .pr-item-photo.m-p-i {
		min-height: 180px	
	}
	.read-more-item img {
		max-width: 100%;
		position: absolute;

		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}


	.phy-item.left .content, .phy-item.right .content{
		width: 100%;
	}
	.phy-item.right .content{
		float: right
	}
	
	.value h5 {
    /* height: 283px; */
	    background: url('images/value-h.png') no-repeat right;
	}
	.performance h5 {
    /* height: 283px; */
	    background: url('images/performance-h.png') no-repeat right;
	}
	.phy-item.right h5 {
		padding-right: 160px;
	}
	.f-top{
		height: auto;
	}
	.header-intro {
	    margin-top: 235px;
	}
	.header.index {
    	height: 640px;
	}
	.scroll{
		display: none
	}
	.product {
	    background: url("images/pr-bg-m.png") repeat-x;
	    position: relative;
	}

	.bc ul {
		position: relative;
		bottom: 0
	}
	.bc-steps li {
	    width: 100%;
	}
	.sidebar{
		clear: both
	}
	.product .intro h4 {
		font-size: 25px
	}
	.pane-item .post-heading-left{display:block;}
}
@media (min-width: 768px) {
	.pr-item-photo img {
		max-width: 100%;
		height: auto;
	}
	.modal-content .close{
		top:54px;
	}
	.header.index{
		height: 495px
	}
	.header-intro {
		margin-top: 320px;
	}

	.special {
		height: auto;
	}
	.food ul li{
		height: 64px;
		padding-left: 70px;
		padding-top: 10px;
		margin: 10px 0;

	}
	.m-no-1 {
		background: url("images/m-no-1.png") no-repeat left;
	}
	.m-no-2 {
		background: url("images/m-no-2.png") no-repeat left;
	}
	.m-no-3 {
		background: url("images/m-no-3.png") no-repeat left;
	}
	.m-no-4 {
		background: url("images/m-no-4.png") no-repeat left;
	}
	.m-no-5 {
		background: url("images/m-no-5.png") no-repeat left;
	}
		
		.f-top {
    height: 1432px;}
	/*.human {
		height: 377px;
		background: url('images/m-human-bg.png') no-repeat left;
	}
	.performance {
		height: 377px;
		background: url('images/m-performance-bg.png') no-repeat right;
	}
	.quality {
		height: 377px;
		background: url('images/m-quality-bg.png') no-repeat left;
	}
	.value {
		height: 377px;
		background: url('images/m-value-bg.png') no-repeat right;
	}*/

	.food .food-photo {
	    width: 634px;
	    height: 486px;
	}

	/*.pr-item-photo img {
		max-width: 250px;
	}*/

	.scroll {
		/* margin: 100px auto 0 */
		/* display: none */
	}
	/**/
	.product {
	    /* background: url("images/backroughtsp1.png") repeat-x; */
	    position: relative;
	}	
}
@media (min-width: 992px) {
	/*.header-intro {
		margin-top: 45px;
	}*/
	/*.post-heading-left {
		display: block
	}*/
	.header-intro {
		margin-top: 50px;
	}
	.header.index
	{
		/* height: 640px */
		height: 550px;
	}
	.header-intro h1 {
		font-size: 28px
	}
	.header-intro .desc {
		margin-top: 0
	}
	.nav-block ul li a {
		font-size: 17px;
	}
	.special {
		    height: 887px;
	}
	.f-top {
    	height: auto;
 }
	.scroll {
		margin: 140px auto 0
	}

	.product {
		overflow: hidden;
	}
	.rau-1 {
		left: -95px;
	}
	.rau-2 {
		right: -95px;
		bottom: 0
	}

	.food .no-1 {
		left: 125px;
	}
	.food .no-5 {
		right: 165px;
	}
	.food .no-2 {
		left: 125px;
	}
	.food .no-3 {
		bottom: -90px;
	}
	.food .no-4 {
		right: 165px;
	}
}
@media (min-width: 1024px) { 
	.post-heading-left {
		display: block
	}
	/*.food .no-1 {
		left: 125px;
	}
	.food .no-5 {
		right: 165px;
	}
	.food .no-2 {
		left: 125px;
	}
	.food .no-3 {
		bottom: -90px;
	}
	.food .no-4 {
		right: 165px;
	}*/
}
@media (min-width: 1200px) {
	.header.index{
		height: 700px;
	}
	.post-heading-left {
		display: block
	}
	.nl .nl-title{
		width: 190px;
		height: 160px;
		background: #379acb;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		line-height: 160px;
		font-size: 20px;
		font-family: 'SegoeUI-Bold', sans-serif;
		position: absolute;
		top: -3px; 
		left: 0;
	}
	.modal-dialog {
		width: 50%
	}
	.scroll {
		margin: 220px auto 0
	}
	

	.product {
		overflow: hidden;
	}
	.rau-1 {
		left: -95px;
	}
	.rau-2 {
		right: -95px;
		bottom: 0
	}
	.header-intro {
		margin-top: 50px;
	}

	.food .no-1 {
		left: 175px;
	}
	.food .no-5 {
		right: 195px;
	}
	.food .no-2 {
		left: 175px;
	}
	.food .no-3 {
		bottom: -110px;
	}
	.food .no-4 {
		right: 195px;
	}
}
@media (min-width: 1600px) {
	.header.index{
		height: 917px
	}
	.post-heading-left {
		display: block
	}
	.header-intro {
		margin-top: 90px;
	}
	.scroll {
		margin: 430px auto 0
	}

	.product {
		overflow: inherit;
	}
	.rau-1 {
		left: 0;
	}
	.rau-2 {
		right: 0;
		bottom: -50px;
	}
}

/*    Quang  Email: quangnguyen@tqdesign.vn; */
@media screen and ( min-width: 768px ) and ( max-width: 1280px ){
	.bc.bc-steps li a, .bc-steps li.active a{ font-size: 12px; padding: 0 60px;  }
}