 @media  (min-width: 1200px) {
 .nav_wrapper {  position: relative;  left: 0;  top: 0px;  width: 100%;  height: 50px;   z-index: 99999999999999999999; background:rgba(0, 0, 0, 0.4);  border-top: 0px solid rgba(255, 255, 255, 0.2);}
/***** ÁÂÃø·Î°í********/
.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:0px solid rgba(255, 255, 255, 0.2);}
.color1 a {color: #fff; border-right:0px solid #57ACC9;}
.color1:hover {color: #fff; background: rgba(0, 84, 183, 1); border-right:1px solid rgba(255, 0, 0, 0);}

.color2 {color: #fff; border-right:0px solid rgba(255, 255, 255, 0.2);}
.color2 a {color: #fff; border-right:0px solid #57ACC9;}
.color2:hover {color: #fff; background: rgba(0, 84, 183, 1); border-right:1px solid rgba(255, 0, 0, 0);}

.color3 {color: #fff;  border-right:0px solid rgba(255, 255, 255, 0.2);}
.color3 a {color: #fff; border-right:0px solid #57ACC9;}
.color3:hover {color: #fff; background: rgba(0, 84, 183, 1); border-right:1px solid rgba(255, 0, 0, 0);}

.color4 {color: #fff; border-right:0px solid rgba(255, 255, 255, 0.2);}
.color4 a {color: #fff; border-right:0px solid #57ACC9;}
.color4:hover {color: #fff; background: rgba(0, 84, 183, 1); border-right:1px solid rgba(255, 0, 0, 0);}

.color5 {color: #fff; border-right:0px solid rgba(255, 255, 255, 0.2);}
.color5 a {color: #fff; border-right:0px solid #57ACC9;}
.color5:hover {color: #fff; background: rgba(0, 84, 183, 1); border-right:1px solid rgba(255, 0, 0, 0);}

.color6 {color: #fff; border-right:0px solid rgba(255, 255, 255, 0.2);}
.color6 a {color: #fff; border-right:0px solid #57ACC9;}
.color6:hover {color: #fff; background: rgba(59, 33, 113, 0.6); border-right:1px solid rgba(59, 33, 113, 0);}

.color7 {color: #fff; border-right:0px solid rgba(255, 255, 255, 0.2);}
.color7 a {color: #fff; border-right:0px solid #57ACC9;}
.color7:hover {color: #fff; background: rgba(59, 33, 113, 0.6); border-right:1px solid rgba(59, 33, 113, 0);}

.menu ul li { float:left; width: 240px; text-align:center; z-index: 99999999999999999999; }
.menu ul li a {  display: block;  text-decoration: none;  color: #fff;  font-size: 16px;  font-weight:600;  padding: 13px; border-right:0px solid #2E2E2E;}

.menu ul ul {  display: none;  position: absolute;  width: 240px;}

.menu ul li:hover > ul { display: block; }
.menu ul ul > li { display: block; position: relative; border-bottom:1px solid rgba(0, 0, 0, 0.4);}
.menu ul ul > li:last-child { position: relative; border-bottom:0px solid #E1E1E1;}
.menu ul ul > li a { border-right:0px solid rgba(0, 0, 0, 0.4); padding: 10px 0 10px 0;  height: auto;  background:rgba(0, 0, 0, 0.4);  color:#ffffff;  font-size: 12px; font-weight:200;}
.menu ul ul > li a:hover { border-right:0px solid rgba(0, 0, 0, 0.5); background:rgba(0, 0, 0, 0.7);  color:#fff; font-size: 12px;}


}
 @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.4);}
.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: #FFFFFF;  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: #000;  width:100%;  color:#FFF;  padding-left: 20px; font-size: 15px;  border-top: 1px solid #3E3E3E;}
.menu ul ul > li a {  background-color: #000;	color:#FFF; padding: 10px 0 10px 0;}
.menu ul ul > li a:hover {background-color: #000;	color:#FFF; padding: 10px 0 10px 0;}

.menu ul li {  background:rgba(0, 0, 0, 0.3); border-top: 1px solid rgba(255, 255, 255, 0.1);  width:100%;  text-align:left; color: #D3D0E4;}
.menu ul li a:hover {  background:rgba(0, 0, 0, 0.3); width:100%;  color: #FFF;}
.menu ul li.hover > a {  background:rgba(0, 0, 0, 0.3); color: #FFF;}
/*.menu ul li.hover > a {  background: #1154A8;  color: #D3D0E4;}*/
.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: 20px;  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.4);}
.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: #FFFFFF;  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: #000;  width:100%;  color:#FFF;  padding-left: 20px; font-size: 15px;  border-top: 1px solid #3E3E3E;}
.menu ul ul > li a {  background-color: #000;	color:#FFF; padding: 10px 0 10px 0;}
.menu ul ul > li a:hover {background-color: #000;	color:#FFF; padding: 10px 0 10px 0;}

.menu ul li {  background:rgba(0, 0, 0, 0.3); border-top: 1px solid rgba(255, 255, 255, 0.1);  width:100%;  text-align:left; color: #D3D0E4;}
.menu ul li a:hover {  background:rgba(0, 0, 0, 0.3); width:100%;  color: #FFF;}
.menu ul li.hover > a {  background:rgba(0, 0, 0, 0.3); color: #FFF;}
/*.menu ul li.hover > a {  background: #1154A8;  color: #D3D0E4;}*/
.menu ul ul,
.menu ul ul ul {  display: inherit;  position: relative;  left: auto;  top: auto;  border: none;}
}