﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
	font: inherit;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 2;
	font-family: Vazir,Tahoma;
	font-size: 14px;
	font-weight: normal;
	direction: rtl;
	color: #000;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}

.content-description ol {
	list-style: decimal-leading-zero !important;
	padding-right: 40px;
}

.content-description ul {
	list-style: circle !important;
	padding-right: 40px;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.btn {
	/*font-size:14px;*/
}

.header-main {
	/*overflow: auto;*/
	/*background-color:#fff;*/
	background-color: #dc052d;
	box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	z-index: 3;
}

@media (min-width:768px) {
	.header-main {
		/*height: 143px;*/
	}
}

#logo {
	float: right;
	height: 60px;
	overflow: hidden;
	vertical-align: top;
	margin-top: 3px;
}

#topname {
	float: right;
	width: 240px;
	padding-right: 20px;
	margin-top: 10px;
	font-family: Vazir-M;
	color: #fff;
}

#logo img {
	height: 100%;
	width: auto;
}

@media (min-width : 768px) {
	#logo img {
		/*width: 100%;
		height: auto;*/
	}
}
/*=======================================================================================/ Main Body /============*/
#carousel_main {
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

	#carousel_main .carousel-cell {
		width: 100%;
		display: block;
	}

	#carousel_main img {
		height: 550px;
		width: 100%;
		object-fit: cover;
	}

	#carousel_main .next {
		left: 0 !important;
		border-radius: 0 10px 10px 0 !important;
		outline: none !important;
	}

	#carousel_main .previous {
		border-radius: 10px 0 0 10px !important;
		outline: none !important;
	}
.flickity-prev-next-button {
	height: 80px !important;
	box-shadow: 0 0 5px -1px #ddd;
	outline:none !important;
}

/*#menuContainer {
    width: 100%;
    background: #f3f3f1;
    overflow: hidden;
    border-top: solid 2px #ddd;
    border-bottom: solid 1px #ddd;
}

    #menuContainer li {
        padding: 12px 0;
        float: right;
        border-left: solid 1px #ddd;
    }

        #menuContainer li a {
            color: #333;
            padding: 0 20px;
        }

            #menuContainer li a:hover {
                color: #930000;
            }*/

#login {
	font-size: 13px;
	color: #cecece;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

@media(min-width:768px) {
	#login {
		margin: 0;
		text-align: left;
	}
}

#login .img-login {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	/*margin: 0 4px;*/
}

#login i {
	vertical-align: middle;
	margin-left: 5px;
}

#login .list-group-item {
	color: #333;
	font-size: 13px;
}

	#login .list-group-item:hover {
		color: #fff;
		background-color: #ee1c21;
	}

.current-cart-box {
	text-align: center;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	border-radius: 3px;
	overflow: hidden;
}

.btn-current-cart, .btn-current-cart:hover {
	color: #cecece;
	padding: 0;
	text-align: center;
	border: none;
	display: block;
	background-color: transparent;
	margin-left: 30px;
}

	.btn-current-cart:hover {
		color: #fff;
	}

#login .nav-login {
	cursor: pointer;
}

#login .dropdown-menu {
	top: 24px;
	left: auto;
	right: -80px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#login .dropdown-menu {
		left: -36px;
		right: auto;
	}
}

.authentication {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	background-color: transparent;
	vertical-align: middle;
	cursor: pointer;
}

	.authentication:hover {
		color: #fff;
	}

	.authentication li {
		display: inline-block;
		padding: 0;
	}

		.authentication li:first-child {
			position: static;
		}

@media only screen and (min-width : 768px) {
	.authentication li:first-child {
		position: relative;
	}
}

.authentication li a, .authentication li a span {
	color: #cecece;
	outline: none;
}

.authentication .login {
	/*display: inline;*/
	text-align: center;
	width: initial;
}

.user-menu {
	text-align: center;
}

	.user-menu .dropdown-menu {
		text-align: center;
	}

