

@media (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
}
/* ---------------- CART PAGE ----------------------- */
body.cart {
	background: #fff;
}
.pd_saler h3 {
	font-size: 17px;
	color: #5a5a5a;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.pd_saler {
	margin-top: 20px;
}
.pd_saler p {
	display: block;
	width: 100%;
	padding-left: 25px;
	background: url(//theme.hstatic.net/1000218683/1000279933/14/check-ser.png?v=1335) left 2px no-repeat;
	padding-bottom: 0px;
	line-height: 1.4;
}
.ajaxcart .page-header {
	border: none;
	text-transform: uppercase;
	margin-top: 20px;
}
.ajaxcart .cart_header_labels > div {
	font-size: 15px;
}
.ajaxcart h2 {
	margin: 0px;
	font-size: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0px;
	border: 0px;
	color: #000;
}
.page-content .ajax_content_cart {
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	overflow: auto;
}
.page-content .ajax_content_cart::-webkit-scrollbar-thumb{
	background: #e2dfdf;
}
.page-content .ajax_content_cart::-webkit-scrollbar {
	width: 8px;
}
.page-content.not-item {
	padding-bottom: 10px;
	overflow: hidden;
}
.cart_total.item {
	margin: 0;
}
.ajaxcart .cart_header_labels {
	margin: 15px 0px;
	margin: 10px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px;
	border-top: 1px solid #e5e5e5;
}
.ajaxcart .list_product_cart {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaa;
}
.ajaxcart .list_product_cart:last-child{
	border-bottom: 0;
}
.ajaxcart .product_name {
	margin: 0px;
	text-align: left;
	font-size: 14px;
	display: block;
	text-transform: none;
	letter-spacing: 0px;
}
.ajaxcart small {
	//float: left;
}
.ajaxcart__qty {
	display: inline-block;
	margin: 0;
}
input.ajaxcart__qty-num {
	width: 50px;
	height: 30px;
	text-align: center;
	border: 1px solid #7b7b7b;
	color: #222;
	padding: 0;
}
.ajaxcart .note_item .control-label {
	font-weight: normal;
	margin-bottom: 5px;
}
.ajaxcart .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.rightCart .list_button_cart {
	padding: 20px 0px 0px;
}
.ajaxcart .list_button_cart .actionCart p {
	margin: 0px 0px 15px;
	float: left;
	width: 100%;
}
.ajaxcart .list_button_cart p span {
	margin: 0;
}
.ajaxcart .list_button_cart p span.cart__subtotal-title {
	font-size: 20px;
}
.ajaxcart .list_product_cart .cpro_item.remove a {
	display: inline-block;
	font-size: 18px;
}
.ajaxcart .insButton {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 10px 20px;
	margin: 0px 5px;
}
.ajaxcart .update-cart {
	display: none !important;
}
.list_button_cart .note_item {
	margin: 20px 0px;
}
#AjaxifyCart .js-qty input[type="text"], #AjaxifyCart .ajaxcart__qty input[type="text"] {
	display: inline-block !important;
}
.cpro_item_inner span.price.product-price {
	font-size: 20px;
}
.not-item p {
	font-size: 16px;
	margin: 15px 0px;
	line-height: 1.5;
}
.ajaxcart .title a.product_name {
	margin-bottom: 10px;
}
@media screen and (max-width: 1199px){
	.engo-popup .content {
		max-width: 750px;
	}
	.ajaxcart input.btn {
		margin: 0;
		padding: 10px 20px;
	}
	.item_product .chir_loop .product_view_list span.short-des {
		display: block;
		max-height: 100px;
		overflow: hidden;
	}
}
@media screen and (max-width: 767px){
	.hidden-xs{
		display: none;
	}
	.engo-popup .content {
		max-width: 100%;
		//min-width: auto;
		width: 100%;
		height: 100%;
		padding: 5px;
		overflow: auto;
	}
	.page-content {
		max-height: 100%;
	}
	.ajaxcart .list_product_cart {
		text-align: center;
		margin-bottom: 0;
		position: relative;
		padding: 15px 0px;
		border-bottom: 1px solid #ccc;
	}
	.ajaxcart .list_product_cart .cpro_item {
		text-align: left;
	}
	.ajaxcart .list_product_cart .cpro_item.image {
		padding: 0;
	}
	.ajaxcart .product_name {
		font-size: 16px;
		font-weight: bold;
	}
	.cpro_item_inner span.price.product-price {
		font-size: 17px;
		margin-bottom: 5px;
		display: block;
	}
	.js-qty input[type="text"], .ajaxcart__qty input[type="text"] {
		width: 50px !important;
		height: 30px !important;
		line-height: 30px !important;
	}
	.js-qty__adjust, .ajaxcart__qty-adjust {
		right: auto;
		left: 65px;
	}
	.list_button_cart .note_item {
		margin: 20px 0px;
	}
	button.ajaxcart__close {
		top: 10px !important;
	}
	.ajaxcart small {
		font-size: 15px;
		margin-bottom: 5px;
		display: inline-block;
	}
}
@media screen and (max-width: 479px){
	.ajaxcart .list_product_cart .cpro_item.image {
		min-height: 130px;
	}
}
@media screen and (max-width: 370px){
	.list_button_cart .btn-outline {
		padding: 10px;
		font-size: 12px;
	}
}

