﻿@charset "utf-8";
/* CSS Document */
@font-face {
font-family: UTMHelvetIns;
src: url("UTM HelvetIns.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
font-family: Oswald;
src: url("VNF-Oswald Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
font-family: Opensans;
src: url("Open Sans.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
font-family: OpenSansBold;
src: url("OpenSans-Bold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
font-family: RobotoCondensed;
src: url("RobotoCondensed-Regular.ttf") /* TTF file for CSS3 browsers */
}


@font-face {
font-family: RobotoCondensedBold;
src: url("RobotoCondensed-Bold.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
font-family: Avantgarde;
src: url("UTM Avo.ttf") /* TTF file for CSS3 browsers */
}


@font-face {
font-family: UTMBebas;
src: url("UTM-Bebas.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
font-family: Segoeui;
src: url("Segoeui.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
font-family: UTMMobifone;
src: url("UTM Mobifone KT.ttf") /* TTF file for CSS3 browsers */
}



/*=============reset===============*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	
	
	vertical-align: baseline;
}
a:focus
{
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a, a:hover
{
	text-decoration:none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

i:hover
{
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.title
{
	font-family: Oswald;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*=========-reset==========*/

body {
    font-family:Arial, Helvetica, sans-serifs;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
	overflow-x: hidden;

}
p {	font-family:Arial, Helvetica, sans-serifs;}
.i-gotop{padding:6px 9px; color: #333333; background-color: #fff; border:1px solid #adadad; border-radius:4px;}
.i-gotop:hover {	background-color:#e6e6e6; text-decoration:none;}

.margin-r{ margin-right: -10px;}
.margin-l{ margin-left: -10px;}
.margin0{ margin-left: -10px; margin-right: -10px; }
.margin-r10 { margin-right: 10px;}
.margin-l10 { margin-left: 10px;}
.padding-l50{ padding-left: 50px;}
.padding-l10{ padding-left: 10px;}
.padding-r10{ padding-right: 10px;}
.viewmore { display: block; text-align: right; }
.viewmore a{	color: #f00; font-family: Opensans; font-size: 13px; }
/*==================TRANSITION==============*/
#project-implement .project-img:hover, .video-slider .navslider a {
    border-color: #eb757b;
    
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
/*----- CAROUSEL -----*/
.navslider a {
	position: absolute;
	top: 50%;
	float: left;
	z-index: 2;
	text-indent: -9999em;
	width: 20px;
	height: 20px;
	background: #f0f0ee;
	cursor: pointer;
	border-radius: 50%;
}

.navslider a:hover { background: #1469b3 !important; cursor: pointer;}
.navslider a:hover:before {color: #fff!important;}
.navslider a.prev {
	left: 15px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.navslider a.next {
	right: 15px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.product-slider-cate .navslider a {
    top: 10px;
}


.sidebar-left ul li:hover {
    background-color: #52cc1f;
}
.sidebar-left ul li:hover > a,.sidebar-left ul li:hover > i  {
    color: #fff;
}

.navslider a.prev:before {
    content: "\f053";
    width: 15px;
    height: 7px;
    position: absolute;
    top: 1px;
    left: 5px;
    font-family: "FontAwesome";
    color: #333333;
    text-indent: 0;
    font-size: 14px;
    z-index: 9;
}
.navslider a.next:before {
    content: "\f054";
    font-family: "FontAwesome";
    width: 15px;
    height: 7px;
    position: absolute;
    top: 1px;
    left: 7px;
    text-indent: 0;
    color: #cec5c5;
    font-size: 14px;
}


.sidebar-left .customer-support ul li i {
    position: initial;
    display: inline;
    color: #00beee;
}

.sidebar-left .customer-support ul li a {
    display: inline;
    float: right;
    color: #04aeda;
}
nav#nav-manufature .title-2 i {
    font-size: 19px;
    color: #fff;
    margin-right: 5px;
}

/*==========HEADER TOP===========*/
header {
    background: url("../../../publics/images/layout/bg-banner.png");
    background-size: 100% 100%;
    margin: 0;
    padding-bottom: 95px;
}
.logo {
    text-align: center;
}
.logo img {
    max-width: 100%;
}
a.logo-mobile
{
	display: none;
}
body
{
	margin: 0;
	padding: 0;
}
.main img {
    margin: 0 auto;
    width: 100%;
    margin-top: -15px;
    min-width: 1200px;
}
.header-top .logo {
    max-height: 85px;
    text-align: left;
    display: inline-block;
    float: left;
    margin-right: 0;
}
.header-top .logo img {
    height: 75px;
    max-width: 100%;
}
.header-top .banner img {
    max-height: 110px;
    margin:  0 auto;
    max-width: 100%;
}
header.header-no-slider {
    padding-bottom: 35px;
	background-size: 100%;
	background-repeat:no-repeat;
	background-color: #308be8;
}
.header-top .banner {
    text-align: left;
}

.top-bar-right-main {
    float: right;
}
.slider-top {
    clear: both;
    display: block;
    border-top: 3px solid #dddddd;
}
.top-bar-right-main .phone-email {
    position: relative;
}



.top-bar-right-main .phone-email .phone-right .hotline {
    font-family: RobotoCondensedBold;
    font-size: 20px;
    color: #f5281a;
}
.language-search-cart {
    float: right;
    height: 46px;
    font-family: Avantgarde;
    font-size: 13px;
    position: absolute;
    right: 0;
}
.language-search-cart #cart-top {
    display: inline;
    line-height: 44px;
}

.language-search-cart .language {
    line-height: 45px;
    font-family: Avantgarde;
    position: relative;
}
.hotline-search {
    float: right;
    line-height: 58px;
    font-family: RobotoCondensed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-right: 55px;
    border-right: 1px solid rgba(158, 141, 141, 0.5);
}


.hotline-search .search {
    /* padding: 0 28px; */
    border-left: 1px solid #4156d0;
    display: inline-block;
}
.hotline-search .search:hover {
    background-color: #0624de;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hotline-search .search a {
    color: #fff;
    padding: 0 28px;
	line-height: 55px;
}

.hotline-search .hotline {
    padding: 0 20px;
    text-transform: none;
    font-size: 17px;
    letter-spacing: 1px;
}

.hotline-search .hotline i {
    font-size: 30px;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
}
.hotline-search .hotline a {
    color: #fafb05;
    font-size: 18px;
}

/*========================LANGUAGE=====================*/
#language {
    position: absolute;
    z-index: 99;
    display: inline-block;
    float: right;
    width: 35px;
    right: 8px;
    top: 22px;
}
#language i {
    margin-right: 4px;
    position: ABSOLUTE;
    top: 2px;
    color: #fff;
    right: -5px;
	cursor: pointer;
	z-index: 9;
}
ul.language li {
    
    height: 23px;
    display: none;
	position: relative;
	z-index: 9;
	padding: 2px;
}

ul.language li.active {
    display: block;
}
ul.language li a {
    line-height: 19px !important;
    display: block;
    color: #c79c60;
    background-color: #F4F4F4;
}

ul.language li a img {
    margin-right: 5px;
    float: left;
   
    width: 20px;
}
ul.language li i {
    position: absolute;
    right: 0;
    top: 3px;
    color: #cacaca;
}
/*==========================END LANGUAGE=================*/
/*==MENU==*/
nav#nav-top {
    display: block;
    z-index: 9;
    background-color: #0024fe;
    float: left;
    width: 100%;
}
.menu-top {
    margin-top: -29px;
    position: relative;
    z-index: 9;
}
.menu-fixed
{
	position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
	z-index: 99;
    background-color: #0024fe;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.2);
}
.menu-fixed .menu-top{margin-top: 0;}
/*==END MENU==*/

/*==PRODUCT==*/
ul.list-product li .product-item {
    background-color: #f6f6f6;
    border: 1px solid #dadada;
    padding: 10px;
    overflow: hidden;
}
ul.list-product li {
    margin-bottom: 40px;
}
.product-item figure {
    height: 228px;
    float: left;
    width: 40%;
    margin-right: 15px;
}
.box-product-detail {
    margin-top: 15px;
}
.product-item figure:hover img {
    opacity: 0.7;
    transition: 0.5s;
}
.product-item .product-info > a:hover {
    color: #091e9e;
}
.product-item figure img {
	max-width: 100%;
}
.product-item .product-info > a {
    font-family: RobotoCondensed;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #0024fe;
}
.product-item .product-info > span {
    text-align: center;
    display: block;
    font-family: OpensansBold;
    color: #fb0101;
    font-size: 18px;
}

.product-item .product-info p {
    font-family: Avantgarde;
    font-size: 13px;
    line-height: 24px;
    margin-top: 5px;
}
.product-item .product-info > a.viewmore-product {
    float: right;
    font-family: Opensans;
    font-size: 14px;
    text-transform: none;
    color: #fff;
    background-color: #0024fe;
    padding: 3px 5px;
    display: inline-block;
    margin-top: 30px;
}
/*==END PRODUCT==*/

/*==APPLICATION==*/
.application-slider {
    background: url(../../../publics/images/layout/bg-projects.png);
    padding-top: 40px;
    padding-bottom: 40px;
}
.fancybox-title {
    display: none;
}
.title-4 {
    margin-top: 25px;
}
.title-4 h2 {
    text-align: center;
    font-family: RobotoCondensedBold;
    font-size: 35px;
    text-transform: uppercase;
    color: #fb0101;
    position: relative;
    padding-bottom: 42px;
}


.title-4 h2:after {content: ' ';background: url(../../../publics/images/layout/icon-h2.png);position: absolute;left: 50%;bottom: 12px;width: 130px;height: 21px;margin-left: -65px;}

.title-4 p {
    font-family: Avantgarde;
    text-align: center;

    color: #757575;
    font-size: 13px;
    margin-bottom: 40px;
}


/*==EMAIL==*/
.receive-email .receive-email-main .left {
    width: 20%;
    float: left;
    text-align: center;
    background: url(../../../publics/images/layout/email-left.png);
    height: 110px;
    background-size: 100% 100%;
    padding: 30px 5px;
}
.receive-email .receive-email-main .left p:last-child {
    text-transform: uppercase;
}
.receive-email .receive-email-main .left p {
    color: #fee600;
    font-size: 15px;
}

.receive-email .receive-email-main .left p {
    line-height: 25px;
}

section.receive-email .right {
    float: left;
    width: 80%;
    padding: 20px 15px 20px 60px;
    height: 110px;
    background-color: #fee600;
}
.receive-email .receive-email-main .right p {
    font-size: 13px;
    text-transform: none;
    font-family: Opensans;
    color: #1469b3;
    margin-bottom: 10px;
}

.receive-email .receive-email-main .right .form-receive-email input {
    height: 35px;
    width: 30%;
    float: left;
    margin-right: 1px;
    padding: 0 8px;
    border: 0;
    border-radius: 4px;
}
.receive-email .receive-email-main .right .form-receive-email input.submit-email {
    width: 22%;
    background-color: #fee600;
    border: 3px solid #fff;
    margin-left: 20px;
    color: #1469b3;
    font-family: Opensans;
}
.receive-email .receive-email-main .right .form-receive-email input.input-email {
    border-radius: 4px 0px 0px 4px;
}

.form-receive-email input.email {
    border-left: 1px solid #777717 !important;
    border-radius: 0 4px 4px 0 !important;
}


.receive-email .receive-email-main .right .form-receive-email input:focus
{
	outline: 0;
}
.block-social-network ul li a:hover {
    border-color: #cacaca;
    opacity: 1;
    box-shadow: 0px 0px 8px #cacaca;
    transition: all 0.5s ease-out;
}
.receive-email .receive-email-main .right .form-receive-email input.input-email {
    border-radius: 4px 0px 0px 4px;
}
/*==FOOTER==*/
.title-5 h2 {
    font-family: Opensans;
    font-size: 18px;
    color: #fee600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ft-info-company address p {
    font-family: Opensans;
    color:  #fff;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.4;
}

.ft-info-company address p i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #f4e108;
    font-size: 14px;
}

.ft-info-company address p a {
    color: #fff;
    font-size: 14px;
}
.block-social-network ul li a {
    font-size: 23px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border: 1px solid #d6cc20;
    border-radius: 9px;
    float: left;
}
p.copyright {
    font-family: Opensans;
    font-size: 14px;
    color: #f4e11d;
    margin-top: 10px;
}
.support-online .phone {
    font-family: UTMBebas;
    font-size: 33px;
    color: #fee600;
}

.support-online ul {
    padding: 11px 0;
}
.block-social-network ul li a.fa-facebook {
    background-color: #3664a2;
}
.block-social-network ul li a.fa-twitter {
    background-color: #2eacf6;
}
.block-social-network ul li a.fa-youtube {
    background-color: #ff3334;
}

.block-social-network ul li a.fa-google {
    background-color: #d23337;
}
.block-social-network ul li a.fa-linkedin {
    background-color: #007bb6;
}
/*==END FOOTER==*/





/*==========END HEADER ===========*/

/*
   MENU
*/
.flexnav > li:last-child:after {
    content: ' ';
    position: absolute;
    top: 18px;
    width: 2px;
    right: 0;
	top: 0;
    height: 60px;
   
}
.flexnav > li:before {
    content: ' ';
    position: absolute;
    top: 18px;
    width: 2px;
    left: 0;
	top: 0;
    height: 60px;
    background: url(../../../publics/images/layout/border-li-menu.png);
}





.button-search {
    padding: 0px 10px;
    
    display: inline;
    line-height: 45px;
    color: #fff;
    position: relative;
}
.button-search:after {
    content: ' ';
    position: absolute;
    top: 18px;
    height: 15px;
    width: 1px;
    right: 0;
    border-right: 1px solid rgba(115, 94, 94, 0.26);
}

.box-search p {
    margin: 0;
    display: block;
    color: #000;
    line-height: 30px;
}


.box-search {
    padding: 0 10px 10px 10px;
    display: block;
    overflow: hidden;
    font-family: Opensans;
}
.box-search input.input-text {
    width: 100%;
    height: 30px;
    background-color: #333;
    border: 0;
    text-align: center;
}
.search-fixed {
    width: 235px;
    position: absolute;
    right: 0;
    background-color: #9EC44B;
    margin-top: -2px;
	display: none;
	z-index: 99;
}
.box-search input {
    height: 30px;
    width: 100%;
    background-color: #333;
    border: 0;
    line-height: 30px;
    color: #9EC44B;
    float: left;
    margin-bottom: 12px;
}

.button-search a {
	font-size: 18px;
	line-height: 48px;
	color: #fff;
}

.footer {
    margin-top: 40px;
    background: url(../../../publics/images/layout/bg-footer.png);
    background-color: #1469b3;
    padding: 15px 0;
    background-size: 100% 100%;
}

.footer-bottom  a{
    
    color: #9ec44b;
	font-size: 12px;
  
}


.footer-bottom {
    background-color: #333333;
    color: #000;
    line-height: 36px;
    font-family: Avantgarde;
    font-size: 13px;
    padding: 5px 0;
}

.box-social-network {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
}
.footer-bottom a {
    color: #9ec44b;
    font-size: 18px;
    margin-left: 15px;
    line-height: 36px;
}
.footer-top {
    margin-bottom: 1px;
  
    padding-bottom: 10px;
    background: url(../../../publics/images/layout/bg-footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.right-chat-email-map {
    position: relative;
    padding-left: 40px;
}

.chat-email-map>span {
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #f5ae22;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid rgba(202, 202, 202, 0.23);
}
.chat-email-map {
    height: 30px;
    margin-top: 15px;
}
.right-chat-email-map a.bottom {
    display: block;
    font-size: 13px;
    color: #333;
}
.access-counter {
    position: relative;
    margin-top: 25px;
}

.access-counter .access-counter-left {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #52cc1f;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0;
}

.access-counter .access-counter-left:after {
    height: 40px;
    content: ' ';
    position: absolute;
    width: 1px;
    background-color: #52cc1f;
    right: 5px;
}

.access-counter-right {
    color: #fff;
    font-family: Opensans;
    font-size: 13px;
    line-height: 21px;
}

.access-counter-right span {
    /* width: 108px; */
    /* float: left; */
}
.access-counter-right p {
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-family: Opensans;
}

.access-counter-right i {
    color: #03af14;
    margin-right: 5px;
}
section.section-4 img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.title-2 {
    line-height: 38px;
    text-transform: uppercase;
    padding: 6px 10px;
    text-align: center;
    font-family: OpensansBold;
    color: #fff;
    font-size: 18px;
}
h3.title-5 {
    font-family: Opensans;
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
}
.email-linkwebsite {
    padding-left: 50px;
}
.t-cate {
    float: left;
    margin-right: 15px;
    line-height: 23px;
}

.t-cate .icon-bar {
    height: 2px;
    width: 25px;
    background-color: #000;
    float: left;
    margin-bottom: 2px;
}

.t-cate {
    width: 25px;
    margin-top: 10px;
}

.sidebar-left ul {
    margin-top: 5px;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 0 5px 0 0;
}
.sidebar-left ul li {
    padding-left: 18px;
    padding-right: 10px;
    line-height: 39px;
    position: relative;
}

.sidebar-left ul li:last-child
{
	border-bottom: 0;
}
.sidebar-left ul li i.fa-angle-double-right {
    position: absolute;
    top: 11px;
    right: 10px;
    left: auto;
}
.sidebar-left ul li a {
    color: #000;
    font-weight: 500;
    display: block;
    font-family: Opensans;
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar-left ul li:after {content: ' ';position: absolute;width: 100%;height: 1px;background: url(../../../publics/images/layout/bottom-li.png);left: 0;top: 0;}
.sidebar-left ul ul {
    position: absolute;
    left: 100%;
    width: 270px;
    display: none;
    top: 0;
    margin: 0;
    background-color: #f3f3f3;
    z-index: 99;
}
.sidebar-left ul li:before {
    content: ' ';
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 13px;
   
}
h3.title-3 {
    text-transform: uppercase;
    font-family: Opensans;
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f7c73b;
    padding-bottom: 10px;
}

section.sidebar-left nav {
    margin-bottom: 15px;
    background-color: #03af14;
    padding: 3px;
}
section.sidebar-left ul li i {
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 9px;
    color: #03af14;
}
section.sidebar-left ul li i.fa-angle-down {
    position: absolute;
    right: 10px !important;
    top: 13px;
	left: auto;
}
section.sidebar-left ul li:hover ul {
    display: block;
	
}



h3.title-4 {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #9a1a19;
    line-height: 35px;
}
.box-faq-footer {
    padding: 0 80px;
}
section.wapper {
    padding-top: 10px;
}
/*================BLOCK SEARCH==========================*/
.box-search-fast .btn-search {
    width: 30px;
    float: none;
    line-height: 22px;
    border: 0;
    background: url(../../../publics/images/layout/btn-search.png);
    opacity: 0.8;
}

#block-search {
    background-color: #fff;
   
    margin-bottom: 30px;
    margin-top: 30px;
	color: #000;
	padding: 18px 0; 
	
}

#block-search .text-find {
    font-family: Opensans;
    font-size: 13px;
}

.search-bottom select {
    height: 27px;
    width: 175px;
    font-size: 13px;
}

#block-search {
    font-family: Opensans;
    font-size: 13px;
}

.search-bottom input {
    width: 240px;
    height: 27px;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
}

/*================END BLOCK SEARCH ===================*/



.slider-cate-name {
    display: block;
    background: url('../../../publics/images/layout/bg-cate.png');
    height: 107px;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
}

.slider-cate-name h3 {
    padding-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    font-family: RobotoCondensed;
}


.slider-cate-name p {
    font-family: Opensans;
    font-size: 13px;
	    text-shadow: 1px 1px 1px #000;
}
.product-slider-cate ul li {
    padding: 0 10px;
}
.product-slider-cate {
   
    background: url(../../../publics/images/layout/bg-product-cate.png);
  
    background-size: 100% 100%;
	
}
.product-slider-cate .image-resize {
    height: 260px !important;
}
.product-slider-cate .product-item .product-description {
    margin: 0;
    padding: 2px 15px 2px 15px;
    position: relative;
    background: #fff;
    z-index: 2;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-top: 0;
}
.box-product-home .navslider a.prev, .project-slider .navslider a.prev {
    left: -20px;
    border-radius: 0;
    opacity: 1;
}
.box-product-home .navslider a.next, .project-slider .navslider a.next  {
    right: -20px;
    background-color: #0000ff;
    border-radius: 0;
    opacity: 1;
}




.project-slider .navslider a {
    top: 50%;
    width: 64px;
    height: 64px;
    background-color: #0000ff;
    margin-top: -32px;
}
.product-slider-cate .navslider  a:hover {
    opacity: 1;
}

h3.category-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Avantgarde;
    line-height: 45px;
}

.product-infor-item .product-name {
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 8px;
    
    padding: 8px 15px;
}
.product-infor-item .product-name a {
    color: #000;
    display: block;
    font-size: 16px;
    font-family: Opensans;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pr-social-network ul
{
    margin-left: auto;
}
.product-infor-item p .left-pr {
    width: 90px;
    display: inline-block;
}

.product-infor-item p {
    font-size: 13px;
    color: #333333;
    border-top: 1px solid #ff6f08;
    clear: both;
    padding: 5px 10px;
}
.product-infor-item .price-cart {
    background-color: #03af14;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    font-family: Opensans;
}
.price-cart .cart-product .input-cart {
    float: right;
    height: 41px;
    width: 70px;
    background: url(../../../publics/images/layout/icon-cart.png);
    border: none;
	background-size: 100% 100%;
}
.product-item .product-img .border-product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 10px;
}
.product-item .product-img .border-product:before {
	 content: ' ';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgb(138, 167, 1);
   
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
	width: 100%;
	height: 100%;
}
/*=========================BLOCK ABOUT=========================*/
.about-home-video {
    background-color: #fff;
	position: relative;
	z-index: 1;
}
.about-home-video img {
    height: 295px !important;
}
.about-home-video ol.carousel-indicators {
    position: absolute;
    bottom: -6px;
    left: auto;
    z-index: 15;
    width: 18px;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    right: -25px;
}
.about-home-video ol.carousel-indicators li
{
    border-color: #8f8f8f;
	width: 18px;
	height: 18px;
	position:relative;
}

.about-home-video ol.carousel-indicators li.active {
    margin: 0;
   
    background:none;
}
.about-home-video ol.carousel-indicators li.active:before {
	content: '';
	position: absolute;
	background-color: #fe4c3c;
	top: 2px;
	right: 2px;
	left: 2px;
	bottom: 2px;
	border-radius: 50%;
}
#block-about h1 {
    font-size: 16px;
    color: #fe4c3c;
    font-family: OpensansBold;
    display: block;
    clear: both;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.video-big img {
    width: 100%;
    height: 100%;
}

.about-des h3 {
    color: #03af14;
    font-family: OpensansBold;
    font-size: 24px;
    margin-bottom: 10px;
}

.about-des p {
    font-family: Opensans;
    font-size: 13px;
    color: #333333;
    line-height: 25px;
    clear: both;
    margin-top: -8px;
}

ul.list-video-small li {
    width: 31%;
    height: 110px;
    padding: 0;
    margin-left: 1%;
}

ul.list-video-small li img {
    width: 100%;
    height: 100%;
}

.list-video-small {
    margin-top: 0;
}

#block-about {
   
background-size: 100% 100%;
margin-top: -60px;
   
clear: both;
   
padding-top: 23px;
   
position: relative;
}
#block-about:before {

    content: '';
    position: absolute;
    left: 34.3%;
    top: 0;
    height: 45px;
    width: 1px;
    background-color: #f00;
}
.video-big a {
    height: 100%;
    width: 100%;
}
.about-des .viewmore-about {
    display: inline-block;
    float: right;
    font-family: Opensans;
    padding: 10px 15px;
    background-color: #0000ff;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
}
.about-des .viewmore-about:hover {
    background-color: #162fbf;
    transition: 0.8s;
}
.list-others ul.certify-image-company {
    display: inline;
    line-height: 51px;
}
ul.certify-image-company li  figure{
	float: left;
	margin-right: 7px;
}
ul.certify-image-company li figure img {
    height: 45px;
    width: 45px;
}
ul.certify-image-company li a {
    color: #0000ff;
    font-family: Opensans;
    font-size: 13px;
}
.list-others {
    margin-top: 25px;
}
ul.certify-image-company li {
    margin-left: 30px;
}
ul.certify-image-company li:first-child
{
	margin-left: 0;
}

#block-about .about-big {
    font-size: 88px;
    font-family: OpensansBold;
    color: rgba(202, 202, 202, 0.23);
    position: relative;
    padding-left: 14%;
    margin-bottom: 15px;
}
#block-about:after {
    content: '';
    width: 600px;
    height: 600px;
    position: absolute;
    top: 35px;
    border: 80px solid #fe4c3c;
    border-radius: 50%;
    right: -300px;
    z-index: 0;
}


.caption-video{
	position: absolute;
    left: 4px;
    bottom: 4px;
    height: auto;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.52);
    padding-left: 5px;
    right: 5px;
	
}
.caption-video a {
    font-family: Opensans;
    color: #fff;
    font-size: 17px;
    padding-left: 10px;
}
.caption-video a i {
    font-size: 24px;
    float: right;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: auto;
    padding-right: 10px;
    color: #03af14;
}
.about-home-video > a.about-us {
    position: absolute;
    left: -5px;
    padding: 5px 30px;
    width: auto;
    height: auto;
    z-index: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #03af14;
    font-size: 15px;
}

.about-home-video > a.about-us:after {
    content: "\f0d9";
    position: absolute;
    font-family: FontAwesome;
    color: #000;
    left: 0;
    bottom: -11px;
    z-index: 0;
}
.about-home-video a:hover {
    color: #6996ec;
}
.about-home-video a:hover i, .list-video-small a:hover i {
    color: #68bf0c;
}
#modal-video .modal-body {
    padding: 0;
}

#modal-video  iframe {
    width: 100%;
    height: 400px;
}
/*=========================END BLOCK ABOUT =======================*/

