@media (min-width: 768px) {
.height-box {
	height:70px;
}
.head-logo {
	width:40%;
	float:left;
    margin-top: 18px;
}
.head-logo img {
	width:14em;
}
.navbar-nav{
	width:60%;
	text-align:center;
	float:left;
}
.navbar-nav>li {
    width: auto;
}
.navbar-default .navbar-nav>li>a span {
    font-size: 16px;
}


.nav>li>a {
    padding: 21px 5.7px;
    color: #FFF;
    font-size: 18px;
    line-height: 0.8;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
    color: #0000ff;
    background: #24deff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
    color: #0000ff;
    background: #24deff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#0000ff;
    background-color: #24deff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#0000ff;
    background-color: #24deff;
}


.menu-list > .dropdown:hover > .dropdown-menu{
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    left: 0;
	top: 100%;
	width:220px;
}

.dropdown  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
	left:100%;
	top:-13px;
	width:100%;
}

.bg-footer {
	text-align:left;
}
.footer1 {
    padding: 0;
}
.footer1 img {
	width:100%;
    margin-bottom: 9px;
}
.footer1 h3 {
    font-size: 19px;
}
.bg-footer p {
    font-size: 17px;
}
.footer3 ul {
	list-style:none;
    line-height: 1;
}
.footer4 {
    margin-top: 42%;
	text-align:center;
}
.bg-footer {
    padding: 3% 0;
}
.bg2 p {
    font-size: 33px;
    line-height: 1.2;
}
 .applications-box {
    margin: 0;
}
.bg1-text1 {
    font-size: 20px;
    margin-bottom: 24px;
}
.bg1-text2 {
    font-size: 25px;
}
.bg1-text2 img.pic2 {
    bottom: 27px;
}
.bg1-text {
    margin-top: 44px;
}
.bg1 {
    padding: 3% 0;
}

.applications-head {
    font-size: 22px;
}
.applications-box ul li {
    padding: 0 15px;
}
.box-vdo-pd iframe{
	width:60%;
	height:300px;
}
 
.container-products > .row {
	min-height:350px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
.container-products > .row > [class^='col'] {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
	padding-top:20px;
}
.container-products-left{
	border-left: solid #06C 1px;
	border-right: solid #06C 1px; 
	border-bottom: solid #06C 1px; 
}
/*********************************************************/
.allname-pd{
	border-bottom: dashed 1px #666;	
}
.name-pd{
	float:left;
	position:relative;
	padding-right:10px;
	color:#FFF;
}
.bg-namepd{
	position:absolute;
	background:#FFF;
	width:100%;
	 height:100%;
	bottom:-4px;
	right:10px;
	color:#000;
	display:block;
}
 
.box-file{
	float:right;
	position:relative;
	padding: 0 4px 0 10px;
	color:#FFF;
}
.bgbox-file{
	position:absolute;
	background:#FFF;
	width:100%;
    bottom: -10px;
    padding: 10px 0 0 10px;
	color:#000;
	font-size: 1.8rem;
	display:block;
}
.box-file .svg-inline--fa {
	color:#FFF;
 }
 .bgbox-file .svg-inline--fa {
    font-size: 1.4rem;
	color:#b22929;
 }
 /***************************************/
 
.category-box:hover img {
	transform: translateY(-10px);
	box-shadow: 0 0 12px 5px rgba(9,10,10,0.1);
}
.category-box p {
	margin: 15px 0 0;
}
.category-box-img{
	height:160px;
} 
.category-box img {
	transition:all 0.3s;
}
.detail-news {
	height:100px;
}

}