.header {
 background-image: url('../image/headerbg.jpg');
 height: 160px;
  background-position: right;
  display: flex;
  align-items: center;
  }
  .top-menu li a {
    font: 500 15px/52px "Open Sans","Arial",sans-serif;
}
  .navigation {
	background: #00366e;
}
#menu {
	display: flex;
	justify-content: center;
}
.promoIcon ul li{
    border-right:none;
    position: relative;
}
.promoIcon img {
	width: 120px;
}
.brnd_wrap {
	display: flex;
	justify-content: center;
	gap: 50px;
    padding: 25px 0;
}
.promoIcon ul li::before {
	content: '';
	background-image: url(../image/brnd_devider.png);
	position: absolute;
	right: -25px;
	top: 0;
	height: 130px;
	width: 2px;
}
.promoIcon ul li:last-child::before {
display: none;
}
div#description {
	border: none;
	padding: 0;
}
.right-pro-banner {
	background: unset;
	padding: 0;
}
.right-pro-banner p {
	font-size: 14px;
	font-weight: 500;
}
.left-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
    height: calc(100% - 114px);
}
.prodBox {
    display: flex;
    margin-bottom: 15px;
    gap: 20px;

  }
  #title > h1 {
    font-weight: 600;
  }
  .promoIcon {

	border-bottom: none;
    margin-bottom: 0;

}
.img-holder .imgBox {
	margin-bottom: 0;
}
.logo {
	width: 166px;
}
.left-content #title > h1 {
    margin-bottom: 25px;
  }
  .left-content .right-pro-banner > p:last-child{
    margin-bottom: 25px;
  }
  .left-content .right-pro-banner > p:last-child {
    margin-bottom: 0;
  }
  .navigation.foter .top-menu li a {
	font: 700 16px/52px "Open Sans","Arial",sans-serif;
}
.imgBox img {
	bottom: 0px;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumb label:last-child .box{
    margin-right: 0;
}
.thumb {
    font-size: 0;
    text-align: left;
    width: 100%;
    margin-left: 0px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	justify-content: left;
	margin-top: 15px;
}
.thumb label { display: inline-block; width: calc(20% - 8px); height:100%; margin-bottom:0;}
.thumb label .box { cursor: pointer; cursor: cell; border: 1px solid #dddddd; overflow: hidden; text-align: center; position: relative; margin:0; height: 100px; }
.thumb .imgBox:first-child .box{ margin-left:0}
.thumb label img { display: inline-block; border: 0; }
.productInfoContent h2 {
    background: #00366e;
    font-weight: 600;
    color: #FFF;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 19px;
	margin-bottom: 0;
}
.productInfoContentBox {
    border: 1px solid #e0dede;
    padding: 1em;
}
.PICimgBox {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}