@media screen and (max-width: 370px) {
    .list_button_cart .btn-outline {
        padding: 10px;
        font-size: 12px;
    }
}

.text-red {
    color: red;
}

.bg-green {
    background-color: #008933;
}

.bg-red {
    background-color: #E02C21;
}

.show-sticky {
    display: none !important;
}

.sticky-header-active .show-sticky {
    display: flex !important;
}

.rev_slider .caption,
.rev_slider .tp-caption {
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.news-simple .title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.news-simple .title a {
    color: #000;
    text-decoration: none;
}

.news-list-item {
    clear: both;
    margin-bottom: 5px;
    display: flex;
    background-color: #fbf7f7;
    padding: 5px;
    border: 1px solid #fbf7f7;
    cursor: pointer;
}

.news-list-item:hover {
    border: 1px solid #ccc;
}

.news-list-item .image {
    float: left;
    width: 50%;
    margin-right: 5px;
}

.news-list-item .title {
    float: left;
    width: 85%;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 90px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-list-item .title h4 {
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    font-size: 14px;
}

.news-list-item .title a {
    color: #000;
    text-decoration: none;
}


.product-item {
    margin-bottom: 20px;
}

.product-item .img a {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: inline-flex;
}

.product-item-box{
	padding-left: 5px;
    padding-right: 5px;
}
.thumb-gallery-thumbs img{
	cursor: pointer;
}
.product-item .img a:hover img {
    opacity: 0.7;
}

.product-item .img a img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.product-item .name {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 23px;
    overflow: hidden;
    padding: 0 5px;
}

.product-item .name a {
    text-align: center;
    font-size: 15px;
    color: #028EE6;
    font-weight: bold;
}

.product-item .name a:hover {
    text-decoration: none;
}

.title-line {
    display: inline-block;
    padding: 0 55px;
    position: relative;
}

.title-line:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 45px;
    border-bottom: solid 3px #d91f16;
}

.title-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    border-bottom: solid 3px #d91f16;
}

.title-h2 {
    font-weight: bold;
    color: #d91f16;
    text-transform: uppercase;
    margin: 25px 0 25px;
    text-align: center;
    font-size: 25px;
    font-size: 18px;
}
.box .title-bar-top {
    margin-bottom: 0;
}
.box .box-content{
    padding: 1px 10px;
    border-left: 2px solid #028EE6;
    border-right: 2px solid #028EE6;
    border-bottom: 2px solid #028EE6;
}
.box-content ul li a i{
    color: #028EE6;
}
.box-content ul li a{
    color: #292929;
    
}
.box-content ul li a:hover{
    color: #028EE6;
    text-decoration: none;
}

.box .title-bar-top {
    margin-bottom: 0;
}
.title-bar-top {
    border-bottom: 2px solid #028EE6;
    margin-bottom: 10px;
    display: block;
}