/*=========================PROJECT NEWS================================*/
#news-project {
    margin-top: 20px;
}
h3.title-project {
    color: #000;
    font-size: 24px;
    font-family: OpensansBold;
    margin-bottom: 5px;
    /* padding-bottom: 5px; */
    text-transform: uppercase;
    padding-right: 10px;
    display: inline;
    
    z-index: 9;
    position: relative;
    height: 28px;
    display: inline-block;
    line-height: 28px;
}
#project-implement li.owl-item {
    padding: 0 10px 10px 10px;

}

#project-implement li.owl-item .product-img {
    padding: 12px;
}

#project-implement li.owl-item .product-img img {
    width: 100%;
    height: 100%;
}


#project-implement .project-img {
    height: 310px;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    background-color: #fff;
}

#project-implement .project-img img {
    width: 100%;
    height: 100%;
}


#project-implement .project-name a {
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}

.video-item {
    height: 225px;
}
.box-receive-email .title-product-cate:after {
    width: 70px;
}

.video-item img {
    height: 100%;
}

.project-slider .navslider a:before {left: 50%;margin-left: -7px;top: 50%;margin-top: -13px;color: #fff;font-size: 20px;}
#project-implement .project-img:hover {
    border-color: #ffb987;
}
#project-implement .project-name a:hover {
    color: #3c6714;
}


