﻿/* footer */
.footer {
  background-color: #009047;
  color: #fff;
  padding: 50px 0 30px 0; }
  .footer-menu ul li {
    display: block;
    margin: 0 0 15px 0; }
    .footer-menu ul li a {
      padding: 0; }
  .footer-logo {
    margin-bottom: 15px; }
    .footer-logo .img-responsive {
      margin: 0 auto; }
  .footer-address p {
    margin: 0 0 15px; }
  .footer-bottom {
    font-size: 12px;
    line-height: 15px; }
    .footer-bottom span {
      display: block; }
    .footer-bottom.mt-50 {
      margin-top: 53px; }
  .footer a:hover {
    color: #ecd000; }

/* PAGE TOPIC */
/*---------Top---------- 13/1/2018*/
.backtotop {
    background-color: #009047;
    border: 1px solid #fff;
    width: 45px;
    bottom: 0;
    right: 0px;
    padding: 5px 0;
    overflow: hidden;
    z-index: 99999;
    position: fixed;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
}
.backtotop i {
    font-size: 24px;
    margin: 0;
    display: block;
}
.backtotop:hover, .backtotop:focus {
    color: white;
    text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
/*----------end----------*/
/*16/03/2018*/
.header .top-right {
    position: absolute;
    top: 25px;
    right: 45px;
}
.languages {
    float: right;
} 
.languages .breadcrumb {
    font-size: 0px;
    margin-bottom: 0;
    padding: 3px 0;
    color: #00984b;
}
.breadcrumb {
    background-color: #fff;
    padding: 10px 0;
    line-height: 20px;
}  
.map-address {
    text-align: center;
    padding: 20px 15px;
    background-color: rgba(4, 98, 64, 0.9);
    color: #fdfab1;
    font-style: italic;
    left: 50%;
    position: absolute;
    bottom: 30px;
    width: 420px;
    height: 112px;
    margin-left: -210px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*09/04/2018*/
.other-article{
    float: right;
    font-size: 15px;
    font-style: italic;
    color: #01994a!important;
    padding-right: 20px;
} 
/*16/04/2018*/
.day{
    font-size:12px;
    color: #000000;
}
/*17/05/2018 --- Quick Link*/
/* hanging fix right */
.hanging {
  list-style: none;
  padding: 0;
  position: fixed;
  margin-top: 30px;
  perspective: 1000px;
  top: 50%;
  margin-top: -100px;
  right: 0;
  z-index: 999999; }
  .hanging li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    vertical-align: baseline; }
  .hanging li a {
    display: block;
    width: 55px;
    height: 50px;
    background-color: rgba(0, 144, 71, 0.9);
    color: #fff;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms; }
    .hanging li a img {
      margin-top: 5px; }
    .hanging li a:hover {
      background-color: #d6322c; }
  .hanging li a span {
    width: 150px;
    float: right;
    text-align: center;
    background: #222;
    color: #fff;
    margin: -30px 70px 0 0;
    padding: 8px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    transition: all .5s ease .300ms;
    font-family: "LatoWebSemibold", "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase; }
  .hanging li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 9px;
    border: 10px solid transparent;
    border-left: 10px solid #222; }
  .hanging li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0); }

@media (max-width: 978px) {
  .hanging {
    display: none; } }
/*----en-----*/
@media (min-width: 992px){
	.row.mt-25 .col-md-3:nth-child(4n+1){
		clear:both!important;
	}
}