.box .title-bar-top h3.tde {
    width: 100%;
}
.title-bar-top h3.tde {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.box .title-bar-top h3.tde span {
    width: 100%;
}
.title-bar-top h3.tde span {
    background: #028EE6;
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.news-items{
    margin-bottom: 20px;
}
.news-items:hover{
    box-shadow: 11px 11px 15px -6px #ddd;
}
.news-items .image{
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.news-items .title{
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.news-items .title a{
    color: #292929;
}
.date{
    font-size: 13px;
    color: #797979;
    font-style: italic;
}
.box{
    margin-bottom: 15px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #028EE6;
    border-color: #028EE6;
}

.move-right-mobile {
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 991px) {
    .move-right-mobile {
        -ms-flex-order: 1;
        order: 1;
    }
}
.content-text h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.logo-top{
    height: 40px;
}
#header .header-logo {
    margin: 16px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.nav-link{
    text-decoration: none;
}
.btn-dathang{
    display: inline-block;
    padding: 19px 0;
}
.box-style-1{
    background-color: #fff;
    margin: 0 5px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.box-style-1 .service-title{
    color: #ed970e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
}
.box-style-1 img{

}

.box-style-1 .service-detail{
    line-height: 1.5;
    height: 160px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 15px;
}
.block-content h1,.block-content h2,.block-content h3,.block-content h4,.block-content h5{
    margin-bottom: 5px;
}




@media all{
    .sidebar {margin-bottom: 15px;}
    .sidebar .menu-item img._mi{display:inline-block;vertical-align:middle;}
    .sidebar .menu-item img._before{margin-right:.5em;}
    .sidebar .menu-item ._svg{width:1em;}
}

@media all{
    .sidebar img{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
    .sidebar p:empty{display:none;}
    .sidebar a,button{-ms-touch-action:manipulation;touch-action:manipulation;}
    .sidebar ins{text-decoration:none;}
    .sidebar iframe{max-width:100%;}
    .sidebar .col{position:relative;margin:0;padding:0 15px 30px;width:100%;}
    .sidebar .col-inner{position:relative;margin-left:auto;margin-right:auto;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;-ms-flex:1 0 auto;flex:1 0 auto;background-color: #f5f5f4;}
    @media screen and (min-width: 850px){
        .sidebar .col:first-child .col-inner{margin-left:auto;margin-right:0;}
    }
    @media screen and (max-width: 849px){
        .sidebar .col{padding-bottom:30px;}
    }
    .sidebar .small-12{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;}
    @media screen and (min-width: 550px){
        .sidebar .medium-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;}
    }
    @media screen and (min-width: 850px){
        .sidebar .large-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;}
    }
    .sidebar .row-small>.col{padding:0 9.8px 19.6px;margin-bottom:0;}
    .sidebar .label-hot.menu-item>a:after{content:'';display:inline-block;font-size:9px;line-height:9px;text-transform:uppercase;letter-spacing:-0.1;margin-left:4px;background-color:#000;font-weight:bolder;border-radius:2px;color:#fff;padding:2px 3px 3px;position:relative;top:-2px;}
    .sidebar .label-hot.menu-item>a:after{background-color:#b20000;}
    .sidebar .toggle{height:auto;width:45px;line-height:1;box-shadow:none!important;padding:0;color:currentColor;opacity:.6;margin:0 5px 0 0;}
    .sidebar .toggle i{font-size:1.8em;transition:all .3s;}
    .sidebar .toggle:focus{color:currentColor;}
    .sidebar .toggle:hover{cursor:pointer;opacity:1;}
    .sidebar .widget .toggle{width:1em;min-height:1em;margin:0 0 0 5px;}
    .sidebar .widget .toggle i{top:1px;font-size:1.2em;}
    .sidebar button{position:relative;display:inline-block;background-color:transparent;text-transform:uppercase;font-size:.97em;letter-spacing:.03em;-ms-touch-action:none;touch-action:none;cursor:pointer;font-weight:bolder;text-align:center;color:currentColor;text-decoration:none;border:1px solid transparent;vertical-align:middle;border-radius:0;margin-top:0;margin-right:1em;text-shadow:none;line-height:2.4em;min-height:2.5em;padding:0 1.2em;max-width:100%;transition:transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;text-rendering:optimizeLegibility;box-sizing:border-box;}
    .sidebar i[class^="icon-"]{font-family:'fl-icons'!important;speak:none!important;margin:0;padding:0;display:inline-block;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;position:relative;line-height:1.2;}
    .sidebar button i{vertical-align:middle;top:-1.5px;}
    .sidebar img{transition:opacity 1s;opacity:1;}
    .sidebar a{color:#334862;text-decoration:none;}
    .sidebar a:focus,button:focus{outline:none;}
    .sidebar a:hover{color:#000;}
    .sidebar ul{list-style:disc;}
    .sidebar ul{margin-top:0;padding:0;}
    .sidebar ul ul{margin:1.5em 0 1.5em 3em;}
    .sidebar li{margin-bottom:.6em;}
    .sidebar ul.ul-reset{margin:0;padding:0;}
    .sidebar ul.ul-reset>li{margin:0;padding:0;list-style:none;}
    .sidebar .col-inner ul li{margin-left:1.3em;}
    .sidebar button{margin-bottom:1em;}
    .sidebar p,ul{margin-bottom:1.3em;}
    .sidebar h3{color:#555;width:100%;margin-top:0;margin-bottom:.5em;text-rendering:optimizeSpeed;}
    .sidebar h3{font-size:1.25em;}
    @media (max-width: 549px){
        .sidebar h3{font-size:1em;}
    }
    .sidebar p{margin-top:0;}
    .sidebar .widget{margin-bottom:1.5em;}
    .sidebar .widget ul{margin:0;}
    .sidebar .widget li{list-style:none;}
    .sidebar ul.menu>li{list-style:none;margin-bottom:.3em;text-align:left;margin:0;}
    .sidebar ul.menu>li li{list-style:none;}
    .sidebar ul.menu>li>a{display:inline-block;padding:6px 0;-ms-flex:1;flex:1;}
    .sidebar ul.menu>li>a.active{color:#028EE6;font-weight: 700;}
    .sidebar ul.menu>li>a i{padding-right: 5px;}
    .sidebar ul.menu>li:before{font-family:'fl-icons';display:inline-block;opacity:.6;margin-right:6px;}
    .sidebar ul.menu>li li>a{font-size:14px;padding:3px 0;display:inline-block;}
    .sidebar ul.menu>li li>a.active{color:#028EE6;font-weight: 700;}
    .sidebar ul.menu>li+li{border-top:1px solid #ececec;}
    .sidebar ul.menu>li ul{margin:0 0 10px 3px;padding-left:15px;width:100%;display:none;}
    .sidebar ul.menu>li ul li{border:0;margin:0;list-style-type: circle!important;}
    .sidebar ul.menu>li.has-child{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;}
    .sidebar .icon-angle-down:before{content:"\f107";}
}



.sidebar .active>.toggle {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.sidebar .active>ul.sub-menu {
    display: block !important;
}
.sidebar h3{font-family:"Roboto Condensed", sans-serif;}
.sidebar h3{font-weight:700;}
.sidebar h3{color:#0A0A0A;}
.sidebar button{text-transform:none;}
.sidebar a{color:#0A0506;}
.sidebar a:hover{color:#028EE6;}
.sidebar .widget a{color:#0A0204;}
.sidebar .widget a:hover{color:#028EE6;}
.sidebar .label-hot.menu-item > a:after{content:"Hot";}
/*! CSS Used from: Embedded */
.sidebar .col-inner ul li{margin-left:5px;}
.sidebar ul.ul-reset{padding-right:5px;}
.sidebar ul.menu>li+li{border-top:1px dotted #ececec;}
.sidebar .title{background:#028EE6;height:40px;text-align:center;color:white;}
.sidebar .title h3{color:white;font-size:18px;line-height:42px;}
.icon-menu-left{
    width:0.9em;
}
.box-block{margin-bottom: 15px;}
.box-block .col-inner{position:relative;margin-left:auto;margin-right:auto;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;-ms-flex:1 0 auto;flex:1 0 auto;background-color: #F5F2E1;}
.box-block .col-inner ul li{margin-left:1.3em;}
.box-block .box-wrapper{padding: 10px 10px; }
.box-block .title{background:#028EE6;height:40px;text-align:center;color:white;border-top-left-radius:4px;border-top-right-radius:4px;}
.box-block .title h3{color:white;font-size:18px;line-height:42px;}

.list-danhmuc-detail .col-inner{background-color: #f5f2e1;}
.list-danhmuc-detail .title-danh-muc{width:100%;height:40px;text-align:left;margin-bottom:10px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:1px solid #028EE6;}
.list-danhmuc-detail .title-danh-muc .left span{font-family: "Roboto Condensed", sans-serif;color:#ffffff;font-size:18px;line-height:42px;padding-left:15px;background:#028EE6;padding:8px;border-top-right-radius:10px;}
.list-danhmuc-detail .title-danh-muc .left{float:left;}
.list-danhmuc-detail .title-danh-muc .right{float:right;}
.list-danhmuc-detail .title-danh-muc .right a{color:#028EE6;float:right;padding-right:15px;line-height:40px;font-size:15px;}
.clearboth{clear:both;}
.title-page{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}
.title-product-page{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.text-bao-gia{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.text-qc-right-box{
    background-color: #f5f5f4;
    padding: 10px;
}
.price-box .amount{
    color: red;
    font-size: 17px;
    font-weight: 700;
}
.price-box-item{
    text-align: center;
}
.price-box-item .amount{
    color: red;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.title-product-related{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.share-box{
    
}

/**popup**/
.modal-content{border-radius:none}
.modal-header{text-align:center;border:none;background:#2E8EC7;color:#fff;padding:0}
.header-popup{padding:0 20px}
.modal-header .close {
    padding: 0;
margin-top: 10px;
border:2px solid #fff;color:#fff;font-size:27px;
opacity:1;width:34px;height:34px;text-shadow:none}
.bld-title{font-size:24px;font-weight:bold;padding:20px 0 15px}
.bld-line{font-size:16px;padding:10px 20px}

.title-form {color: #f00;font-size: 22px;}
.subtitle-form {font-size: 20px;margin: 10px 0 0;color: #2b3d4f}
.subtitle-form {color: #2b3d4f;font-weight: 400}
.modal-bodypopup{padding:15px 30px;background:#f1f0f0}
#btn_send{padding:10px 20px;border-radius:0}
.modal-body .alert{font-size:16px;line-height:23px}
.modal-dialog{margin:60px auto 20px}

.modal-header-tb{padding:10px}
.modal-header-tb .close{margin:0}
.modal-title {margin: 10px 0}

@media (min-width: 1200px) {
	.modal-dialog{width:500px}
	.logo-page{padding:10px 0;text-align:center}
	.logo-page img{height:70px}
	#search_form{padding-top:3px}
	#cssmenu a{padding:9px 17px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.modal-dialog{width:500px}
	#cssmenu a{padding:9px 10px}
}
.page-item a{
    position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
}
.page-item a:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.title-home{
	padding: 0 9.8px 19.6px;
	margin-bottom: 0;
	width: 100%;
}
.title-home h2{
	text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
    font-weight: 700;
    color: #02458f;
}
.title-home h2:after {
	content: '';
	margin: auto;
	display: block;
	width: 120px;
	height: 2px;
	background: #028EE6;
	margin-top: 10px;
}
.product-cat-home-item .col-inner{
	text-align: center;
    border: 5px solid #02458f;
    margin-bottom: 30px;
}
.product-cat-home-item .col-inner h3{
    margin: 0;
}
.product-cat-home-item .col-inner h3 a {
	text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    background: #02458f;
    padding: 10px 0;
    display: block;
    height: 35px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.6;
}


.product-cat-home-item .col-inner h3 a:hover {
	text-decoration: none;
	color: #028EE6;
}

.about-home-content{
	color: #fff;
    text-align: justify;
    color: #fff;
    text-align: justify;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 20px;
    min-height: 480px;
}

@media screen and (max-width: 740px){
	.product-cat-home-item .col-inner h3 a {
		font-size: 10px;
	}
	
	.product-cat-home-item .col-inner {
		border: 5px solid #02458f;
	}
	.title-home h2 {
		font-size: 20px;
	}
}

.about-home-content p{
	color: #000;
	margin-bottom: 0;
}
.about-home-content a{
	color: #000;
}

.why-item .col-inner{
	text-align: center;
}
.why-item .col-inner img{
	height: 60px;
	width: auto;
	margin: auto;
}
.why-item .col-inner span{
	display: block;
	padding-top: 20px;
	font-weight: bold;
	color: #444444;
	font-size: 1.25em;
	width: 100%;
	margin-bottom: .5em;
	text-rendering: optimizeSpeed;
}
.why-item .col-inner p{
	margin-bottom: 1.3em;
}
.service-home-item .catesimg{
	position: relative;
}
.service-home-item .catesimg .title-service-home{
	position: absolute;
	background-color: rgb(0 0 0 / 55%);
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 5px;

}
.service-home-item .catesimg .title-service-home a{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.service-home-item .catesimg .title-service-home a:hover{
	text-decoration: none;
	color: #028EE6;
}
.page-title{
	color: #fff;
    font-weight: 700;
    border-left: 3px solid #028ee6;
    padding-left: 10px;
    font-size: 140%;
}
.logo-about{
	width: 100%;
    border-radius: 20px;
    opacity: 0.95;
}
#header .header-nav-main nav >ul li> ul.dropdown-menu li{
	border-bottom: unset;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#header .header-nav-main nav >ul li> ul.dropdown-menu li a{
	font-size: 13px;
    font-style: normal;
    line-height: 30px;
    padding: 0px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-align: left;
	color: #000;
}
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a:before {
    content: '+';
    padding-right: 5px;
}
.dropdown.dropdown-mega.open{
	background-color: #ededed;
}
.dropdown.dropdown-reverse.open{
	background-color: #ededed;
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 7.5px 0;
	margin-top: 20px;
}
.product-item .title a{
    color: #333333;
    font-family: svn-azo_sansregular;
    font-size: 18px;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 8px;
}
.project-item{
    
}
.title-home{
    font-family: svn-azo_sansbold;
}
.body-module{
    background-position: top center;
    background-repeat: no-repeat;
    background-image:url('/public/userfiles/background/bg1.jpg');
}
.title-module {
    color: #000;
}
.title-module {
    color: #fff;
    font-size: 25px;
    padding: 40px 0px 15px;
    font-weight: normal;
    margin-bottom: 0;
}

.box-header-module {
    background: url('/public/userfiles/background/bg-submenu.png');
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 30px 0px 0px 0px;
}
.body-dieuhuong {
    padding: 0px 5% 24px 5%;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.list-product-menu, .list-news-home, .item-footer ul, .list-footer01, .list-footer02, .body-dieuhuong ul, .list-news-other, .list-maunha, .list-tab-design, .list-action-chon-nha, .list-mau-cua, .list-moto, .list-phukien01, .list-phukien02 {
    list-style: none;
}.body-dieuhuong a {
    color: #0066c3;
    font-family: svn-azo_sansregular;
    font-size: 15px;
}
.block-catsmenu ul {
    padding: 0px 5%;
    background: #f2f2f2;
    list-style: none;
    margin-bottom: 0;
}
.block-catsmenu ul li {
    float: left;
}
.block-catsmenu ul li.current-menu-item a {
    color: #fff;
    background: #4da501;
}
.block-catsmenu ul li.current-menu-item a {
    color: #fff;
    background: #0062bc;
}
.block-catsmenu ul li a:hover, .block-catsmenu ul li.current-menu-item a {
    color: #fff;
    background: #0062bc;
}
.block-catsmenu ul li a {
    display: block;
    padding: 0px 15px;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    font-family: svn-azo_sansregular;
    font-size: 15px;
}
.box-content {
    text-align: justify;
}
.box-content {
    padding: 0px 5%;
}
.content-module {
    background: #fff;
    padding: 25px 0px 20px 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 30px;
}
.list-item-news{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.hoverimage{
    position: relative;
    overflow: hidden;  
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    font-family: sans-serif;
  }
  
  /**
   * The "shine" element
   */
  
  .hoverimage:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
      to right, 
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );
  }
  
  /* Hover state - trigger effect */
  
  .hoverimage:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  
  /* Active state */
  
  .hoverimage:active:after {
    opacity: 0;
  }
  .img-products-home {
    display: block;
    margin-bottom: 15px;
}
.header-cat-home {
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
.header-cat-home a, .header-cat-home span {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    font-family: svn-azo_sansregular;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