#amazingcarousel-2 .amazingcarousel-prev {
    background: url(../../../publics/images/layout/nav_left_video_hover.png) !important;
    background-size: 100% 100% !important;
}
#amazingcarousel-2 .amazingcarousel-next {
    background: url(../../../publics/images/layout/nav_right_video_hover.png) !important;
    background-size: 100% 100% !important;
}
#amazingcarousel-2 .amazingcarousel-prev:hover 
{
	background: url(../../../publics/images/layout/nav_left_video.png) !important;
}
#amazingcarousel-2 .amazingcarousel-next:hover 
{
	background: url(../../../publics/images/layout/nav_right_video.png) !important;
}

.title-product-cate {
    position: relative;
    margin-bottom: 8px;
    border-bottom: 4px solid #dddddd;
}

#product-selling .inner-product-content {
    padding: 0 10px;
    margin-bottom: 25px;
}
#projects-slider-implement {
   padding: 15px 0;
   margin-top: 55px;
}
/*===========================END PROJECT =======================*/

/*==NEWS==*/
.tit-art-dt h1 {
    font-family: RobotoCondensed;
    text-transform: uppercase;
    font-size: 20px;
}


.title_content_main h3 {
    font-size: 20px;
}


img.img-news {
    width: 100%;
}


p.biref-news {
    font-size: 16px;
}


