/* <etrc.css> */
/* ===== PC Header styles ===== */
	.pc-header {
	    position: relative;
	}
	.pc-header .upper {
	    background-color: #1F71BD;
	    padding: 5px 0;
	}
	.list-menu-top li + li {
	    padding-left: 15px;
	    margin-left: 15px;
	    position: relative;
	}
	.list-menu-top li {
	    float: left;
	}
	.list-menu-top li + li:before {
	    content: '';
	    display: block;
	    position: absolute;
	    height: 10px;
	    z-index: 10;
	    border-left: 1px dotted #e1e1e1;
	    left: 0;
	    top: 7px;
	}
	.list-menu-top li a {
	    color: #fff;
	    display: block;
	}
	.login-header-top > ul > li + li{margin-left: 10px;}
	.login-header-top > ul > li > a {
	    font-size: 14px;
	    color: #fff;
	    text-decoration: none;
	    line-height: 30px;
	    display: block;
	}
	.login-header-top .dropdown-menu {
	    border: 0;
	    padding: 0px;
	    border-radius: 0;
	    min-width: 190px;
	    background-color: #1F71BD;
	    position: absolute;
	    right: 0;
	    z-index: 99;
	    top: 42px;
	    display: none;
	}
	.fa-stack.fa-lg img {
		width: 30px;
		height: 30px;
		border-radius: 100%;
	    object-fit: cover;
	}
	.login-header-top .dropdown-menu li a {
	    padding: 7px 15px;
	    display: block;
	    color: #fff;
	    border-bottom: 1px solid #dd660e;
	}
	.dropdown-toggle:after {
	    display: inline-block;
	    width: 0;
	    height: 0;
	    margin-left: .3em;
	    vertical-align: middle;
	    content: "";
	    border-top: .3em solid;
	    border-right: .3em solid transparent;
	    border-left: .3em solid transparent;
	}
	.pc-header .upper .social-top a {
	    margin-left: 10px;
	    color: #fff;
	    width: 22px;
	    height: 22px;
	    text-align: center;
	    border-radius: 100%;
	}
	.pc-header .middle {
	    padding: 15px 0;
	    background: #fff;
	}
	/*.pc-header .middle .logo{width: 175px}*/
	.pc-header .middle .center-box{
		width: -webkit-calc(100% - 175px);
	    width: -moz-calc(100% - 175px);
	    width: -ms-calc(100% - 175px);
	    width: -o-calc(100% - 175px);
	    width: calc(100% - 175px);
	}
	.promo-items-wrapper {
	    padding: 20px;
	    margin-bottom: 0;
	    background: #f7f7f7;
	    border: 1px solid #ececec;
	}
	.item-icon-wrap {
	    width: 32px;
	    text-align: center;
	}
	.item-info-wrap {
		width: -webkit-calc(100% - 32px);
	    width: -moz-calc(100% - 32px);
	    width: -ms-calc(100% - 32px);
	    width: -o-calc(100% - 32px);
	    width: calc(100% - 32px);
	    padding-left: 10px;
	    float: left;
	    font-family: TPBaomoi;
	    line-height: 20px;
	}
	.item-info-wrap .item-title {
	    color: #146AC1;
	    display: block;
	    font-weight: bold;
	}
	.header-search{
		width: -webkit-calc(100% - 200px);
	    width: -moz-calc(100% - 200px);
	    width: -ms-calc(100% - 200px);
	    width: -o-calc(100% - 200px);
	    width: calc(100% - 200px);
	    padding-left: 2px;
	}
	.header-search .edit-select.relative {
	    width: 220px;
	}
	.header-search .input-text {
	    width: -webkit-calc(100% - 200px);
	    width: -moz-calc(100% - 200px);
	    width: -ms-calc(100% - 200px);
	    width: -o-calc(100% - 200px);
	    width: calc(100% - 200px);
	}
	.header-search .input-select {
	    height: 36px;
	    border: 0;
	}
	.header-search .edit-select.relative::after {
	    content: '';
	    position: absolute;
	    right: 0;
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	       -moz-transform: translate(0, -50%);
	        -ms-transform: translate(0, -50%);
	         -o-transform: translate(0, -50%);
	            transform: translate(0, -50%);
	    width: 1px;
	    height: 20px;
	    border-left: 1px dotted #ccc;
	}
	.header-search .btn-search {
		text-indent: -9999px;
	    width: 35px;
	    height: 30px;
	    background: url('img/icon/ic_search.png') no-repeat scroll center center;
	    border: 0;
	    display: block;
	}
	.header-search .uk-dropdown {
	    padding: 10px;
	    min-width: 300px;
	    border: none;
	    background: #fff;
	    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	    border-top: 4px solid #03356f;
	}
	.header-search .form {
	    position: relative;
	}
	.header-search .form .input-text {
	    color: #999;
	    font-size: 14px;
	    height: 36px;
	    min-width: 210px;
	    border-radius: 0px;
	    background: #fff;
	    border: 0px solid #ccc;
	    padding: 0 10px;
	}
	.header-search .form .btn-submit {
	    display: block;
		position: absolute;
		padding: 0 8px;
		background: url('img/icon/ic_search.png') no-repeat scroll center center;
		height: 36px;
		width: 36px;
		border: none;
		font-size: 12px;
		color: #fff;
		top: 0px;
		right: 0px;
		cursor: pointer;
		outline: none;
		text-indent: -9999px;
	}
	.pc-header .lower {
	    background-color: #0086D0;
	}
	.main-categories .heading {
	    position: relative;
	    padding: 10px 10px 10px 40px;
	    font-size: 15px;
	    line-height: 20px;
	    text-transform: uppercase;
	    background: #0d98e4;
	    font-weight: bold
	}
	.main-categories .heading a{color: #fff;}
	.main-categories .heading:before {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 14px;
	    height: 10px;
	    z-index: 100;
	    background: url('img/ic_bar.png') no-repeat;
	    left: 15px;
	    top: 16px;
	}
	#site-navigation {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    width: 100%;
	    background-color: #fff;
	    border-width: 0 1px 1px 1px;
	    border-style: solid;
	    border-color: #dedede;
	    z-index: 99;
	}
	#site-navigation ul.main-menu  li {
	    cursor: pointer;
	    -webkit-transition: all .4s ease-in-out;
	    -o-transition: all .4s ease-in-out;
	    transition: all .4s ease-in-out;
	    position: relative;
		border-bottom: 1px solid #DDDDDD;
	}
	#site-navigation ul.main-menu > li > a {
	    position: relative;
	    padding: 7px 10px 8px 10px;
	    display: block;
	    color: #004B91;
	    font-size: 14px;
	    /* background-image: url('img/ic_ic.png'); */
	    background-repeat: no-repeat;
	    background-position: left 10px center;
	    -webkit-transition: none !important;
	    -moz-transition: none !important;
	    -ms-transition: none !important;
	    -o-transition: none !important;
	    transition: none !important;
	}
	#site-navigation ul.main-menu > li:hover > a {
	    /*background-image: url('img/ic_ic_white.png'), url('img/arrow-hover.png');*/
	    /*background-repeat: no-repeat;*/
	    /*background-position: left 10px center, right center;*/
	    /*background-color: rgb(13, 152, 228);*/
	    /*border-top: 0;*/
	    /*color: #fff;*/
	}
	#site-navigation ul.main-menu > li > a:before {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 30px;
	    left: 0px;
	    bottom: 0px;
	    background-color: rgba(127,69,0,0);
	    /*background-image: -webkit-linear-gradient(bottom, #e8e8e8, rgba(255,255,255,0));*/
	    /*background-image: -moz-linear-gradient(bottom, #e8e8e8, rgba(255,255,255,0));*/
	    /*background-image: -o-linear-gradient(bottom, #e8e8e8, rgba(255,255,255,0));*/
	    /*background-image: -ms-linear-gradient(bottom, #e8e8e8, rgba(255,255,255,0));*/
	    /*background-image: linear-gradient(to top, #e8e8e8, rgba(255,255,255,0));*/
	}
	#site-navigation ul.main-menu > li:hover > a:before{display: none;}
	#site-navigation ul.main-menu > li.uk-parent > a:after{
	    content: "\f107";
	    font-family: FontAwesome;
	    position: absolute;
	    right: 20px;
	    top: 7px;
	}
	#site-navigation ul.main-menu > li.uk-parent:hover > a:after{content: "\f105";}
	#site-navigation ul.main-menu .dropdown-menu {
	    background: #fff !important;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	    left: 100%;
	    min-width: 260px;
	    opacity: 0;
	    position: absolute;
	    top: 100%;
	    -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;
	    visibility: hidden;
	    z-index: 9999;
	    width: 100%;
	}
	#site-navigation ul.main-menu > li.uk-parent:hover > .dropdown-menu{
	    opacity: 1;
	    visibility: visible;
	    top: 0;
	}
	#site-navigation ul.main-menu .dropdown-menu li a {
	    line-height: 22px;
	    margin: 0;
	    padding: 7px 13px;
	    display: block;
	    color: #0C79DE !important;
	    border-bottom: 1px solid #f0f0f0;
	}
	.uk-list.uk-clearfix.subMenus {
	    position: absolute;
	    left: 100%;
	    top: 0;
	    width: 100%;
	    background-color: #fff;
	    display: none;
	}
	#site-navigation ul.main-menu li:hover > ul{display: block;}
	.header-area-cart-wrapper{padding: 2px 0;}
	.site-header-cart > a {
	    display: block;
	    padding-left: 50px;
	    margin: 0 auto;
	    position: relative;
	    font-size: 13px;
	    line-height: 15px;
	    color: #fff;
	    text-align: left;
	}
	.site-header-cart > a:before {
		content: '';
	    display: block;
	    position: absolute;
	    width: 34px;
	    height: 31px;
	    z-index: 5;
	    background: url('img/icon-cart.png') no-repeat;
	    left: 0;
	    top: 0;
	}
	.site-header-cart .cart-title-wrap {
	    line-height: 16px;
	    font-size: 12px;
	    display: block;
	}
	.site-header-cart .count {
	    position: absolute;
	    width: 22px;
	    height: 22px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    color: #17d071;
	    background: #fff;
	    border: 2px solid #17d071;
	    text-align: center;
	    line-height: 18px;
	    font-size: 10px;
	    z-index: 10;
	    left: 25px;
	    top: 10px;
	}