.login-box {
	padding: 15px;
}

	.login-box .btn-close {
		color: #ddd;
		font-size: 20px;
		position: absolute;
		top: 0px;
		left: 10px;
		height: 20px;
		width: 20px;
		border-radius: 10px;
		text-align: center;
		cursor: pointer;
		font-family: Tahoma;
		z-index: 999999999;
	}

		.login-box .btn-close:hover {
			color: red;
		}

	.login-box input[type=checkbox] {
		vertical-align: sub;
		margin-left: 5px;
	}

	.login-box .btn, .login-box .btn:focus, .login-box .btn:active {
		background-color: #ee1c21;
		color: #fff;
		border: 2px solid #ee1c21;
		width: 100px;
		font-size: 16px;
		margin-top: 25px;
		border-radius: 8px;
		outline: none;
	}

		.login-box .btn:hover {
			background-color: #fff;
			color: #ee1c21;
		}

	.login-box input[type=text]::-webkit-input-placeholder {
		text-align: left;
		color: #bbb;
	}

	.login-box input[type=text]::-moz-placeholder {
		text-align: left;
		color: #bbb;
	}

	.login-box input[type=text]::-ms-input-placeholder {
		text-align: left;
		color: #bbb;
	}

	.login-box input[type=password]::-webkit-input-placeholder {
		text-align: left;
		color: #bbb;
	}

	.login-box input[type=password]::-moz-placeholder {
		text-align: left;
		color: #bbb;
	}

	.login-box input[type=password]::-ms-input-placeholder {
		text-align: left;
		color: #bbb;
	}

.forget-pass, .forget-pass:focus, .forget-pass:active {
	font-size: 11px !important;
	border: none !important;
	outline: none !important;
	float: left;
}

#searchContainer {
	float: left;
	width: 300px;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 18px;
	border-radius: 8px;
	overflow: hidden;
}


.search-box .btn-search {
	background-color: transparent;
	border: none;
	width: 36px;
	margin: 0;
	line-height: 20px;
	border-bottom: 2px solid #fff;
	font-family: fontello;
	font-size: 18px;
	color: #ccc;
	padding: 6px;
}

.search-box input[type=text] {
	background-color: transparent;
	border: none;
	margin: 0;
	z-index: 1;
	position: initial;
	box-shadow: none;
}

	.search-box input[type=text]::-webkit-input-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]:-moz-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]::-moz-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]:-ms-input-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]:active,
	.search-box input[type=text]:focus {
		box-shadow: none;
	}

.menu-box a:hover span {
	background: #000;
}

.tel-box {
	font-size: 18px;
	color: #fff;
	height: 56px;
	line-height: 56px;
	font-family: 'Myriad Pro';
	letter-spacing: 2px;
}

	.tel-box img {
		height: 25px;
		vertical-align: middle;
		margin-right: 5px;
	}



@media only screen and (min-width : 768px) {
	.col-home-2 {
		padding-left: 5px;
	}

	.col-home-10 {
		padding-right: 5px;
	}
}

.pnl-categories {
	margin-bottom: 10px;
	margin-top: 10px;
}

	.pnl-categories .panel-heading {
		font-size: 20px;
		color: #fff;
		background-color: #393736;
		padding: 5px 10px;
	}

		.pnl-categories .panel-heading img {
			vertical-align: middle;
		}

	.pnl-categories .panel-body {
		padding: 5px;
		background-color: #f8f8f8;
	}

	.pnl-categories .navbar {
		margin-bottom: 0;
	}

.ads-box a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
}

	.ads-box a h3 {
		text-align: center;
		background-color: rgba(76,74,73,0.7);
		color: #fff;
		position: absolute;
		width: 100%;
		height: 40px;
		line-height: 40px;
		bottom: 0;
		text-shadow: 1px 1px 1px #000;
		font-size: 22px;
	}

		.ads-box a h3 .spn-border {
			border: 2px solid #fff;
			width: 80%;
			height: 80%;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			display: none;
			margin: auto;
			border-radius: 5px;
		}