h1.detail-news-h1 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.news_biref h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 24px;
}
p.others-news {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}	

ul.ul_others-news li a {
    font-size: 15px;
    color: #000;
}

.art-news>a:first-child {
    float: left;
    margin-right: 10px;
	width:26%;

}
.art-news img
{
	width:100%;
}

article.art-news {
    padding: 12px 0 10px;
    border-top: solid 1px #ededed;
	overflow:hidden;
}
.list-news-body a {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    font-family: RobotoCondensed;
    line-height: 30px;
}
.list-news-body a:hover {
    color: #7b7a7a;
}


.list-news-body p {
    font-size: 13px;
    margin-top: 5px;
    color: #333;
    line-height: 22px;
    font-family: Opensans;
}
h3.others-news {
    margin: 15px 0 5px;
    text-transform: uppercase;
    font-size: 18px;
}

ul.ul_others-news li a {
    font-size: 14px;
    color: #000;
}
ul.ul_others-news li {
    margin-left: 45px;
    list-style: disc;
    line-height: 22px;
}
.title-article-1 h3, h1.support-name {
    text-transform: uppercase;
    font-size: 26px;
    color: #0D4484;
    text-align: left;
    font-family: RobotoCondensedBold;
    font-weight: 500;
	    border-bottom: 1px dashed #0D4484;
    padding-bottom: 15px;
}

