/*
Theme Name: Print
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: ProximaNova;
  src: url(fonts/FontsFree-Net-ProximaNova-Regular.ttf);
}
*{
	font-family:ProximaNova;
}
h1,h2,h3,h4,h5,h6,p,div,a{
	font-family:ProximaNova!important;
}
#left_footer {
  border-right: 1px solid #ddd;
}
#left-top_footer h4 {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
}
#igb_contactPhone {
  border: 1px dashed #fff;
  padding: 10px;
  margin: 10px 0;
  width: 240px;
  border-radius: 5px;
}
#igb_contactPhone img {
  float: left;
  width: 60px;
  margin: 0;
    margin-right: 0px;
  margin-right: 16px;
}
#igb_contactPhone .img_right {
  padding-top: 8px;
}
#left-top_footer p {
  font-size: 15px;
}
#left-down_footer ul, #topHeader ul {
  display: inline;
  list-style-type: none;
  padding-left: 0;
  margin-left: 10px;
}
#left-down_footer ul li {
  display: inline;
  margin: 0 4px;
}
#right-top_footer {
  font-size: 17px;
  padding: 20px;
}
#right-down_footer {
  border-top: 1px solid #ddd;
  padding: 20px 0 0 20px;
}
#right-top_footer img {
  width: 145px;
  margin: 13px auto;
  display: block;
}
#right-top_footer p {
  margin-bottom: 4px;
}
#right-down_footer h4 {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
}
#right-down_footer a {
  cursor: pointer;
  text-decoration: none;
  color: rgba(221, 221, 221, 0.72);
}
#right-down_footer p {
  color: rgba(221, 221, 221, 0.72);
  font-size: 15px;
}
#footer .bg{
  background:#333333;
  border-top: 5px solid #fb9e4b;
}
#footer .absolute-footer{
  background: #fff;
  text-align: center;
}
.copyright-footer{
  color: #333;
  text-align: center;
}
#footer .pull-left{
  float: none;
}
#header-contact li {
  float: right !important;
}
div .fa {
  color: #fff;
}
.float-contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}
.chat-zalo {
  background: #8eb22b;
  border-radius: 20px;
  padding: 0 18px;
  color: white;
  display: block;
  margin-bottom: 6px;
}
.chat-zalo a, .chat-face a, .hotline a {
  font-size: 15px;
  color: white;
  font-weight: 400;
  text-transform: none;
  line-height: 0;
}
.chat-face {
  background: #125c9e;
  border-radius: 20px;
  padding: 0 18px;
  color: white;
  display: block;
  margin-bottom: 6px;
}
.float-contact .hotline {
  background: #d11a59 !important;
  border-radius: 20px;
  padding: 0 18px;
  color: white;
  display: block;
  margin-bottom: 6px;
}
.float-contact a:hover{
    color:#fff;
}
.bottom-contact {
  display: none;
}
.chat-logo {
  padding: 0;
  background: #ed1b24;
  border-radius: 20px;
  padding: 5px 10px;
}
.chat-logo img {
  max-width: 180px;
}
.contactfleft {
  left: 20px;
  z-index: 99999;
  max-width: 280px;
  background: #F8F0E9;
  padding: 15px;
  position: absolute;
  margin-top: 25px;
  z-index:90;
}
#header{
	z-index:99;
}
.contactfleft.lienket img {
  max-width: 250px;
}
.contactfleft h3 {
  text-transform: uppercase;
  font-size: 15px;
}
.contactfleft #wpforms-916 {
  margin: 0;
    margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 12px;
  margin-top: 10px;
}
.contactfleft .wpforms-field-label{
  display: none;
}
#wpforms-916{
  border: 2px solid #E8D3C0;
  padding: 10px;
}
.contactfleft .wpforms-field input{  
  height: 30px;
  font-size: 13px !important;
  font-family: arial;
  max-width: 100% !important;
}
.contactfleft .wpforms-container .wpforms-field {
  padding: 0;
    padding-bottom: 0px;
  padding-bottom: 10px;
}
.contactfleft div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin: 0;
  padding: 0;
}
.contactfleft .wpforms-submit {
  color: #fff;
  font-family: arial !important;
  height: 35px !important;
  line-height: 30px !important;
  min-height: auto;
  background: red !important;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: bold !important;
}
#wpforms-error-noscript{
	display:none;
}
#wpforms-form-916 {
  margin: 0;
}
.contactfleft.lienket {
  left: auto;
  right: 20px;
  padding: 0;
  background: none;
}

@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.float-contact{
    display:none;
}
.bottom-contact {
  display: block;
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  z-index: 99;
  box-shadow: 2px 1px 9px #0000008a;
  border-top: 1px solid #eaeaea;
}
.bottom-contact ul li {
  width: 25%;
  margin-bottom: 0;
  float: left;
  list-style: none;
  text-align: center;
  font-size: 13.5px;
}
.bottom-contact ul li img {
  width: 35px;
  margin-top: 3px;
  margin-bottom: 0;
}
.bottom-contact ul li span {
  color: black;
}
.contactfleft {
	display:none;
}





}