/* Bengin header*/
body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #222;
  font-family: 'Roboto',arial ,sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a{color:#222;text-decoration:none}
a:hover{color:#4db2ec;}
img{border: none; max-width: 100%;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0}
p,figure,figcaption,blockquote,caption,fieldset,embed,object,applet,canvas,caption,iframe,strike,time,video {border:0; margin:0; padding:0;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
strong{font-weight: 500}
::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:focus {outline: -webkit-focus-ring-color auto 0;}
.ul{margin: 0; padding: 0;}
.ul li{list-style: none}
/* End fix*/

/* header */
	.header {float:left; width:100%; position:relative; padding: 8px 0;}
	.header-logo {
  display: inline-block;
  position: relative;
}.header-logo img {
  display: inline-block;
  height: 36px;
}
.banner-top{
    float: right;
    position: relative;
}
.banner-top img{
    max-width: 100%;
}
/* Bengin main */
	.main{float:left;width:100%;position:relative;}
	.main-content{max-width: 1140px; margin: auto}
	.content-left {
  width: 72%;
  position: relative;
  padding-right: 40px;
  float: left;
}

@media only screen and (max-width:800px){
	.header {text-align: center;padding: 10px;}
	.header-logo {
    top: 2px;
}
.header-right {
    position: absolute;
    right: 8px;
    top: 8px;
}

	.content-left{float: left;width:100%;padding: 0;}
	
	.banner-top{display: none}
	.header-logo img {
  height: 32px;
}
}
/* End header*/

/* Bengin sidebar default */
.sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #000;
  z-index: 1034;
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.sidebar-overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.sidebar-default {
	background-color: #fff;
	 width: 0;
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: relative;
  display: block;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.sidebar-default.open {
  min-width: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar-fixed-left,
.sidebar-fixed-right,
.sidebar-stacked {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1035;
}
.sidebar-stacked {
  left: 0;
}
.sidebar-fixed-left {
  left: 0;
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
}
.sidebar-fixed-right {
  right: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.sidebar-fixed-right.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-pushbar-close { height:40px; position:relative; z-index:99; cursor:pointer; background:#505559; width:100%; float:left; color:#fff;border: 0 }
.icon-bacck { float:left; width:40px; text-align:center; line-height:40px; }
.btn-pushbar-3 {
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  display: none;
  background: 0;
  border: 0;
  padding: 0;
  font-size: 18px;
}
@media only screen and (max-width:800px){
	.btn-pushbar-3{display: inline-block}
}
/* End sidebar default */

/* menu-list */
.nav-m {
  width: 100%;
  float: left;
}
.menu-list {  position: relative;  width: 100%;    float: left; border-bottom: solid 1px #e0e0e0 }
.menu-content{display:none; width: 100%;float: left;}
.list-item {padding: 6px 0;float: left;width: 100%;	}
.menu-title {float: left;padding: 10px 36px 10px 0;    width: 100%;   border-top: solid 1px #e0e0e0; font-weight: 500;}
.menu-icon { background: url(../images/down3.svg) no-repeat center;
	cursor: pointer;    display: block;    position: absolute;    right: 0;
	background-size: 12px;    width: 36px;height: 36px;	z-index:9;top: 6px;
    -webkit-transition: all 0.4s ease-out;    transition: all 0.4s ease-out;    
}
.menu-open .menu-icon {
	background:url(../images/down3.svg) no-repeat center; background-size: 12px;
	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	transform: rotate(180deg);
	-webkit-transition:all 0.4s ease-out;transition:all 0.4s ease-out
}
.menu-title2 { font-size: 18px;  float: left;    padding: 10px 24px 10px 16px; width: 100%;  font-weight: 500;   text-transform: uppercase;
}

.ul-nav-list {
  margin: 0;
  padding: 0 16px 0 32px;
}
.ul-nav-list li {
  list-style: none; padding: 8px 0;border-top: solid 1px #e0e0e0;
}.ul-nav-list a {
  color: #605A63;
}
.ul-nav-list a:hover {
  color: #006600;
}
.ul-nav-list a.active {
  color: #006600;
}.menu-title.no-boder {
  border: 0;
}.ul.ul-level2 li {
  margin-bottom: 12px;
}
/* Menu leve */
.nav_header {
  width: 100%;
  float: left;
  margin-bottom: 24px;
  position: relative;
	
}
.nav_header::before {
  content: "";
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  z-index: 1;
}
.nav-menu {
  max-width: 1140px;
  margin: auto;
}
.menu-leve {
    width: 100%;display: table;
}
.menu-leve, .menu-leve ul, .menu-leve li {  padding:0; margin:0; list-style-type:none; }
.menu-leve li { position:relative; }
.menu-leve > li { display: table-cell;}
.menu-leve > li > a {display:block;padding:12.8px;  text-align: center; font-weight: 500; font-size:16px;text-transform: uppercase;border-bottom: solid 3px #fff;}
.menu-leve > li > a:hover { color: #4db2ec;border-bottom: solid 3px #4db2ec;}
.menu-leve > li > a.active {  color: #4db2ec;border-bottom: solid 3px #4db2ec;}
.menu-leve  > li > ul {width:180px;display: none; background: #fff;position:absolute;z-index: 99; box-shadow:5px 5px 10px 0 rgba(0,0,0,0.5); padding: 8px 0}
.menu-leve > li:hover > ul {  display: block; }
.menu-leve ul li > a { display:block; padding:6px 12px;font-size:16px; }

.menu-mobi{display: none; width: 100%; margin: 0; padding: 0;background: #2689e1;}
.menu-mobi li{display: table-cell; text-align: center; border: solid 1px #e0e0e0; border-left: 0}
.menu-mobi li a{display: block; padding: 8px 3px; font-weight: bold;color: #fff;}
.menu-mobi li a.active{background: #ffe500;color: red;}
.menu-sub {
  margin: 0; padding: 0;
  width: 100%; display: table;
}
.menu-sub li {
  list-style: none; display:inline-block; text-align: center; font-size: 16px;
  font-weight: 500;
}
.menu-sub li a {
  display: block; padding: 8px 12px; 
}
.menu-sub li a.active {
 background:#f2f2f2; color: blue;
}
@media only screen and (max-width:800px){
.nav_header {
   border-bottom: solid 2px #e0e0e0
}
.nav-menu {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  display: flex; 
}.nav-menu::after {
 content: "";
background: linear-gradient(270deg,#fff 0%,rgba(255,255,255,0) 100%);
width: 40px;
height: 45px;
position: absolute;
right: 0;
}
.menu-mobi{display: table; font-size: 14px;}

	.menu-sub {
  position: relative;
  float: left;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
}.menu-sub li {
  font-size: 14px; font-weight: normal
}.menu-leve > li > a {
  padding: 10px;
}.menu-leve > li:hover > ul {
  display: none;
}
}

/* End leve */

/*Bengin footer */
.footer{float:left;width:100%;position:relative; padding: 16px; background: #222; color: #fff;}
.footer a{color: #fff;}
.footer-item {
  float: left;
  width: 100%;
  padding-bottom: 12px;
}
.footer-item:last-child{border-bottom: 0}
.footer-content{float:left;width:100%;position: relative}
.footer-title{float:left;width:100%;position: relative}

.footer-copyright {
  float: left;
  width: 100%;padding-top:16px;
  border-top: solid 1px #8a8888;
}
.footer-col3{float:left;width:31.3%;margin-right:3%;position:relative}
.footer-col3:nth-child(3n+3){margin-right:0}
.f-logo img {
  height: 40px;
}
/*End */

@media only screen and (max-width:800px){
.footer-col3{width:100%;margin-bottom:15px; border-bottom: solid 1px #606060; }
	.footer-copyright {
  border-top: 0;padding:0;
}
}
/*End footer */

.advert {
	/*height: 200px;*/
	float: left;
	width: 100%;
	margin: 5px 0;
	border-bottom: solid 1px #dcdcdc;
	background: #dcdcdc;
}