.title-article-1 h1 {
    text-transform: uppercase;
    font-size: 18px;
    color: #0b0a0a;
    text-align: left;
    font-weight: 500;
    position: relative;
    padding: 10px 7px;
    font-family: RobotoCondensedBold;
    margin-bottom: 10px;
}
.title-article-1 h1:after {
    content: '';
    width: 50px;
    position: absolute;
    height: 1px;
    left: 6px;
    bottom: 0px;
    background-color: #0a0a0a;
}

.tit-art-dt h1 {
    font-size: 18px;
    color: #000;
    padding-bottom: 3px;
    padding: 15px 0px;
    text-transform: uppercase;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-left: 0;
	position: relative;
}
.tit-art-dt h1:after {
    content: ' ';
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: #222;
    left: 0;
    bottom: 5px;
}
p.art-brief {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
    font-style: italic;
}
h3.tit_others_news {
    font-size: 15px;
    margin-top: 15px;
    color: #333;
    padding-left: 0;
    display: inline;
    border-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
	 font-family: RobotocondensedBold;
}
.project-slider {
    margin-left: -5px;
    margin-right: -5px;
}
.ul_other_news
{
	clear:both;

}
.ul_other_news li a {
    color: #000;
    font-size: 15px;
}
.ul_other_news li {
    margin-left: 30px;
    list-style: disc;
    line-height: 22px;
}
.box-article-detail .art-des p {
    font-size: 14px;
    line-height: 22px;
}
.box-article-detail img
{
	max-width:100%;
	height:auto;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px
}
.others_news {
    margin-top: 15px;
}

