 :root {
    --primary: #ed5e01;

    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;

    --mg: 30px;
    --pd: 30px;
}


* {
    /* break word*/

    white-space: normal;
    word-wrap: break-word
}
/* FONT FACE */
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans.eot");
	src: url("fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.ttf") format("truetype"), url("fonts/OpenSans.svg#OpenSans") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Italic.eot");
	src: url("fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic.woff2") format("woff2"), url("fonts/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic.ttf") format("truetype"), url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url("fonts/OpenSans-Bold.eot");
	src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

body {
    background: rgb(240, 240, 240);
    color: #3d3d3d;
    font: 400 14px/20px Muli, 'Arial';
}

@media (min-width: 1220px){
	.uk-container {
	    max-width: 1200px;
		padding: 0;
	}
}

@media (max-width: 959px){
	.uk-container{
		padding: 0 10px;
	}
}

/*============================= __general ================================*/
.mb-common{
	margin-bottom: 25px;
}

/* heading-1 : CHỮ HOA */
.heading-1{
	margin: 0;
}
.heading-1>*{
	/*display: inline-block;*/
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* heading-2 : Chữ Cái Đầu Viết Hoa */
.heading-2{
	margin: 0;
}
.heading-2>*{
	/*display: inline-block;*/
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	text-transform: capitalize;
	font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-contact{
    color: #ff0000;
    font-size: 20px;
    font-weight: 600;
}

a {
    color: #334862;
}

.wrap-price{}
.wrap-price>*{
	color: #f86666;
}

.new-price{
	font-size: 20px;
	font-weight: 900;
}
.old-price{
	opacity: .6;
	margin-left:5px;
	font-weight: normal;
}
/*========================================= PC-HEADER ==================================*/
.pc-header{
	background: #ed5e01;
}
.pc-header .topbar{
	padding:5px 0;
	color: #fff;
	font-size: 13px;
}
.hd-welcome .phone{
	color: yellow;
}
.pc-header .upper{
	padding:15px 0;
}

.pc-header .logo{
	width: 281px;
}
.pc-header .hd-search{}
.hd-search .form{}

.hd-search .form .form-row{}


.hd-search .form .form-row .input-text {
    width: 400px;
    height: 40px;
}

.hd-search .form .form-row .btn-submit{
	border: 0;
	background: #ffe300;
	height: 40px;
	width: 60px;
	padding: 10px;
}

.hd-search .form .form-row .btn-submit>*{
	font-size: 18px;
	color: #fff;
}

.pc-header .hd-toolbox{}
.pc-header .hd-toolbox .list-toolbox{}
.pc-header .hd-toolbox .list-toolbox > li{
	position: relative;
}
.pc-header .hd-toolbox .list-toolbox > li:not(:last-child){
	margin-right: 20px;
	padding-right: 20px;
}
.pc-header .hd-toolbox .list-toolbox > li:not(:last-child):before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	height: 25px;
	width: 0px;
	background: #e6e6e6;
}
.pc-header .hd-toolbox .list-toolbox > li>*{}
.pc-header .hd-toolbox .list-toolbox > li .icon{
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-right: 5px;
	background: rgba(0,0,0,0.4);
	color: #fff;
}

.pc-header .hd-toolbox .list-toolbox > li.hd-hotline .content{}

.pc-header .hd-toolbox .list-toolbox > li.hd-hotline .content>*{
	display: block;
	color: yellow;
}
.pc-header .hd-toolbox .list-toolbox > li.hd-hotline .content .phone{
	font-size: 16px;
}
.pc-header .hd-toolbox .list-toolbox > li.hd-hotline .content .sub_title{
	color: #fff;
}

.pc-header .hd-toolbox .list-toolbox > li .icon-1{
	margin-right: 5px;
}

.pc-header .hd-toolbox .list-toolbox > li.hd-cart  .icon{
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-right: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
}

.pc-header .hd-toolbox .list-toolbox > li.hd-cart .content{
	/*padding-right: 30px;*/
}
.pc-header .hd-toolbox .list-toolbox > li.hd-cart .cart-qty {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: -10px;
    transform: translate(0, -50%);
    background: #fff;
    color: #ed5e01;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 1024px) {
	.hd-search .form .form-row .input-text{
		width: 160px;
	}
}
.hd-toolbox>*:not(:last-child){
	margin-right: 15px;
}


/*hd-lang*/
.pc-header .hd-lang{}
.pc-header .hd-lang>*.active{
	color: #0070c1;
	border: 1px solid #0070c1;
	border-radius: 3px;
}
.pc-header .hd-lang>*{
	display: inline-block;
	text-transform: uppercase;
	padding: 3px;
	color: #737373;
}

.pc-header .hd-lang>*:not(:last-child){
	margin-right: 5px;
}


/*hd-download*/
.hd-download >*{
	display: inline-block;
	padding: 10px 20px 10px 60px;
	background: #ffb636;
	border-radius: 5px;
	color:#fff;
	text-transform: uppercase;
	position: relative;
}
.hd-download >*:before{
	content:'';
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	background: url(img/upload/icon-download.png);
	width: 20px;
	height: 18px;
}

/*======================================= HD-LOWER ========================================*/
.pc-header .lower{
	background: #fff;
}

.pc-cat{
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    background-color: #413b49;
}
.pc-cat .panel-head{}
.pc-cat .heading-1{
	margin: 0;
	overflow: hidden;
}

.pc-cat .heading-1>* {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
	padding: 10px 30px 10px 35px;
}
.pc-cat .heading-1>*:after,
.pc-cat .heading-1>*:before{
	content: '\f0c9';
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-family: Fontawesome;
	color: #fff;
	font-size: 16px;
}
.pc-cat .heading-1>*:before{
	left: 10px;
}

.pc-cat .heading-1>*:after{
	content: '\f107';
	right: 10px;
}



.pc-cat:hover .panel-body{
	display: block;
}

.pc-cat .panel-body{
	/*display: block;*/
	display: none;
	position: absolute;
	/*background: #fff;*/
	background-color: #413b49;
	width: 100%;
	top: 100%;
	z-index: 99;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}
.pc-cat .list-cat{
	position: relative;
}

.pc-cat .list-cat>li {
    padding: 10px 0 10px 5px;
    border-left: 3px solid transparent;
}
.pc-cat .list-cat>li:not(:last-child){
	border-bottom: 1px solid #eaeaea;
}

.pc-cat .list-cat>li .wrap-cat{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-right: 20px;
}

.pc-cat .list-cat>li .wrap-cat:before{
	content: '\f105';
	display: block;
	position: absolute;
	font-family: Fontawesome;
	top: 0;
	right: 10px;
	color: #fff;
}
.pc-cat .list-cat>li .icon{
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.pc-cat .list-cat>li .image{
	width: 22px;
	opacity: 0.75;
}

.pc-cat .list-cat>li .wrap-cat>*{
	color: #fff;
	font-size: 14px;
}

.pc-cat .list-cat>li:hover{
	/*color: #000;*/
	border-left: 3px solid #4a90e2;
}
.pc-cat .list-cat>li:hover .wrap-cat:before{
	color: #fff;
}
.pc-cat .list-cat>li:hover .wrap-cat>*{
	font-weight: bold;
}
.pc-cat .list-cat>li:hover .image{
	opacity: 1;
}

.pc-cat .list-cat>li .wrap-cat>a:hover{
	font-weight: bold;
	/*color: #4a90e2;*/
}

@media (max-width: 1024px){
	.pc-cat .heading-1>*{
		font-size: 12px;
	}
	.pc-cat .list-cat>li .wrap-cat{
		position: relative;
		width: 100%;
		height: 20px;
		line-height: 20px;
		overflow: hidden;
		padding-right: 20px;
	}
	.pc-cat .list-cat>li .icon{
		display: none;
	}
	.pc-cat .list-cat>li .wrap-cat:before{
		right: 5px;
	}
	.pc-cat .list-cat>li:hover .wrap-cat>*{
		font-weight: normal;
	}
	.pc-cat .list-cat>li .wrap-cat>a:hover{
		font-weight: normal;
		color: #4a90e2;
	}
}


.pc-cat .sub-cat.order-2 >li:not(:last-child){
	border-bottom: 1px dotted #ddd;
}

.pc-cat .sub-cat.order-2 >li>*{
	display: block;
	padding: 10px 10px 10px 20px;
	color: #575454;
}



/*=============================================================.list-cat ===========================
========================================================================.sub-cat====================*/
.pc-cat .sub-cat {
    background: #fff;
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 100%;
    display: none;
    /*padding: 10px 15px 10px 25px;*/
    box-shadow: 0.1px -0.1px 0px 0.1px rgba(0,0,0,.25);
    width: 285px;
}

.pc-cat .list-cat>li:hover .sub-cat{
	display: block;
}

.pc-cat .sub-cat>li{}

.pc-cat .sub-cat>li .title{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.pc-cat .sub-cat>li .title>*{
	text-transform: uppercase;
	color: #4a90e2;
}

.pc-cat .sub-cat>li>*{
	font-size: 14px;
}

.pc-cat .sub-child{
	overflow: hidden;
}
.pc-cat .sub-child>li:not(:last-child){
	margin-bottom: 8px;
}
.pc-cat .sub-child>li>*{
	color: #333;
}
.pc-cat .sub-child>li:hover >*{
	color: #4a90e2;
}

.pc-cat .sub-child-7>li{
	margin-bottom: 5px;
}
.pc-cat .sub-child-7>li:not(:last-child){
	margin-right: 15px;
}

.pc-cat .child-sub-child-7{
	height: 85%;
}

/*==============================================.pc-header .lower .pc-deal ========================
==================================================================.list-deal ================*/
.pc-header .pc-deal{
	/*padding:8px 25px;*/
}
.pc-header .list-deal{}
.pc-header .list-deal>li{
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(102,102,102,0.85);
	position: relative;
}
.pc-header .list-deal>li:last-child{
	border: 0;
}
.pc-header .list-deal>li>*{
	display: inline-block;
	color: rgba(102,102,102,0.85);
	font-weight: 500;
}

.pc-header .list-deal>li:hover>*{
	color: #333;
}


#nk-goc-cong-nghe {
    background-color: #ffef71;
    position: relative;
    padding: 12px 35px;
}
#nk-goc-cong-nghe:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 15px solid #fff;
}

#nk-goc-cong-nghe .icon {
    /*height: 36px;*/
    /*line-height: 36px;*/
}

