/*============================================================================
   #Webcms
==============================================================================*/
/* Footer */
#footer-main {
  background: #0f3057;
  color: #fff;
}
#footer-main .footer-top {
  padding: 40px 0 0;
}
#footer-main .footer-bottom{
  padding: 10px 0 40px;
}
#footer-main .footer-copyright {
  border-top: 2px solid #2f4c6d;
  padding: 20px 0;
  text-align: right;
}
.footer-copyright p{
  margin-bottom: 0;
}
.footer-copyright span{
  margin-right: 10px;
}
.footer-copyright img {
  width: 100px;
}
#footer-main h4{
  font-size: 16px;
  margin: 0 0 15px;
  position: relative;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-col p{
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.form-newsletter .form-group{
  position: relative;
  margin-bottom: 0;
}
.form-newsletter .form-group input{
  width: 100%;
  height: 45px;
  line-height: 25px;
  color: #999999;
  padding: 10px 100px 10px 20px;
  border: none;
  box-shadow: none;
  font-style: italic;
  outline: none !important;
  font-size: 12px;
  border-radius: 0;
}
.form-newsletter .form-group button {
  background: #008891;
  font-weight: 500;
  text-align: center;
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  color: #fff;
  border: 1px solid #008891;
  border-radius: 0;
  height: 45px;
  width: 100px;
  font-size: 12px;
  padding: 0;
}
.form-newsletter .agree-newsletter {
  margin-top: 10px;
}
.footer-top .line{
  border-bottom: 2px solid #2f4c6d;
  margin: 40px 0;
}
.footer-content .logo-footer {
  margin: 0 0 17px;
}
.footer-content .logo-footer img{
  width: 50%;
}
.footer-col h4{
  font-size: 16px;
  margin: 0 0 15px;
  position: relative;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-col h4 .plus-button {
  position: relative;
  margin-left: 10px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
}
.footer-col .footer_content ul{
  padding-left: 0;
  margin-bottom: 15px;
}
.footer-col .footer-content ul{
  padding-left: 0;
  margin-bottom: 15px;
  list-style: none;
}
.footer-col .footer_content li {
  display: block;
  line-height: 20px;
  padding: 0 0 5px 0;
  position: relative;
}
.footer-col .footer_content li a{
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer-col .footer-content li a{
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer-col .footer-content .footer-static-content {
  margin-bottom: 15px;
}
.footer-content .footer-static-content iframe {
  width: 100%;
  height: 100%;
}
.footer-content .logo-bct img{
  width: 140px;
  max-width: 100%;
}
.footer-col .payment-list ul{
  display: flex;
  flex-wrap: wrap;
}
.footer-col .payment-list li{
  margin: 0 15px 0 0;
}
.footer-col .payment-list img{
  height: 25px;
}
.footer-col .social-list ul{
  display: flex;
  flex-wrap: wrap;
}
.footer-col .social-list li{
  margin: 0 15px 0 0;
}
.footer-col .social-list img{
  width:30px;
  height: 30px;
}