.ads-box.zoombox a {
	height: 150px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.ads-box img {
	width: 100%;
	border-radius: 4px;
	-moz-transition: -moz-transform 0.2s ease-in;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-o-transition: -o-transform 0.2s ease-in;
}

.ads-box.zoom-box img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.nemad-box {
	margin: 15px 0;
	text-align: center;
}

	.nemad-box img {
		display: inline-block;
		margin: 0 5px;
	}

@media (min-width : 768px) {
	.nemad-box {
		text-align: left;
		margin: 0;
	}

		.nemad-box img {
			margin-right: 20px;
		}
}

.service-box {
	border: 1px solid #eee;
	padding: 10px 5px;
	border-radius: 4px;
	background-color: #fff; /* Old browsers */
	margin-bottom: 20px;
}

	.service-box ul {
		width: 100%;
	}

	.service-box img {
		vertical-align: middle;
		margin: 0 0 0 8px;
		padding: 0 3px 0;
		height: 32px;
	}



	.service-box a {
		display: inline-block;
		width: 100%;
		color: #383838;
		text-align: right;
		padding: 15px 0px;
		overflow: visible;
		box-sizing: initial;
		font-size: 12px;
		margin-bottom: 10px;
		outline: none;
		text-decoration: none;
	}

		.service-box a:hover {
			color: #ee1c21;
		}

@media(min-width:768px) {
	.service-box li {
	}

	.service-box img {
		height: 30px;
	}

	.service-box a {
		text-align: right;
		margin: 0;
	}
}

.carousel-brand {
	margin-bottom: 30px;
	background-color: #fff;
}

	.carousel-brand a {
		height: 50px;
		display: block;
		text-align: center;
		margin: 15px 0;
		overflow: hidden;
	}

		.carousel-brand a img {
			/*width: 100%;*/
			max-height: 100%;
			vertical-align: middle;
		}

	.carousel-brand .carousel-control {
		width: 25px;
		text-align: center;
	}

		.carousel-brand .carousel-control.left {
			/*left: -30px;*/
		}

		.carousel-brand .carousel-control.right {
			/*right: -30px;*/
		}

		.carousel-brand .carousel-control span {
			font-size: 26px;
			width: 25px;
			height: 25px;
			display: block;
			text-align: center;
			line-height: 25px;
			margin: auto;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
		}

			.carousel-brand .carousel-control span:before {
				line-height: 25px;
			}

		.carousel-brand .carousel-control.left span:before {
			padding-right: 1px;
		}

		.carousel-brand .carousel-control.right span:before {
			padding-left: 3px;
		}

footer {
	color: #fff;
	padding: 0;
	overflow: hidden;
	background-color: #dc052d;
}

.sub-footer {
	/*height: 70px;
	line-height: 70px;*/
	padding-top: 10px;
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.30);
	font-size: 16px;
	font-size: 12px;
	padding-bottom: 10px;
}

	.sub-footer .copyright a {
		color: #61a897;
	}

.footer-icons {
	margin-top: 30px;
	margin-bottom: 50px;
}