#nk-goc-cong-nghe .icon i {
    font-size: 16px;
}

#nk-goc-cong-nghe a:hover {
	color:#333;
}
#nk-goc-cong-nghe a {
	display: inline-block;
	margin-left: 10px;
	color: rgba(102,102,102,0.85);
	font-weight: 500;
}


/* ######################## Header for mobile ######################## */
	.mobile-header {
		position: relative;
		z-index: 5;
	}
	.mobile-header .upper {
		padding: 5px;
		background: #fff;
		position: relative;
		text-align: center;
	}
	.mobile-header .upper .moblie-menu-btn {left: 5px;}
	.mobile-header .logo {display: inline-block;}
	.mobile-header .logo a {width: 180px;}
	.mobile-header .lower {
		position: relative;
		padding: 5px;
		background: #fff;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	.mobile-search .form {
		position: relative;
		padding-right: 60px;
	}
	.mobile-search .form .input-text {
		display: block;
		height: 32px;
		background: #fff;
		font-size: 13px;
		line-height: 32px;
		color: #000;
		border: 1px solid #990100;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
		-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
		-o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
		box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	}
    .mobile-search .form .btn-submit {
        display: block;
        position: absolute;
        height: 32px;
        width: 60px;
        top: 0px;
        left: initial;
        right: 0px;
        /*background: #990100 url(img/icon_search.png) 50% 50% no-repeat;*/
        border: 1px solid #990100;
        cursor: pointer;
        color: #fff;
        /*text-indent: -99999px;*/
    }
	.mobile-search .form .input-text::-webkit-input-placeholder {
	    color: #999;
	    font-size: 13px;
	}
	.mobile-search .form .input-text::-moz-placeholder {
	    color: #999;
	    font-size: 13px;
	}
	.mobile-search .form .input-text:-ms-input-placeholder {
	    color: #999;
	    font-size: 13px;
	}
	.mobile-search .form .input-text:-moz-placeholder {
	    color: #999;
	    font-size: 13px;
	}
	.mobile-hotline {
		display: block;
		position: absolute;
		right: 5px;
		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-hotline .value {
		display: block;
		width: 13px;
		height: 26px;
		background: url(img/icon_mobile_phone.png) center;
		-webkit-background-size: 13px 26px;
		-moz-background-size: 13px 26px;
		-ms-background-size: 13px 26px;
		-o-background-size: 13px 26px;
		background-size: 13px 26px;
		text-indent: -99999px;
	}
	.mobile-search .form .btn-submit,
	.moblie-menu-btn>*,
	.moblie-menu-btn>:after, .moblie-menu-btn>:before{
		background-color: var(--primary);
	}

	.mobile-search .form .input-text,
	.mobile-search .form .btn-submit{
		border-color: var(--primary);
	}


	/* FIX */
	.mobile-header .upper{
		background: var(--primary);
		padding: 10px 5px;
	}

	.moblie-menu-btn>*,
	.moblie-menu-btn>:after, .moblie-menu-btn>:before{
		background-color: #fff;
	}

	.mobile-cart {
	    display: block;
	    position: absolute;
	    left: initial;
	    right: 25px;
	    top: 50%;
	    width: 22px;
	    height: 22px;
	    margin-top: -11px;
	    background: url(img/icon_cart_mobi.png) 0px 0px no-repeat;
	    z-index: 5;
	}

	.mobile-cart .quantity {
	    display: block;
	    position: absolute;
	    width: 15px;
	    height: 22px;
	    left: initial;
	    right: -17px;
	    bottom: -6px;
	    /* transform: translate(0, 50%); */
	    /* background: #ffc000; */
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	    color: #fff;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 22px;
	    text-align: left;
	    /* vertical-align: bottom; */
	}



/* =================================== ASIDE STYLE ======================================= */
	.aside-panel{
		margin-bottom: 30px;
	}
	.aside-panel .panel-head {
	    margin-bottom: 20px;
	    /* padding-bottom: 15px; */
	    /* border-bottom: 1px solid #d7d7d7; */
	    /* position: relative; */
	}

	.aside-panel .panel-head:before{
		content: '';
		display: block;
		position: absolute;
		bottom: -1px;
		height: 0;
		width: 40%;
		background: #0070c1;
	}


	.aside-panel .panel-head .aside-heading{
		margin: 0;
		position: relative;
	}
	.aside-panel .panel-head .aside-heading>* {
		display: inline-block;
	    color: #777;
	    font-size: 18px;
	    position: relative;
	    font-weight: 500;
	    opacity: .7;
	}
	.aside-panel .panel-body{}

	.aside-panel .list-as-category>li{
	    border-bottom: 1px solid #e6e6e6;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	.aside-panel .list-as-category>li:not(:last-child){}
	.aside-panel .as-category >.title{
		margin-bottom: 0;
	}
	.aside-panel .as-category .title>* {
	    font-size: 16px;
	    font-weight: 400;
	    color: #334862;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	.aside-panel .as-category .title>*:hover{
	    color: #000;
	}
	.aside-panel .list-subcategory{
		padding-left: 30px;
	}

	.aside-panel .list-subcategory .title{
		margin-top: 15px;
	}
	/*.aside-panel .as-category .thumb{
		float: left;
		width: 70px;
	}
	.aside-panel .as-category .thumb .image{
		height: 70px;
	}
	.aside-panel .as-category .info{
		float: left;
		-webkit-width: calc(100% - 70px);
		-moz-width: calc(100% - 70px);
		-o-width: calc(100% - 70px);
		-ms-width: calc(100% - 70px);
		width: calc(100% - 70px);
		padding-left: 10px;
	}*/



/* ===== SLIDE STYLE ===== */

.slide.skin-4 {
    background: #fff;
}


.mainlide-sync2{
	width: calc(80% + 2px);
	margin: 0 auto;
}

/*.mainlide-sync2> .owl-wrapper-outer{
	width: calc(80% + 2px);
	margin: 0 auto;
}*/

.mainlide-sync2 .owl-item1:nth-child(1) .item{
    border-left: 1px solid #ebebeb !important;
}
.mainlide-sync2 .item{
    margin: 0 !important;
    padding: 6px 8px !important;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ebebeb !important;
    color: #333;
    background: #ffffff;
    border-bottom: 2px solid transparent;
    /*font-size: 14px;*/
}

.mainlide-sync2 .item>*{
	font-size: 13px;
}

.mainlide-sync2 .synced .item {
    font-weight: bold;
    border-bottom: 2px solid #ed5e01;
}

/* ================================== HOMEPAGE ========================================= */


/*====================================== PC-FOOTER =============================================*/

.pc-footer{
	background: #333333;
	color: #fff;
}
.pc-footer .ft-content{
	padding: 40px 0 40px;
}
.pc-footer .ft-panel{}
.pc-footer .ft-panel .panel-head {
    margin-bottom: 15px;
}
.pc-footer .ft-panel .panel-head .heading-1{}
.pc-footer .ft-panel .panel-head .heading-1>*{
	color: #FFF;
	font-size: 20px;
	line-height: 1.5;
}



.pc-footer .ft-panel.order-2 .panel-body{
	font-size: 16px;
	line-height: 1.5;
}
.pc-footer .ft-panel.order-2 .panel-body h2,
.pc-footer .ft-panel.order-2 .panel-body h3{
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
}



.pc-footer .ft-panel .panel-body{}
.pc-footer .ft-panel .ft-list{}
/*.pc-footer .ft-panel .ft-list >li:not(:last-child){*/
.pc-footer .ft-panel .ft-list >li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.pc-footer .ft-panel .ft-list li span:not(:last-child){
	margin-right: 5px;
}

/*.pc-footer .ft-panel .ft-list li.hotline span:last-child{color: #ea6b48;}*/
/*.pc-footer .ft-panel .ft-list li.email span:last-child{color: #0070c1;}*/
.pc-footer .ft-panel .ft-list li>*{
	color: #fff;
	font-size: 16px;
}
.pc-footer .ft-panel .ft-list li> p{
	margin: 0;
}

.pc-footer .ft-panel .site-link >li{
	position: relative;
    background: url(img/upload/icon-list.png) left no-repeat;
    padding-left: 15px;
}
.pc-footer .ft-panel .site-link li>*{
	color: #fff;
}
.pc-footer .ft-panel .site-link li>*:hover{
	color: #0070c1;
}

.pc-footer .ft-social .heading-1>*{
	color: #fff;
}
.pc-footer .ft-connect{}
.pc-footer .ft-connect .heading-1{
	margin-bottom: 25px;
}
.pc-footer .ft-connect .heading-1>*{
	font-size: 14px;
}
.pc-footer .ft-connect .ft-social{
	margin-bottom: 25px;
}

.ft-mailto{}
.ft-mailto .title{
	margin-bottom: 15px;
}
.ft-mailto .title>*{
    font-size: 13px;
    color: #737373;
    letter-spacing: -0.2px;
}

.ft-mailto .form{}
.ft-mailto .form .form-row{
	position: relative;
	width: 100%;
}
.ft-mailto .form .input-text{
	width: 100%;
	height: 40px;
	padding-right: 110px;
	background: #fff;
}
.ft-mailto .form .submit{
	position: absolute;
	display: block;
	top: 0;
	right: 0;

}
.ft-mailto .form .btn-submit {
    border: 0;
    /*background: #0070c1;*/
    background: var(--primary);
    width: 100px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
}



/*FT-BOTTOM*/
.pc-footer .copyright{
	background: #ed5e01;
	padding: 15px 0;
	color: #fff;
}
.pc-footer .copyright b{
	color: #0070c1;
}

@media (min-width: 960px) and (max-width: 1220px) {
	.pc-footer .ft-connect .ft-social .btn-social>*:not(:last-child){
		margin-right: 2px;
	}
	.pc-footer .ft-connect .heading-1 > * {
		font-size: 13px;
	}
}


@media (max-width: 959px) {
	.pc-footer .ft-content{
		padding: 30px 0 20px;
	}
	.pc-footer .ft-panel:not(:last-child){
		margin-bottom: 25px;
	}
	.pc-footer .ft-connect .heading-1{
		margin-bottom: 15px;
	}
	.pc-footer .ft-panel .panel-head .heading-1>* {
		font-size: 16px;
	}
}

@media (min-width: 415px) and (max-width: 600px) {
	.pc-footer .ft-connect .ft-social .btn-social>*:not(:last-child){
		margin-right: 5px;
	}
}

@media (max-width: 414px) {
	.pc-footer .ft-connect,
	.pc-footer .ft-panel{
		margin-bottom: 20px;
	}
}

@media (max-width: 320px) {
	.pc-footer .ft-connect .ft-social .btn-social>*:not(:last-child){
		margin-right: 5px;
	}
}


/*##################################### end .PC-FOOTER #####################################*/

/* .copyright */
.copyright{
    padding: 8px 0;
}
.copyright h3{
	font-size: 13px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}
.copyright h3 a{
	font-size: 13px;
    color: #fff;
    font-weight: 300;
}
.copyright h3 a:hover{
	color: #333;
}
#backtop{
    position: fixed;
    right: 60px;
    clip: rect(auto, auto, auto, auto);
    display: block;
    width: 50px;
    height: 50px;
    background: #fcc314;
    font-size: 20px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}
.cart-info .total-prodcut,
.cart-info .total-money{
	font-size:15px;
}
.product-price .price{
	font-weight:bold;
	color:red;
}

/*================================= art-catalogue ==========================================*/
/* ######################## Article ######################## */

	.subcatalogue{
	    padding: 10px 10px 5px 15px;
	    background: #f5f5f5;
	    margin-bottom: 20px;
	}
	.subcatalogue .list-subcat>li{
		margin-bottom: 5px;
	}
	.subcatalogue .list-subcat>li >*{
		display: block;
	    color: #414141;
    	font-size: 13px;
	}
	.subcatalogue .list-subcat>li >*:hover{
	    color: #990100;
	}

	.artcatalogue .heading,
	.artsame .heading {
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.artcatalogue .heading >*{
		display: inline-block;
		font-size: 22px;
		font-weight: 400;
		color: #000;

	}
	.artcatalogue {margin-bottom: 25px!important;}
	.artcatalogue .panel-body {padding: 0 0 10px 0;}
	.artcatalogue .list-article>li {
		margin-bottom: 15px;
	}
	.artcatalogue .article {
		position: relative;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.artcatalogue .article .thumb {
		position: relative;
		float: left;
		width: 180px;
	}
	.artcatalogue .article .infor {
		position: relative;
		float: left;
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
		width: -ms-calc(100% - 180px);
		width: -o-calc(100% - 180px);
		width: calc(100% - 180px);
		padding-left: 15px;
	}
	.artcatalogue .article .title {
		margin: 0 0 15px 0;
	}
	.artcatalogue .article .title a {
		display: block;
		color: #222;
		font-size: 15px;
		font-weight: 600;
	}
	.artcatalogue .article .meta {
		margin: 0 0 8px 0;
		font-size: 14px;
		line-height: 18px;
		color: #999;
	}
	.artcatalogue .article .meta .fa {
		position: relative;
		margin-right: 5px;
		top: -1px;
		font-size: 12px;
	}
	.artcatalogue .article .meta>*+* {margin-left: 15px;}
	.artcatalogue .article .description {
	    font-size: 12px;
	    color: #666;
	    font-weight: 300;
		display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}

	.artcatalogue .article .readmore{
		margin-top: 15px;
	}
	.artcatalogue .article .readmore>*{
		display: inline-block;
		font-size: 12px;
		color: #990100;
	}
	.artcatalogue .article .readmore>*:hover{
		text-decoration: underline;
	}

	@media (min-width: 767px) {
		.artcatalogue .article .image {height: 150px;}
	}
	@media (min-width: 1220px) {
		.artcatalogue .panel-body {padding: 0;}
		.artcatalogue .article .infor {padding-left: 20px;}
	}
	@media (max-width: 767px) {
		.artcatalogue .article .title {
			font-size: 18px;
			line-height: 20px;
		}
		.artcatalogue .article .meta {display: none;}
	}
	@media (min-width: 479px) and (max-width: 767px) {
		.artcatalogue .article .thumb {width: 180px;}
		.artcatalogue .article .infor {
			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);
		}
		.artcatalogue .article .image {
			position: relative;
			height: 125px;
		}
		.artcatalogue .article .description {max-height: 60px;}
	}
	@media (max-width: 567px) {
		.artcatalogue .article .thumb {
			width: 35%;
			padding: 0;
			border: none;
		}
		.artcatalogue .article .image {height: 120px;}
		.artcatalogue .article .infor {width: 65%;}
		.artcatalogue .article .title {
			margin: 0 0 10px 0;
			font-size: 16px;
			line-height: 20px;
		}
		.artcatalogue .article .title a {
			font-size: 14px;
		}
		.artcatalogue .article .description {
		    -webkit-line-clamp: 2;
		}
	}
	@media (max-width: 479px) {
		.artcatalogue .article .infor {padding-left: 10px;}
		.artcatalogue .article .image {height: 105px;}
	}
	/* ######################## Detail ######################## */
	.share-box>*+* {margin-left: 5px;}
	.share-box .plus {
		position: relative;
		margin-top: -4px;
	}
	.detail-content {
		margin: 0 0 20px 0;
		font-size: 14px;
		line-height: 22px;
		font-family: Roboto, sans-serif !important;
		color: #000;
		/* padding:10px; */
		/* border:1px solid #333; */
	}
	.detail-content iframe{
		width:100% !important;
		height:400px !important;
	}
	.detail-content *{
		font-family:'Segoe UI' !important;
		line-height:25px;
	}
	.detail-content .panel-body *{
		font-size:18px;
		line-height:25px;
	}
	.detail-content h1 >*{
		color:#ed1847;
		font-family:'Roboto-Bold' !important;
		font-weight:bold;
		font-size:22px !important;

	}
	@media (max-width: 415px){
		.detail-content img {
			display: block!important;
			width: auto!important;
			height: auto!important;
			margin: 0 auto 15px auto!important;
		}
	}
	.detail-content ul{
		padding-left:10px;
	}
	.detail-content iframe {
		display: block!important;
		margin: 0 auto 15px auto!important;
	}
	.detail-content table {
		width: 100%;
		border-collapse: collapse;
	}
	.detail-content table td, .detail-content table th {
		padding: 8px;
		border: 1px solid #898989;
	}
	@media (max-width: 479px) {

	}

	.list-suggest-thumb{}
	.list-suggest-thumb .image{
		height:120px !important;
	}

		/* Article same */
	.art-same {margin-bottom: 10px!important; }
	.art-same .heading {
		margin: 0 0 20px 0;
		font-size: 16px;
		line-height: 20px;
		color: #0088cc;
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'UTM Avo Bold', sans-serif;
	}
	.art-same .list-article>li {margin-bottom: 15px;}
	.art-same .article .thumb {margin: 0 0 5px 0;}
	.art-same .article .title {
		margin: 0;
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
	.art-same .article .title a {color: #333;letter-spacing:0.5px;font-family:'Roboto'}
	.art-same .article .title a:hover {color: #ec667e;}
	@media (min-width: 960px) {
		.art-same {margin-bottom: 15px!important; }
	}
	@media (min-width: 1220px) {
		.art-same {margin-bottom: 25px!important; }
		.art-same .article .image {height: 75px;}
		.art-same .article .thumb {margin: 0 0 10px 0;}
	}
	@media (max-width: 1220px) {
		.art-same .list-article {margin-left: -10px;}
		.art-same .list-article>li {
			padding-left: 10px;
			margin-bottom: 10px;
		}
	}
	@media (min-width: 767px) and (max-width: 1220px) {
		.art-same .article .image {height: 140px;}
	}
	@media (min-width: 599px) and (max-width: 767px) {
		.art-same .article .image {height: 160px;}
	}
	@media (min-width: 567px) and (max-width: 599px) {
		.art-same .article .image {height: 150px;}
	}
	@media (min-width: 479px) and (max-width: 567px) {
		.art-same .article .image {height: 130px;}
	}
	@media (max-width: 479px) {
		.art-same .heading {
			margin: 0 0 10px 0;
			font-size: 14px;
		}
		.art-same .article .title {
			max-height: 36px;
			font-size: 14px;
			line-height: 18px;
		}
		.art-same .article .image {height: 105px;}
	}
	@media (max-width: 350px) {
		.art-same .article .image {height: 90px;}
	}

	/* ######################## Contact ######################## */
	.contact {margin: 0 0 20px 0;}
	.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;
		line-height: 24px;
		font-size: 18px;
		font-weight: normal;
		    font-family: "Arial" !important;
		text-transform: uppercase;
		color: #f15922;
	}
	.contact .contact-infomation .address {margin-bottom: 20px;}
	.contact .contact-infomation .address p {
		margin: 0 0 5px 0;
		color: #000;
	}
	.contact .contact-infomation .address a {color: #000;}
	.contact .contact-map {
		padding: 4px;
		height: 389px;
		border: 1px solid #d5d5d5;
	}
	.contact .contact-map >*{
		width: 100%;
		height: 100%;
	}
	.contact .contact-form .label {
		margin-bottom: 20px;
		line-height: 22px;
		font-size: 14px;
		color: #333;
		font-family:'Roboto';
	}
	.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;
		line-height: 20px;
		font-size: 14px;
		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 {
		padding: 5px 10px;
		height: 200px;
		font-family:'Helvetica' !important;
	}
	.contact .contact-form .label{
		font-family:'Helvetica' !important;
	}
	.contact-form .btn-submit {
		display: inline-block;
		padding: 6px 25px;
		background: #f15922;
		border: none;
		line-height: 20px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
	}
	.contact .contact-infomation .company{
		font-family: Arial !important;
	}
	@media (min-width: 960px) {
		.contact .contact-infomation .company {font-size: 20px}
	}

/*==================================== Product detail ==================================*/

	.prd-detail {margin: 0 0 15px 0;}
	.prd-detail .panel-head, .prd-detail .panel-body {margin-bottom: 20px;}

	.prd-gallerys .slider .product .thumb {margin-bottom: 0!important;}
	/*.prd-detail .prd-title::first-letter {
		margin: 0 0 10px 0;
		font-size: 24px;
		line-height: 24px;
		color: #000;
		text-transform: uppercase;
	}*/
	.prd-detail .prd-infor .meta {
		margin: 0 0 10px 0;
		padding-bottom: 10px;
		border-bottom: 1px dotted #c8c8c8;
	}
	.prd-detail .prd-price {
		font-size: 15px;
		line-height: 20px;
		font-family: 'UTM Avo Bold', sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		color: #e51b24;
	}
	.prd-detail .prd-infor .rate {
		font-size: 	14px;
		color: #ffc000;
		letter-spacing: 1px;
	}

	.prd-detail .prd-description {
		margin: 0 0 15px 0;
		font-size: 13px;
		line-height: 20px;
		color: #666;
		font-family:'HTVietNam';
	}
	.prd-detail .prd-description p {margin: 0 0 5px 0;}
	.prd-detail .prd-property {margin: 0 0 15px 0;}
	.prd-detail .prd-property .btn {
		float: left;
		display: block;
		height: 42px;
		background: url(img/bg-buy-now.png) center;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		line-height: 42px;
		width: 212px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
	}
	.prd-detail .prd-property .btn.btn-add-to-cart {
		background: url(img/bg-add-to-cart.png) center;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.prd-detail .prd-property .btn+.btn {margin-left: 10px;}

	.prd-detail .nav-tabs li {
		float: left;
		position: relative;
		padding: 10px 25px;
		bottom: -1px;
		z-index: 5;
		border: 1px solid transparent;
		border-top: 2px solid transparent;
		cursor: pointer;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: bold;
		color: #666;
	}
	.prd-detail .nav-tabs li:hover {color: #0070c1;}
	.prd-detail .nav-tabs li.uk-active {
		background: #fff;
		border: 1px solid #c8c8c8;
		border-top: 2px solid #0070c1;
		border-bottom-color: #fff;
		color: #0070c1;
		/*letter-spacing:0.5px;*/
		font-size:14px;
	}
	.prd-detail .suggest-list{
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.6);
		box-shadow: 0 1px 1px rgba(0,0,0,.6);
		border-top:1px solid #ccc;
	}
	.prd-detail .tab-content {
		padding: 20px;
		background: #fff;
		border: 1px solid #c8c8c8;
	}
	.prd-content-mobile {margin-bottom: 10px;}
	.prd-content-mobile ul>li+li {margin-top: 5px;}
	.prd-content-mobile .accordion-label {
		display: block;
		position: relative;
		padding: 8px 15px;
		background: #f6f7f8;
		border: 1px solid #e1e1e1;
		color: #333;
		font-size: 16px;
		line-height: 20px;
	}
	.prd-content-mobile .accordion-label:before {
		content: "\f054";
		display: block;
		position: absolute;
		font-family: FontAwesome;
		font-size: 12px;
		color: #666;
		left: initial;
		right: 10px;
		top: 8px;
	}
	.prd-content-mobile .accordion-label.uk-active:before {
		content: "\f078";
		color: #fff;
	}
	.prd-content-mobile .accordion-label.uk-active {
		border-color: #0070c1;
		background: #0070c1;
		color: #fff;
	}
	.prd-content-mobile .accordion-content {
		padding: 15px 10px 10px 10px;
		border: 1px solid #e1e1e1;
		background: #fff;
	}

	.prd-infor .subtitle{
		color:#007ff0;
		font-size:14px;
		font-family:'HTVietNam';
		margin: 0 0 10px 0;
		font-style:italic;
		position:relative;
		padding-left:25px;
	}
	.prd-infor .subtitle:before{
		content:'';
		display:block;
		position:absolute;
		left:0;
		top:-2px;
		width:20px;
		height:20px;
		background:url(img/gift.png) no-repeat;
		background-size:100%;
	}
	.prd-excerpt,
	.prd-icon {
		/*margin: 0 0 20px 0;
		border-bottom: 1px solid #d4d3d3;
		padding: 0 0 20px 0;*/
	}
	.prd-icon{

	}
	.prd-icon li{
		float:left;
		margin-right:10px;
	}
	.prd-icon li *{
		font-size:13px;
		color:#333333;

	}
	.prd-icon li span > b{
	}

	.detail-info{}
	.detail-info .right{
		padding-left:10px;
	}
	.detail-info .right .list-detail-support{
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom:1px solid #d4d3d3;
	}
	.detail-info .right .list-detail-support li{
		position:relative;
		padding: 10px 0;
	}
	.detail-info .right .list-detail-support li .article{}
	.detail-info .right .list-detail-support li .article .icon{
		width:35px;
		float:left;
		vertical-align:middle;
	}
	.detail-info .right .list-detail-support li .article .icon img{
		width:100%;
		height:100%;
	}
	.detail-info .right .list-detail-support li .article .detail{
		width:calc(100% - 35px);
		width:-webkit-calc(100% - 35px);
		width:-moz-calc(100% - 35px);
		width:-o-calc(100% - 35px);
		float:left;
		padding-left:5px;
	}

	.detail-info .right .list-detail-support li h5{
		font-size:14px;
		tex-transform:uppercase;
		letter-spacing:0.5px;
		font-weight:normal;
		margin: 0 0 5px 0;
	}
	.detail-info .right .list-detail-support li span{
		font-style:italic;
		font-size:13px;
	}
	.detail-info .left{
		height:100%;
		padding: 20px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.detail-info .left p {
	    font-size: 15px;
	    line-height: 1.2;
	}
	.detail-info .left p span.label{
		width:120px;
		color:#999;
		display:inline-block;
	}
	.detail-info p span.main-price{
		color:#f86666;
		font-size:28px;
	}
	.detail-info p span.value{
		display: block;
		font-size: 14px;
	}
	.detail-info p span.percent{
		color: #63c54c;
	}

	.prd-description{
		border-top:1px solid #d4d3d3;
		margin:10px 0 0 0;
		padding: 10px 0 0 0;
	}
	.prd-description,
	.prd-description *{
		font-size:13px;
	}

	.prd-detail .prd-title {
		margin: 0 0 15px 0;
		font-size: 24px;
		line-height: 1.2;
		letter-spacing:0.5px;
		color: #0083c1;
	}

	@media (min-width: 1220px) {
		.prd-detail {margin: 0 0 25px 0;}
		.prd-detail .panel-head {margin-bottom: 30px;}
		.prd-detail .panel-body {margin-bottom: 20px;}

		.prd-detail .prd-infor .meta {margin: 0 0 20px 0;}
		.prd-detail .prd-price {font-size: 16px;}
		.prd-detail .prd-description {margin: 0 0 25px 0;}
		.prd-detail  .prd-property {margin: 0 0 25px 0;}
	}
	@media (min-width: 960px) and (max-width: 1220px) {
		.prd-detail .prd-property .btn {
			width: -webkit-calc(50% - 5px);
			width: -moz-calc(50% - 5px);
			width: -ms-calc(50% - 5px);
			width: -o-calc(50% - 5px);
			width: calc(50% - 5px);
		}
	}
	@media (max-width: 567px) {
		.prd-detail .prd-property .btn  {
			float: none;
			width: 150px;
			height: 32px;
			line-height: 32px;
		}
		.prd-detail .prd-property .btn+.btn {
			margin: 5px 0 0 0;
		}
	}
	@media (max-width: 767px) {
		.prd-detail .prd-gallerys {margin-bottom: 15px;}
	}
	.prd-detail .prd-buy {
		position: relative;
		margin-bottom: 15px;
	}
	.prd-detail  .prd-buy .wrap-quantity {
		display: block;
		position: relative;
		width: 60px;
		margin: 0 15px;
	}
	.prd-detail .prd-buy .input-text {
		height: 30px;
		line-height: 30px;
		border: 1px solid #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		padding: 0 10px;
		text-align: center;
	}
	.prd-detail .prd-buy .btn {
		display: block;
		position: absolute;
		font-size: 14px;
		line-height: 15px;
		left: initial;
		right: 5px;
		color: #898989;
	}
	.prd-detail .prd-buy .abatement {top: 0px;}
	.prd-detail .prd-buy .augment {bottom: 0px;}
	.prd-detail .prd-buy .status {
		display: block;
		position: relative;
		padding-left: 25px;
		background: url(img/Cart-Y.png) 0px 50% no-repeat;
		font-size: 15px;
		font-weight: bold;
		color: #009688;
	}
	.prd-detail .share-box {margin: 0 0 5px 0;}

	.prd-detail .btn-groups>li:not(:last-child){
		margin-right: 10px;
	}
	.prd-detail .btn {
		display: inline-block;
		position: relative;
		padding: 10px 50px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		line-height: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: #0070c1;
		text-transform:uppercase;
	}
	.prd-detail .btn.btn-contact {
		display: block;
		background: #f59000;
	    background: -webkit-gradient(linear,0% 0,0% 100%,from(#f59000),to(#fd6e1d));
	    background: -webkit-linear-gradient(top,#fd6e1d,#f59000);
	    background: -moz-linear-gradient(top,#fd6e1d,#f59000);
	    background: -ms-linear-gradient(top,#fd6e1d,#f59000);
	    background: -o-linear-gradient(top,#fd6e1d,#f59000);
	    color: #fff;
	    text-transform: initial;
	}

	.prd-detail .btn.btn-contact>*{
		color :#fff;
	}
	.prd-detail .btn.btn-contact .contact_title{
		display: inline-block;
		margin-bottom: 3px;
		color: #fff;
		text-transform: uppercase;
	}
	.prd-detail .btn.btn-contact .contact_subtitle{
		font-size: 14px;
		font-weight: 400;
	}

	.prd-detail .btn-groups .btn-buy {
		display: block;
		position: relative;
		padding: 10px 10px 10px 60px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		line-height: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	.prd-detail .btn-groups .btn-buy:before {
		content: "\f217";
		display: block;
		position: absolute;
		height: 100%;
		line-height: 38px;
		width: 50px;
		top: 0;
		left: 0;
		font-family: FontAwesome;
		border-right: 1px solid #e16055;
	}
	.prd-detail .btn-groups .btn-buy {background: #d25151;text-transform:uppercase;}
	.prd-detail .btn-groups .btn-addtocart {
		display: inline-block;
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		line-height: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		padding:10px 12px;
		background: #0070c1;text-transform:uppercase;
	}


/*################################## END Product detail ################################ */

@media (min-width: 960px){
	.uk-form-horizontal .uk-form-label{
		width:80px !important;
		margin-top:6px;
	}
	.uk-form-horizontal .uk-form-controls{
		margin-left:80px;

	}
}

/* ==================== #SOCIAL-FLOAT ==================== */
#social-float { position: fixed; right: 0; top: 35%; z-index: 100; }
#social-float ul { width: 45px; }
#social-float ul li {}
#social-float ul li a { display: block; height: 45px; width: 45px; line-height: 45px; text-align: center; color: #FFF; padding-right: 10px; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); -webkit-box-shadow: 0 1px 5px #777; -moz-box-shadow: 0 1px 5px #777; box-shadow: 0 1px 5px #777; }
#social-float ul li a.facebook { background: #3A5897; }
#social-float ul li a.twitter { background: #54ABED; }
#social-float ul li a.linkedin { background: #0177B5; }
#social-float ul li a.google { background: #DC4E41; }
#social-float ul li a.pinterest { background: #CB2027; }
#social-float ul li a:hover { width:90px; -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px);transition:all 0.5s ease; }
#social-float ul li a [class*=fa] {}

/* ######################## Mobile ########################  */
	.hotline-fixed {
		position: fixed;
	    left: 30px;
	    bottom: 30px;
	    background: rgba(213, 213, 213, .5);
	    border: 1px solid #d5d5d5;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	    -o-border-radius: 3px;
	    border-radius: 3px;
	    z-index: 99999;
	}
	.hotline-fixed a {
		position: relative;
	    display: block;
	    padding: 10px 20px 10px 60px;
	    font-size: 18px;
	    line-height: 20px;
	    font-weight: bold;
	    color: #ff0000;
	    -webkit-background-size: 30px;
	    -moz-background-size: 30px;
	    -ms-background-size: 30px;
	    -o-background-size: 30px;
	    background-size: 30px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	    -o-border-radius: 4px;
	    border-radius: 4px;
	}
	@media (min-width: 960px) {
		.hotline-fixed {
			left: 50px;
			bottom: 50px;
		}
	}


	.call-btn {
	    position: absolute;
	    margin: 0;
	    padding: 0;
	   	left: 0px;
	   	top: 50%;
	   	left: -40px;
	   	-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: #fff;
	    background-color: transparent;
	    cursor: pointer;
	    font-size: 0;
	    width: 110px;
	    height: 110px;
	    z-index: 1000;
	}

	.call-btn .tada {
	    background: #00aff2;
	    border-radius: 100px;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -20px;
	    margin-left: -20px;
	    animation-name: tada;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	}
	.call-btn:hover .tada {background: #ff0000;}

	.call-btn .tada .icon: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 tada {
	    from {
	        transform: rotate(-20deg);
	    }
	    to {
	        transform: rotate(20deg);
	    }
	}

	.call-btn .pulse {
	    width: 60px;
	    height: 60px;
	    background: #bfebfc;
	    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;
	}
	.call-btn:hover .pulse {background: rgba(255, 0, 0, .5);}

	@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 #00aff2;
	    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;
	}
	.call-btn:hover .zoomIn {border: 2px solid #ff0000;}

	@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 .pulse {left: -30px;}
	}


/*============================== article detail ============================================*/
.artdetail-content .heading{
	margin-bottom: 20px;
}
.artdetail-content .heading >*{
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}

.artdetail-content .description{
	margin-top: 30px;
}


@media (max-width: 767px) {
	.artdetail-content .description{
		margin-top: 20px;
	}
}


/*============================== intro page ============================================*/

.intro-content .heading{
	margin-bottom: 20px;
}
.intro-content .heading>*{
	display: block;
	font-size: 22px;
	color: #222;
	font-weight: 400;
	line-height: 1.4;
}


/*============================== media ============================================*/
.artcatalogue .heading-1{}
.artcatalogue .heading-1>*{
	display: block;
    font-weight: 400;
    font-size: 22px;
    color: #000;
}


.entry-title{
	color: #990100;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 600;
}

.gallery-section{
	margin-top: 30px;
}

.gallery-section .photo{
	margin-bottom: 15px;
}

.gallery-section .item >.title>*{
	display: block;
	font-size: 15;
	color: #3d3d3d;
	text-transform: uppercase;
}

@media (max-width: 479px){
	.gallery-section .list-photo>* {
	    padding-left: 2px;
	    margin-bottom: 10px;
	}
}

/*style iframe*/

.entry-video {
    position: relative;
    padding-bottom: 56.25%; /* ty le 16:9*/
    height: 0;
    overflow: hidden;
}

.entry-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.artcatalogue .video .title{
	height: auto !important;
	margin: 15px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

/*social footer : NỀN MÀU chữ trắng*/

.list-social.order-1{}
.list-social.order-1>li{}
.list-social.order-1>li:not(:last-child){
	margin-right: 15px;
}
.list-social.order-1>li>*{}
.list-social.order-1>li> .social{}
.list-social.order-1>li> .social >a{
	display: block;
	text-align:center;
	color: #fff;
}
.list-social.order-1>li> .social >a>i{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.list-social.order-1>li> .social.fb >a>i{
	background: #3b5999;
}
.list-social.order-1>li> .social.twitter >a>i{
	background: #55acee;
}
.list-social.order-1>li> .social.yt >a>i{
	background: #cd201f;
}
.list-social.order-1>li> .social.insta >a>i{
	background: #e4405f;
}
.list-social.order-1>li> .social.ggplus >a>i{
	background: #dd4b39;
}


/*============================== prd-catalog ============================================*/
.banner{
	margin-bottom: 40px;
}
.banner > .uk-container{
	position: relative;
}


@media (min-width: 1024px) {
	.banner .image{
		height: 500px;
	}
}
@media (max-width: 959px) {
	#prdcatalog .banner{
		margin-bottom: 20px;
	}
}


.catalog-panel .panel-head{
	margin-bottom: 25px;
}
.catalog-panel .panel-head .heading-1{
	margin: 0;
}
.catalog-panel .panel-head .heading-1>*{
	color: #3d3d3d;
}

.catalog-panel .product .title{
	margin-bottom: 3px;
}
.catalog-panel .product .reamore{
	margin-top: 15px;
}
.catalog-panel .product .reamore>*{
    display: inline-block;
    padding: 6px 36px;
    background: #737373;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.catalog-panel .product .reamore>*:hover{
    background: #0070c1;
}

.pagination{
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}
.pagination .uk-pagination{
	text-align: right;
}

.pagination ul>li>a{
    border-color: #0070c1;
}
.pagination ul>li.uk-active>a, .pagination ul>li:hover>a {
    background: #0070c1;
    border-color: #0070c1;
    color: #fff;
}

/*============================== prd-detail ============================================*/
.prd-gallerys {
	position: relative;
	margin: 0 0 30px 0;
}
.prd-gallerys #slider .image{
	height: 350px;
}


.prd-gallerys .flexslider {margin: 0;}
.prd-gallerys .flexslider img {height: 100%;}
.prd-gallerys .flex-direction-nav a {
	width: 45px;
	height: 45px;
	background-color: rgba(255, 255, 255, 1);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.prd-gallerys .flex-direction-nav .flex-prev {background-image: url(img/btn-prev.png);}
.prd-gallerys .flex-direction-nav .flex-next {background-image: url(img/btn-next.png);}
.prd-gallerys .flex-direction-nav a:before {
	display: none;
	visibility: hidden;
}
.prd-gallerys #carousel .slides li + li {
	/*margin-left:5px;*/
}

.prd-gallerys #carousel {
	/*max-width: 600px;*/
	position: relative;
	/*margin: -33px auto 0 auto;*/
	margin-top: 10px;
}
.prd-gallerys #carousel .image {
	height: 65px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}
.prd-gallerys #carousel .slides .flex-active-slide .image {
	border-color: #d63240;
}


.rela-panel{
	margin: 20px 0 30px;
}
.rela-panel .panel-head{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
}

.rela-panel .panel-head:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	height: 1px;
	width: 100px;
	background: #0070c1;
}


.rela-panel .panel-head .heading-1{
	margin: 0;
	position: relative;
}
.rela-panel .panel-head .heading-1>*{
	color: #3d3d3d;
	font-size: 18px;
	position: relative;
}


/*btn-download*/
.document-panel{
	padding: 40px 0;
	background: #0070c1;
	color: #fff;
}

.document-panel .dct-left .title{
	text-transform: uppercase;
}

/*hd-download*/
.hd-download.order-1>*{
	text-transform: none;
	border-radius: 0;
	border: 2px solid #fff;
	background: transparent;
}

.hd-download.order-2 >*{
	text-transform: none;
	border-radius: 0;
	border: 2px solid #fff;
	background: #ffb636;
    padding: 10px 50px 10px 20px;
}
.hd-download.order-2 >*:before{
	content:'';
	display: block;
	position: absolute;
	top: 50%;
	left: initial;
	right: 15px;
	transform: translate(0, -50%);
	background: url(img/upload/icon-phone.png) no-repeat;
	width: 20px;
	height: 18px;
}
/*============================== media-catalogue ============================================*/
.media-catalogue .heading-1>*{
	text-align: center;
}
.media-catalogue .description>*{
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 1024px) {
	.media-catalogue .description{
		padding: 0 100px;
	}
}

.general-video{
	margin-top: 30px;
	padding: 30px 0;
	background: #212121;
}
.general-video .heading-1{
	margin-bottom: 20px;
}
.general-video .heading-1>*{
	color: #fff;
	text-align: left;
}

.general-video .list-video>li:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.general-video .list-video .video .thumb {
    float: left;
    width: 110px;
    height: 90px;
}
.general-video .list-video .video .infor {
	float: right;
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: -ms-calc(100% - 110px);
	width: -o-calc(100% - 110px);
	width: calc(100% - 110px);
	padding-left: 10px;
}
.general-video .list-video .video .title a {color: #fff;}
.general-video .list-video .video .title a:hover {color: #0070c1;}
.general-video .list-video .video .title {
	max-height: 36px;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.general-video .list-video .video .meta {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	font-style: italic;
}

@media (min-width: 1024px) {
	.general-video .list-video{
	    max-height: 445px;
	    overflow-y: auto;
	}
}
@media (max-width: 959px) {
	.general-video .list-video{
		margin-top: 20px;
	}
}
@media (max-width: 600px) {
	.general-video{
		margin-bottom: 15px	!important;
	}
}



/*WEBKIT-SCROLL*/
.general-video .list-video::-webkit-scrollbar {
	width: 3px;
}

/* Track */
.general-video .list-video::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.general-video .list-video::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* Handle on hover */
.general-video .list-video::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}


/*============================ modal form ============================================*/

/* modal order-form */
#order-form{}
#order-form .uk-modal-dialog{
	background: #003466;
	width: 480px;
}
#order-form .uk-modal-dialog .uk-modal-header{
	color: #fff;
	border-radius: 0;
	margin: 0;
	background: #003466;
	border-color: #fff;
}

#order-form .uk-modal-dialog>.uk-close{
    color: #fff;
    opacity: 1;
}
#order-form .uk-modal-dialog .md-heading{
	margin-bottom: 20px;
}
#order-form .uk-modal-dialog .md-heading>*{
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align:center;
	line-height: 1.5;
}
#order-form .uk-modal-dialog .uk-modal-header .md-desc{
	text-align: center;
	font-size: 13px;
}
#order-form .uk-modal-dialog .modal-content{
	padding: 20px;
}
#order-form .form .md-label{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

#order-form .form .form-row.order-1 .input-text{
	padding-right: 32px;
}
#order-form .form .form-row.order-1{
	position: relative;
}

#order-form .form .form-row.order-1::before{
    content: "\f073";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0 , -50%);
	font-family:'FontAwesome';
	font-size: 13px;
	color: #333;
}
#order-form .form .form-row{
	width: 300px;
	margin: 0;
}
#order-form .form .form-row>*{
	border-radius: 5px;
}
#order-form .form .form-row.title{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
#order-form .form .form-row .input-text{
	width: 100%;
}
#order-form .form .form-row .uk-form-select{
	width: 100%;
	padding: 6px 10px;
}

