@media only screen and (max-width:768px){
        .MainStructure .TopBar{
                margin-bottom:0;
                background-size: 60%;
                }
}
.MainStructure .TopBar{
  background: #fff url(images/header1.png) top right no-repeat;
  background-size: 555px;
  display:inline-block;
  margin-bottom: 20px;
  text-align:justify;
  width:1200px;
  border-bottom: 4px double #C3D0E0;
  position: relative;
}
.UIBannerControl .header-brand {
 margin: 40px 0px 30px 50px; 
}
.UIBannerControl .header-brand .heard-container {}
.UIBannerControl .header-brand .heard-container .image {
    float:left;
}
.UIBannerControl .header-brand .brand-text {
    margin-left: 130px;
}
.UIBannerControl .header-brand .brand-text h2 a{
    /* display: inline; */
    /* margin: 0 0 5px; */
    font-size: 25px;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color: #2a2a2a;
    font-weight: 500;
}
.UIBannerControl .header-brand .brand-text h1 a{
    display: block;
    /* margin: 10px 0 0 0; */
    font-size: 34px;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color: #e81d02;
    font-weight: 700;
}
.UIBannerControl {
        margin: 0 auto;
        width: 100%;
}
.UIBannerControl .div-logo {
        text-align: center;
        /* height: 140px; */
        width: 540px;
        margin: 15px auto;
        margin-bottom: 24px;
}
.brand-text h1 {
    display: block !important;
}
.UIBannerControl  .lang {
        display: flex;
        align-items: center;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 120px;
}
.UIBannerControl  .lang>div>a {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 12px;
        /* identical to box height */
        /* Grey 2 */
        color: #182940;
        padding: 0 8px;
        border-left: 0.808989px solid #CCCCCC;
}
@media only screen and (max-width: 768px){
        .UIBannerControl .div-logo {
                margin: 0 auto !important;
                width: 80vw !important;
        }
        .UIBannerControl >div{
                padding: 0 !important;
        }
        .UIBannerControl  img {
                width: 55% !important;
                height: auto;
                padding: 10px 0 0 10px;
        }
        .UIBannerControl .lang {
                top: 14vw;
                width: auto;
                margin: 0;
                left: 55%;
				transform: translateX(-50%) !important;
        }
        .UIBannerControl .lang .en a {
                border: none;
        }
            .UIBannerControl .header-brand .brand-text h2{
            font-size: 15px;        
            margin: 0 0 5px 0;
        }
        .UIBannerControl .header-brand .brand-text h2 a{
            font-size: 15px;
            /* display: inline; */
            /* margin: 0 0 5px; */
            text-transform: uppercase;
            text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
            color: #2a2a2a;
            font-weight: 500;
        }
        .UIBannerControl .header-brand .brand-text h1 a {
           font-size: 22px;
        }
        .UIBannerControl .header-brand {
 margin: 0; 
}
        .SingleSearch .SearchBox{
        margin-top: unset !important;
        }
    .UIBannerControl .header-brand .brand-text {
    /* margin-left: 0 !important; */
    position: absolute;
    left: -55px;
    top: 24px;
}
}
@media only screen and (max-width: 1200px){
	.UIBannerControl  .lang {
		transform: translateX(125%);
	}
}
/***************Ngon ngu***********/
.UIBannerControl .header-brand .brand-text h1.ngonngu {
    margin-left: 5px;
    font-size: 13px;
}
.UIBannerControl .header-brand .brand-text h1.ngonngu a{
    font-size: 13px;
    text-transform: inherit;
    color: inherit;
    font-weight:500;
    display:inline-block;
}