.cy_thinhha_header {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px 0 8px;
  border-bottom: 3px solid #ff3600;
}
.cy_thinhha_header a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.cy_thinhha_header .logo-container .wrapper {
	height: 117px;
	
}
.cy_thinhha_header .logo-container .wrapper img {
	max-height: 100%;
	height: auto; 
	    max-height: 115px;
}
.cy_thinhha_header .top-info-container {
	text-align: center;
}
.cy_thinhha_header .top-info-container .company-name {
	font-family: 'TimesNewRoman';
	font-size: 36px;
	margin-bottom: 4px;
	line-height: 40px;
	color: #2c2829;
	padding: 15px 0;
}
.cy_thinhha_header .top-info-container .address {
	font-size: 16px;
	line-height: 22px;
	color: #0d0d0d;
	margin-bottom: 15px;
}
.cy_thinhha_header .hotline-container {
	padding-left: 0;
	color: #ff3600;
	font-size: 15px;
	padding-top: 8px;
}
.cy_thinhha_header .hotline-container img {
	margin-right: 3px;
	margin-left: -5px;
}
.cy_thinhha_header .hotline-container a {
	color: #ff3600;
}
.cy_thinhha_header .hotline-container > div {
	padding-top: 3px;
}
.cy_thinhha_header .hotline-container a:hover {
	color: #0001fe;
}
.cy_thinhha_header .search-container {
	position: relative;
}
.cy_thinhha_header .search-container input {
	width: 100%;
	height: 34px;
	border: 1px solid #ebd15b;
	padding: 0 6px;
	padding-right: 65px;
	font-size: 14px;
}

.cy_thinhha_header .search-container button {
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	border: 1px solid #ebd15b;
	color: #fff;
	text-align: center;
	font-size: 18px;
	width: 60px;
	background-color: #ebd15b;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.cy_thinhha_header .search-container button:hover {
	background-color: #c49839;
}
.cy_thinhha_header .nav-container ul li {
	display: inline-block;
}
.cy_thinhha_header .nav-container ul {
	text-align: justify;
	text-align-last: justify;
}
.cy_thinhha_header .nav-container ul li a {
	display: inline-block;
	text-transform: uppercase;
	color: #211e1f;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
}
.cy_thinhha_header .nav-container ul li a:hover {
	color: #ff3600
}
.cy_thinhha_header .sticky-header {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1920px;
	margin: 0 auto;
	border-bottom: 3px solid #ff3600;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;

  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;

  -moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cy_thinhha_header .sticky-header.show {
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.cy_thinhha_header .sticky-header .nav-container ul {
	text-align: center;
	text-align-last: center;

}
@media screen and (max-width: 1199px) {
	.cy_thinhha_header .hotline-container > div > span {
		display: none;
	}
	.cy_thinhha_header .top-info-container .company-name {
		font-size: 30px;
		line-height: 36px;
	}
}
@media screen and (max-width: 991px) {
	.cy_thinhha_header .logo-container {
		margin-bottom: 10px;
	}
	.cy_thinhha_header .logo-container .wrapper {
		height: 94px;
	}
	.cy_thinhha_header .hotline-container {
		padding-top: 5px;
	}
	.cy_thinhha_header .top-info-container {
		padding-top: 10px;
	}
	.cy_thinhha_header .nav-container {
		margin-top: 10px;
	}
	.cy_thinhha_header .hotline-container img {
		margin-left: 0;
	}
	.cy_thinhha_header .sticky-header .nav-container {
		margin-top: 0;
	}
}
@media screen and (max-width: 550px) {
	.cy_thinhha_header .hotline-container > div {
		display: none;
	}
	.cy_thinhha_header .logo-container .wrapper {
    height: auto !important;
    text-align: center;
}
	.cy_thinhha_header .hotline-container img {
		margin: 0 auto;
		float: none !important;
	}
	.cy_thinhha_header .top-info-container,
	.cy_thinhha_header .logo-container {
		width: 100%;
	}
	.cy_thinhha_header .logo-container {
		margin: 0;
	}
	.cy_thinhha_header .logo-container .wrapper img {
		margin: 0 auto;
	}
	.cy_thinhha_header .nav-container ul {
		text-align: center;
		text-align-last: center;
	}
	.cy_thinhha_header .nav-container ul li a {
		padding: 10px;
		font-size: 15px;
	}
	.cy_thinhha_header .sticky-header .nav-container ul li a {
		padding: 10px 5px;
		font-size: 14px;
	}
}