#order-form .form .input-text::-webkit-input-placeholder {
	color: #888 !important;
	font-size: 13px;
}

#order-form .form .uk-form-select.uk-active{
	border: 1px solid #d5d5d5;
}

#order-form .form .btn{
	display: inline-block;
	padding: 5px 30px;
	color: #fff;
	background: #00cc33;
	border-radius: 5px;
	margin-top: 20px;
	border-style: none;
	cursor: pointer;
}



/*==================================== LIST PRD ==================================*/


/* ============== ht2109_panel ================================*/
    .ht2109_panel{
        padding: 40px 0 30px;
        position: relative;
        background: #fff;
    }

/*	.ht2109_panel:before {
	    content: '';
	    display: block;
	    position: absolute;
	    background: url(img/icon/icon_title.png) no-repeat center;
	    -webkit-background-size: 100%;
	    background-size: 100%;
	    width: 157px;
	    height: 40px;
	    top: 10px;
	    left: 50%;
	    transform: translate(-50%, 0);
	}*/
    .ht2109_panel .panel-head {
	    position: relative;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	    /* border-bottom: 1px solid #ccc; */
	}

    /*thêm :before => dạng kép*/
    .ht2109_panel .panel-head:before{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100px;
        height: 0;
        background: #000;
    }

    .ht2109_panel .panel-body {
		/*padding:15px;*/
    }

	.ht2109_panel.order-2{}
	.ht2109_panel.order-2 .panel-head{}
	.ht2109_panel.order-2 .panel-head .heading-1 {
	    line-height: 0;
	    position: relative;
	}

	.ht2109_panel.order-2 .panel-head .heading-1:before {
	    content: '';
	    display: block;
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    width: 100%;
	    height: 2px;
	    background: #eeeeee;
	}


	.ht2109_panel.order-2 .panel-head .heading-1>*{
		display: inline-block;
	    background: #FFF;
	    padding: 0 10px;
	    position: relative;
	    font-weight: 500;
	    font-size: 21px;
	    line-height: 1.5;
	}
	.ht2109_panel.order-2 .panel-body{
		padding:0;
	}