/* ===== Mobile Header style ===== */
	.mobile-header {
		position: relative;
		background: #fff;
		z-index: 5;
		padding-bottom: 5px;
	}
	.mobile-header .logo {display: none;}
	
	.select-lang {
	    position: absolute;
	    margin: 0;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	    color: #666;
	    border: 2px solid #eee;
	    right: 10px;
	    z-index: 99;
	}
	.select-lang dt {
	    display: inline-block;
	    cursor: pointer;
	    position: relative;
	    z-index: 99;
	    text-align: left;
	    font-size: 14px;
	    font-weight: normal;
	    text-transform: capitalize;
	    color: #fff;
	    padding: 8px 15px;
	    line-height: 20px;
	}
	.select-lang dt > p {
	    display: inline-block;
	    padding-left: 10px;
	    margin: 0;
	    font-weight: normal;
	    padding-right: 5px;
	    color: #777;
	    font-size: 13px;
	}
	.select-lang dt::after {
	    font-family: FontAwesome;
	    color: #999;
	    font-size: 16px;
	    width: 100px;
	    vertical-align: middle;
	    content: "\f107";
	    font-size: 12px;
	    right: -7px;
		position: relative;
	}
	.select-lang dd {
	    position: absolute;
	    right: -2px;
	    top: 40px;
	    background: #fff;
	    display: none;
	    z-index: 99999;
	    border: 1px solid #e5e5e5;
	}
	.select-lang dd ul {
	    max-height: 240px;
	    overflow-y: scroll;
	    padding: 4px;
		width: 180px;
	}
	.select-lang dd ul li a {
	    line-height: 30px;
	    display: block;
	    padding: 0 8px;
	    text-align: left;
	    color: #333;
	}
	.select-lang dd ul li img {
	    max-width: 21px;
	    max-height: 21px;
	    width: 100%;
	    height: auto;
	    vertical-align: middle;
	    border-radius: 2px;
	}
	.select-lang dd ul li p {
	    padding-left: 8px;
	    font-size: 12px;
	    display: inline-block;
	    text-transform: capitalize;
	    vertical-align: middle;
	    margin: 0;
	}
	.mobile-header .select-lang{
		top: 50%;
	    -webkit-transform: translate(0, -50%);
       	-moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
     	-o-transform: translate(0, -50%);
        transform: translate(0, -50%);
	}
	.mobile-header .select-lang dd ul{width: 140px;padding: 3px;}

	.mobile-header .select-lang dt {
	    padding: 5px 15px 5px 8px;
	}
	.mobile-header .select-lang dd{
		top: 32px
	}



	.header-extras__link {
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    color: #333;
	    font-size: 18px;
	}
	.header-extras__link img {
	    width: 30px;
	    height: 30px;
	    border-radius: 100%;
	    border: 1px solid green;
	    padding: 1px;
	}
	.mobile-header .top {
	    padding: 5px 10px;
	    background: #999;
	    color: #fff;
	}
	.mobile-header .upper {
		background-color: #f26b06;
		padding: 5px 0;
	}
	.mobile-header .middle {
		position: relative;
		text-align: center;
		height: 50px;
		padding: 10px 0;
	}
	.mobile-header .lower {
	    padding: 5px 0;
	    color: #fff;
	}
	.mobile-header .hotline {
		display: block;
		position: absolute;
		padding-left: 25px;
		left: initial;
		right: 10px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #cf171f;
		font-size: 13px;
		font-weight: bold;
		line-height: 22px;
	}
	.mobile-header .upper .logo img{display: inline-block;max-height: 50px;}
	.mobile-search .form .input-text {
	    background: #fff !important;
	    border: 1px solid #e9e9e9 !important;
	    height: 36px;
	}
	.mobile-search .btn-submit {
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 40px;
	    height: 36px;
	    background: #15a1e7 url('img/icon/ic_search_1.png') no-repeat scroll center center;
	    border: 0;
	}
	.mobile-header::before {
	    content: '';
	    width: 100%;
	    height: 12px;
	    background-image: url('img/bg_shadow.png');
	    position: absolute;
	    top: 100%;
	    left: 0;
	}
	.mobile-header .site-header-cart {
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    width: 50px;
		height: 35px;
	    -webkit-transform: translate(0, -50%);
	       -moz-transform: translate(0, -50%);
	        -ms-transform: translate(0, -50%);
	         -o-transform: translate(0, -50%);
	            transform: translate(0, -50%);
	}
	.mobile-header .site-header-cart > a:before{
		background-image: url('img/icon-cart-mobile.png');
	}
	.mobile-header .list-menu-top li a{font-size: 11px;}
	@media (max-width: 660px) {
		.block-items{display: block}
		.block-items > *{margin-bottom: 10px;margin-left: 0;}
	}
	@media (max-width: 567px) {

	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}

	/* ------------------------------------------ Start Homepage -----------------------------------------------*/	
	/* ---------- Homepage Slider ---------- */
	.homepage-slider {
	    padding: 15px 0 0 15px;
	}
	/* ---------- Homepage Products Highlight ---------- */
	.homepage-products-highlight .panel-head:after,
	.homepage-products-highlight .panel-head:before{
		content: '';
		width: 100%;
		left: 10px;
		height: 1px;
		background: #e1e1e1;
		position: absolute;
	}
	.homepage-products-highlight .panel-head:after{bottom: 8px}
	.homepage-products-highlight .panel-head:before{bottom: 11px}
	.homepage-products-highlight .heading {
	    background: #fff;
	    position: relative;
	    padding: 0 20px 0 0;
	    z-index: 9;
	    display: inline-block;
	    margin: 0;
	}
	.homepage-products-highlight .heading > *{display: block;font-weight: normal;}
	.homepage-products-highlight .heading .title {
	    font-size: 30px;
	    margin-bottom: 10px;
	    color: #0086d0;
	}
	.list-products .item {
		position: relative;
	    border: 1px solid #e1e1e1;
	}
	.homepage-products-highlight .list-products .item .thumb {
	    padding: 10px;
	}
	.list-products .item .thumb > * {overflow: hidden;}
	.list-products .item .thumb img{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: ease 0.3s;
		-o-transition: ease 0.3s;
		transition: ease 0.3s;
	}
	.list-products .item:hover .thumb img{
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-o-transform: scale(1.08);
		transform: scale(1.08);
	}
	.list-products .item .title {
	    padding: 10px;
	    margin: 0;
	}
	.list-products .item .title a {
	    display: block;
	    height: 40px;
	    color: #004B91;
	    overflow: hidden
	}
	.list-products .item:hover .title a {
	    color: #0086d0;
	}
	.homepage-products-highlight .lSPager.lSpg,
	.homepage-products-highlight .lSAction{display: none !important;}
	.list-products .item .meta_cart > a {
	    border-top: 1px solid #dedede;
	    display: block;
	    line-height: 40px;
	   	color: #000;
	   	background: #dfe1e2;
	   	display: none;
	}
	.list-products .item .meta_price {
	    padding: 0 10px 10px;
	    color: #f00;
		font-weight: bold;
	}
	.list-products .item .meta_price span {
	    margin-left: 10px;
	    color: #666;
	    font-size: 13px;
	    text-decoration: line-through;
	}
	.carousel-nav-action {
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.carousel-nav-action .carousel-controls {
	    border: 1px solid #e1e1e1;
	    width: 30px;
	    height: 30px;
	    line-height: 28px;
	    text-align: center;
	    display: inline-block;
	    margin-left: 4px;
	    font-size: 16px;
	    -webkit-transition: 0.3s ease;
	    -o-transition: 0.3s ease;
	    transition: 0.3s ease;
	    cursor: pointer;
	}
	@media (max-width: 660px) {
		.homepage-products-highlight .list-products .item .thumb{height: 160px}
		.homepage-slider {
		    padding: 0;
		}
	}
	@media (max-width: 567px) {

	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}
	/* ---------- Homepage Call To Action ---------- */
	.homepage_call_to_action {
	    padding: 80px 0;
	    background-position: center;
	    background-attachment: fixed;
	    background-size: cover;
	}
	.homepage_call_to_action .title_company {
	    color: #03669c;
	    font-size: 52px;
	    line-height: 56px;
	    font-style: italic;
	}
	.cta-btn-wrap a {
	    display: inline-block;
	    background: #0d98e4;
	    padding: 10px 30px;
	    font-size: 24px;
	    color: #fff;
	    font-weight: 600;
	    margin-top: 20px;
	    box-shadow: 2px 3px 0px #00598a;
	}
	@media (max-width: 660px) {
		.homepage_call_to_action{padding: 40px 0;}
		.homepage_call_to_action .title_company{font-size: 26px; line-height: 28px;}
		.cta-btn-wrap a {font-size: 16px}
	}
	@media (max-width: 567px) {

	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}


	/* ---------- Homepage Products Catalogues List ---------- */
	.homepage-catalogues-products .panel-head:after,
	.homepage-catalogues-products .panel-head:before{
		content: '';
		width: 100%;
		left: 0;
		height: 1px;
		background: #e1e1e1;
		position: absolute;
	}
	.homepage-catalogues-products .panel-head:after{bottom: 8px}
	.homepage-catalogues-products .panel-head:before{bottom: 11px}
	.homepage-catalogues-products .heading {
	    background: #fff;
	    position: relative;
	    padding: 0 20px 0 0;
	    z-index: 99;
	    display: inline-block;
	    margin: 0;
	}
	.homepage-catalogues-products .heading > *{display: block;font-weight: normal;}
	.homepage-catalogues-products .heading .title {
	    font-size: 30px;
	    margin-bottom: 10px;
	    color: #0086d0;
	}
	.list-products .thumb {
	    height: 216px;
	    padding: 10px;
	}
	@media (max-width: 660px) {
		.list-products .thumb{height: 160px}
		.list-products .thumb img{height: 100%;}
		.list-products .item .title{font-size: 14px}
	}
	@media (max-width: 567px) {

	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}
	
	/* ---------- Homepage Testimonials List ---------- */
	
	.homepage-testimonial .heading {
	    color: #0086d0;
	    font-weight: normal;
	}
	.homepage-testimonial .heading .title {
	    background-color: #fff;
	    padding: 0 15px;
	    position: relative;
	    z-index: 9;
	    display: inline-block;
	    font-size: 30px;
	    line-height: 32px
	}
	.homepage-testimonial .heading:after,
	.homepage-testimonial .heading:before{
		content: '';
		width: 40%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		   -moz-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		     -o-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		height: 1px;
		background: #e1e1e1;
		position: absolute;
	}
	.homepage-testimonial .heading:after{bottom: 8px}
	.homepage-testimonial .heading:before{bottom: 11px}
	.testimonial .thumb {
	    width: 200px;
	    float: left;
	    height: 200px;
	}
	.testimonial .infor {
	    width: -webkit-calc(100% - 200px);
	    width: -moz-calc(100% - 200px);
	    width: -ms-calc(100% - 200px);
	    width: -o-calc(100% - 200px);
	    width: calc(100% - 200px);
	    padding: 15px;
	    float: right;
	    border-width: 1px 1px 1px 0;
	    border-style: solid;
	    border-color: #dedede;
	    height: 200px;
	}
	.testimonial .infor .title {
	    font-size: 16px;
	    font-weight: bold;
	    color: #444;
	    margin-top: 10px;
	    white-space: nowrap;
	    overflow: hidden;
	    line-height: 22px;
	}
	.testimonial .infor .description {
	    max-height: 136px;
	    overflow: hidden;
	    text-align: justify;
	}
	.homepage-testimonial .owl-dots {
	    margin-top: 20px;
	    text-align: center;
	}
	.homepage-testimonial .owl-dots > * {
	    width: 10px;
	    height: 10px;
	    display: inline-block;
	    border-radius: 100%;
	    background-color: #ccc;
	    margin: 0 3px;
	}
	.homepage-testimonial .owl-dots > *.active{background-color: #0086d0}
	@media (max-width: 660px) {
		.homepage-testimonial .heading:after, .homepage-testimonial .heading:before {width: 100%;}
		.testimonial .infor {
		    width: 100%;border-width: 0px 1px 1px 1px;
		}
		.testimonial .thumb{width: 100%;}
	}
	@media (max-width: 567px) {

	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}

	/* ---------- Homepage Articles Catalogues ---------- */
	.homepage-catalogues .panel-head:after,
	.homepage-catalogues .panel-head:before{
		content: '';
		width: 100%;
		left: 0;
		height: 1px;
		background: #e1e1e1;
		position: absolute;
	}
	.homepage-catalogues .panel-head:after{bottom: 8px}
	.homepage-catalogues .panel-head:before{bottom: 11px}
	.homepage-catalogues .heading {
	    background: #fff;
	    position: relative;
	    padding: 0 20px 0 0;
	    z-index: 99;
	    display: inline-block;
	    margin: 0;
	}
	.homepage-catalogues .heading > *{display: block;font-weight: normal;}
	.homepage-catalogues .heading .title {
	    font-size: 30px;
	    margin-bottom: 10px;
	    color: #0086d0;
	}

	.homepage-catalogues .left-colunm .articles .thumb {
	    height: 280px;
	}
	.homepage-catalogues .left-colunm .articles .title {
	    font-size: 20px;
	    line-height: 24px;
	    margin: 0 0 10px;
	}
	.homepage-catalogues .left-colunm .articles .title a{color: #333;}
	.homepage-catalogues .articles .description {
	    color: #666;text-align: justify;
	}
	.homepage-catalogues .right-colunm .articles:not(:last-child){
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed;
	}
	.homepage-catalogues .right-colunm .articles .thumb {
	    width: 100px;
	    float: left;
	    height: 65px;
	}
	.homepage-catalogues .right-colunm .articles .infor{
		width: -webkit-calc(100% - 100px);
	    width: -moz-calc(100% - 100px);
	    width: -ms-calc(100% - 100px);
	    width: -o-calc(100% - 100px);
	    width: calc(100% - 100px);
	    padding-left: 15px;
	    float: left;
	}
	.homepage-catalogues .right-colunm .articles .title{
		margin-bottom: 5px;
		font-size: 15px;
		max-height: 40px;
		overflow: hidden;
	}
	.homepage-catalogues .right-colunm .articles .title a{color: #333;}
	.homepage-catalogues .articles .meta_time {
	    color: #666;
	    font-size: 12px;
	}

	.col-posts-wrapper .heading{
	    position: relative;
	    padding: 13px 10px 13px 40px;
	    margin: 0;
	    font-size: 18px;
	    line-height: 24px;
	    color: #fff;
	    text-transform: uppercase;
	    border-radius: 5px 5px 0 0;
	    font-weight: bold;
	    background: url('img/bg-featurednews.png') 0 100%/281px 50px #0086d0;
	}
	.col-posts-wrapper .heading:before {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 21px;
	    height: 21px;
	    background: url('img/icon-post.png') no-repeat;
	    left: 12px;
	    top: 18px;
	}
	.col-posts-wrapper .panel-body {
	    padding: 5px 0 0;
	    background: #0086d0;
	    border-radius: 0 0 5px 5px;
	}
	.col-posts-wrapper .list-article a {
	    position: relative;
	    display: block;
	    padding: 10px 15px 10px 30px;
	    font-size: 13px;
	    line-height: 20px;
	    color: #fff;
	}
	.col-posts-wrapper .list-article a:before {
	    content: "\f105";
	    font-family: FontAwesome;
	    display: block;
	    position: absolute;
	    left: 15px;
	    top: 10px;
	    color: #fff !important;
	}
	.col-posts-wrapper .list-article li + li a {
	    border-top: 1px dashed #0d98e4;
	}
	.item_list_ a {
	    color: #333;
	    padding-left: 15px;
	    line-height: 30px;
	    position: relative;
	}
	.item_list_ a:after{
		content: '';
		width: 0;
		height: 0;
		border-left: 5px solid #333;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		   -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		     -o-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	@media (max-width: 660px) {

	}
	@media (max-width: 567px) {

	}
	@media (min-width: 460px) {

	}
	@media (max-width: 460px) {

	}
	

	/* --------------------------------------- Hết Homepage --------------------------------------------------*/	

	/* ===== footer style ==== */
	.footer {
	    padding-top: 15px;
	    border-top: 1px solid #f3f3f3;
	    background-color: #f7f7f7;
	}
	.footer .heading {
	    font-size: 18px;
	    color: #0091e0;
	    text-transform: none;
	    line-height: 24px;
	    font-weight: 600;
	    margin: 0;
	    border-bottom: 1px solid #ddd;
	}
	.heading.before_line > * {
	    position: relative;
	    padding-bottom: 5px;
	    display: inline-block;
	}
	.heading.before_line > *:before {
	    content: '';
	    width: 100%;
	    height: 1px;
	    position: absolute;
	    bottom: -1px;
	    left: 0;
	    background-color: #0e87bd;
	}
	.footer-nav li a {
	    color: #4d4d4d;
	    line-height: 30px;
	    font-size: 15px;
	    display: block;
	}
	.footer-nav li a i{margin-right: 5px;color: #0091e0;}
	.footer-nav li a i:before{
		font-weight: bold;
		font-size: 13px
	}
	.list-add-footer li {
	    margin-bottom: 8px;
	    padding-left: 25px;
	    font-family: TPBaomoi;
	    font-size: 15px;
	    background-repeat: no-repeat;
	    background-image: url('img/ic_add_footer.png')
	}
	.list-add-footer li.add{background-position: 0 4px;}
	.list-add-footer li.phone{background-position: 0 -56px;}
	.list-add-footer li.fax{background-position: 0 -91px;}
	.list-add-footer li.time{background-position: 0 -128px;}
	.list-add-footer li.mail{background-position: 0 -164px;}
	.list-add-footer li.web{background-position: 0 -200px;}

	.footer a {
	    color: #9a9a9a;
	}
	.footer .upper {
	    padding: 7px 0;
	    font-size: 13px;
	    color: #fff;
	    font-family: TPBaomoi;
	    background-color: #0D0D0D;
	}
	.footer .maps{
		border: 1px solid #dedede;
		padding: 2px;
	}
	.footer iframe{
		width: 100%;
		height: 220px;
	}
	.list-social-media li a{
		width: 40px;
		height: 38px;
		display: block;
		background-image: url('img/ic_social.png');
		background-repeat: no-repeat;
	}
	.list-social-media li + li{margin-left: 5px;}
	.list-social-media li a.tw{
		background-position: -48px 0;
	}
	.list-social-media li a.go{
		background-position: -95px 0;
	}
	.list-social-media li a.in{
		background-position: -142px 0;
	}
	.list-social-media li a.yo{
		background-position: -190px 0;
	}
	
/* -----------------------------------------------------------------------------------------*/	

	/* ===== Pagination ===== */
	.pagination {
	    padding: 0px;
	}
	.pagination .uk-active > * {
	    background: #1fa67a;
	    color: #fff;
	    border-color: transparent;
	}

	/* ===== Breadcrumb ===== */
	.breadcrumb {
	    position: relative;
	    color: #666;
	    background-color: #f7f7f7;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #eaeaea;
	}
    .breadcrumb ul {
        overflow: hidden; 
        -ms-text-overflow: ellipsis; 
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 8px 0px;
        margin-bottom: 0;
    }
    .breadcrumb ul li {position: relative;}
    .breadcrumb ul li + li {
    	margin-left: 10px;
    	padding-left: 10px;
    	font-family: 'TPBaoMoi'
    }
    .breadcrumb ul li:nth-child(n+2)::before {
	    content: "\f101";
	    display: block;
	    position: absolute;
	    left: -10px;
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    color: inherit;
	    font-family: FontAwesome;
	    color: #666;
	}
    .breadcrumb ul a {
	    font-size: 14px;
	    line-height: 20px;
	    color: #666;
	}

	@media (max-width: 660px){
		.position_center_box .heading{display: none}
	}


	/* ===== Aricles Catalog style ===== */
	.toggle-catalog {
	    color: #fff;
	    line-height: 40px;
	    padding: 0 10px 0 30px;
	    font-weight: bold;
	    text-transform: uppercase;
	    background: #006496 url('img/ic_bar.png') no-repeat scroll left 10px center;
	}
	.article-page .heading {
	    font-family: SFUFuturaBold;
	    text-transform: uppercase;
	    font-size: 30px;
	    line-height: 34px;
	}
	.article-page .heading > * {
	    color: #5d1e0c;
	}
	.article-page{
		background-color: #fff;
	} 
	.artcatalogue .list-article .article .thumb {
	    height: 230px;
	}
	.artcatalogue .list-article .article .main-title {font-weight: normal;}
	.artcatalogue .list-article .main-title a {
        line-height: 22px;
	    display: block;
	    color: #111;
	    font-size: 18px;
	}
	.artcatalogue .list-article .meta_time{font-size: 13px;}
	.artcatalogue .list-article .description {
	    text-align: justify;
	    color: #666;
	    font-size: 14px;
	    line-height: 22px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-height: 110px;
	}
	.artcatalogue .list-article .meta_{font-size: 16px;font-family: TPBaomoi;}
	.my_btn1 a {
	    background: url('img/layer_more.png');
		line-height: 36px;
		color: #fff;
		width: 165px;
		text-align: center;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.my_btn1 a::before {
	    content: '';
	    width: 26px;
	    height: 26px;
	    background-image: url('img/ic_more.png');
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
	@media (max-width: 660px) {
	
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {
		
	}
	.price-detail label {
	    padding: 3px 10px;
	    line-height: 16px;
	    background-color: green;
	    color: #fff;
	    font-size: 11px;
	    border-radius: 25px;
	    margin-left: 10px;
	}
	.price-detail label.bg_danger{
		background-color: #a70808;
	}
	/* ===== Articles Detail style ===== */
	.art-detail .title-main {
	    font-size: 24px;
	    line-height: 26px;
	    color: #333;
	    font-weight: normal;
	    margin: 20px 0;
	}
	.art-detail .uk-flex.uk-flex-middle.meta {
	    padding: 5px;
	    background: #f7f7f7;
	    margin-bottom: 10px;
	    position: relative;
	    color: #666;
	    font-size: 13px;
	    line-height: 22px;
	    border-top: 1px solid #e8e8e8;
	}
	.art-detail .article .meta .meta_date {
	    padding-left: 20px;
	    background-image: url('img/icon/meta_date.png');
	    background-repeat: no-repeat;
	    background-position: center left;
	}
	.art-detail .article .meta .meta_view {
	    padding-left: 20px;
	    background-image: url('img/icon/meta_view.png');
	    background-repeat: no-repeat;
	    background-position: center left;
	}
	.art-detail .content ul{
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.left-meta > * {
	    font-family: 'Roboto', sans-serif;
	    color: #999;
	    padding-left: 15px;
	}
	.left-meta > .back-page{background: url('img/icon/back.png') no-repeat scroll left center;}
	.left-meta > .goTop-page{background: url('img/icon/top.png') no-repeat scroll left 3px center; margin-left: 5px;}
	@media (max-width: 960px) {
		.art-detail .article {
			font-size: 13px;
			line-height: 20px;
		}
		.art-detail .article img {
			height: auto!important;
		}
	}

	@media (max-width: 660px) {
		.art-detail .title-main {font-size: 20px;}
		#article-page .uk-flex.uk-flex-middle.meta {display: block;}
		.left-meta {margin-bottom: 5px;}
		.goTop-page {float: right;}
	}
	/* >>>> Articles same <<<<< */

	.articles_same .articles .thumb{
		height: 250px;
		margin-bottom: 10px;
	}
	.articles_same .articles .infor a{
		color: #333;
		display: block;
		font-family: Roboto;
	}
	.art-same .heading-1 {
	    position: relative;
	    margin: 0 0 10px 0;
	    font-size: 20px;
	    font-weight: 500;
	    text-transform: none;
	    line-height: 22px;
	    overflow: hidden;
	}
	.art-same .heading-1 > * {
	    position: relative;
	    display: inline-block;
	    color: #0086d0;font-weight: bold;padding-right: 30px;
	}
	.art-same .list-article-otther li {
	    border-bottom: 1px dotted #bcbcbc;
	    margin-bottom: 10px;
	}
	.art-same .list-article-otther li:last-child{border-bottom: 0; margin-bottom: 0;}
	.art-same .list-article-otther li a {
	    display: block;
	    padding: 0px 5px 10px 20px;
	    line-height: 20px;
	    color: #333;
	    background: url('img/icon/ic_check.png') no-repeat scroll left top 6px;
	}
	@media (min-width: 1220px) {
		.homepage-category .category .image {height: 282px;}
		.art-same .heading-1 > ::after {
		    content: "";
		    display: block;
		    position: absolute;
		    width: 269px;
		    height: 11px;
		    top: 50%;
		    -webkit-transform: translate(0, -50%);
		    -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		    -o-transform: translate(0, -50%);
		    transform: translate(0, -50%);
		}
		.art-same .heading-1 > ::after {
		    left: initial;
		    left: 100%;
		    background: url('img/icon/bg-heading-right.png');
		}
	}



	/* ===== Aside ===== */

	.aside_news {
	    border: 1px solid #ddd;
	}
	.aside_news .panel-head {
	    position: relative;
	    padding: 0 10px;
	}
	.aside_news .panel-head:before {
	    content: "";
	    display: block;
	    width: 100%;
	    left: 0;
	    height: 3px;
	    position: absolute;
	    background: url('img/line.png') repeat-x;
	    top: 35px;
	}
	.aside_news .heading {
	    margin: 0;
	    height: 38px;
	    overflow: hidden;
	}
	.aside_news .heading > * {
	    text-transform: uppercase;
	    color: #0086d0;
	    display: inline-block;
	    line-height: 38px;
	    overflow: hidden;
	    position: relative;
	}
	.aside_news .heading > *:before {
	    content: '';
	    position: absolute;
	    height: 3px;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    background: #f26b06;
	}	
	.list-article-aside li {
	    padding: 10px;
	    border-bottom: 1px solid #ddd;
	}
	.list-article-aside li:last-child {
	    border-bottom: 0;
	}
	.list-article-aside .thumb {
	    width: 90px;
	    float: left;
	    height: 60px;
	}
	.list-article-aside .infor {
	    width: -webkit-calc(100% - 90px);
	    width: -moz-calc(100% - 90px);
	    width: -ms-calc(100% - 90px);
	    width: -o-calc(100% - 90px);
	    width: calc(100% - 90px);
	    padding-left: 10px;
	    float: right;
	    height: 60px;
	    overflow: hidden;
	}
	.list-article-aside .infor .title {
	    height: 54px;
	    overflow: hidden;
	    line-height: 18px;
		font-size: 14px;
	}
	.list-article-aside .infor .title a {
	    color: #333;
	}


	.aside_products .heading{
		background: url('img/line.png') repeat-x scroll left bottom;
	}
	.aside_products .heading > *{
		text-transform: uppercase;
	    color: #0086d0;
	    display: inline-block;
	    line-height: 38px;
	    position: relative;
	    font-size: 14px;
	}
	.aside_products .heading > *:before {
	    content: '';
	    position: absolute;
	    height: 3px;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    background: #f26b06;
	}	
	.aside_products li{
		padding: 10px 0;
	}
	.aside_products .products .thumb {
	    width: 100px;
	    float: left;
	    height: 100px;
	}
	.aside_products .products .thumb img{
		border: 1px solid #dedede;
		padding: 2px;
	}
	.aside_products .products .infor {
	    width: -webkit-calc(100% - 100px);
	    width: -moz-calc(100% - 100px);
	    width: -ms-calc(100% - 100px);
	    width: -o-calc(100% - 100px);
	    width: calc(100% - 100px);
	    padding-left: 10px;
	    float: right;
	}
	.aside_products .products .infor .title a {
	    color: #333;
	    font-size: 14px;
	    line-height: 20px;
	    display: block;
	}
	.aside_products .products .meta_price {
	    color: #f00;
	    font-weight: bold;
	}
	.aside_products .products .meta_price span{
		text-decoration: line-through;
		color: #999;
		margin-left: 5px;
		font-weight: normal;
		font-size: 13px
	}

	.left_h4 {
	    background: #bb2322;
	    font-size: 16px;
	    color: #fff;
	    line-height: 50px;
	    text-align: center;
	    text-transform: uppercase;
	}
	.mtree-demo {
	    background-color: #0088cc;
	}
	.mtree.transit > li{position: relative;}
	.mtree.transit > li > span {
	    position: absolute;
	    right: 0;
	    top: 0;
	    line-height: 36px;
	    color: #fff;
	    width: 30px;
	    text-align: center;
	}
	ul.mtree > li > a {
		display: block;
	    color: #fff;
	    -moz-transition: all 0s;
	    -o-transition: all 0s;
	    -webkit-transition: all 0s;
	    transition: all 0s;
	    padding: 5px 36px 5px 15px;
	    line-height: 26px;
	    border-bottom: 1px dashed #15a1e7;
	}
	ul.mtree > li:last-child > a{border-bottom: 0;}
	.aside > * {margin-bottom: 20px;}

	@media (max-width: 660px) {

	}

	/* ===== Products Catalog ===== */
	.product-catalog .heading {
	    font-size: 22px;
	    line-height: 24px;
	    margin-bottom: 20px;
	    color: #0086d0;
	}

	
	@media (max-width: 767px) {
		
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 400px) {
		
	}

	/* ===== Products Detail ===== */
	
	.products-detail .title-prd {
	    font-size: 24px;
	    margin: 0;
	    text-align: left;
	    padding-bottom: 12px;
	    line-height: 26px;
	    color: #0d74ad;
	}
	.products-detail .price-detail {
	    color: #e33b3f;
	    padding: 10px 0px;
	    position: relative;
	    border-bottom: 1px #ddd dotted;
	    border-top: 1px #ddd dotted;
	}
	.products-detail .price-detail span{font-weight: bold;font-size: 16px;}
	.products-detail .price-detail font{font-size: 14px; text-decoration: line-through;color: #999;}
	.products-detail .price-detail sub {
	    bottom: 7px;
	}
	.products-detail .box_detail_product .description {
	    font-size: 13px;
	    padding: 10px 0px;
	    border-bottom: 1px #ddd dotted;
	}
	.products-detail .box_detail_product .description ul, 
	.products-detail .box_detail_product .description ol{padding-left: 15px;}
	.products-detail .buy.mb20 {
	    padding: 0 20px;
	}
	.products-detail .quantity-box .btn {
	    overflow: hidden;
	    position: relative;
	    background-color: #f9f9f9;
	    text-shadow: 1px 1px 1px #fff;
	    color: #888;
	    border: 1px solid #ddd;
	    border-right-width: 1px;
	    border-right-style: solid;
	    border-right-color: rgb(221, 221, 221);
	    text-transform: none;
	    font-weight: normal;
	    display: inline-block;
	    vertical-align: top;
	    cursor: pointer;
	    padding-left: 0.5em;
	    padding-right: 0.5em;
	    letter-spacing: .03em;
	    line-height: 34px;
	    float: left;
	    width: 28px;
	    text-align: center;
	}
	.products-detail .quantity-box input.quantity-input {
	    width: 100%;
	    line-height: 32px;
	}
	.products-detail .quantity-box input {
	    max-width: 40px;
	    position: relative;
	    float: left;
	    text-align: center;
	    border-radius: 0;
	    border: 1px solid #ddd;
	    border-right: 0;
	    border-left: 0;
	    line-height: 32px;
	}
	.products-detail .action-button {
	    display: block;
	    padding: 0 15px;
	    font-size: 16px;
	    color: #fff;
	    cursor: pointer;
	    text-transform: none;
	    text-align: center;
	    border: 1px solid #0a5eb0;
	    background: #00478b;
	    line-height: 34px;
	    border-radius: 2px;
	    font-weight: 300;
	}
	.gallerys .lSSlideWrapper.usingCss {
	    border: 1px solid #dedede;
	}
	.gallerys .lSPager.lSGallery li a {
	    display: block;
	    margin-bottom: 2px;
	}
	.gallerys .lSPager.lSGallery li a img {
	    display: block;
	    border: 1px solid #ddd;
	    padding: 2px;
	}
	.gallerys .lSPager.lSGallery li.active img{
		border-color: #0a5eb0
	}
	.document-download-alert {
		display: inline-block;
	    padding: 8px 15px;
	    background-color: #d9edf7;
	    border: 1px solid #bce8f1;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	    -o-border-radius: 2px;
	    border-radius: 2px;
	    color: #005687;
	    font-size: 15px;
	    line-height: 22px;
	}

	.content_detail_products .panel-head:after,
	.content_detail_products .panel-head:before{
		content: '';
		width: 100%;
		left: 0;
		height: 1px;
		background: #e1e1e1;
		position: absolute;
	}
	.content_detail_products .panel-head:after{bottom: 8px}
	.content_detail_products .panel-head:before{bottom: 11px}
	.content_detail_products .heading {
	    background: #fff;
	    position: relative;
	    padding: 0 20px 0 0;
	    z-index: 99;
	    display: inline-block;
	    margin: 0;
	}
	.content_detail_products .heading > *{display: block;font-weight: normal;}
	.content_detail_products .heading .title {
	    font-size: 30px;
	    margin-bottom: 10px;
	    color: #0086d0;
	}
	.category-sub a {
	    display: inline-block;
	    margin-bottom: 3px;
	}
	.category-sub a span{color: #555}
	.content_detail_products ul, .content_detail_products ol {padding-left: 15px;}
	@media (max-width: 960px) {

	}
	@media (max-width: 660px) {
	
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {

	}

	/* ===== Products Otther ===== */
	.otther-products .panel-head:after,
	.otther-products .panel-head:before{
		content: '';
		width: 100%;
		left: 0;
		height: 1px;
		background: #e1e1e1;
		position: absolute;
	}
	.otther-products .panel-head:after{bottom: 8px}
	.otther-products .panel-head:before{bottom: 11px}
	.otther-products .heading {
	    background: #fff;
	    position: relative;
	    padding: 0 20px 0 0;
	    z-index: 99;
	    display: inline-block;
	    margin: 0;
	}
	.otther-products .heading > *{display: block;font-weight: normal;}
	.otther-products .heading .title {
	    font-size: 30px;
	    margin-bottom: 10px;
	    color: #0086d0;
	}
	
	@media (max-width: 960px) {

	}
	@media (max-width: 660px) {
	
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {

	}

	/* ===== Project Catalogues ===== */
	.list-projects .project .thumb {
	    height: 250px;
	    margin-bottom: 10px;
	}
	.list-projects .project .infor .title{
	    font-family: Roboto Condensed;
	    font-size: 22px;
	    line-height: 24px;
	    margin-bottom: 5px;
	}
	.list-projects .project .infor .title a{color: #333}
	.list-projects .project .infor .meta_{
		font-family: 'TPBaoMoi';
		font-size: 15px;
	}
	.category-sub-list a {
	    display: block;
	    float: left;
	    margin-right: 10px;
	    padding: 5px 10px;
	    margin-bottom: 10px;
	    border: 1px solid #dedede;
	    border-radius: 3px;
	    color: #444;
	    font-weight: bold;
	}
	.category-sub-list a:hover {
	    background-color: #0086d0;
	    color: #fff;
	    border-color: #0086d0;
	}
	@media (max-width: 960px) {
		.product-detail table{width: 100% !important;}
		.box_detail_product {margin-top: 20px;}
	}
	@media (max-width: 660px) {
		.list-projects .project .infor .title{
		    font-size: 18px;
		    line-height: 22px;
		}
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {

	}


	/* ===== Project Detail ===== */
	.projects-detail .heading {
	    color: #00adee;
	    font-size: 30px;
	    font-family: Roboto Condensed;
	    line-height: 34px;
	}
	.list-attribute-projects li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.list-attribute-projects .thumb {
	    width: 60px;
	    height: 60px;
	    float: left;
	    position: relative;
	    z-index: 9;
	}
	.list-attribute-projects .infor {
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -ms-calc(100% - 60px);
		width: -o-calc(100% - 60px);
		width: calc(100% - 60px);
		float: right;
		padding-left: 10px;
		font-family: 'TPBaoMoi';
	}
	.list-attribute-projects .infor .title {
	    font-size: 16px;
	    margin-bottom: 0px;
	    text-transform: uppercase;
	    font-weight: bold;
	}
	.list-attribute-projects .infor .meta_{font-size: 15px; line-height: 20px}
	.list-attribute-projects li:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.list-attribute-projects li:last-child:before{
		content: '';
		width: 1px;
		height: 100%;
		border-left: 1px dashed #00adee;
		position: absolute;
		left: 30px;
		top: 0;
	}
	
	#slider-otther .owl-nav > *{
		text-indent: -9999px;
		width: 38px;
		height: 37px;
		background-color: transparent;
		margin: 0;
		overflow: hidden;
		position: absolute;
		top: 40%;
		-webkit-transform: translate(0, -50%);
		   -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		     -o-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	#slider-otther .owl-nav > .owl-next{
		background-image: url('img/ic-next.png');
		right: 0;
	}
	#slider-otther .owl-nav > .owl-prev{
		background-image: url('img/ic-prev.png');
		left: 0;
	}
	@media (max-width: 960px) {
		.product-detail table{width: 100% !important;}
		.box_detail_product {margin-top: 20px;}
	}
	@media (max-width: 660px) {
		.list-projects .project .infor .title{
		    font-size: 18px;
		    line-height: 22px;
		}
	}
	@media (max-width: 567px) {

	}
	@media (max-width: 320px) {

	}

	/* ==== Videos ==== */
	.list-video .featured {
		background: #f3f3f3;
	}
	.list-video .featured:hover {
	    background: #bd2929;
	}
	.list-video .box-image {
    	position: relative;
	    height: 210px;
	    margin-bottom: 5px;
	}
	.list-video .box-image::after, .list-video .box-image::before {
	    content: '';
	    position: absolute;
	    z-index: 9;
	}
	.list-video .box-image::after{
		top: 0;
	    left: 0;
	    width: 0px;
	    height: 0px;
	    border-right: 45px solid transparent;
	    border-top: 45px solid #fff;
	}
	.list-video .box-image::before {
		bottom: 0;
	    right: 0;
	    width: 0px;
	    height: 0px;
	    border-left: 45px solid transparent;
	    border-bottom: 45px solid #f3f3f3;
	}
	.list-video .featured:hover .box-image::before {
		border-bottom: 45px solid #bd2929;
	}
	.box_video_item {
	    position: relative;
	}
	.box_video_item::after {
	    content: '';
	    position: absolute;
	    top: -5px;
	    left: 0;
	    background: #fff;
	    height: 0px;
	    width: 100%;
	}
	.box_video_item::before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    width: 0px;
	    height: 0px;
	    border-left: 38px solid transparent;
	    border-bottom: 40px solid #fff;
	}
	.list-video .box-image  .player_ {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .5) url('img/player_.png') no-repeat scroll center center;
	}
	.box_video_item .entry-title {
	    padding: 0 25px 10px 15px;
	    margin: 0;
	    font-size: 14px;
		font-weight: normal;
	}
	.main-videos .meta {
	    color: #666;
	    background: #f8f8f8;
	    padding: 5px 10px;
	    border-top: 1px solid #e8e8e8;
	}
	.box_video_item .entry-title a{color: #333; display: block;}
	.list-video .featured:hover .box_video_item .entry-title a{color: #fff;}
	.main-videos .meta {
	    color: #666;
	    background: #f8f8f8;
	    padding: 5px 10px;
	    border-top: 1px solid #e8e8e8;
	}
	.main-videos .article-related .heading-3,
	.main-videos .heading-heading {
	    font-size: 22px;
	    line-height: 24px;
	    background: url(img/line_bottom.png) left bottom no-repeat;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}

	/* ===== Gallerys ===== */
	.photos-detail .title {
	    font-size: 40px;
	    text-transform: uppercase;
	    line-height: 44px;
	}
	.gallerys-list .thumb {
	    border: 1px solid #f0f0f0;
	}
	.list-photos .photo .thumb {
	    height: 185px;
	    overflow: hidden;
	    background: url('img/icon/bg_video.png') no-repeat scroll bottom right;
	}
	.photo .title {
	    padding: 10px 5px 10px 55px;
	    margin: 0;
	    background-image: url('img/icon/ic_photo.png');
	    background-position: left 15px center;
	    background-repeat: no-repeat;
	    font-family: Roboto;
	    font-weight: normal;
	    font-size: 15px;
	}
	.list-photos .photo .thumb img {
	    overflow: hidden;
	    border-radius: 70px 5px 70px 0;
	    border: 2px solid #fff;
	}
	.list-photos .photo .infor{
		background: #fff;
		border-radius: 0 0 70px 0;
		overflow: hidden;
	}
	.list-gallery .thumb {
	    height: 120px;
	    border-radius: 5px;
	    overflow: hidden;
	}
	.list-photos .photo:hover .thumb{background: url('img/icon/bg_video_hover.png') no-repeat scroll bottom right;}
	.list-photos .photo:hover .infor a{color: #fff;}
	.list-photos .photo:hover .infor .title{background-color: #009ed7;background-image: url('img/icon/ic_photo_white.png');}
	.photo .title a {
	    color: #333;
	}
	
	/* ===== Contact ===== */
	#contact-page .contact{
	    background-color: #fff;margin-bottom: 25px;
	}
    .captcha .captcha_img{
    	width: 150px;float: left;
    }
    .captcha .captcha_input{
	 	width: -webkit-calc(100% - 150px);
		width: -moz-calc(100% - 150px);
		width: -ms-calc(100% - 150px);
		width: -o-calc(100% - 150px);
		width: calc(100% - 150px);
		padding-left: 10px;
		float: right;
    }
	.contact .contact-infomation .note {
		margin-bottom: 10px;
		font-style: italic;
		color: #666;
		font-weight: 500;
	}
	.contact .contact-infomation .company {
		color: #15a1e7;
		text-transform: uppercase;
		font-family: 'UTM Swiss';
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	.contact .contact-infomation .address {margin-bottom: 20px;}
	.contact .contact-infomation .address a {color: #000;}
	.contact .contact-map {
		padding: 4px;
		border: 1px solid #d5d5d5;
		height: 340px;
	}
	.contact .contact-form .label {
		font-size: 14px;
		line-height: 22px;
		color: #000;
		margin-bottom: 15px;
	}
	.contact .contact-form .form-row {margin-bottom: 10px;}
	.contact .contact-form .input-text, 
	.contact .contact-form .form-select, 
	.contact .contact-form .form-textarea {
		border: 1px solid #d5d5d5;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.contact-form .form-select {color: #999!important;}
	.contact .contact-form .input-text, 
	.contact .contact-form .form-select {height: 32px;}
	.contact .contact-form .form-textarea {
		padding: 5px 10px;
		height: 200px;
	}
	.contact-box .btn-submit {
	    display: inline-block;
	    padding: 6px 20px;
	    cursor: pointer;
	    background: #f69311;
	    font-size: 16px;
	    line-height: 20px;
	    text-transform: none;
	    color: #fff;
	    border: none;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 500;
	}
	.contact .contact-form .input-text::-webkit-input-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	.contact .contact-form .input-text::-moz-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	.contact .contact-form .input-text::-ms-input-placeholder {
	    color: #898989;
	    font-size: 13px;
	}
	.contact .contact-form .input-text::-moz-placeholder {
	    color: #898989;
	    font-size: 13px;
	}

	.hotline-fixed.fixed {
	    display: block;
	    position: fixed;
	    top: initial;
	    bottom: 5px;
	    left: 20px;
	    z-index: 999999;
	}
	.hotline-fixed>a {
	    display: block;
	    position: relative;
	    padding: 10px 40px 10px 25px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    -ms-border-radius: 20px;
	    -o-border-radius: 20px;
	    border-radius: 20px;
	    font-size: 16px;
	    line-height: 20px;
	    font-weight: bold;
	    color: #ec1b24;
	}
	.hotline-fixed>a:before {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 36px;
	    height: 36px;
	    top: 2px;
	    right: 2px;
	    background: #fff url('img/icon_hotline_mobile.png') center no-repeat;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	    z-index: 5;
	    animation-name: tada;
	    animation-duration: 0.1s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	}
	@keyframes tada {
	    from {
	        transform: rotate(-25deg);
	    }
	    to {
	        transform: rotate(25deg);
	    }
	}

	.zalo-btn {
	    position: fixed;
	    margin: 0;
	    padding: 0;
	    left: 0;
	    bottom: 90px;
	    background: #fff;
	    background-color: transparent;
	    cursor: pointer;
	    font-size: 0;
	    width: 110px;
	    height: 110px;
	    z-index: 1000;
	}

	.zalo-btn .tada {
	    background: #0789cd;
	    border-radius: 100px;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -20px;
	    margin-left: -20px;
	    animation-name: tadaa;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	}

	.zalo-btn a {
	    display: block;
	    width: 40px;
	}


	@keyframes tadaa {
	    from {
	        transform: rotate(-20deg);
	    }
	    to {
	        transform: rotate(20deg);
	    }
	}

	.zalo-btn .pulse {
	    width: 60px;
	    height: 60px;
	    background: #0789cd;
	    opacity: .75;
	    border-radius: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -30px;
	    margin-left: -30px;
	    animation-name: pulse;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	    animation-timing-function: ease-in-out;
	}

	@keyframes pulse {
	    from {
	        width: 55px;
	        height: 55px;
	        margin-top: -27.5px;
	        margin-left: -27.5px;
	    }
	    to {
	        width: 60px;
	        height: 60px;
	        margin-top: -30px;
	        margin-left: -30px;
	    }
	}

	.zalo-btn .zoomIn {
	    width: 80px;
	    height: 80px;
	    border: 2px solid #0789cd;
	    border-radius: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -40px;
	    margin-left: -40px;
	    animation-name: zoomIn;
	    animation-duration: 1s;
	    animation-iteration-count: infinite;
	    animation-timing-function: ease-out;
	}

	@keyframes zoomIn {
	    from {
	        width: 40px;
	        height: 40px;
	        margin-top: -20px;
	        margin-left: -20px;
	    }
	    to {
	        width: 80px;
	        height: 80px;
	        margin-top: -40px;
	        margin-left: -40px;
	    }
	}

	@media screen and (max-width: 549px) {
	    .zalo-btn {
	        width: 80px;
	        height: 80px;
	    }
	}

	.call-btn {
	    position: fixed;
	    margin: 0;
	    padding: 0;
	    left: 0;
	    bottom: 0px;
	    background: #fff;
	    background-color: transparent;
	    cursor: pointer;
	    font-size: 0;
	    width: 110px;
	    height: 110px;
	    z-index: 1000;
	}
	.call-btn .tel {
	    position: absolute;
	    top: 50%;
	    left: 45px;
	    color: #fff;
	    font-size: 17px;
	    width: 170px;
	    text-align: center;
	    padding-left: 30px;
	    -webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    line-height: 36px;
	    border: 1px solid #fb0309;
	    border-radius: 20px;
	    background: #fb0309;
	    z-index: -1;
	    font-weight: bold;
	    font-family: Arial;
	    text-shadow: 1px 1px 2px #5f5f5f;
	}
	.call-btn .tada {
	    background: #db0005;
	    border-radius: 100px;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -20px;
	    margin-left: -20px;
	    animation-name: tadaa;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	}

	.call-btn .tada a:before {
	    content: "\f095";
	    font-size: 25px;
	    font-family: FontAwesome;
	    text-decoration: none;
	    color: #fff;
	    margin-left: 10px;
	    position: absolute;
	    top: 50%;
	    margin-top: -10px;
	}


	@keyframes tadaa {
	    from {
	        transform: rotate(-20deg);
	    }
	    to {
	        transform: rotate(20deg);
	    }
	}

	.call-btn .pulse {
	    width: 60px;
	    height: 60px;
	    background: rgba(219, 0, 5, 0.6);
	    border-radius: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -30px;
	    margin-left: -30px;
	    animation-name: pulse;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	    animation-timing-function: ease-in-out;
	}

	@keyframes pulse {
	    from {
	        width: 55px;
	        height: 55px;
	        margin-top: -27.5px;
	        margin-left: -27.5px;
	    }
	    to {
	        width: 60px;
	        height: 60px;
	        margin-top: -30px;
	        margin-left: -30px;
	    }
	}

	.call-btn .zoomIn {
	    width: 80px;
	    height: 80px;
	    border: 2px solid #db0005;
	    border-radius: 100px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -40px;
	    margin-left: -40px;
	    animation-name: zoomIn;
	    animation-duration: 1s;
	    animation-iteration-count: infinite;
	    animation-timing-function: ease-out;
	}

	@keyframes zoomIn {
	    from {
	        width: 40px;
	        height: 40px;
	        margin-top: -20px;
	        margin-left: -20px;
	    }
	    to {
	        width: 80px;
	        height: 80px;
	        margin-top: -40px;
	        margin-left: -40px;
	    }
	}

	@media screen and (max-width: 549px) {
	    .call-btn {
	        width: 80px;
	        height: 80px;
	    }
	    .call-btn .tel {
		    left: 25px;
		}
	}
/* </etrc.css> */
.uk-parent:hover{
	border-left: solid #ff9600 3px;
}
	.out-of-stock-label {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 0;
    background: rgb(232, 232, 232);
    text-align: center;
    opacity: .9;
}