﻿/*===================================================================
						Block Horizontal Menu
===================================================================*/
.blockHorMenu
{
	
}
.blockHorMenu .heightSpace
{
	height:54px;
}

.blockHorMenu .content
{
	height:34px; clear:both;
	width: 810px;
	margin: auto;
	float:right;
	margin-right:100px;
    margin: -13px 0;
}

.blockHorMenu .contentMobile
{
	height:34px; clear:both;
	width: 100%;
	display:none;
}

/*---------------------Box Horizontal header text-----------------------------*/

.blockHorMenu .spaceText
{
	/*background:url(../Images/Menu/Sep.gif) repeat-y center;*/
	/*border-right:1px solid #888;*/
	width:0px; height:20px;  float:left;
	margin:8px 6px 0;
}

/*---------------------cLoginSubDomain-----------------------------*/
.cLoginSubDomain {
	padding: 12px !important;
	position: relative;
}

.cLoginSubDomain h5 {
	font-size: 15px;
	padding: 0 0 15px;
	line-height: 20px;
	margin:0;
}

.cLoginSubDomain .subDomain {
	padding-left: 20px;
	padding-top: 5px;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 20px;
	height: 36px;
	width: 359px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border: 1px solid silver;
	outline: none;
}
	.cLoginSubDomain .subDomain:hover,
	.cLoginSubDomain .subDomain:focus {
	background-color: #ddd;
	-webkit-transition: all 0.3s ease;
	}

.cLoginSubDomain span {
	top: 48px;
	position: absolute;
	right: 13px;
	font-size: 16px;
	display: block;
	background: #ddd;
	padding: 9px 15px 7px 5px;
}

.cLoginSubDomain .cBtnGo {
	padding:0px 0 10px 0;
}

.cLoginSubDomain .cBtnGo .btnGo {
	width: 50%;
	padding: 10px;
	background: #fd8822;
	border: 1px solid #ff7800;
	border-radius: 2px;
	color: #fff;
	font-style: initial;
	cursor:pointer;
	font-size:16px;
}

.cLoginSubDomain .cBtnGo .btnGo:hover {
	background-color: #ff7800;
	-webkit-transition: all 0.3s ease;
}

/*---------------------Text Out-----------------------------*/

.blockHorMenu .headerText
{
	height:34px; border-width:0px; float:left;
}

.blockHorMenu .headerText .btnLogin
{
	background: #4d9c2f;
	text-shadow: none;
	box-sizing: border-box;
	background: Red;
	border: none !important;
	cursor: pointer;
	color: #FFF !important;
	padding: 5px 10px 5px 10px !important;
	margin: 2px 0 0 0;
	display: inline-block;
	border-radius: 3px;
}
.blockHorMenu .headerText .btnLogin:hover {
	background-color: #a80000;
	-webkit-transition: all 0.3s ease;
}
.blockHorMenu .headerText .btnLogin a {
	color: #FFF !important;
}

.blockHorMenu .headerText .headerText_L
{
	width:10px; height:34px; border-width:0px; float:left;
}

.blockHorMenu .headerText .headerText_C
{
	height:24px; padding:0px; float:left; padding-top:10px;
}

.blockHorMenu .headerText .headerText_C .top
{
	/*height:15px; padding:10px 0px 0px; clear:both;*/
}

.blockHorMenu .headerText .headerText_R
{
	width:10px; height:34px; border-width:0px; float:left;
}

/*---------------------Box Horizontal header text down-----------------------------*/
.blockHorMenu .headerTextDown
{
	height:34px; border-width:0px; float:left;
}

.blockHorMenu .headerTextDown .headerText_L
{
	/*background:url(../Images/Menu/HeaderTextDown_L.gif) no-repeat;*/
	width:14px; height:34px; border-width:0px; float:left;
}

.blockHorMenu .headerTextDown .headerText_C
{
	/*background:url(../Images/Menu/HeaderTextDown_C.gif) repeat-x top;*/
	height:34px; padding:0px; float:left; padding-top:10px;
}

.blockHorMenu .headerTextDown .headerText_C .top
{
	/*height:15px; padding:10px 0px 0px; clear:both;*/
}

.blockHorMenu .headerTextDown .headerText_R
{
	/*background:url(../Images/Menu/HeaderTextDown_R.gif) no-repeat;*/
	width:14px; height:34px; border-width:0px; float:left;
}


/*---------------------Text link-----------------------------*/

.headerText .headerText_C .top a, 
.headerText .headerText_C .top a:visited, 
.headerText .headerText_C .top a:focus
{
	color:white !important; font-weight:normal; text-decoration:none; font-size:16px
}
.headerText .headerText_C .top a:hover
{
	color: #009900 !important;
}

.headerTextDown .headerText_C .top a, 
.headerTextDown .headerText_C .top a:visited, 
.headerTextDown .headerText_C .top a:focus
{
	color:#0a0a0a !important; font-weight:normal; text-decoration:none; font-size:16px;font-weight: bold
}
.headerTextDown .top a:hover
{
	color:#009900 !important;
}

/*---------------------Nút-----------------------------*/
.navbar-toggle {
	border-color: #ddd !important;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle {
	display:block;
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: -10px;
	margin-right: 27px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.dropdown {
  float: left;
  overflow: hidden;
}
 
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 0;
  background-color: inherit;
  font-family: inherit;
  margin: -5px 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.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 {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media (max-width: 1030px) {
    .dropdown {
  float: none;
 }
	.headerText .headerText_C .top a:focus
{

	  font-size:12px !important;
          color:blue !important;
}
    @media screen and (max-width: 600px) {
        .topnav.responsive .dropdown-content {
            position: relative;
        }
  /*.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }*/
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
    .dropdown {
  float: none;
 }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}