/*hp-prd*/

.hp_prd{
	padding-top: 0;
}
.hp_prd .panel-head{
	border-bottom: 3px solid var(--primary);
	padding: 0;
}
.hp_prd .panel-head .heading-1{
	line-height: 0;
	margin: 0;
}


.hp_prd .readmore>* {
    font-size: 15px;
    display: block;
    color: #555;
    padding: 13px 15px;
    font-weight: 500;
}

.hp_prd .panel-body{
	padding: 15px;
}
.hp_prd .panel-head .heading-1>* {
    display: inline-block;
    padding: 10px 20px;
    background: var(--primary);
    color: #fff;
}

.hp_prd .thumb{
	position: relative;
}
.hp_prd .thumb .image{
	height: 290px;
}
.hp_prd .thumb .overlay{
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	left: 25px;
	right: 25px;
    background-color: rgba(255, 255, 255, 0.75);
    border-left: 4px solid #30151c;
    padding: 10px;
}
.hp_prd .thumb .overlay-title{
	margin: 0;
}
.hp_prd .thumb .overlay-title>*{
	display: inline-block;
	font-size: 20px;
    color: #30151c;
}


@media (min-width: 960px) and (max-width: 1219px) {
   	.hp_prd .thumb .image{
		height: 200px;
	}
}
@media (max-width: 959px) {
   	.hp_prd .thumb .image{
		height: 255px;
	}
}
@media (max-width: 767px) {

}
@media (max-width: 599px) {
	.hp_prd .thumb .overlay-title>*{
		display: inline-block;
		font-size: 18px;
	    color: #30151c;
	}
}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}