ul.box-article-detail li {
    max-height: 190px;

    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
}
ul.box-article-detail li .date-article {
    font-size: 11px;
   
}
ul.box-article-detail li a.a-link-news img {
    padding: 2px;
    border-radius: 0px;
    
}
.tit-art-dt {
    clear: both;
    overflow: hidden;
}
.content {
    clear: both;
}
.distribute-item .img-distribute {
    width: 150px;
    float: left;
    margin-right: 10px;
}
.distribute-item .img-distribute img {
    width: 100%;
    height: 110px;
    
}
.item-distribute p {
    font-size: 12px;
    line-height: 18px;
}
.item-distribute h4
{
	font-size: 15px;
	margin-bottom: 3px;
}

.article_description p {
    line-height: 22px;
    font-size: 14px;
}
/*==END NEWS==*/


/*  ----------------------------------------------------------------------------
    Search
*/
#td-top-search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-top-search {
    top: 0;
    margin-top: 0;
  }
}
#td-header-search {
    margin: 0;
    border-right: 0;
    border-color: #e1e1e1;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
	display: block;
}
.td-head-form-search-wrap {
    position: relative;
}

.header-search-wrap {
  /* search toggle button */
  /* the search drop down */
  /* hack to show the link on all the module */
  /* this class is added by the js to open the menu - will be used for animation */
}
.header-search-wrap #td-header-search-button,
.header-search-wrap #td-header-search-button-mob {
  display: block;
  position: relative;
}
.header-search-wrap #td-header-search-button {
  /* responsive portrait phone */
}

.header-search-wrap #td-header-search-button-mob {
  display: none;
  /* responsive portrait phone */
}

.header-search-wrap .td-icon-search {
  display: inline-block;
  font-size: 19px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .header-search-wrap .td-icon-search {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 22px;
    margin-right: 2px;
  }
}
.header-search-wrap .td-drop-down-search {
  position: absolute;
  top: 100%;
  z-index: 999;
  display: none;
  right: 0;
  border-radius: 0;
  border: none;
  width: 342px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  /* responsive portrait phone */
  /* search form */
  /* triangle top */
}
@media (max-width: 767px) {
  .header-search-wrap .td-drop-down-search {
    width: 100%;
  }
}
.header-search-wrap .td-drop-down-search .btn {
  position: absolute;
    height: 34px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: #222222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 0px;
    top: 0px;
    margin: 0 !important;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.header-search-wrap .td-drop-down-search .btn:hover {
  background-color: #0124fe;
}
.header-search-wrap .td-drop-down-search:before {
  position: absolute;
  top: -10px;
  right: 19px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #4db2ec transparent;
}
.header-search-wrap .td-drop-down-search:after {
  position: absolute;
  top: -4px;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #4db2ec;
}
form.td-search-form input:focus {
    outline: 0;
}
.header-search-wrap .td_module_mx2 .entry-title a:after {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
.header-search-wrap .td-post-category {
  z-index: 2;
  position: relative;
}
.header-search-wrap .td-drop-down-search-open {
  display: block;
}
.header-search-wrap .td-search-form {
  margin: 20px;
}
.header-search-wrap .result-msg {
  text-align: center;
  padding: 4px 0 6px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #222;
  font-style: italic;
}
.header-search-wrap .result-msg a {
  color: #222;
  display: block;
}
.header-search-wrap .result-msg a:hover {
  color: #4db2ec;
}
.header-search-wrap .td-aj-search-results {
  background-color: #fdfdfd;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}
.header-search-wrap .td-aj-search-results .item-details {
  margin: 10px 20px 10px 115px;
}
.header-search-wrap .td-aj-search-results .td-module-thumb {
  top: 10px;
  margin-left: 20px;
}
.header-search-wrap .td_module_mx2 {
  padding-bottom: 0;
}
.header-search-wrap .no-result {
  background-color: #fdfdfd;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.header-search-wrap .meta-info {
  line-height: 14px;
}
.header-search-wrap .td-aj-cur-element {
  background-color: #f0f0f0;
}
.td-demo-multicolumn-2 .sub-menu {
  padding: 14px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.td-menu-mob-open-menu .td-demo-multicolumn-2 .sub-menu {
  padding: 0;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.td-menu-mob-open-menu .td-demo-menuitem-hide {
  display: none;
}
.td-demo-menuitem-hide {
  visibility: hidden;
}
/*=======================CONTACT==================*/
.contact-map {
    height: 350px;
    margin-bottom: 25px;
}

.contact-map .bando_cavas {
    width: 100%;
    height: 100%;
    border: 1px solid #cacaca;
}

div#mapCanvas {
    width: 100%;
    height: 100%;
}
.title-8
{
	    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-family: RobotoCondensed;
    color: #000;
}
.contact-info address h1 {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 3px;
    line-height: 25px;
    font-weight: bold;
    color: #2e2e31;
}	
.contact-info i {
    font-size: 18px;
    margin-right: 3px;
    color: rgba(98, 99, 98, 0.84);
}

.contact-info address {
    font-size: 14px;
    line-height: 25px;
}
form#contactform .pull-left {
    margin-right: 5px;
    border-radius: 0;
    border: 1px;
    color: #fff;
    background: #222222;
}

form#contactform .pull-left:hover {
    background-color: #0023fe;
	transition: 0.5s;
	color: #fff;
}
p.p-error {
    display: block;
    color: #f00;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 5px;
}
h1.tille-5 {
    text-align: center;
    font-size: 18px;
    : bold
    margin:;
    margin: 10px 0;
}

p.thanks-contact {
    font-size: 17px;
    font-style: italic;
}

article.box-article-detail {
    text-align: left;
    line-height: 35px;
    font-size: 15px;
	clear: both;
}
.art-des p {
    line-height: 25px;
}

.notify-sucess-name {
    color: #42c11b;
    font-size: 20px;
    text-transform: uppercase;
    font-family: RobotoCondensed;
}

article.box-article-detail a {
    font-size: 14px;
    color: #000;
	
}

.breadcrumb ul li {
    position: relative;
}

.breadcrumb ul li a {
    color: #333;
}
.breadcrumb ul li a:hover {
    color: #0024fe;
}
.breadcrumb ul li:after {content: '/';position: absolute;right: -5px;}

.breadcrumb ul li:last-child:after {content: '';}
.breadcrumb {
    padding: 5px 10px;
    margin-bottom: 0px;
    border-radius: 0;
}
.title-article-1 h3 {
    display: block;
    color: #000;
    font-family: RobotoCondensed;
    font-size: 25px;
    margin: 10px 0;
	text-transform: uppercase;
}
#map {
    height: 100%;
    width: 100%;
}
.dealer_info {
    width: 400px;
    position: relative;
}
.dealer_info .info {
    float: left;
    width: 230px;
    margin-bottom: 20px;
}

.dealer_info .img {
    float: left;
    width: 150px;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
}
.dealer_info .img img {
    max-width: 100%;
    height: 100%;

}
.info h3 {
    font-size: 14px;
    font-weight: bold;
}
.content-map {
    padding: 2px;
    border: 1px solid rgba(27, 26, 26, 0.15);
    clear: both;
}
.contact-info a {
    color: #333;
}
/*=======================END CONTACT==================*/
/*====CATALOGUES===*/
ul.list-catalogues li figure img {
    max-width: 100%;
}
ul.list-catalogues li {
    margin-bottom: 15px;
}
.item-catalogue .item-catalogue-info {
    text-align: center;
	arial, tahoma, sans-serif
}
.item-catalogue-info .name-catalogues {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-catalogue .item-catalogue-info .code {
    color: #f00;
    font-weight: bold;
}
.item-catalogue-info .name-catalogue {
    font-size: 18px;
}
ul.list-catalogues li:hover figure {
   
    background-color: #E8F3FF;
    border: 1px solid #9CF;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
/*====END CATALOGUES===*/
/*===LASTEST NEWS===*/
.news-latest .item-article {
	display: inline-block;
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #eaeaea;
	padding: 10px 0;
}
.news-latest .item-article .post-image {
	float: left;
	width: 28%;
}
.news-latest .item-article .post-content{
	float: left;
	width: 72%;
	padding-left:15px;
}
.date {
    font-size: 12px;
}
.news-latest .item-article .post-content a{
	font-size: 12px;
	font-weight: 500;
	display: block;
	color:#28303e;
	font-family: Roboto, sans-serif !important;
}
.news-latest .item-article .post-content a:hover{

	color: #0024fe;
}
img {
    height: auto;
    max-width: 100%;
}
#category_blogs ul li {
    line-height: 25px;
}
h4.widget-title {
    font-family: RobotoCondensed;
    text-transform: uppercase;
    font-size: 18px;
	padding: 10px 0;
}
#sidebar-left {
    background-color: rgba(242, 242, 242, 0.55);
}
.sidebar-products {
    margin: 15px 0;
}
#product_sidebar .product-item {
    text-align: center;
    background-color: #fff;
    margin-top: 15px;
}
/*===END LASTEST NEWS==*/


