/**/
body { overflow-x:hidden;}
header { overflow:visible;background: #000;    position: relative;    width: 100% !important;
		display: -webkit-flex;display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#logo {-webkit-flex: 1; flex:1; padding:0 2%; max-width:370px;}


header > section {-webkit-flex: 2; flex:2; padding:10px 2%;    overflow: visible; /*background:rgba(0,0,0,0.8);*/
display: -webkit-flex;display:  flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;}

/* HEADER > MENU */
#menu-toggle {display: none;}
#main-menu { display: -webkit-flex;display:flex;margin-top: 10%;}
#main-menu > li { /*display: inline-block;vertical-align: top;*/flex:1;}
#main-menu > li.parent > a {}
#main-menu > li > a {text-align: center; font-size: larger; padding: 10px; color:#fff;display: block;}
#main-menu li a:hover { background:#B6191E;}
/* HEADER > MENU > DROPDOWN */
#main-menu li {position: relative;}

ul.sub-menu { /* level 2 */
	display: none;
	left: 0px;
	top: 30px;
	padding-top: 10px;
	position: absolute;
	width: max-content;
	z-index: 9999;
}
ul.sub-menu ul.sub-menu { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 149px;
	top: 0px;
}

ul.sub-menu > li > a {
	background-color: #000;
	color: #fff;
	display: block;
	padding: 10px 12px;
}
ul.sub-menu > li > a:before { content:'▶'; display:inline-block; margin-right:10px; opacity: 0.3;}
#main-menu li:hover > ul.sub-menu {display: block; /* show the submenu */}

/**/
.dropbtn {
    background: none;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

#lang img { max-width: 30px;width: auto;}
#lang > a { padding:0;}
/**/


#myInput {
    background: url(../images/icon01.png) center right no-repeat, #fff;
    width: 100%;
    height: 30px;
    font-size: 16px;
    padding: 5px 30px 5px 5px;
    background-size: contain;
    border-radius: 50px;
    border: 5px solid #fff;
}





/*footer*/
footer { background:/*url(../images/p22.png) right bottom no-repeat,*/#000; color:#fff; padding:10px 3%; }
footer section { padding:3% 0 2%;display: -webkit-flex; display: flex;}

footer .infor { /*border-right:1px solid rgba(255, 255, 255, 0.2);*/ text-align:left; margin-bottom:10px;-webkit-flex: 1;  flex: 1; }
footer .infor ul li > img { width:30px; padding:5px; vertical-align:middle;}
footer .logo  { margin-bottom:10px; }
footer .logo img { width:400px !important; padding:0 !important;}

footer .pro .title2 { text-align:center;font-size: x-large;color: #fff;}
footer .pro ul {-moz-column-count: 2;
    -moz-column-gap: 45px;
    -webkit-column-count: 2;
    -webkit-column-gap: 45px;
    column-count: 2;
    column-gap: 45px;}
footer .pro ul li a { display: block; padding: 0 5px; margin-bottom: 10px;}
footer .pro ul li a:hover {}

footer #copyright { padding-top:10px;border-top:1px solid rgba(255,255,255,0.2); font-size:small; color:#666;}
footer .author {text-indent: -99999px;height: 0; display:none; }





@media screen and (max-width:968px) {
	time { margin:auto;}
}
@media screen and (max-width:768px) {
	.title { font-size:30px; margin:10px 0;}

	
	#menu-toggle {display: block;background: url(../images/menu.png) center center no-repeat; background-size: 80%; width: 40px; height: 40px;}
	#main-menu {display: none;background: #333;  padding: 5% 5% 10%; width: 100%; position: absolute; top: 100%;left: 0;    z-index: 999999; margin:0;}
	#main-menu > li {border-top: 1px solid rgba(255, 255, 255, 0.2);}
	#main-menu > li > a {/*color: #b6191e; font-weight: bold;*/ font-size: large; text-shadow: 0 0 10px #000;}
	ul.sub-menu {display: block; position: static;width: 100%;  padding: 5px 0 15px;}
	ul.sub-menu > li > ul > li > a:before { display:inline;}
	/*#main-menu li:hover > ul.sub-menu, ul.sub-menu ul.sub-menu { display:none;}*/
	ul.sub-menu > li > a { padding: 5px 15px; background: none;}
	ul.sub-menu ul.sub-menu {display:none; padding-left: 7%;}
	
	footer { text-align: left; padding:5%;}
	footer section { padding:0;}
	footer .pro { display:none;}
	footer .infor { border:none; width: 100%;}
}
@media screen and (max-width:568px) {
	header { display:block;}
	#logo { padding: 5%;  margin: auto;}
	header > section { padding: 0 5%;-webkit-justify-content: space-between; justify-content: space-between;background: #333;}
	
	
	footer article ul li > img { margin:auto;}
}
@media screen and (max-width:368px) {
	
}