@media only screen and (max-width : 360px) {
	.sub-footer .copyright {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

@media (min-width : 768px) {
	.footer-icons {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

.main-footer {
	padding: 20px 0px;
}

.footer-box {
	display: block;
	/*width: 270px;*/
	margin: auto;
}

.footer-title {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.30) ;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	text-align:center;
}



.footer-about {
	text-align: justify;
}

	.footer-links{

	}
.footer-links >li>a{
	color:#fff;
	display:block;
	text-align:center;
	padding:4px;
}

@media only screen and (max-width: 480px) {
	.footer-title {
		clear:both;
		padding-top:50px;
}
	.footer-title.ft1 {
		padding-top:20px;
}
	.footer-btn-box {
		margin-bottom: 30px;
}
	.footer-btn-box .btn {
		font-size: 13px;
		width: 160px;
	}
}

.footer-form .vldtn {
	background-color: #ffd800 !important;
	color: #ff1744 !important;
	padding: 0 5px;
	font-family: Vazir-B;
	border-radius: 5px;
	font-size: 12px;
}

.footer-contact-row {
	text-align: right;
	margin-bottom: 10px;
}

.footer-box i {
	font-size: 20px;
}

.footer-box .row {
	margin-left: 0;
	margin-right: 0;
}



.footer-contact-row span {
	font-size: 14px;
}

	.footer-contact-row span.footer-email {
		font-family: 'Myriad Pro';
		letter-spacing: 1px;
		font-size: 15px;
		display: block;
		text-align: left;
	}

.footer-img-box {
	text-align: center;
}

	.footer-img-box img {
		height: 300px;
	}

.enamad {
	margin: auto;
	width: 150px;
	height: 150px;
	background: #FFF;
}

.social_links {
	text-align: left;
	margin-top: 0;
}

	.social_links li {
		display: inline-block;
		width: 40px;
	}

		.social_links li img {
			height: 20px;
		}

		.social_links li a {
			padding: 0;
			display: block;
			text-align: center;
		}

@media only screen and (max-width : 360px) {
	.social_links {
		text-align: center;
		margin-bottom: 0;
	}

		.social_links li {
			width: 50px;
		}

			.social_links li a {
				text-align: center;
			}
}

#goToTop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background: #716a6a;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.pp_gallery ul li a {
	display: block;
	height: 52px;
}

.pnlDetails .text-danger {
	color: red !important;
	font-size: 18px;
}

.pnlDetails .text-success {
	color: green !important;
	font-size: 18px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	font-size: 14px !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
	font-size: 14px !important;
}


/*======================== Category Item */
.category_item {
	border: 1px solid #ddd;
	background-color: white;
	margin-bottom: 30px;
}

	.category_item:hover {
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	}

		.category_item:hover .category_name {
			/*color:#333;*/
		}

.category_properties {
	/*padding: 15px;*/
}

.category_name {
	color: #333;
	padding: 15px;
	background-color: #84CFEE;
	border-bottom: solid 1px #ddd;
	text-align: center;
}

.category_photo {
	width: 170px;
	height: 170px;
	background-color: #f7f7f7;
	overflow: hidden;
	margin: auto;
}

	.category_photo img {
		width: 100%;
		height: 100%;
	}

@media (min-width:768px) {
	.navbar-header {
		display: none;
	}
}

@media (min-width:992px) {
	.searchs {
		margin: 0;
	}

	#news_and_articles article:first-child {
		/*border-left: 1px solid #ddd;*/
	}

	#main_footer .news_letter_submisson {
		margin-top: 0px;
	}

	.advanced_search .noUi-target {
		width: 60%;
	}
}
/***************************************************Main Slider***************************/
.main_slider {
	margin-bottom: 15px;
	position: relative;
}

	.main_slider .tab-content {
		padding: 0;
		background-color: white;
		overflow: hidden;
		border-radius: 0 0 4px 4px;
		position: relative;
	}

		.main_slider .tab-content .tab-pane {
			height: 310px;
			overflow: hidden;
			background-position: center;
			background-size: cover;
			border-radius: 0 0 4px 4px;
		}

			.main_slider .tab-content .tab-pane img {
				width: 100%;
				height: auto;
			}

	.main_slider .nav-tabs {
		border-bottom: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		/*display: none;*/
	}


		.main_slider .nav-tabs > li > a, .main_slider .nav-tabs > li > a:active, .main_slider .nav-tabs > li > a:focus, .main_slider .nav-tabs > li > a:visited {
			background-color: rgba(111,57,132,.8);
			color: white;
			font-size: 12px;
			display: block;
			border: none !important;
			border-radius: 0 !important;
			outline: none;
			cursor: pointer;
		}

			.main_slider .nav-tabs > li > a:hover {
				background-color: #fff;
				color: #333;
			}


			.main_slider .nav-tabs > li > a:after {
				content: "";
				opacity: 0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				position: absolute;
				width: 14px;
				height: 14px;
				border: -7px;
				top: -14px;
				left: 50%;
				margin-left: -7px;
				border-left: 7px solid transparent;
				border-right: 7px solid transparent;
				border-bottom: 7px solid #fff;
				border-top: 7px solid transparent;
			}

@media only screen and (min-width : 768px) {
	.main_slider .nav-tabs {
		/*display: block;*/
	}

		.main_slider .nav-tabs > li > a, .main_slider .nav-tabs > li > a:active, .main_slider .nav-tabs > li > a:focus, .main_slider .nav-tabs > li > a:visited {
			font-size: 13px;
		}
}

