 @media  (min-width: 1200px) {
 .nav_wrapper {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  height: 57px; 
  z-index: 99999999999999999999;
 background:rgba(0, 0, 0, 0.4);
  border-top: 0px solid #3C375F;
}
/***** ÁÂÃø·Î°í********/
.logos{float:left;}
/***** ÁÂÃø·Î°í********/




.search_box input.search_icon:hover { background: #efa666; }

.menu-link { display: none; }

.spinner-master input[type=checkbox] { display: none; }
/***** ÁÂÃø·Î°í*****
.menu {	margin-right:auto;margin-left:auto;   width: 1100px;   height: auto;  float:right;}
**/
/***** ÁÂÃø·Î°í¾Æ´Ô********/
.menu {	margin-right:auto;margin-left:auto;   width: 1200px;   height: auto;}

.menu ul { z-index: 99999999999999999999;
  padding: 0;
	margin: 0 auto;
  list-style: none;
  position: relative;
  display: inline-block;

}
.color1 {color: #fff;  border-right:1px solid rgba(255, 255, 255, 0.2);}
.color1 a {color: #fff; border-right:1px solid #2E2E2E;}
.color1:hover {color: #fff; background: #00A25E; border-right:1px solid #00A25E;}

.color2 {color: #fff; border-right:1px solid rgba(255, 255, 255, 0.2);}
.color2 a {color: #fff; border-right:1px solid #2E2E2E;}
.color2:hover {color: #fff; background: #CCDF00; border-right:1px solid #CCDF00;}

.color3 {color: #fff;  border-right:1px solid rgba(255, 255, 255, 0.2);}
.color3 a {color: #fff; border-right:1px solid #2E2E2E;}
.color3:hover {color: #fff; background: #F4D202; border-right:1px solid #F4D202;}

.color4 {color: #fff; border-right:1px solid rgba(255, 255, 255, 0.2);}
.color4 a {color: #fff; border-right:1px solid #2E2E2E;}
.color4:hover {color: #fff; background: #EBAD18; border-right:0px solid #EBAD18;}

.color5 {color: #fff; border-right:1px solid rgba(255, 255, 255, 0.2);}
.color5 a {color: #fff; border-right:1px solid #2E2E2E;}
.color5:hover {color: #fff; background: #E98628; border-right:0px solid #E98628;}

.color6 {color: #fff; border-right:0px solid rgba(255, 255, 255, 0.2);}
.color6 a {color: #fff; border-right:0px solid #2E2E2E;}
.color6:hover {color: #fff; background: #E94B4B; border-right:0px solid #E94B4B;}

.menu ul li { float:left; width: 300px; text-align:center; z-index: 99999999999999999999; }
.menu ul li a {  display: block;  text-decoration: none;  color: #fff;  font-size: 18px;  font-weight:600;  padding: 15px; border-right:0px solid #2E2E2E;}

.menu ul ul {  display: none;  position: absolute;  width: 300px;}

.menu ul li:hover > ul { display: block; }
.menu ul ul > li { display: block; position: relative; border-bottom:1px solid #f4f4f4;}
.menu ul ul > li:last-child { position: relative; border-bottom:0px solid #E1E1E1;}
.menu ul ul > li a { border-right:1px solid #ffffff; padding: 10px 0 10px 0;  height: auto;  background:rgba(255, 255, 255, 1);  color:#484848;  font-size: 15px; font-weight:200;}
.menu ul ul > li a:hover { border-right:1px solid #383838; background:rgba(56, 56, 56, 1);  color:#fff; font-size: 15px;}


}
 @media  (max-width: 768px) {
.example-header .container { width: 100%; z-index:99999999999999999999;}
.search_box input.search_icon:hover { background: #353535; }
.menu-link { display: none; }
.spinner-master input[type=checkbox] { display: none; }
.spinner-master * {  transition: all 0.3s;  box-sizing: border-box;}
.spinner-master {  position: absolute;  margin: 15px;  height: 30px;  width: 30px;  float:right;}
.spinner-master label {  cursor: pointer;  position: relative;  z-index: 99;  height: 100%;  width: 100%;  top: 5px;  left: 0;}
.spinner-master .spinner {  position: absolute;  height: 4px;  width: 100%;  padding: 0;  background-color: #fff;}
.spinner-master .diagonal.part-1 {  position: relative;  float: left;}
.spinner-master .horizontal {  position: relative;  float: left;  margin-top: 4px;}
.spinner-master .diagonal.part-2 {  position: relative;  float: left;  margin-top: 4px;}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {  transform: rotate(135deg);  -webkit-transform: rotate(135deg);  margin-top: 5px;}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {  transform: rotate(-135deg);  -webkit-transform: rotate(-135deg);  margin-top: -12px;}
a.menu-link {  display: block;  color: #000;  float: left;  text-decoration: none;  padding: 0px 6px;  font-size: 13px;}
a.menu-link:hover { color: #000000; }
a.menu-link:after {  content: "\2630";  font-weight: normal;}
a.menu-link.active:after { content: "\2715"; }
.menu {z-index:99999999999999999999;	width: 100%;  clear: both;  padding-top:60px;  min-width: inherit;  float: none;}
.menu,
.menu > ul ul {  overflow: hidden;  max-height: 0;   background:rgba(0, 0, 0, 0.5);}
.menu > li > ul.sub-menu {  padding: 0px;  border: none;}
.menu.active,
.menu > ul ul.active { max-height: 55em; }
.menu ul { display: inline; width:100%;}
.menu li,
.menu > ul > li { display: block; width:100%; }
.menu > ul > li:last-of-type a { border: none; }
.menu li a {  color: #000;  display: block;  padding: 0.8em;  position: relative;}
.menu li.has-submenu > a:after {  content: '+';  position: absolute;  top: 0;  right: 0;  display: block;  font-size: 1.5em;  padding: 0.55em 0.5em;}
.menu li.has-submenu > a.active:after { content: "-";  }
.menu ul ul > li  {  background-color: #000000;  width:100%;  color:#FFFFFF;  padding-left: 20px; font-size: 15px;  border-top: 1px solid #343434;}
.menu ul ul > li a {  background-color: #000000;	color:#FFFFFF; padding: 5px 0 5px 0;}
.menu ul ul > li a:hover {background-color: #000000;	color:#FFFFFF; padding: 5px 0 5px 0;}

.menu ul li {  background: #FFF; border-top: 1px solid #F4F4F4;  width:100%;  text-align:left; color: #000;}
.menu ul li a:hover {  background: #FFF;  width:100%;  color: #000;}
.menu ul li.hover > a {  background: #FFF;  color: #000;}
.menu ul ul,
.menu ul ul ul {  display: inherit;  position: relative;  left: auto;  top: auto;  border: none;}
}

 @media  (min-width: 768px) and (max-width:1198px){ 
.example-header .container { width: 100%; }
.search_box input.search_icon:hover { background: #121023; }
.menu-link { display: none; }
.spinner-master input[type=checkbox] { display: none; }
.spinner-master * {  transition: all 0.3s;  box-sizing: border-box;}
.spinner-master {  position: absolute;  margin: 15px;  height: 30px;  width: 30px;  float:right;}
.spinner-master label {  cursor: pointer;  position: relative;  z-index: 99;  height: 100%;  width: 100%;  top: 5px;  left: 0;}
.spinner-master .spinner {  position: absolute;  height: 4px;  width: 100%;  padding: 0;  background-color: #fff;}
.spinner-master .diagonal.part-1 {  position: relative;  float: left;}
.spinner-master .horizontal {  position: relative;  float: left;  margin-top: 4px;}
.spinner-master .diagonal.part-2 {  position: relative;  float: left;  margin-top: 4px;}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {  transform: rotate(135deg);  -webkit-transform: rotate(135deg);  margin-top: 5px;}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {  transform: rotate(-135deg);  -webkit-transform: rotate(-135deg);  margin-top: -12px;}
a.menu-link {  display: block;  color: #000;  float: left;  text-decoration: none;  padding: 0px 6px;  font-size: 13px;}
a.menu-link:hover { color: #000000; }
a.menu-link:after {  content: "\2630";  font-weight: normal;}
a.menu-link.active:after { content: "\2715"; }
.menu {z-index:99999999999999999999;	width: 100%;  clear: both;  padding-top:60px;  min-width: inherit;  float: none;}
.menu,
.menu > ul ul {  overflow: hidden;  max-height: 0;  background:rgba(0, 0, 0, 0.5);}
.menu > li > ul.sub-menu {  padding: 0px;  border: none;}
.menu.active,
.menu > ul ul.active { max-height: 55em; }
.menu ul { display: inline; width:100%;}
.menu li,
.menu > ul > li { display: block; width:100%; }
.menu > ul > li:last-of-type a { border: none; }
.menu li a {  color: #000;  display: block;  padding: 0.8em;  position: relative;}
.menu li.has-submenu > a:after {  content: '+';  position: absolute;  top: 0;  right: 0;  display: block;  font-size: 1.5em;  padding: 0.55em 0.5em;}
.menu li.has-submenu > a.active:after { content: "-"; }
.menu ul ul > li  {  background-color: #000000;  width:100%;  color:#FFFFFF;  padding-left: 20px; font-size: 15px;  border-top: 1px solid #33304C;}
.menu ul ul > li a {  background-color: #000000;	color:#FFFFFF; padding: 5px 0 5px 0;}
.menu ul ul > li a:hover {background-color: #000000;	color:#FFFFFF; padding: 5px 0 5px 0;}

.menu ul li {  background: #FFFFFF; border-top: 1px solid #F4F4F4;  width:100%;  text-align:left; color: #000;}
.menu ul li a:hover {  background: #FFFFFF;  width:100%;  color: #000;}
.menu ul li.hover > a {  background: #FFF;  color: #000;}
.menu ul ul,
.menu ul ul ul {  display: inherit;  position: relative;  left: auto;  top: auto;  border: none;}
}