 /* <congtyinan.css> */

/* <header> */
	.pc-search .form {
		position: relative;
		min-width: 275px;
		overflow: hidden;
	}
	.header {
	    position: relative;
	    z-index: 10;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
	    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.7);
	}
	#header.affix {
	    background: #fff;
	    box-shadow: 0 1px 5px -2px rgba(42,42,42,.4);
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 999999;
	    width: 100%;
	    -webkit-transform: translate(0, calc(-100% + 38px));
	    -moz-transform: translate(0, calc(-100% + 38px));
	    -ms-transform: translate(0, calc(-100% + 38px));
	    -o-transform: translate(0, calc(-100% + 38px));
	}
	.affix.menu-hidden {
	    -webkit-transform: translate(0,-100%);
	    -moz-transform: translate(0,-100%);
	    -ms-transform: translate(0,-100%);
	    -o-transform: translate(0,-100%);
	}
	.pc-search .form .input-text {
		padding: 0 30px 0 10px;
		height: 32px;
		border: 1px solid #e1e1e1;
		-webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .15);
		-moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .15);
		-o-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .15);
		box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .15);
		font-size: 13px;
		line-height: 32px;
	}
	.pc-search .form .btn-submit {
		display: block;
		position: absolute;
		border: none;
		width: 20px;
		height: 20px;
		left: initial;
		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%);
		background: url(img/icon_search.png) 0px 0px;
		cursor: pointer;
		outline: none;
		text-indent: -99999px;
	}
	.pc-search .form .input-text::-webkit-input-placeholder {
	    color: #666;
	    font-size: 12px;
	}
	.pc-search .form .input-text::-moz-placeholder {
	    color: #666;
	    font-size: 12px;
	}
	.pc-search .form .input-text:-ms-input-placeholder {
	    color: #666;
	    font-size: 12px;
	}
	.pc-search .form .input-text:-moz-placeholder {
	    color: #666;
	    font-size: 12px;
	}
	.icon-cart2 {
	    width: 48px !important;
	    height: 48px !important;
	    background-image: url(img/cart.png) !important;
	    background-repeat: no-repeat !important;display: inline-block;
	}
	.quanlity-top {
	    position: absolute;
	    bottom: 15px;
	    right: 5px;
	}
	.giohang {
	    position: relative;
	}
	.cart_link {
	    color: #fff;
	}
	.bgwhite {
	    background: #fff;
	}
	.pc-header .upper {
	    border-bottom: 1px solid #ddd;
	    min-height: 32px;
	    height: 40px;
	}
	.pc-header .lower {
	    padding: 10px 0;
	}
	.top-email.clearfix {
	    color: #666666;
	}
	.top-email.clearfix a {
	    color: #ff0000;
	}
	.hotline {
    	padding: 2px 20px 2px 40px;
	    background: #b1001a url('img/phone.png') no-repeat scroll left 1px center;
	    line-height: 34px;
	    border-radius: 30px;
	}
	.hotline a {
	    font-size: 16px;
	    color: #fff;
	    font-weight: bold;
	}
	.social-link a {
	    background-color: #ffffff;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;
	    color: #666666;
	    padding: 0;
	    -webkit-transition: color 0.1s ease;
	    -moz-transition: color 0.1s ease;
	    transition: color 0.1s ease;
	    position: relative;
	    border-bottom: 5px solid;
	}
	.social-link .btn-facebook {
	    border-bottom-color: #3a589b;
	    color: #3a589b;
	}
	.social-link .btn-twitter {
	    border-bottom-color: #28aae0;
	    color: #28aae0;
	}
	.social-link .btn-google-plus {
	    border-bottom-color: #da6245;
	    color: #da6245;
	}
	.social-link .btn-rss {
	    border-bottom-color: #fd9f13;
	    color: #fd9f13;
	}
	.social-link a .fa {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	.social-link a i {
	    font-size: 18px;
	    position: relative;
	    z-index: 2;
	}
	.social-link a::after {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    z-index: 1;
	    display: block;
	    width: 100%;
	    height: 0;
	    -webkit-transition: height 0.2s ease;
	    transition: height 0.2s ease;
	}
	.social-link a:hover i {color: #fff;}
	.social-link a:hover::after {
	    height: 100%;
	}
	.social-link .btn-rss::after {
	    background: #fd9f13;
	}
	.social-link a:hover::after {
	    height: 100%;
	}
	.social-link .btn-google-plus::after {
	    background: #da6245;
	}
	.social-link a:hover::after {
	    height: 100%;
	}
	.social-link .btn-twitter::after {
	    background: #28aae0;
	}
	.social-link a:hover::after {
	    height: 100%;
	}
	.social-link .btn-facebook::after {
	    background: #3a589b;
	}

	.pc-header .upper .menu_top li a {
	    color: #fff;
	}
	.main-nav .main-menu li {position: relative;}
	.main-nav .main-menu > li > a {
	    position: relative;
	    padding: 7px 0px;
	    border: 1px solid transparent;
	    font-size: 13px;
	    line-height: 20px;
	    text-transform: uppercase;
	    color: #333;
	    font-family: "Segoe UI", "Open Sans","Helvetica";
	    font-weight: bold;
	}
	.uk-list.uk-clearfix.tabControl-home {
	    text-align: center;
	    display: flex;
	}
	.tabControl-home li.uk-active, .tabControl-home li:hover {
	    color: #fff;
	    background: url('img/center_active.jpg');
	}
	.tabControl-home li {
	    flex-grow: 4;
	    margin: 0;
	    padding: 9px 20px;
	    height: 38px;
	    color: #fff;
	    font-size: 14px;
	    cursor: pointer;
	    text-align: center;
	    position: relative;
	    font-family: "Segoe UI", "Open Sans","Helvetica";
	    text-transform: uppercase;
	    background: url('img/center.jpg');
	    border-radius: 100px 100px 0 0;
	    height: 38px;
	}
	.tabControl-home li:after, .tabControl-home li:before{
		position: absolute;
		width: 60px;
		height: 38px;
		top: 0;
	}
	.tabControl-home li:after{
		background: url('img/left.jpg');
		left: 0;
	}
	.tabControl-home li:hover:after, .tabControl-home li.uk-active:after{
		background: url('img/left_active.jpg');
	}
	.tabControl-home li:hover:before, .tabControl-home li.uk-active:before{
		background: url('img/right_active.png');
	}
	.tabControl-home li:last-child:hover:before, .tabControl-home li.uk-active:last-child:before{right: 0;background: url('img/right_active.jpg');}
	.tabControl-home li:last-child:before{right: 0;background: url('img/right.jpg');}
	.tabControl-home li:before{
		background: url('img/right.png');
		right: -30px;
		z-index: 9;
	}
	.menu-bar {
	    border-top: 2px solid #dedede;
	}
	.main-nav .main-menu li:not(:last-child) {
	    padding-right: 50px;
	}
	.main-nav .main-menu>li>a:hover {color: #f04e23;}
	.main-nav .main-menu .dropdown-menu {
		display: none;
		position: absolute;
		min-width: 250px;
		z-index: 100;
		left: 0px;
		top: 100%;
	}
	.main-nav .main-menu li:hover > ul{display: block;}
	.main-nav .main-menu>li:hover .dropdown-menu {display: block;}
	.main-nav .sub-menu {
		position: relative;
		background: rgba(255, 255, 255, .95);
        -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
        -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
        -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
		z-index: 50;
	}
	.subMenus {
	    position: absolute;
	    left: 100%;
	    width: 100%;
	    top: 0;
	    background: rgba(255, 255, 255, .95);
	    display: none;
	}
	.main-nav .sub-menu a {
		position: relative;
		padding: 10px 10px 10px 15px;
		display: block;
		font-size: 13px;
		line-height: 20px;
		color: #252525;
	}
	.main-nav .sub-menu li+li>a {border-top: 1px dotted #d5d5d5;}
	.main-nav .sub-menu a:before {
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		width: 2px;
		background: #f04e23;
		left: 0px;
		top: 0px;
		z-index: 5;
	}
	.box_image_support img {
	    border-radius: 100%;
	    margin: 0 auto;
	    width: 100px;
	}
	.fullname-support {
	    padding: 5px;
	    font-size: 15px;
	    color: #992225;
	    font-family: "Segoe UI", "Arial","Helvetica";
	}
	.uk-list.uk-flex.lib-grid-0.uk-flex-center li a {
	    width: 30px;
	    height: 30px;margin: 0 3px;
	    font-size: 20px;border-radius: 5px;
	}
	.uk-text-center.title-head-support {
	    margin-bottom: 20px;
	    font-size: 20px;
	    text-transform: uppercase;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-weight: bold;
	    color: #992225;
	}
	.list-user-tuvan {
	    padding-top: 20px;
	}
	.phone_s {
	    background: #e61818;
	    color: #fff;
	}
	.mail_s {
	    background: #676767;
	    font-size: 14px !important;
	    color: #fefefe;
	}
	.skype_s {
	    background: #1d8acb;
	    color: #fff;
	}
.links {
	    transition: 1s;
	    opacity: 0;
	    position: fixed;
	    right: 0px;
	    top: 200px;
	    z-index: 9999;
	    background: #fff;
	    padding: 5px 0px;
	    border-radius: 5px;
	}
	.mobile {
	    transition: 1s;
	    opacity: 1;
	    right: 10px;
	    z-index: 99;
	    top: 200px;
	}
	.links ul{list-style: none;}
	.links li {
	    padding: 5px 10px;
	}
	.links li:nth-child(1) i, .box-lbor:nth-child(3) ul a:nth-child(1) i {
	    color: #45629C;
	}
	.links i {
	    font-size: 25px;
	}
	.links li:not(:last-child) {
	    border-bottom: 1px solid #f0f0f0;
	}
	.main-nav .sub-menu a:hover {color: #f04e23;}
	.uk-nav-sub li a {
	    color: #ccc;
	    padding: 10px 15px;
	    border-top: 1px solid rgba(0, 0, 0, .3);
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	}
	.uk-nav-offcanvas .uk-nav-sub { border-top: 0;padding: 0;}
	.uk-nav-sub li.l2 > a {
	    padding-left: 30px;
	}
	.uk-nav-sub li.l3 > a {
	    padding-left: 45px;
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.main-nav .main-menu>li>a {
			padding: 10px 15px;
			font-size: 12px;
		}
		.pc-search {padding-right: 10px;}
		.pc-search .form {min-width: 250px}
	}

	/* Mobile header */
	.mobile-header {
		position: relative;
		background: transparent;
		-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .15);
	    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .15);
	    -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, .15);
	    box-shadow: 0px 1px 5px rgba(0, 0, 0, .15);
		z-index: 5;margin-bottom: 10px;
	}
	.mobile-header .upper {
		position: relative;
		padding: 7px 0;
		text-align: center;min-height: 40px;
	}
	.mobile-header .logo {
		display: inline-block;
		margin: 0;
	}
	.mobile-header .logo a {
		display: block;
	}
	.mobile-hotline {
		display: block;
		position: absolute;
		left: initial;
		right: 0px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding: 6px 20px;
		background: #f04e23;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		line-height: 20px;
		font-size: 14px;
		color: #fff;
	}
	@media (max-width: 567px) {
	}
	@media (max-width: 479px) {
		.mobile-header .upper {
			padding-left: 40px;
			text-align: left;
		}
		.mobile-hotline {
			padding: 6px 15px;
			font-style: 13px;
			line-height: 16px;
		}
	}

/* </header> */
.lSSlideOuter #image-gallery li {
    text-align: center;
}
.box-padding-background{
	background: #F8F8F8;
	padding: 15px;
}
.lSSlideOuter img {
    margin: 0 auto;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.lSSlideOuter #image-gallery li a {
    display: block;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    background: transparent;
}
.lSPager.lSGallery li img {
    width: 100%;
    height: 50px !important;
    object-fit: scale-down;
}
.lSPager.lSGallery li {
    padding: 3px;
    border: 1px solid transparent;
}
.lSPager.lSGallery li.active{
    border-color: #f6f6f6;
}
.introduction .description {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px;
    font-family: 'Arial', sans-serif;
    border-radius: 10px;
	border: 1px solid #dddddd;
}
.introduction .description  p::before {
    display: inline-block;
    content: "•";
    margin-right: 5px;
}
.introduction .description  p {
    font-size: 13px;
    color: #2c3e50;
}
.block-content p:last-child, .introduction .description p:last-child{
    margin: 0;
}
.introduction .price > * {
    margin-right: 15px;
    font-family: 'Arial', sans-serif;
    font-size: 18px;margin-bottom: 10px;
}
.introduction .price .new {
    font-weight: bold;
    color: #ff0000;
}
.action-button {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    text-transform: none;
    text-align: center;
    border: 1px solid #1092ce;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #1092ce;width: 100%;
}
.buy .action-button span, .buy .buyinstall span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    font-weight: 300;
}
.quantity-box {
    max-width: 50px;
    position: relative;margin: 0 10px;
}
.quantity-box .btn {
    position: absolute;
    right: 5px;
}
.quantity-box .btn-up {
	top: 0;
}
.quantity-box .btn-down {
    top: 10px;
}
.introduction .action a.btn-add {
    padding: 5px 15px;
    background: #da3f3f;
    color: #fff;
    border: 1px solid #cc2b2b;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    display: block;
}
.connenct > * {
    vertical-align: top !important;
}
.productDetailContent {
    margin-top: 20px;
}
/* ################################################# */
/* <body> */
	/* Heading */

	/* Top Content */
	.top-content {margin: 15px 0 15px 0;background-color: #2d588d;}
	.title-top a {
	    display: block;
	    font-weight: bold;
	    padding: 10px 5px;
	    text-align: center;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-family: Arial;
	    color: #fff;
	}
    .pad {
	    background-color: #366196;
	    padding: 15px;color: #fff;
	}
	.top-content .news-box .heading {
		margin: 0;
		font-size: 15px;
		line-height: 24px;
		text-transform: uppercase;
	} 
	.img_top {
	    width: 200px;
	}
	.img_top a{display: block; height: 100%}
	.img_top img{object-fit: cover; height: 100%}
	.top-content .news-box .heading > * {
	    background: #0370a3;
	    color: #fff;
	    padding: 7px 10px;
	    display: inline-block;
	}
	.list-post li:not(:last-child) {
	    border-right: 1px solid #6c8cb3;
	}
	.top-content .news-box .featured {margin: 0 0 10px 0;}
	.top-content .news-box .featured .thumb {margin: 0 0 8px 0;}
	.top-content .news-box .featured .title {
		margin: 0;
		max-height: 40px;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
	}
	.top-content .news-box .featured .title a {color: #333;}
	.top-content .news-box .list-post>li:not(:last-child) {margin-bottom: 10px;}
	.top-content .news-box .list-post a {
		display: block;
		max-height: 40px;
		position: relative;
		padding-left: 15px;
		font-size: 13px;
		font-weight: 500;
		line-height: 20px;
		color: #000;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
	}
	.top-content .news-box .list-post a:before {
		content: "\f054";
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		font-family: FontAwesome;
		font-size: 8px;
		color: #1d8acb;
	}
	.top-content .news-box .featured .title a:hover,
	.top-content .news-box .list-post a:hover {
		color: #1d8acb;
	}
	.top-content .social-box {
		background: #f4f4f4;
		border: 1px solid #ccc;
	}
	.top-content .social-box>* {
		display: block;
		position: relative;
		min-height: 55px;
		padding: 11px 10px 10px 65px;
	}
	.top-content .social-box>*+* {border-top: 1px dotted #ccc;}
	.top-content .social-box .facebook {
		background: url(img/icon_facebook.png) 10px 50% no-repeat;
		color: #333;
		word-break: break-all;
	}
	.top-content .social-box .facebook>span {
		display: block;
		max-height: 40px;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
	}
	.top-content .social-box .zalo {background: url(img/icon_zalo.png) 10px 50% no-repeat;}
	.top-content .social-box .zalo>span {display: block;}
	.top-content .list-videos .image {
		position: relative;
		height: 125px;
		overflow: hidden;
	}
	.top-content .list-videos .image:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background: rgba(0, 0, 0, .5);
	}
	.top-content .list-videos .image:after {
		content: "";
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: url(img/icon_video_play.png) 0px 0px;
		-webkit-background-size: 50px;
		-moz-background-size: 50px;
		-o-background-size: 50px;
		-ms-background-size: 50px;
		background-size: 50px;
	}
	.top-content .contact-box .item {
		position: relative;
		overflow: hidden;
	}
	.top-content .contact-box .item+.item {margin-top: 5px;}
	.top-content .contact-box .email {
		padding: 9px 15px 9px 60px;
		background: #f4f4f4 url(img/icon_email.png) 10px 50% no-repeat;
		border: 1px solid #ddd;
	}
	.top-content .contact-box .email a {
		display: block;
		max-height: 20px;
		color: #333;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.top-content .contact-box .hotline {
		padding: 3px;
		background: #ff0000;
		line-height: 34px;
		font-size: 30px;
		font-family: 'UTM Colossalis', sans-serif;
		font-weight: normal;
	}
	.top-content .contact-box .hotline a {
		display: block;
		position: relative;
		padding: 9px 10px 9px 61px;
		border: 1px dashed #fff;
		background: url(img/icon_hotline.png) 15px 50% no-repeat;
		color: #eaff00;
		letter-spacing: 1px;
	}

	@media (min-width: 1220px) {
		.top-content .featured-video {height: 475px;}
		.top-content .news-box .featured .image {height: 205px;}
	}
	@media (min-width: 767px) and (max-width: 1220px) {
		.top-content .featured-video {height: 455px;}
		.top-content .news-box .featured {margin: 0 0 8px 0;}
		.top-content .news-box .featured .image {height: 175px;}
		.top-content .contact-box .hotline {font-size: 24px;}
	}
	@media (max-width: 767px) {
		.top-content {margin: 10px 0 10px 0;}
	}
	@media (min-width: 567px)  and (max-width: 767px) {
		.top-content .featured-video {height: 300px;}
	}
	@media (min-width: 479px)  and (max-width: 567px) {
		.top-content .featured-video {height: 250px;}
	}
	@media (max-width: 479px) {
		.top-content .featured-video {height: 200px;}
	}
	@media (max-width: 360px) {
		.homepage-prdcategory-small .list-articles li {width: 100%;margin-bottom: 20px;}
		.homepage-prdcategory-small .list-articles .articles .thumb { height: auto; }
	}
	/* homepage-category */
	.homepage-category {margin-bottom: 20px!important;}
	.homepage-category .panel-head {margin: 0 0 10px 0;}
	.homepage-category .nav-tabs {border-bottom: 1px solid #0370a3;}
	.homepage-category .nav-tabs>li {
		float: left;
		display: block;
		position: relative;
		padding: 5px 20px;
		background: #fff;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-ms-border-radius: 4px 4px 0 0;
		-o-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
		color: #333;
		font-size: 13px;
		font-weight: bold;
		line-height: 20px;
		text-transform: uppercase;
		cursor: pointer;
	}
	.homepage-category .nav-tabs>li+li {margin-left: 5px;}
	.homepage-category .nav-tabs>li.uk-active {
		background: #0370a3;
		color: #fff;
	}
	.homepage-category .list-product>li,
	.prdcatalogue .list-product>li  {
		margin-bottom: 10px;
	}
	.homepage-category .product .thumb,
	.prdcatalogue .product .thumb {
	}
	.homepage-category .product .image,
	.prdcatalogue .product .image {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.homepage-category .product .title,
	.prdcatalogue .product .title {
		margin: 0;
		max-height: 20px;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;font-family: Arial;
	}
	.homepage-category .product .title a,
	.prdcatalogue .product .title a {
		color: #333;
padding: 0 10px;
	}
	.prdcatalogue .product .infor {
	    padding: 15px 0;
	}

	.homepage-category .product .title a:hover,
	.prdcatalogue .product .title a:hover {color: #1d8acb;}
	@media (min-width: 960px) {
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 155px;
		}
	}
	@media (max-width: 960px) {
		.homepage-category .product .title,
		.prdcatalogue .product .title {
			text-align: center;
		}
	}
	@media (min-width: 767px) and (max-width: 960px) {
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 150px;
		}
	}
	@media (min-width: 567px) and (max-width: 767px) {
		.homepage-category .list-product>li,
		.prdcatalogue .list-product>li {width: 33.33%;}
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 125px;
		}
	}
	@media (max-width: 567px) {
		.homepage-category .nav-tabs>li {
			padding: 5px 10px;
			width: 50%;
			font-size: 12px;
			line-height: 18px;
			text-align: center;
		}
		.homepage-category .nav-tabs>li+li {margin-left: 0;}
		.homepage-category .nav-tabs>li>span {
			display: block;
			max-height: 18px;
			overflow: hidden; 
			-ms-text-overflow: ellipsis; 
			text-overflow: ellipsis;
			white-space: nowrap;
		}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 155px;
		}
	}
	@media (max-width: 479px) {
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 115px;
		}
	}
	@media (max-width: 350px) {
		.homepage-category .product .image,
		.prdcatalogue .product .image {
			height: 100px;
		}
	}
	
	/* homepage-prdcategory-small */
	.icon_box {
	    font-size: 60px;
	    margin-bottom: 20px;
	    color: #992225;
	}
	.homepage-top-site {
	    padding-top: 20px;
	}
	.bddd:not(:last-child){
		border-right: 1px solid #dedede;
	}
	.homepage-prdcategory-small {}
	.homepage-prdcategory-small .heading {
	    margin: 0;
	    border-bottom: 1px solid #067E4A;
	    font-size: 15px;
	    line-height: 19px;
	    font-weight: normal;
	}
	.homepage-prdcategory-small .heading > * {
	    display: inline-block;
	    padding: 10px 0px;
	    color: #067E4A;
	    text-align: center;
	    font-family: "Segoe UI", "Arial","Helvetica";
	}
	.articles .infor .title {
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-weight: bold;
	    font-size: 14px;
	}
	.articles .infor .title a {
	    color: #992225;
	    display: block;
	}
	.articles .thumb {
	    margin-bottom: 10px;
	    height: 170px;
	    padding: 2px;
	    border: 1px solid #dedede;
	}
	.articles .description-home {
	    color: #666;max-height: 100px;
		overflow: hidden;
	    text-align: justify;
	}
	.list-product .product{
		border: 1px solid #dedede;
	}
	.homepage-prdcategory-small .heading > *:not(:first-child){color: #666;font-size: 13px;}
	.homepage-prdcategory-small .list-product>li {margin-bottom: 20px;}
	.homepage-prdcategory-small .product .thumb {}
	.homepage-prdcategory-small .product .infor {
	    padding: 15px 0;
	}
	.homepage-prdcategory-small .product .image {
		display: block;
		position: relative;
		/*height: 279px;*/
		overflow: hidden;
	}
	.homepage-prdcategory-small .product .title {
	    margin: 0;
	    max-height: 36px;
	    font-size: 13px;
	    line-height: 18px;
	    overflow: hidden;
	    -ms-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-weight: bold;
	    text-align: center;
	}
	.homepage-prdcategory-small .product .title a {color: #333;}
	.homepage-prdcategory-small .product .title a:hover {color: #444;}
	.price_off span.saleoff {
	    color: #992225;
	    font-weight: bold;
	    font-size: 17px;
	}
	.price_off span.priceold {
	    color: #666;
	    font-size: 13px;
	    text-decoration: line-through;
	}
	.line-star {
		background: url('img/star.png') no-repeat scroll center center;
		height: 14px;margin-top: 10px;
	}
	.home-abouts, .homepage-articles-small, .homepage-prdcategory-small {
	    padding: 30px 0;border-top: 1px solid #dedede;
	    background: url('img/bong.png') no-repeat scroll top center;
	}
	.bg-title {
	    height: 22px;
	    background: url('img/line.png') no-repeat scroll center center;
	    margin: 10px 0;
	}
	.article-about a {
	    display: block;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    text-transform: uppercase;
	    font-size: 20px;
	    line-height: 30px;
	    color: #992225;
	}
	.about-description.lib-line-4 {
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-size: 14px;
	    line-height: 24px;
	}
	.homepage-articles-small .heading a {
	    color: #992225;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-size: 24px;
	}

	.xemthem0 a.xemthem {
	    display: inline-block;
	    padding: 5px 30px;
	    margin: 15px 0;
	    border-radius: 20px;
	    background: #992225;
	    color: #fff;
	}
	.price_off {
	    margin-top: 15px;
	    color: #272727;
	}
	.partner-section .uk-slidenav {
	    width: 30px;
	    height: 30px;
	    font-size: 30px;line-height: 30px;
	}
	.partner-section .uk-slidenav-position:hover .uk-slidenav-contrast {
	    color: rgba(174, 174, 174, 0.7);
	}
	.partner-section .uk-container {
	    border-bottom: 5px solid #59452A;
	    border-top: 5px solid #59452A;
	    background: #fff;
	    padding: 10px 10px;
	}
	.viewall {
	    display: inline-block;
	    background: #59452A;
	    position: relative;
	    padding: 4px 10px;
	    text-align: center;
	    color: #FFF;
	    border: 1px solid #FFF;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}

	/* material-section */
	.material-section .heading {
	    margin: 0 0 10px 0;
	    padding: 5px 10px 5px 0px;
	    border-bottom: 1px solid #1e467d;
	    font-size: 15px;
	    font-weight: normal;
	    line-height: 20px;
	    text-transform: uppercase;
	}
	.material-section .heading > * {
		color: #1e467d;
	}
	.material-section .panel-body .banner {height: 125px;}
	.material-section .list>li {
		display: block;
		position: relative;
		font-size: 13px;
		line-height: 18px;
		font-weight: 300;
		font-family: Arial;
		margin-bottom: 15px;
	}
	.material-section .list>li>a {
		display: block;
		max-height: 18px;
		color: #fff;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-box .panel-body {
	    padding: 10px;
	    border: 1px solid #dedede;
	}
.images-tin img {
    width: 120px;
    height: 100%;
    object-fit: cover;
}
.title-tin {
    font-size: 13px;
    font-family: Arial;
    margin-bottom: 5px;
}
.title-tin a{color: #1e467d;}
	/* Homepage panel */
	.homepage-panel {margin-bottom: 10px!important;}
	.homepage-panel .heading {
	    margin: 0 0 10px 0;
	    padding: 5px 10px 5px 0px;
	    border-bottom: 1px solid #1e467d;
	    font-size: 15px;
	    font-weight: normal;
	    line-height: 20px;
	    text-transform: uppercase;
	}
	.homepage-panel .heading>* {color: #1e467d;}
	.homepage-panel.process .banner {
		margin: 0 0 10px 0;
		max-height: 125px;
		overflow: hidden;
	}
	.homepage-panel.process .list-post li {
		position: relative;
		padding-left: 15px;
	}
	.homepage-panel.process .list-post li:before {
	    content: "\f054";
	    display: block;
	    position: absolute;
	    left: 2px;
	    top: 0px;
	    font-family: FontAwesome;
	    font-size: 8px;
	    color: #2466af
	}
	.homepage-panel.process .list-post a {
		display: block;
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		color: #333;
	}
	.homepage-panel.process .list-post a:hover,
	.homepage-panel .article .title a:hover {
		color: #1d8acb;
	}
	.homepage-panel .article .thumb {
	    float: left;
	    width: 270px;
	    height: 262px;
	    margin-right: 15px;
	}
	.homepage-panel .article .title {
	    margin: 0 0 5px 0;
	    font-size: 17px;
	    font-weight: bold;
	    line-height: 20px;
	}
	.homepage-panel .article .title a {color: #1e467d;}
	.homepage-panel .article .description {
	    font-size: 13px;
	    line-height: 22px;
	    color: #000;
	    font-family: Arial;
	}
	#deatail {
	    display: block;
	    font-size: 13px;
	    margin-bottom: 6px;
	    text-align: right;
	    font-family: Arial;
	}
	#contacn {
	    border: 1px dashed #2e5990;
	    clear: both;
	    overflow: hidden;
	    padding: 6px 14px;
	}
	.fone {
	    color: #dd4400;
	    font-size: 15px;
	    font-weight: bold;
	}
	.mails {
    	color: #2f5a91;
	}
	#contacn i {
	    color: #204981;
	    font-size: 17px;
	    margin-right: 8px;
	}
	@media (min-width: 1220px) {
		.homepage-panel.recruitment .banner {height: 170px;}
	}
	@media (max-width: 960px) {
		.homepage-panel {margin-bottom: 15px!important;}
	}
	@media (max-width: 567px) {
		.homepage-panel {margin-bottom: 10px!important;}
	}
	.panel-head .title {
	    color: #59452A;
	    font-family: Arial;
	    font-size: 24px;
	    line-height: 26px;
	}
	/* Aside */
	.aside>* {margin-bottom: 20px;}
	.aside-category .heading {
		position: relative;
		background: #1e90ff;
		padding: 10px 15px;
		font-weight: normal;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-family: "Segoe UI", "Arial","Helvetica";
		font-size: 14px;
	}
	.aside-category .heading>* {color: #fff;}
	.aside-category .panel-body {background: #fff;}
	.aside-category .main>li>a {
		display: block;
		position: relative;
		padding: 10px;
		color: #333;
		font-size: 17px;
		line-height: 20px;font-family: "Segoe UI", "Arial","Helvetica";
	}
	.aside-category .main>li+li>a {border-top: 1px dotted #dedede;}
	.aside-category .main>li>a:hover {text-decoration: underline;}

	.aside-hotline {
		position: relative;
	}
	.aside-hotline .panel-head .heading {
	    position: relative;
	    background: #1e90ff;
	    padding: 10px 15px;
	    font-weight: normal;
	    text-align: center;
	    color: #fff;
	    text-transform: uppercase;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-size: 14px;
	}
	.aside-hotline .panel-body {
	    padding: 10px;
	    border: 1px solid #ededed;
	    background: #fff;
	}
	.aside-hotline>* {
		display: block;
		position: relative;
	}
	.aside-hotline .label {
	    padding-left: 35px;
	    font-size: 16px;
	    line-height: 30px;
	    color: #333;
	    display: block;
	    position: relative;
	}
	.aside-hotline .label:before {
		content: "";
		display: block;
		position: absolute;
		width: 27px;	
		height: 18px;
		top: 6px;
		left: 0px;
	}
	.aside-hotline .label.phone:before {background: url(img/icon_landline.png);}
	.aside-hotline .label.email:before {background: url(img/icon_email.png); background-size: 27px;}
	.aside-hotline .label.email a{color: #666; font-family: "Segoe UI", "Arial","Helvetica"; font-size: 14px;}
	.aside-hotline .value {
		font-size: 26px;
		font-family: 'UTM Colossalis', sans-serif;
		line-height: 30px;
		color: #d92914;
	}

	/* Article */
	.article-catalogue  {margin-bottom: 25px!important;}
	.article-catalogue .heading {
		margin: 0 0 20px 0;
		font-size: 24px;
		line-height: 30px;
		text-transform: uppercase;
		font-family: 'Tinos', sans-serif;
	}
	.panel-article .list-article>li {margin-bottom: 15px;}
	@media (max-width: 767px) {
		.panel-article .list-article>li {margin-bottom: 10px;}
	}
	[class*=article-] .description p {margin: 0;}
	[class*=article-] .title a {
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		-o-transition: all .4s linear;
		transition: all .4s linear;
	}
	.article-1 {position: relative;}
	.article-1 .title {
		margin: 0 0 8px 0;
		font-size: 16px;
		line-height: 20px;font-family: "Segoe UI", "Arial","Helvetica";
	}
	.article-1 .title a {color: #333;}
	.article-1 .meta {
		margin: 0 0 8px 0;
		font-size: 13px;
		line-height: 20px;
		color: #999;
	}
	.article-1 .meta .fa {margin-right: 5px;}
	.article-1 .description {
	    max-height: 96px;
	    color: #666;
	    font-size: 15px;
	    line-height: 24px;
	    font-family: "Segoe UI", "Arial","Helvetica";
	}
	.panel-article.article-catalogue h1 {
	    font-size: 15px;
	    line-height: 24px;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    text-transform: uppercase;
	    font-weight: normal;
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #ddd;
	}
	.panel-article .list-article > li:not(:last-child) {
	    padding-bottom: 15px;
	    border-bottom: 1px dotted #ddd;
	}

	@media (min-width: 479px) {
		.article-1 .thumb {
			float: left;
			width: 250px;
		}
		.article-1 .info {
			position: relative;
			float: left;
			width: -moz-calc(100% - 250px);
			width: -webkit-calc(100% - 250px);
			width: -ms-calc(100% - 250px);
			width: -o-calc(100% - 250px);
			width: calc(100% - 250px);
			padding-left: 20px;
		}
	}
	@media (min-width: 767px) {
		.article-1 .image {height: 165px;}
	}
	@media (min-width: 479px) and (max-width: 767px) {
		.article-1 .thumb {width: 180px;}
		.article-1 .info {
			position: relative;
			width: -moz-calc(100% - 180px);
			width: -webkit-calc(100% - 180px);
			width: -ms-calc(100% - 180px);
			width: -o-calc(100% - 180px);
			width: calc(100% - 180px);
		}
		.article-1 .viewed {margin: 5px 0 0 0;}
		.article-1 .description {display: none;}
	}
	@media (max-width: 479px) {
		.article-1 .thumb {margin: 0 0 10px 0;}
		.article-1 .meta {font-size: 13px;}
	}
	.article-1 .title a:hover {color: #067e4a;}


	/* Article Detail */
	.article-detail {
		margin: 0 0 25px 0;
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.article-detail .article, 
	.article-detail .signature, 
	.article-detail .share-box {margin-bottom: 20px;}
	.article-detail .title {
		margin: 0 0 15px 0;
		font-size: 20px;
		line-height: 30px;
		color: #252525;
	}
	.article-detail .article .description {
		font-weight: bold;
		margin-bottom: 10px;
		color: #333;
	}
	.article-detail .article img {
		display: block!important;
		width: auto!important;
		height: auto!important;
		margin: 0 auto 15px auto!important;
	}
	.share-box>*+* {margin-left: 5px;}
	.share-box .plus {position: relative;margin-top: -4px;}
	@media (max-width: 567px) {
		.article-detail .title {
			margin: 0 0 10px 0;
			font-size: 18px;
			line-height: 24px;
		}
	}
	/* Article Related */
	.article-related .heading {
	    margin: 0 0 10px 0;
	    font-size: 16px;
	    line-height: 20px;
	    text-transform: none;
	    color: #333;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-weight: normal;
	    text-transform: uppercase;
	}
	.article-related .list-article>li {padding: 10px 0;border-bottom: 1px dotted #9f9f9f;}
	.article-related .list-article > li a:after{
		content: '';
		content: "\f101";
	    display: block;
	    position: absolute;
	    left: 2px;
	    top: 0px;
	    font-family: FontAwesome;
	    font-size: 14px;
	    color: #333
	}
	.article-related .list-article > li a {
	    display: block;
	    position: relative;
	    padding-left: 15px;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-size: 14px;
	    color: #333;
	}
	.article-related .article .thumb {margin: 0 0 5px 0;}
	.article-related .article .title {
		margin: 0;
		height: 36px;
		font-size: 13px;
		line-height: 18px;
		font-weight: 500;
		overflow: hidden; 
		-ms-text-overflow: ellipsis; 
		text-overflow: ellipsis
	}
	.article-related .article .title a {color: #333;}
	.article-related .article .title a:hover {color: #0088cc;}

	@media (min-width: 1220px) {
		.article-related .article .image {height: 165px;}
		.article-related .article .thumb {margin: 0 0 10px 0;}
	}
	@media (max-width: 1220px) {
		.article-related .list-article {margin-left: -10px;}
		.article-related .list-article>li {
			padding-left: 10px;
			margin-bottom: 10px;
		}
	}
	@media (min-width: 767px) and (max-width: 1220px) {
		.article-related .article .image {height: 140px;}
	}
	@media (min-width: 599px) and (max-width: 767px) {
		.article-related .article .image {height: 160px;}
	}
	@media (min-width: 567px) and (max-width: 599px) {
		.article-related .article .image {height: 150px;}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.article-related .article .image {height: 130px;}
	}
	@media (max-width: 479px) {
		.article-related .heading {
			margin: 0 0 10px 0;
			font-size: 14px;
		}
		.article-related .article .title {
			max-height: 36px;
			font-size: 14px;
			line-height: 18px;
		}
		.article-related .article .image {height: 105px;}
	}
	@media (max-width: 350px) {
		.article-related .article .image {height: 90px;}
	}
	
	/* Banner */
	.banner p {margin: 0;}
	.banner a {display: block;}

	
	/* Contact */
	.contact .contact-infomation, 
	.contact .contact-form {
		margin-bottom: 20px!important;
	}
	.contact .contact-infomation .note {
		margin-bottom: 10px;
		font-style: italic;
		color: #666;
	}
	.contact .contact-infomation .company {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 30px;
		text-transform: uppercase;
		color: #59452a;
		font-weight: bold;
	}
	.contact .contact-infomation .address {margin-bottom: 20px;}
	.contact .contact-infomation .address p {margin: 0 0 5px 0;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: 15px;}
	.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: 30px;}
	.contact .contact-form .form-textarea {height: 200px;}
	.contact-form .btn-submit {
		display: inline-block;
		padding: 6px 25px;
		cursor: pointer;
		background: #59452a;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		border: none;
		border-radius: 3px;
	}
	.old{text-decoration: line-through;}
	/* Breadcrumb */
	.breadcrumb {
		padding: 8px 10px;
		margin-bottom: 10px;
		background: #eaeaea;
	}
	.breadcrumb ul a {
		font-size: 13px;
		line-height: 20px;
		color: #828282;font-family: "Segoe UI", "Arial","Helvetica";
	}
	.breadcrumb ul li:not(:first-child) a:hover {color: #4bbaef;}
	.breadcrumb .uk-breadcrumb>li:nth-child(n+2):before {
		content: "\f101";
		font-family: FontAwesome;
		margin: 0 10px;
		color: #828282;
	}
	@media (min-width: 960px) {
		.breadcrumb {margin: 0 0 15px 0;}
	}

	/* Pagination */
	.pagination {
		margin-bottom: 20px!important;
		padding-top: 15px;
	}
	.pagination li a {
		display: block;
		font-size: 13px;
		background: #f2f2f2;
		border: 1px solid #e1e1e1;
		color: #252525;
		border-radius: 0;
	}
	.pagination li a:hover, 
	.pagination .uk-active a {
		background: #0370a3;
		border-color: #0370a3;
		color: #fff;
	}
	

/* </body> */
/* ################################################# */
	.news-box-01 .panel-head .heading, .aside-face .panel-head .heading{
	    position: relative;
	    background: #1e90ff;
	    padding: 10px 15px;
	    font-weight: normal;
	    text-align: center;
	    color: #fff;
	    text-transform: uppercase;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-size: 14px;margin-bottom: 0;
	}
	.aside-panel.news-box-01.bor .panel-body {
	    border: 1px solid #dedede;border-top: 0;
	}
	.news-box-01 .panel-body {
	    background: #fff;
	    padding: 15px 0;
	}
	.box-list .item {
	    padding: 0 15px;
		overflow: hidden;
	}
	.box-list:not(:last-child) {
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    border-bottom: 1px dotted #ddd;
	}
	.box-list .item .thumb {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.box-list .item .info h3 {
	    font-size: 15px;
	    font-weight: normal;
	    margin-bottom: 0;
	    font-family: "Segoe UI", "Arial","Helvetica";
	}
	.box-list .item .info h3 a {
	    display: block;
	    color: #666;
	}
	/* partner-section */
	.partner-section {
		margin: 0 0 10px 0;
		padding: 15px 0;
	}
	.partner-section .thumb {
		padding: 3px;
		background: #fff;
		border: 1px solid #d5d5d5;
	}
	.partner-section .thumb .image {height: 85px;}

/* <footer> */
	.footer {
		position: relative;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		font-family: Arial;
		background: #1e90ff url("img/bg_footer.png");s
	}
	.footer .upper {padding-top: 20px;}
	.menu_footer li a {
	    line-height: 30px;
	    display: block;
	    color: #067e4a;
	    font-weight: normal;
	    font-size: 15px;
	    text-transform: none;
	}
	.panel.ft-contact iframe {
	    height: 220px;
	}
	.menu_footer li a i{margin-right: 7px;}
	.footer .upper .panel {margin-bottom: 20px!important;}
	.footer .upper .heading {
	    margin: 0 0 10px 0;
	    font-size: 16px;
	    text-transform: uppercase;
	    line-height: 24px;
	    font-family: "Segoe UI", "Arial","Helvetica";
	    font-weight: normal;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #ffff;
	}
	.title_footer {
	    font-family: "Segoe UI", "Arial","Helvetica";
	    color: #fff;
	    font-weight: normal;
	    text-transform: uppercase;
	}
	.address p i {
	    margin-right: 8px;
	    width: 15px;
	    text-align: center;
	}
	.footer .upper p {
	    margin: 0 0 10px 0;
	    font-family: "Segoe UI", "Arial","Helvetica";
	}
	.footer .upper .heading>* {color: #fff;}
	.ft-social .label {
		display: block;
		margin: 0 0 10px 0;
	}
	.ft-social li {float: left;}
	.ft-social li+li {margin-left: 5px;}
	.ft-social a {
		display: block;
		position: relative;
		width: 35px;
		height: 35px;
		background: #fff;
		line-height: 35px;
		text-align: center;
		font-size: 15px;
		color: #0a7fb1;
	}
	.ft-subscribe .label {
		display: block;
		margin: 0 0 10px 0;
	}
	.ft-subscribe .form {position: relative;}
	.ft-subscribe .form .input-text {
		height: 34px;
		padding: 0 30px 0 10px;
		border: none;
		line-height: 34px;
	}
	.ft-subscribe .form .btn-submit {
		display: block;
		position: absolute;
		width: 20px;
		height: 14px;
		left: initial;
		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%);
		background: url(img/icon-email.png) 0px 0px no-repeat;
		border: none;
		outline: none;
		text-indent: -99999px;
		cursor: pointer;
	}
	.footer .lower {
	    padding: 8px 0px;
	    font-size: 13px;
	    background:#1e90ff;
	    color: #ffffff;
	}

	.footer .lower a {color: #1d7e4a; font-weight: bold;}

	@media (max-width: 960px) {
		.footer .upper {padding: 15px 0 0 0;}
		.footer .upper .panel {margin-bottom: 15px!important;}
		.footer .upper .heading {margin: 0 0 10px 0;}
		.footer .uk-container:nth-of-type(2) {padding: 0;} 
	}
	@media (max-width: 767px) {
		.footer .lower {padding: 5px 10px;}
		.footer .lower .container {display: block;}
		.homepage-prdcategory-small .product .image {height: 179px;}
		.homepage-top-site{display: none;}
	}
	@media (max-width: 650px) {
		.uk-list.uk-clearfix.tabControl-home {
		    display: block;
		}
		.tabControl-home li::before {right: 0px;background: url('img/right.jpg');}
		.tabControl-home li:hover::before, .tabControl-home li.uk-active::before {background: url('img/right_active.jpg');}
	}

/* </footer> */


/* <animation> */
/* </animation> */
/* </congtyinan.css> */