.main_slider .nav-tabs > li.active > a,
.main_slider .nav-tabs > li.active > a:hover,
.main_slider .nav-tabs > li.active > a:focus {
	background-color: #fff;
	color: #333;
	border: 0;
	position: relative;
}

	.main_slider .nav-tabs > li.active > a:after {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

.main_slider .tab-pane a {
	display: block;
	height: 100%;
	width: 100%;
}



/**************************************Tile Ads**************************/
.tile-ads-box {
	margin-bottom: 10px;
}

	.tile-ads-box a {
		display: block;
		height: 100%;
	}

		.tile-ads-box a img {
			height: 100%;
			width: 100%;
		}

	.tile-ads-box li {
		display: inline-block;
		/*margin-left: 10px;
		margin-bottom: 10px;
		height: 78px;*/
	}

		.tile-ads-box li.col-last {
			margin-left: 0;
		}

		.tile-ads-box li.col-1 {
			width: 100%;
		}

		.tile-ads-box li.col-2 {
			width: 100%;
		}

		.tile-ads-box li.col-3 {
			width: 847.5px;
		}

@media only screen and (min-width : 768px) {
	.tile-ads-box li {
		height: 210px;
	}

		.tile-ads-box li.col-1 {
			width: 373.3px;
		}

		.tile-ads-box li.col-2 {
			width: 756.7px;
		}

		.tile-ads-box li.col-3 {
			width: 1140px;
		}
}
/************************************* Home Last Articles ***********************/

.article-item {
	display: block;
}

	.article-item .btn-continue {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
		display: inline-block;
		color: #fff;
		width: 150px;
		text-align: center;
		font-size: 18px;
		border-radius: 10px;
		background-color: #1b5e20;
	}
	.article-item:hover .btn-continue {
		background-color: #dc052d;
		color: #fff;
	}
	.article-item .headlineArticle {
		position: absolute;
		bottom: 60px;
		left: 0;
		right: 0;
		margin: auto;
		display: inline-block;
		background-color: white;
		color: #000;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}

	.article-item .content-img-box {
		height: 300px;
	}

	

/*************************************************/
.row1-container {
	margin-bottom: 50px;
}

.home-row1-img {
	text-align: left;
}

	.home-row1-img img {
		height: 450px;
	}

.row1-item {
	margin-bottom: 30px;
	display: block;
}

	.row1-item .content-img-box {
		height: 120px;
	}

@media (min-width : 768px) {
	.row1-item .content-img-box {
		height: 210px;
	}
}
/*************************************************/
.projects-container {
	margin-bottom: 50px;
}

.projects-title {
	text-align: center;
	color: #333;
	margin-bottom: 15px;
}

.projects-des {
	text-align: justify;
	color: #888;
	margin: auto;
	margin-bottom: 30px;
}

.nav-tabs-projects li {
	text-align: center;
	border: none !important;
	width: 19%;
	display: inline-block;
}

	.nav-tabs-projects li a {
		border-top: none !important;
		border-right: none !important;
		border-bottom: none !important;
		border-left: 1px solid #929598 !important;
		outline: none;
		font-size: 16px;
		padding-left: 0;
		color: #929598 !important;
		border-radius: 0 !important;
		padding: 0;
	}

	.nav-tabs-projects li:last-child a {
		border-left: none !important;
	}

	.nav-tabs-projects li a:hover {
		background-color: transparent;
	}

	.nav-tabs-projects li.active a {
		color: #34C2EF !important;
	}

		.nav-tabs-projects li.active a:hover {
			cursor: pointer;
		}

.tab-content-projects {
	padding-top: 30px;
	text-align: justify;
	font-size: 13px;
}

.project-item {
	display: block;
	margin-bottom: 30px;
}

	.project-item .content-img-box {
		height: 150px;
	}

		.project-item .content-img-box img {
			width: 100%;
		}

@media (min-width : 768px) {
	.projects-des {
		width: 50%;
	}

	.nav-tabs-projects li {
		width: 100%;
		display: block;
	}

	.project-item .content-img-box {
		height: 250px;
	}
}
/*************************************************/
.number-container {
	margin-bottom: 100px;
	overflow: hidden;
}

.big-number {
	font-size: 250px;
	text-align: center;
	font-family: Tahoma;
	color: #ff002f;
	/*line-height: 170px;*/
	margin-bottom: 30px;
	position: relative;
}

@media (min-width : 768px) {
	.big-number span {
		position: absolute;
		right: 0;
		top: 20px;
	}
}

.big-number-title {
	font-size: 60px;
	color: #90a4ae;
	margin-bottom: 15px;
}

.big-number-des {
	color: #999;
	text-align: justify;
	margin-bottom: 20px;
}

	.big-number-des a {
		display: block;
		width: 70px;
		margin: auto;
		margin-top: 10px;
		color: #fff;
		text-align: center;
		background-color: #1b5e20;
		border: solid 1px #1b5e20;
	}
		.big-number-des a:hover {
			background-color: #dc052d;
			border: solid 1px #dc052d;
		}

.small-number-box {
	text-align: center;
}

	.small-number-box li {
		display: inline-block;
		width: 50%;
		text-align: center;
		padding: 10px;
	}

		.small-number-box li:nth-child(1) {
			border-bottom: 1px solid #999;
			border-left: 1px solid #999;
		}

		.small-number-box li:nth-child(2) {
			border-bottom: 1px solid #999;
		}

		.small-number-box li:nth-child(3) {
			border-left: 1px solid #999;
		}

.small-number {
	font-size: 50px;
	font-family: Tahoma;
	line-height: 1;
}

.small-number-title {
	display: block;
	font-size: 18px;
}

@media (min-width : 768px) {
	.big-number {
		margin-bottom: 0;
		top: -65px;
	}

	.big-number-title {
		border-right: 2px solid #999;
		padding-right: 10px;
	}

	.big-number-des {
		margin-bottom: 0;
	}
}
/*************************************************/
.row4-container {
	margin-bottom: 90px;
	overflow: hidden;
	padding: 10px 0;
}

.row4-item {
	display: block;
	margin-bottom: 10px;
}

	.row4-item .content-img-box {
		height: 120px;
	}

		.row4-item .content-img-box img {
			width: 100%;
		}

	.row4-item:hover .content-img-box {
		padding: 5px !important;
	}

	.row4-item:hover .content-img-border {
		padding: 5px !important;
	}

@media (min-width : 768px) {
	.row4-item {
		margin-bottom: 0;
	}
}
/****************************************************/
.app-container {
	margin-bottom: 50px;
	overflow: hidden;
}

.home-app-img {
}

	.home-app-img img {
		/*height: 300px;*/
	}

.nav-tabs-app {
	/*direction: ltr;*/
}

.tab-content-app ul {
	list-style-type: square;
}

.nav-tabs-app li {
	text-align: center;
	margin-bottom: 0;
	width: 24%;
	display: inline-block;
}

	.nav-tabs-app li a {
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
		border-bottom: 2px solid #ddd !important;
		text-align: center !important;
		outline: none;
		font-family: Yekan;
		font-size: 14px;
		padding-left: 0;
		color: #555 !important;
		border-radius: 0 !important;
	}

		.nav-tabs-app li a:hover {
			background-color: transparent;
		}

	.nav-tabs-app li.active a {
		border-bottom: 2px solid #ff002f !important;
		border-radius: 0;
	}

		.nav-tabs-app li.active a:hover {
			cursor: pointer;
		}

.tab-content-app {
	padding: 10px;
	text-align: justify;
	font-size: 13px;
}

.app-link-buttons {
	margin-top: 15px;
	text-align: center;
}

	.app-link-buttons a {
		margin: 0 10px;
	}

	.app-link-buttons img {
		height: 26px;
	}

@media (min-width : 768px) {
	.nav-tabs-projects li {
		width: 100%;
		display: block;
	}

	.app-link-buttons img {
		height: 30px;
	}
}
/****************************************************/

.product-container {
	margin-bottom: 100px;
	overflow: hidden;
	padding: 10px 0;
}

	.product-container h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.home-product-item {
		margin-bottom: 15px;
		display: block;
		position:relative;
	}

.home-product-title {
	background-color: rgba(27,94,32,0.85);
	line-height: 50px;
	position: absolute;
	bottom: 20px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	left: 0;
}
	.home-product-item .content-img-box {
		height: 280px;
	}

		.home-product-item .content-img-box img {
			width: 100%;
		}
@media (min-width : 768px) {
	.home-product-item {
		margin-bottom: 40px;
	}
}
/****************************************************/
.article-container {
	margin-bottom: 50px;
	overflow: hidden;
	padding: 10px 0;
}

	.article-container h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.article-container .article-item {
		margin-bottom: 15px;
	}

@media (min-width : 768px) {
	.article-container .article-item {
		margin-bottom: 0;
	}
}
/********************************************** Content Box ******************************/
.content-box {
	box-shadow: 0 2px 10px 0 rgba(74, 135, 121, .3);
	-moz-box-shadow: 0 2px 10px 0 rgba(74, 135, 121, .3);
	-webkit-box-shadow: 0 2px 10px 0 rgba(74, 135, 121, .3);
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.content-img-box {
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; /* firefox */
	-webkit-transition: all .3s ease-in-out; /* safari and chrome */
	-o-transition: all .3s ease-in-out; /* opera */
	-ms-transition: all .3s ease-in-out;
	text-align: center;
}

.content-img-border {
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; /* firefox */
	-webkit-transition: all .3s ease-in-out; /* safari and chrome */
	-o-transition: all .3s ease-in-out; /* opera */
	-ms-transition: all .3s ease-in-out;
	height: 100%;
	border-radius: 10px;
}

.content-img-box img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; /* firefox */
	-webkit-transition: all .3s ease-in-out; /* safari and chrome */
	-o-transition: all .3s ease-in-out; /* opera */
	-ms-transition: all .3s ease-in-out;
}

.content-box:hover {
	box-shadow: 0 2px 10px 0 rgba(74, 135, 121, .6);
	-moz-box-shadow: 0 2px 10px 0 rgba(74, 135, 121, .6);
	-webkit-box-shadow: 0 2px 10px 0 rgba(74, 135, 121, .6);
}

	.content-box:hover .content-img-box {
		padding: 10px;
	}

	.content-box:hover .content-img-border {
		padding: 10px;
		border: 1px solid #86d0bf;
	}


.topHeader h1 {
	font-size: 20px;
	display: inline-block;
}

.topHeader h2 {
	font-size: 11px;
	display: inline-block;
}

.topHeader h3 {
	font-size: 11px;
	display: inline-block;
}



.topTel {
	margin-top: -5px;
	color: #888;
}

.onSliderText {
	position: absolute;
	bottom: 20px;
	margin: 0px auto;
	background: #000;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 20px;
	opacity: .6;
}

@media (max-width: 768px) {
	.boxMenuContainer {
		background: white;
		margin-top: 0px;
	}

	.onSliderText {
		display: none;
	}

	.topHeader {
		text-align: center;
	}

	#logo {
		float: none;
		text-align: center;
	}

		#logo img {
			height: 90px;
		}

	#topname {
		display: block;
		text-align: center;
		width: 100%;
		float: none !important;
		margin: 0px;
		padding: 0px;
		margin-top: 20px;
	}
}