/*################################## END LIST PRD ################################ */



/*==================================== HOMEPAGE SWITCHER ==================================*/
.nav-tabs{}
.nav-tabs>li{}
.nav-tabs>li>*{
	display: inline-block;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 18px;
	background: var(--primary);
	color:#fff;
	border: 3px solid var(--primary);
	font-weight: 500;
}

.nav-tabs>li.uk-active>*{
	display: inline-block;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 18px;
	background: #fff;
	color: #333;
	border: 3px solid var(--primary);
	font-weight: 500;
}

/*################################## END HOMEPAGE SWITCHER ################################ */


.partner-section{
	background: #fff;
}




/*==================================== list-product ==================================*/
.list-product{}
.list-product>li{
	margin-bottom: 20px;
}

.list-product .product{}
.list-product .product .thumb{
	margin-bottom: 15px;
}
.list-product .product .thumb .image{
	/* padding:10px; */
	height: 210px;
}
.list-product .product .info{}
.list-product .product .info .title{
	margin-bottom: 5px;
}
.list-product .product .info .title>*{
	font-size: 15px;
	/*color: #0070c1;*/
	/*text-transform: uppercase;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 500;
}


.list-product .product .info .title>*:hover{
	color: #000;
}
.list-product .product .info .subtitle{}
.list-product .product .info .catalogue{
	margin-bottom: 5px;
}
.list-product .product .info .catalogue>*{
	font-size: 13px;
    opacity: .7;
}
.list-product .product .info .description{
	color: #1fb349;
}


@media (max-width: 959px) {

}

@media (max-width: 479px) {
	.list-product .product .thumb .image{
		height: 140px;
	}
}




/*################################## END list-product ################################ */



/*==================================== mail_block ==================================*/
.mail_block{
	padding: 30px 0;
}
.mail_panel{
	margin-bottom: 10px !important;
	padding: 15px;
	border: 1px solid #ebebeb;
}
.mail_panel .icon {
    height: 120px;
	border-right: 1px solid #ebebeb;
}
.mail_panel .content{
    padding-left: 15px;
}
.mail_panel .content>*:last-child{
	margin-bottom: 0 !important;
}
/*################################## END mail_block ################################ */


._page_body{
	background: #fff;
}

.btn-groups .count {
    text-align: center;
    padding: 0 30px;
    margin-right: 20px !important;
}
.btn-groups .count>* {
    display: inline-block
}
.btn-groups .count ._btn {
    position: absolute;
    width: 30px;
    /*height: 30px;*/
    height: 42px;
    border: 1px solid #dfdfdf;
    top: 0;
    cursor: pointer
}
.btn-groups .count .abate:before,
.btn-groups .count .augment:before {
 /*   width: 12px;
    height: 2px;
    margin: 15px auto;
    content: "";
    display: block*/

    content: "";
    height: 2px;
    width: 12px;
    background: #288ad6;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}
.btn-groups .count .abate {
    left: -30px;
    border-right: none
}
.btn-groups .count .abate:before {
    background: #ccc
}
.btn-groups .count .augment {
    right: -30px;
    border-left: none
}
.btn-groups .count .augment:before {
    background: #288ad6
}
.btn-groups .count .augment:after {
    content: "";
    width: 2px;
    height: 12px;
    background: #288ad6;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}
.btn-groups .count .quantity {
	width: 40px;
    height: 42px;
    /*height: 30px;*/
    text-align: center;
    border: 1px solid #dfdfdf
}
/* ######################## Mobile ########################  */
	.hotline-fixed {
		position: fixed;
	    left: 30px;
	    bottom: 30px;
	    background: rgba(213, 213, 213, .5);
	    border: 1px solid #d5d5d5;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	    -o-border-radius: 3px;
	    border-radius: 3px;
	    z-index: 99999;
	}
	.hotline-fixed a {
		position: relative;
	    display: block;
	    padding: 10px 20px 10px 60px;
	    font-size: 18px;
	    line-height: 20px;
	    font-weight: bold;
	    color: #ff0000;
	    -webkit-background-size: 30px;
	    -moz-background-size: 30px;
	    -ms-background-size: 30px;
	    -o-background-size: 30px;
	    background-size: 30px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	    -o-border-radius: 4px;
	    border-radius: 4px;
	}
	@media (min-width: 960px) {
		.hotline-fixed {
			left: 50px;
			bottom: 50px;
		}
	}


	.call-btn {
	    position: absolute;
	    margin: 0;
	    padding: 0;
	   	left: 0px;
	   	top: 50%;
	   	left: -40px;
	   	-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: #fff;
	    background-color: transparent;
	    cursor: pointer;
	    font-size: 0;
	    width: 110px;
	    height: 110px;
	    z-index: 1000;
	}

	.call-btn .tada {
	    background: #00aff2;
	    border-radius: 100px;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -20px;
	    margin-left: -20px;
	    animation-name: tada;
	    animation-duration: 0.5s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate;
	}
	.call-btn:hover .tada {background: #ff0000;}

	.call-btn .tada .icon: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 tada {
	    from {
	        transform: rotate(-20deg);
	    }
	    to {
	        transform: rotate(20deg);
	    }
	}

	.call-btn .pulse {
	    width: 60px;
	    height: 60px;
	    background: #bfebfc;
	    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;
	}
	.call-btn:hover .pulse {background: rgba(255, 0, 0, .5);}

	@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 #00aff2;
	    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;
	}
	.call-btn:hover .zoomIn {border: 2px solid #ff0000;}

	@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 .pulse {left: -30px;}
	}




.breadcrumb {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 10px;
}

/*==================================== breadcrumb expand ==================================*/
.breadcrumb-expand {
    padding: 15px 0;
    background: #ed5e01 !important;
    text-align: center;
}

.breadcrumb-content{
	color: #fff;
}
.breadcrumb-maintitle{
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.breadcrumb-subtitle{}
.breadcrumb-subtitle .uk-breadcrumb>li+li:before {
	color: #fff;
}
.breadcrumb-subtitle a{
	color: #fff !important;
}


/*select-page*/

.form-row .uk-form-select {
    width: 250px;
    padding: 9px 10px;
    background: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    border-radius: 20px;
    height: 38px;
    line-height: 18px;
}



@media (min-width: 960px) {

}
@media (max-width: 959px) {
   .breadcrumb-content{
   		margin-bottom: 20px !important;
   }
}
@media (max-width: 767px) {

}
@media (max-width: 599px) {

}
@media (max-width: 479px) {

}
@media (max-width: 374px) {

}


/*################################## END breadcrumb expand ################################ */

.toolbox_fixed{
	position: fixed;
	top: 60%;
	right: 0;
}

.cart-payment .list-payment-info .payment-bank .thumb .image{
	height: auto;
}


.product .thumb{
	position:relative;
	padding-top:100%
}
.product .thumb>*{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width: 100% !important;
	height: 100% !important;
	bottom:0;
	z-index:1
}
