@font-face {
    font-family: "iran_sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
	url("../fonts/IRANSansWeb.woff") format("woff"),
	url("../fonts/IRANSansWeb.ttf") format("truetype");
}
body{
	margin:0;
	padding:0;
	direction:rtl;
	font-size:14px;
	color:#373737;
    font-family:'iran_sans';
}
.row{
    width:100%;
    clear:both;
    font-size:0;
}
.row img{
    max-width:100%;
    margin:auto;
}
html, 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,
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 ,span{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: initial;
  font: inherit;
  vertical-align: baseline;
}
strong{
    font-weight:bold;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul ,li {
  font-size:13.5px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: auto !important;
    border-color: transparent;
}
p{
    font-size:13.5px;
    margin:10px 0px;
	text-align:right;
    direction:rtl;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  table-layout:fixed;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
h6{
	font-size:12.5px;
}
h5{
	font-size:14.5px;
}
h4{
	font-size:16.5px;
}
h3{
	font-size:18.5px;
}
h2{
	font-size:19.5px;
}
h1{
	font-size:22px;
}
button, input, textarea, select {
    display: inline-block;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], select, textarea {
    letter-spacing: 0;
    color: #777;
    padding: 8px 20px;
    background-color: white;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 22px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
}

legend {
    margin-bottom: 40px;
    font-size: 25px;
}
fieldset {
    border: none;
    border-top: 1px solid gray;
}
a {
    outline: 0;
    text-decoration: none;
}
hr{
    border: 0;
    border-bottom: 1px solid #b3b3b3;
}
.control-group {
    margin-bottom: 2px;
    font-size: initial;
}
.form-horizontal .control-label, .control-label {
    float: right;
    width: 100%;
    max-width: 200px;
    padding-top: 5px;
    text-align: right;
    font-size: initial;
}
.control-group .controls {
    margin-bottom: 5px;
}
.input-xlarge {
	padding:15px !important;
	box-sizing:border-box !important;
	border-radius:10px !important;
    font-family:inherit;
}
textarea.input-xlarge{
	margin:0;
	min-height: 130px;
}
.btn-info, .btn-primary {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFF;
}

.clearfix{
	clear:both;
}
.page-content{
	
}
.lang-item{
	position:relative;
	display:inline-block;
	padding-right:25px;
}
.slide-text{
	
}
.home-slider{
	width:100%;
	direction:ltr;
	position:relative;
	z-index:0;
}
.home-slider > div{
	padding:0px;
}
.slide-item > div:first-child{
	width:100%;
	height:679px;
	background-position:50% 50% !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
.text-slide{
	position:absolute;
	left:20%;
	top:55%;
	transform:translateY(-50%);
	direction:ltr;
	text-align:center;
	color:white;
	background:#00000050;
	padding:10px;
}
.text-slide > div:last-child{
	margin-top:40px;
}
.text-slide h2{
	font-size:24px;
}
.text-slide p{
	font-size:17px;
	text-align:center;
}
.slide-button{
	background:white;
	padding:5px 25px;
	min-width:80px;
	text-align:center;
	text-decoration:none;
	color:black;
	display:inline-block;
	transition:300ms;
	margin-left:15px;
	font-size:18px;
	margin-bottom:10px;
}
.slide-button:hover{
	background:black;
	color:white;
	transition:300ms;
}
.owl-carousel .owl-nav {
	top: 50%;
	transform:translateY(-50%);
}
.owl-nav > div{
	background:none !important;
	margin:0px !important;
	padding:0px !important;
}
.slide-next,
.slide-prev {
	line-height:40px;
	width: 41px;
	height: 45px;
	background-color:rgba(0, 0, 0, 0.48);
	border: none;
}
.owl-dots{
	display:none;
}
.owl-nav{
	position:absolute;
	width:100%;
}
.owl-next{
	right:0;
	position:absolute;
}
.owl-prev{
	left:0;
	position:absolute;
}
.owl-next > .slide-next:after{
	font-family:'FontAwesome';
	font-size:40px;
	content:'\f105';
}
.owl-prev > .slide-prev:after{
	font-family:'FontAwesome';
	font-size:40px;
	content:'\f104';
}
.owl-next > .pro-next:after{
	font-family:'FontAwesome';
	font-size:25px;
	content:'\f105';
}
.owl-prev > .pro-prev:after{
	font-family:'FontAwesome';
	font-size:25px;
	content:'\f104';
}
.owl-carousel .owl-stage-outer{
	padding:0px !important;
}
.site-line{
	max-width:1280px;
	margin:auto;
	padding:20px 10px;
	box-sizing:border-box;
}
.objects{
	font-size:0px;
	
	padding:80px 0px;
}
.objects-item{
	box-shadow:0px 0px 10px 0px #c1c1c150;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	border-radius:5px;
	transition:300ms;
	background:white;
	margin:15px auto;
}
.objects-item:hover{
	box-shadow:0px 0px 10px 10px #c1c1c150;
}
.objects-item a{
	display: block;
	color: #04530c;
	margin-top: 15px;
	
}
.objects-item a:hover{
	text-decoration:underline;
}
.rd-navbar-mob-static{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display:none;
}
.features{
	max-width:1280px;
	margin:auto;
	margin-top:-120px;
	box-sizing:border-box;
	z-index:4;
	box-shadow:0px 15px 30px rgba(0, 0, 0, 0.1);
	border-radius:10px;
    direction:rtl;
}
.features > div{
	padding:0px !important;
}
.features > div > .product-item{
	border-left:1px solid #ececec;
}
.features > div:first-child > .product-item{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.features > div:last-child > .product-item{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-left:none;
}
.product-item{
	background-color:white;
	text-align:center;
	transition:500ms;
	position:relative;
	padding:115px 30px 40px 30px;
	overflow:hidden;
	min-height:133px;
}
.product-item a{
	display: block;
	margin: auto;
	text-align: center;
	opacity: 0;
	transition:300ms;
	color: var(--theme-fcolor);
    font-size:14px;
}
.product-item:hover a{
	opacity:1;
	transition:300ms;
}
.product-item h4{
	padding:0px;
	transition:300ms;
	margin:0px;
    min-height:44px;
    margin-top:30px;
}
.product-item:hover h4{
	margin-top:10px;
	transition:300ms;
}
.product-item img{
	position:absolute;
	left:50%;
	top:50px;
	transform:translate(-50%,0);
	font-size:43px;
	transition:300ms;
    max-width:70px;
}
.product-item:hover img{
	animation-name: moveIcon;
	animation-duration:500ms;
}
@keyframes moveIcon {
  0%   {top:50px;}
  50%  {top:15px;opacity:0;}
  100% {top:50px;opacity:1;}
}
.product-item p{
	transition:200ms;
	margin-top:10px 0px 0px 0px;
}
.about-us{
	width:100%;
	font-size:0;
	padding:100px 0px 50px 0px;
}
.about-parent{
	font-size: 0 !important;
}
.about-text{
	font-size:initial;
	box-sizing:border-box;
	vertical-align:top;
	text-align: justify;
	padding-left:50px;
	box-sizing:border-box;
	margin-bottom:50px;
}
.about-text h5{
	color:white;
	font-size:23px;
	margin: 26px 0;
}
.about-text p{
	font-size:16px;
	line-height:32px;
	text-align:justify;
	color:white;
}
.about-more{
	padding:15px;
	padding-right:20px;
	padding-left:20px;
	font-size:13.5px;
	font-weight:700;
	background-color:var(--theme-color);
	color:white;
	text-align:center;
	float:left;
	margin-top:20px;
	border-radius:30px;
}
.about-item{
	box-shadow: 0px 0px 35px 4px rgba(30,34,40,.07);
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: #373737;
	border-radius: 10px;
	padding:25px 18px;
	box-sizing: border-box;
	margin-bottom:30px;
	background:white;
}
.margin1{
	margin-top:-50px;
}
.about-item i{
	color:var(--theme-color);
	font-size:45px;
}
.about-item h5{
	font-size:16px;
    min-height:54px;
}
.about-item span{
	display:block;
	font-size:13.5px;
    min-height:88px;
}
.about-row{
	overflow: auto;
    background: linear-gradient(315deg, rgb(35, 51, 34) 3%, rgb(31, 74, 12) 38%, rgb(88, 121, 86) 68%, rgb(65, 98, 67) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}
@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}
.bg {
  animation:slide 10s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #125100 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:11s;
}

.bg3 {
  animation-duration:12s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
.section-info{
	padding:20px 10px;
	margin:auto;
	text-align: center;
    color: #333;
	max-width:350px;
}
.section-info h4{
	font-size:30px;
}
.section-info span{
	font-size:14.5px;
	font-weight:normal;
}
.art-btn,
.contact-us-btn{
	font-weight: 500;
	border: none;
	padding: 14.5px 30px;
	text-transform: uppercase;
	font-size: 19.5px;
	line-height: initial;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	z-index: 1;
	background:var(--theme-color);
	color:white;
}
.art-btn{
	background:var(--theme-color);
	font-size: 14px;
	padding: 10px;
	margin:5px auto;
	display:inline-block;
}
.articles{
	padding:70px 0px;
}
.art-box{
	box-shadow:0px 4px 5px 0px rgba(0, 0, 0, 0.03);
	text-decoration:none;
	background-color:white;
	margin-bottom:20px;
    border-radius:15px;
}
.art-info{
	padding:0px;
	margin:0px;
	display:flex;
	list-style:none;
}
.art-info i{
	color:var(--theme-color);
}
.art-info > li{
	color:#0e314c;
	padding:5px 5px 5px 10px;
	box-sizing:border-box;
}
.art-box img{
	max-width:100%;
	width:100%;
    border-top-right-radius:15px;
    border-top-left-radius:15px;
}
.art-box p{
	padding:5px;
	box-sizing:border-box;
	display:block;
    min-height:76px;
}
.art-body{
	padding:20px;
	box-sizing:border-box;
}
.art-body h3 > a{
    color:#373737;
    min-height:60px;
    display:block;
}
.obj1{
	max-width:100px;
	height:5px;
	background-color:#c9eac6;
	border-radius:5px;
	margin:10px 0px;
	position:relative;
}
.obj1 > div{
	width:10px;
	height:10px;
	border-radius:100%;
	position:absolute;
	background-color:#288432;
	top: 50%;
	transform: translate(0%,-50%);
	animation-name: animate1;
	animation-duration: 2500ms;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes animate1 {
  from {right:0%;}
  to {right:calc(100% - 5px);}
}
footer{
    background:#221f1e;
}
.footer{
	width:100%;
	background-color:#221f1e;
	box-sizing:border-box;
	text-align:right;
	min-height:300px;
	color:white;
    padding-top:20px;
    max-width:1280px;
    margin:auto;
}
.footer > div{
	text-align:right;
    vertical-align:top;
    margin-bottom:20px;
}
.footer-title{
	color:white;
	padding-bottom:5px;
    text-transform:uppercase;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: bold;
    font-size: 16px;
}
.footer-address span,#AboutUsText{
	font-size:12px;	
}
.s-links {
	list-style:none;
	padding:0 5px 0px 0px;
}
.s-links li {
	position:relative;
}
.s-links li:before{
   content: '';
   position: absolute;
   border-right:2px solid var(--theme-color);
   border-bottom:2px solid var(--theme-color);
   width:6px;
   height:6px;
   top: calc(50% - 0px);
   right: -13px;
   transform: translateY(-50%) rotate(135deg);
}
.s-links a{
	color:white;
	line-height:33px;
	font-size:12px;
}
.posts-list{
    padding:0px;
    margin:0px;
    list-style:none;
    margin-top:20px;
}
.posts-items{
    display:table;
    margin-bottom:10px;
}
.posts-items a{
    color:white;
    text-decoration:none;
	font-size:12px;
}
.posts-items img{
    border-radius:3px;
}
.posts-items div{
    display:table-cell;
    vertical-align:top;
}
.posts-items > div:first-child{
    width:100px;
    text-align:center;
}
.posts-items > div:last-child{
    text-align:right;
    padding-right:10px;
}
.post-type{
    color:#bfbfbf;
}
.footer-address{
	list-style: none;
	padding: 0px;
    margin:0px;
    margin-top:5px;
}
.footer-address > li{
	padding:10px 0px;
}
.footer-address > li:last-child{
    border-bottom:none;
}
.footer-address > li > p{
	display:inline-block;
	padding:0;
	margin:0;
}
.footer-address i{
    font-size: 20px;
    color: var(--theme-color);
    margin: 0 0 0 3px;
    width: 30px;
    text-align: center;
}
.text-white{
	color: #fff !important;
	text-decoration:none;
}
.social-list{
	display:inline-block;
	list-style:none;
	color:white;
	margin: 0;
	box-sizing: border-box;
    padding:0px;
}
.social-list>li{
	display:inline-block;
	position: relative;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}
.footer-copyright{
    text-decoration: none;
    background-color: #111;
    width: 100%;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    direction: rtl;
    overflow: auto;
	text-align:center;
}
.footer-copyright a{
    color:white;
}
.footer-copyright-1{
	max-width:1280px;
	width:95%;
	margin:auto;
	box-sizing:border-box;
}
.copyright{
	color:gray;
	font-size: 15px;
}
.top-left i{
    margin-right:5px;
}
.page-post {
    min-height: 300px;
    box-shadow:0px 0px 10px 1px #c1c1c190;
    padding:10px;
    box-sizing:border-box;
    border-radius:10px;
}
.post-top-info{
    border-bottom:1px solid #c1c1c160;
    display:table;
    width:100%;
    font-size: 14px;
    padding-bottom: 10px;
}
.post-top-info > div{
    display:table-cell;
}
.post-top-info > div > div{
    display:inline-block;
}
.post-top-info > div:first-child{
    text-align:right;
}
.post-top-info > div{
    text-align:left;
}
.post-body{
    padding:10px;
    box-sizing:border-box;
}
.post-body *{
    margin:10px 0px;
    line-height:30px;
}
.tiny-matn{
    color: #0c0c0c;
    background: #efefef;
    width: 100%;
    padding: .6em .8em;
    border-radius: 0 0 10px 10px;
    letter-spacing: -0.5px;
    box-sizing:border-box;
}
.tag-part{
    background: #f7f7f7;
    width: 100%;
    padding: 5px;
    display: inline-flex;
    margin: 10px 0;
}
.tag-title{
    font-weight:bold;
}
.tag-list > a{
    color:#369;
}
fieldset{
    border-top:1px solid #3737372e;
}
legend{
    margin-bottom:20px;
    padding:0px 10px;
    color:#5b5b5b;
    font-size:18px;
}
.side-bar-art{
    box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    border-radius:4px;
}
.side-art{
    border-bottom:1px solid #37373730;
    display:table;
    width:100%;
}
.side-art > div{
    display: table-cell;
    vertical-align: middle;
}
.side-art > div:first-child{
    width:80px;
    padding-right: 10px;
}
.side-art > div:last-child > span:first-child{
    color:#373737;
    display:block;
    text-align:right;
    padding:10px;
    box-sizing:border-box;
    font-size:12.5px;
}
.side-art > div:last-child > span:last-child{
    color:#37373779;
    display:block;
    font-size:11.5px;
    text-align:right;
    padding:0 10px 10px 0;
}
.side-legend {
    margin: 10px auto;
    font-size: 15.5px;
    border-bottom: 2px solid #80c762;
    width:100%;
    text-align:center;
    box-sizing:border-box;
}
.Art-box{
    margin:0px 0px 30px 0px;
    border-radius:12px;
    background:white;
    text-align:center;
    box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    display:block;
}
.Art-box img{
    max-width:100%;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    width:100%;
}
.Art-box > div:last-child > span:first-child{
    color:#373737;
    display:block;
    text-align:right;
    margin-bottom:10px;
    padding:10px;
    box-sizing:border-box;
    min-height:105px;
}
.Art-box > div:last-child > span:last-child{
    color:#37373779;
    display:block;
    font-size:12.5px;
    text-align:right;
    padding:0 10px 10px 0;
}
.PagerBox {
    width: 100%;
    float: left;
    padding: 0px;
    padding-left: 10px;
    box-sizing: border-box;
}
.PagerBox span {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.DataPagerBTN {
    text-align: center;
    padding: 3px 5px 2px 5px;
    border: 1px solid #c1c1c1;
    text-decoration: none;
    margin-right: 5px;
    position: relative;
    border-radius: 5px;
    font-size: 15px;
    min-width: 18px;
    display: inline-block;
    color: #484848;
}
.DataPagerBTNSLC {
    background-color: #c1c1c1;
    color: white;
}
.share-box {
    width: 100%;
    text-align: right;
    font-size: 14.5px;
    font-family: 'iran_sans';
    border-top: 1px solid #adabab;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-right:20px;
    box-sizing:border-box;
}
.share-items {
    font-size: 21.5px !important;
    color: white;
    text-align: center;
    width:40px;
    height:40px;
    vertical-align:middle;
    box-sizing: border-box;
    line-height:40px !important;
    text-decoration:none;
    cursor:pointer;
}
.share-items:hover{
    background-color:var(--theme-color);
}
.share-items-fb {
    background-color: #3b5a9a;
}
.share-items-linkin {
    background-color: #0073b2;
}

.share-items-telegram {
    background-color: #0073b2;
}
.table-parent{
    overflow-x:auto;
}
.cTable {
    border:1px solid #c1c1c1;
    text-align:center;
    max-width:700px;
    margin:auto;
    width:100%;
    table-layout:initial;
}
.cTable tr:nth-child(2n) {
    background-color:#e7e6e6;
}
.cTable tr > td:first-child {
    max-width:100px;
    border-right: 1px solid #c1c1c1;
}
.cTable tr > td {
    padding:5px 8px;
}
.cTable th{
    background: #326664;
    font-weight: bold;
    padding:12px 0px;
    color: white;
    border: 1px solid #326664;
}
.cTable tr{
    border-bottom:1px solid #c1c1c1;
}
.cTable tbody > tr > td{
    border-left:1px solid #c1c1c1;
}
.cTable p{
    text-align:center;
}
.search-line{
    border-bottom: 2px solid #4e7552;
    padding: 20px 30px;
    text-align: right;
    font-size: 25px;
    color: #232323;
    background-color: #e2eee0;
}
#msgbox {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    font-size:13px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#msgbox.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
   However, delay the fade out process for 2.5 seconds */
   -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
   animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.LoadingUpdateBox {
    width: 100%;
    height: 100%;
    position:relative;
    position: absolute;
    background: black;
    opacity: 0.4;
    z-index: 55;
    text-align: center;
    vertical-align:central;
    right:0;
    left:0;
}
.home-content{
    background:white;
}
.news-items{
    display: table;
    margin: 10px auto;
    box-sizing: border-box;
    background: white;
    width: 100%;
    border-bottom: 1px solid #c1c1c150;
}
.content-side a{
    color: #373737;
    text-decoration: none;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    min-height:40px;
}
.news-items img{
    border-radius:5px;
}
.news-items > div{
    display:table-cell;
    vertical-align:middle;
}
.news-items > div:first-child{
    width:90px;
    text-align:center;
}
.news-items > div:last-child{
    text-align:right;
    padding-right:10px;
}
.content-side{
    padding:5px;
    box-sizing:border-box;
}
.data-type{
    color: var(--theme-color);
    font-size:13px;
}
.second-line{
    display:table;
    width:100%;
}
.second-line > *{
    display:table-cell;
    width:50%;
}
.second-line time{
    text-align: left;
    font-size: 10px;
}
.profile-item{
    display:block;
    border:1px solid #c1c1c1;
    border-radius:5px;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    margin-bottom:25px;
}
.profile-item img{
    max-width:100%;
    border-radius:5px;
}
.profile-item h5{
    color:#221f1e;
    min-height:48px;
}
.CompanyInfo {
    width:100%;
    border:1px solid #c1c1c1;
}
.CompanyInfo tr:nth-child(2n) {
    background-color:#e7e6e6;
}
.CompanyInfo tr > td:first-child {
    width:150px;
}
.CompanyInfo tr > td {
    padding:5px 8px;
}
.CompanyInfo .telbox > a , .search-result .telbox > a{
    border:1px solid #c1c1c140;
    padding:5px;
    border-radius:4px;
    margin-left:5px;
}
.comp-logo{
    border-radius:5px;
}
.profile-box{
    max-width: 800px;
    margin: auto;
    border: 1px solid #c1c1c150;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px -1px #c1c1c1;
    box-sizing:border-box;
}
.profile-header{
    font-size: 16px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-ssm-1,
.col-ssm-10,
.col-ssm-11,
.col-ssm-12,
.col-ssm-2,
.col-ssm-3,
.col-ssm-4,
.col-ssm-5,
.col-ssm-6,
.col-ssm-7,
.col-ssm-8,
.col-ssm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9
{
    position: relative;
    width: 100%;
    min-height: 1px;
    display:inline-block;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing:border-box;
    font-size:initial;
	vertical-align:top;
}
@media (min-width:400px) {
    .col-ssm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-ssm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-ssm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-ssm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-ssm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-ssm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-ssm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-ssm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-ssm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-ssm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-ssm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-ssm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:600px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 1200px) {
	.slide-item > div:first-child { height:450px; }
}
@media only screen and (max-width: 992px) {
    .slide-item > div:first-child { height:400px; }
	.margin1 {
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px) {
    .slide-item > div:first-child { height:350px; }
	.nopadding{
		padding:0px !important;
	}
	.pad10{
		padding-right:10px;
		padding-left:10px;
	}
    .features{
        margin-top:0px;
        border-radius:0px;
    }
    .product-item p{
        text-align:center;
    }
}
@media only screen and (max-width: 600px) {
	.slide-item > div:first-child { height:300px; }
}
@media only screen and (max-width: 400px) {
    .slide-item > div:first-child { height:250px; }
}
@media only screen and (max-width: 250px) {
    .slide-item > div:first-child { height:200px; }
}