.content-description table {
	width: 100% !important;
	border: solid 1px #d1d1d1;
	margin: 20px 0;
	font-size: 13px;
}

.content-description tr:nth-child(2n) {
	background: white;
}

.content-description tr:nth-child(2n+1) {
	background: #e5e5e5;
}

.content-description tr:first-child {
	background: #00adef;
	color: white;
}

	.content-description tr:first-child td {
		padding: 10px 0 0;
		text-align: center;
	}

.content-description tr td {
	text-align: center;
}




.bread-crumb-container {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	display: none;
}

	.bread-crumb-container .breadcrumb {
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		display: inline-block;
	}

	.bread-crumb-container i {
		font-size: 9px;
		color: #ee1c21;
		margin-left: 5px;
	}

	.bread-crumb-container .breadcrumb li a {
		color: #333;
	}

	.bread-crumb-container .breadcrumb a:hover {
		color: #ee1c21;
	}

.breadcrumb > li + li::before {
	content: 'Ǘ';
	font-family: fontello;
	font-size: 13px;
	color: #777;
	margin: 0px 5px;
	float: right;
}

.content-description h1 {
	padding: 10px 20px 10px 20px;
	font-size: 21px;
	border-bottom: 3px solid #ff002f;
	margin-bottom: 20px;
	display: inline-block;
}

.content-description h2 {
	font-size: 17px;
	padding: 20px 0 0;
}

.content-description p {
	display: block;
	min-height: 21px;
}
