.MultiFunctionControl {
	position: relative;
}

.MultiFunctionControl .xem-them {
	position: absolute;
	left: 510px;
	top: 50px;
	z-index: 999;
}

.MultiFunctionControl .xem-them img {
	height: 100px;
}

.Topeli .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/********************************************/
.home {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("images/a.jpg") repeat-y fixed center center / cover;
    color: #ffffff;
    position: relative;
    height: 60vh;
    text-align: right;
}
.home .container {
    margin: 0 auto;
    width: 1170px;
}
.home h1 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 8px;
    padding-top: 10px;
    text-shadow: 1px 1px #000;
}
.home h2 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 45px;
    margin-top: 20px;
    text-shadow: 1px 1px #000;
}
.home .btn {
    background-color: #cda654;
    border: 1px solid #cda654;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    line-height: 100%;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: 0px 15px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    top: 200px;
}
.home .btn:hover {
    background: #a78b4d none repeat scroll 0 0;
    color: #fff;
}
/********************************************/
.Topeli {
    /*background-color: rgb(89, 133, 59);*/
    height: 30px;
    position: fixed;
    top: 0;
    width: 1200px;
    z-index: 100000;
    opacity:0.8;
}
.hero-banner-right {
    width: 100%;
}
.hero-banner-right .pull-right {
}
.hero-banner-right .box-right .menus {
   display: inline-block;
   padding: 5px 8px 5px 11px;
   border-right: 1px solid #dddddd;
   position: absolute;
   right: 10%;
}
.hero-banner-right .box-right .menus > li {
    display: inline-block;
}
.hero-banner-right .box-right .menus > li > a {
    /* display: block !important; */
    padding: 0px 5px;
    color: #fff;
}
.hero-banner-right .box-right .menus > li > a .icon {
    margin-right: 5px;
}
/********************************************/
.Topeli .co {
    /*position: absolute;
    right: 20%;
    top: 5px;
    z-index: 2000;*/
    position: absolute;
    right: 5%;
    top: 5px;
    /* z-index: 2000; */
}
.AdvertContent .Topeli .co img {
    width: 25px !important;
    height: 18px !important;
}
.AdvertContent .Topeli .co {
    width: auto !important;
}
.AdvertContent .Topeli * {
    width: auto !important;
}
/**********************************************/
.lienhe {
    background: rgba(0, 0, 0, 0) url("images/c.jpg") repeat-y fixed center center / cover ;
    color: #ffffff;
    padding-bottom: 80px;
    padding-top: 80px;
}
.lienhe .container {
    margin: 0 auto;
    width: 1170px;
}
.lienhe .container .ph{
    padding-bottom: 12px;
    padding-top: 12px;
}
.lienhe .container .row {
    display: inline-block;
    width: 100%;
}
.lienhe .container .row .col {
    float: left;
    padding:0 15px;
    width: 33%;
}
.lienhe h2 {
    display: inline-block;
    font: 22px/40px "Roboto",sans-serif;
  font-weight: 400;
}
 .lienhe p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 28px;
}
.lienhe .container .row  .col ul.social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.lienhe .container h4 {
    font: 18px/2 "Roboto",sans-serif;
}
/**********************************************/

.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-angle-up:before {
    content: "\f106";
}
*, input, :before, :after {
    box-sizing: border-box;
}
#fixed-social-network .fa {
    display: inline-block!important;
    font: 20px/40px FontAwesome!important;
    text-rendering: auto!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}
#fixed-social-network > a > em {
    margin-right: 40px;
    padding-left: 20px;
}
#fixed-social-network {
    position: fixed;
    top: 25%;
    right: -120px;
    z-index: 999;
}
#fixed-social-network > a.fb-icon {
    background: #3B5998;
    color: #fff;
}
#fixed-social-network {
  position: fixed;
  top: 25%;
  right: -120px;
  z-index: 999; 
}
#fixed-social-network > a {
    border-radius: 8px;
    height: 40px;
    display: block;
    width: 170px;
    transform: translateX(0px);
    margin-bottom: 5px;
}
    #fixed-social-network > a:hover {
      transform: translateX(-120px); 
}
    #fixed-social-network > a.fb-icon {
      background: #3B5998;
      color: #fff; 
}
    #fixed-social-network > a.ins-icon {
      background: #C32AA3;
      color: #fff; 
}
    #fixed-social-network > a.yt-icon {
      background: #FF0000;
      color: #fff; 
}
    #fixed-social-network > a.tw-icon {
      background: #00B6F1;
      color: #fff; 
}
    #fixed-social-network > a.gg-icon {
      background: #DF4A32;
      color: #fff; 
}
    #fixed-social-network > a#back-to-top {
      background: #17469e;
      color: #fff; 
}

#ft-social-network {
  background: #e6e6e6; 
}
  #ft-social-network > a {
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    width: 20%; 
}
    #ft-social-network > a.fb-icon {
      background: #3B5998;
      color: #fff; 
}
    #ft-social-network > a.ins-icon {
      background: #C32AA3;
      color: #fff; 
}
    #ft-social-network > a.yt-icon {
      background: #FF0000;
      color: #fff; 
}
    #ft-social-network > a.tw-icon {
      background: #00B6F1;
      color: #fff; 
}
    #ft-social-network > a.gg-icon {
      background: #DF4A32;
      color: #fff; 
}
/**********************************************/
.col_left_1 a.link_readmore:hover {
    background: #fff;
    color: #cda654;
    border: 1px solid #cda654;
}
.col_left_1 a.link_readmore {
    background-color: #cda654;
    border: 1px solid #cda654;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    line-height: 100%;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: 20px 0px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
}

#fixed-social-network{
  position: inherit;
  right: 0px;
}

#fixed-social-network a{
  display: inline-block;
  width: 50px;
  transform: initial;
}
#fixed-social-network a:hover{
  transform: initial;
}

@media only screen and (max-width: 768px) {
  .AdvertContent .Topeli {
    display: inline-block !important;
    height: 35px !important;
  }
  .AdvertContent .Topeli * {
    display: inline-block !important;
  }
  .hero-banner-right .box-right .menus {
    top: 0;
    left: 0;
    right: auto;
  }
}

