@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,300&display=swap');

body{ font-family: 'Lato', sans-serif; font-size: 18px; font-weight: 400; background-color: #fff; color:#6e6f72;  }
.logo { position: absolute; width: 200px; top: 5px;  }
 
.uk-grid-margin { height: 200px; overflow: hidden;  }
.bg_dargrey { background-color:#333333;  }
.bg_grey { background-color:#6d6e71;  }
.bg_orange { background-color:#e78200; }

.nav-link {  color: #fff !important; }
.home_bg1{ background-image: url(../images/home_bg.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 600px;  background-attachment: fixed;  }
.home_bg2{ background-image: url(../images/home_bg2.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 600px;  background-attachment: fixed;  }

.tobbanner{ background-image: url(../images/home_bg2.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 100px;  background-attachment: fixed;  }

.home_ban_t1 { color: #fff; -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.75);   }
.icon01 { width:120px;  }
.text_roange { color:#e78200;  }

.home_ban_t2 { color: #6d6e71; font-size: 42px; font-weight: bold;   }
.home_ban_t3 { color: #e78200; font-size: 32px; font-weight: 400;   }

.top_ban_t2 { color: #6d6e71; font-size: 36px; font-weight: 600;   }

h1{ font-weight: bolder;    }
.container { max-width: 	1140px; }
h2{   color:#e78200 !important; font-weight: bold !important;  font-size: 32px;}

.container { max-width: 	1140px; }
.sicon { margin:5px; width: 24px;  }

.btn_cyan { border:#00aeef solid 1px; padding: 5px 15px; }
.topbanner { text-align: center; color: #fff; }
.topbanner h2 { color: #fff; }