/*=========================PRODUCT DETAIL====================*/
#gallery_01 img {
    width: 30%;
}

#gallery_01 {
    text-align: center;
    margin-top: 10px;
    clear: both;
}
.zoomWindow {
    border: 1px solid #cacaca !important;
    width: 400px !important;
    height: 370px !important;
   
}
.button-like-social {
    margin-top: 20px;
}

.button-like-social > .fb-like, .button-like-social .fb-share-button {
    float: left;
    margin-right: 4px;
}

ul.product-categories li a {
    color: #333;
    text-transform: uppercase;
    font-family: RobotoCondensed;
}
h1.notify-email {
    font-size: 18px;
    color: #000;
    padding-bottom: 3px;
    padding: 15px 0px;
    text-transform: uppercase;
    overflow: hidden;
    float: left;
    width: 100%;
    font-family: RobotoCondensed;
    padding-left: 5px;
    margin-top: 40px;
	position: relative;
}
h1.notify-email:after {
    content: ' ';
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: #222;
    left: 4px;
    bottom: 5px;
}
.product-information p {
    line-height: 24px;
    padding: 5px 0;
    border-top: 1px solid rgba(33, 15, 15, 0.09);
    color: #333333;
    font-size: 14px;
}
ul.tab-detail li {
    display: inline-block;
    padding: 3px 50px;
    float: left;
    line-height: 30px;
    color: #333;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    margin-right: 1px;
    border: none;
    background: #cacaca;
    border-radius: 0;
    outline: 0;
    text-transform: uppercase;
}

ul.tab-detail {
    display: block;
    clear: both;
}

ul.tab-detail li.active {
    background-color: #0024fe;
    color: #fff;
}

.tab_container {
    padding: 20px 15px;
    border: 1px solid rgba(202, 202, 202, 0.27);
    clear: both;
}

.st-product-orther {
    clear: both;
    margin-top: 23px;
    display: block;
}
.content-product {
    overflow: hidden;
}
.product-information h1 {
    margin-bottom: 10px;
}
.button-like-social {
    margin-top: 20px;
}

.button-like-social > .fb-like {
    float: left;
    margin-right: 4px;
}
.view-product img {
    width: 100% !important;
    height:  320px !important;
}

.product-detail h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.product-detail .s-pro-strong {font-size: 14px;line-height: 25px;}


/*---pagination---*/
#page {
    width: 100%;
}
.pagination {
    float: right;
    margin: 5px 0;
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 10px;
    font-family: Tahoma, Geneva, sans-serif;
}
.pagination2 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.pagination  .active {
    color: #4C545A;
    padding: 8px 13px;
    border: 1px solid rgb(34, 34, 34);
    font-size: 15px;
    margin-left: 1px;
    display: inline;
}
.pagination a {
    padding: 9px 14px;
    font-size: 15px;
    margin-left: 1px;
    text-align: center;
    text-decoration: none;
    background: #222222;
    color: white;
}
.pagination a:hover {
    padding: 9px 14px;
    background: rgb(0, 35, 254);
    border: rgb(20, 79, 151);
    color: #fff;
    font-size: 15px;
}
.no-padding
{
	padding:0;
}
i.glyphicon-user.icon-register {
    color: #4AB93D;
    margin-right: 5px;
}


/*---end pagination---*/
@media only screen and (min-width: 1200px)
{
	.container{
		width: 1200px;
	}
	
	.box-des-ab {
		margin-right: -10px;
		margin-left: 15px;
    }
	
	
}	
@media (min-width: 992px)
{
	.col-lef {
		width: 23.5%;
	}

	.col-right {
		width: 76.5%;
	}
}

@media only screen and (max-width:1024px)
{
	.margin-r10, .margin-l, .margin-r, .margin-l10{margin: auto;}
	.padding-r10{padding-right: 0;}
	.padding-l10{padding-left: 0;}
	ul.list-product li{margin-bottom: 20px;}
	.menu-top{margin-top:0}
	.box-faq-footer {
        padding: 0;
    }
	.sidebar-left
	{
		 margin-left: 0;
	}
	#block-about:after{display: none;}
}
	
@media only screen and (max-width:990px)
{
	#header{
		border-bottom: 1px;
	}
	

	.header-search-wrap .td-search-form {
		margin: 20px;
		
}
	#language i {
    top: 1px;
    right: -5px;
    }
	#sidebar-left
	{
		display: none;
	}
    .hotline-search .search {
		
		border-right: 1px solid #4156d0;
		border-left: 0;
		position: absolute;
		top: 0;
		right: 55px;
		height: 50px;
	}
	.box-contact-form {
		margin-top: 15px;
	}
	#contactform .form-group {
		padding: 0;
	}
	.hotline-search .search a {
		color: #fff;
		padding: 0 15px;
		line-height: 50px;
	}
	.hotline-search
	{
		line-height: 50px;
	}
	.hotline-search .hotline
	{
		display: none;
	}
	#language {
		position: absolute;
		z-index: 99;
		display: inline-block;
		float: right;
		width: 35px;
		right: 13px;
		top: 18px;
	}
    .margin-r10
   .sidebar-left ul li:hover ul
	{
		display: none;
	}
	.sidebar-left ul ul {
    position: relative;
    left: 0;
    width: 100%;
    padding-bottom: 0px;
    background-color: #F5F1F1;
   }
   .nav-left .toggle
      {
	   cursor: pointer;
   }
   
	.padding-l50 {
	  padding-left: 0;
	  margin-top: 25px;
	}
	section#content-right
	{
		padding-left: 0;
	}
	.header-top {
      height: initial;
   }
   
   .top-bar-right-main
      {
		 width: auto;
		 float: none;
		 
   }
   .top-bar-right-main .phone-email .phone-right
    {
		padding-top: 0;	
	}
	nav#nav-top
	{
		margin: 0;
	}
	.top-bar-right-main .phone-email .phone-right
	{
		margin-left: 0;
		text-align: right;
		margin-bottom: 10px;
		
	}
	.top-bar-right-main .phone-email .phone-left
	{
		display: none;
	}
	.top-bar-right-main .phone-email .phone-right span
	{
		display: inline;
	}
	
	
	
	.#block-about .about-big
	{
		font-size: 45px;
	}
   
}

@media only screen and (max-width:1024px)
{
	.sidebar-left
	{
		display: none;
	}
	.box-news {
        width: 100%;
        margin: 30px 0 0;
    }
	.footer-bottom
	{
	    height: auto;
	}
	.margin-l
	{
		margin-left: auto;
	}
	
	.margin-r
	{
		margin-right: auto;
	}
	.box-social-network {
		float: none;
		display: block;
		margin-top: 15px;
   }
   .footer {
		background: url(../../../publics/images/layout/bg-footer.png) no-repeat bottom right;
		background-color: #1469b3;
		padding: 10px 0;
		background-size: contain;
   }

}
@media only screen and (max-width:800px)
{
	a.logo-mobile {
		position: absolute;
		z-index: 9;
		left: 50%;
		height: 50px;
		margin-left: -40px;
		display: block;
	}
	
	a.logo-mobile img {
		max-height: 100%;
	}
}
@media only screen and (max-width:768px)
{
	.title-5 h2{margin-top: 15px}
   .sidebar-left ul li:hover ul
	{
		display: none;
	}
	
	.header-search-wrap .td-search-form {
		margin: 20px;
		width: 250px;
		margin-left: -250px;
		overflow: hidden;
	}
	.sidebar-left ul ul {
    position: relative;
    left: 0;
    width: 100%;
    padding-bottom: 0px;
    background-color: #F5F1F1;
   }
   .nav-left .toggle
   {
	   cursor: pointer;
   }
   .footer-bottom
     {
		 height: auto;
	 }
	 
	 .box-footer-final
	{
		width: 100%;
		margin: 20px 0;
		display: block;
		
	}
	.video-slider .navslider a.prev
	{
		right: 42px !important;
		top: 20px;
	}
	.video-slider .navslider a.next
	{
		right: 10px;
		top: 20px;
	}
	.access-couter
	{
		text-align: center;
	}
	p.copy-right {
		
	
		text-align: center;
    }
	.receive-email .receive-email-main .left {
		width: 100%;
		
		text-align: center;
		background: url(../../../publics/images/layout/email-left.png) no-repeat center;
		height: 110px;
		background-size: inherit;
		padding: 30px 5px;
		background-color: #1469b3;
	}
	section.receive-email .right
	{
		width: 100%;
	}
	.about-home-video ol.carousel-indicators {
		width: 100%;
		margin-left: 0;
		bottom: -35px;
		right: 0;
	}
	
	.box-product-home .navslider a.next, .project-slider .navslider a.next {
		right: 10px;
	}
	.box-product-home .navslider a.prev, .project-slider .navslider a.prev
	{
		left: 10px;
	}
	.about-home-video img{height: auto}
	.product-item figure { max-height: 100%; height: auto}
	#block-about .about-big {
		font-size: 40px;
	}
	#block-about:before
	{
		background: none;
	}
}

@media only screen and (max-width:667px)
{
    
	.search-bottom input {
		width: 100%;
		margin-top: 8px;
		height: 32px;
    }
	.search-bottom select {
		height: 32px;
		width: 100%;
		font-size: 13px;
		margin-top: 8px;
   }
   .box-search-fast .btn-search {
		width: 35px;
		background-size: 100% 100%;
   }
   section.receive-email .right {
		
		padding: 10px;
   }
	   ul.certify-image-company li {
		display: block;
		float: left;
		width: 100%;
		margin-left: 0;
	}
	
	.list-others {
		overflow: hidden;
		margin-bottom: 10px;
	}
   
}
@media only screen and (max-width:568px)
{
    
	
	  .about-home-content h3:after {
		
		width: 100%;
		left: 0;
    }  
	.about-home-content h3
	{
	    text-align: center;
	}

}
@media only screen and (max-width: 480px)
{
	.product-info {
		clear: both;
	}
	.product-item figure {
		text-align: center;
		float: none;
		width: 100%;
	}
	
	.receive-email .receive-email-main .right .form-receive-email input.submit-email {
		clear: both;
		margin-top: 10px;
		margin-left: auto;
		width: 100%;
	}
	.receive-email .receive-email-main .right .form-receive-email input
	{
		width: 48%;
	}
	section.receive-email .right
	{
		height: auto;
	}
	.receive-email .receive-email-main .right .form-receive-email input {
		width: 48%;
		margin: 0 1%;
		border: 0 !important;
		border-radius: 0 !important;
		
	}
	.form-receive-email input.email
	{
		border-left: 0;
	}
	}
@media only screen and (max-width:414px)
{
	
}				