@import url("bootstrap.min.css");
@import url("plugins.css");

/*  *******************************************************  */

/* CSS Document */
@font-face {
	font-family: 'futuralt';
	src: url('fonts/futuralt.eot');
	src: local('☺'), url('fonts/futuralt.woff') format('woff'), 
						url('fonts/futuralt.ttf') format('truetype'), 
						url('fonts/futuralt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'segoeui';
	src: url('fonts/segoeui.eot');
	src: local('☺'), url('fonts/segoeui.woff') format('woff'), url('fonts/segoeui.ttf') format('truetype'), url('fonts/segoeui.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'revueb';
    src: url(../css/fonts/revueb.ttf);
}

@font-face {
    font-family: 'laxanh';
    src: url(../css/fonts/laxanh.ttf);
}

@font-face {
    font-family: "Tahoma";
    src: url("../css/fonts/tahoma.ttf");
}
@font-face {
    font-family: "Tahoma";
    src: url("../css/fonts/tahomabd.ttf");
    font-weight: bold;
}

.scroll-top-btn{
    color: #fff;
    background-color: #F00;
    position: fixed;
    bottom: 253px;
    right: 35px;
    padding-top: 7px;
    z-index: 999;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    font-size: 24px;
    text-align: center;
    opacity: 1;
    border: 3px solid #fff;
    cursor: pointer;
}

#socialmn{
	
}

#socialmn img{
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#socialmn img:hover{
	opacity: 0.9;
}

.dis-table{
	display: table;
	width: 100%;
}

.dis-row{
	display: table-row;
}

.dis-cell{
	display: table-cell;
	vertical-align: middle;
}

body {
	padding: 0px;
	margin: 0px;
}
ul { list-style: none; margin: 0; padding: 0;}
a { text-decoration: none; color: inherit;}
/*:focus {
	outline: none;
	margin-top: 10px;
	background-color: #fff;
}*/
.clearfix{ clear: both; }
div { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

img.normalimg {
	width: auto !important;
	height: auto !important;
}
.margin-center { margin: auto;}
table { border-collapse: collapse;}
th, td {
	padding: 5px 5px;
}

body
{
	background-color: #fff;
}

ul { list-style: none; margin: 0; padding: 0;}
a, a:hover { text-decoration: none; color: inherit;}
.clearfix{ clear: both; }
div, li { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.margin-center { margin: auto;}

::-webkit-input-placeholder {
	color: #747474;
	font-size: 13px;
	font-style: italic;
}
:-moz-placeholder { /* older Firefox*/
 	color: #747474;
	font-size: 13px;
	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */ 
 	color: #747474;
	font-size: 13px;
	font-style: italic;
} 
:-ms-input-placeholder { 
 	color: #747474;
	font-size: 13px;
	font-style: italic;
}

#pop-upads{
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000;
}

#pop-upads #pop-up-images{
    position: absolute;
    width: 600px;
    left: 50%;
    top: 70px;
    margin-left: -300px;
}

#pop-upads #btclose-popup {
    position: absolute;
    height: 50px;
    width: 50px;
    right: -55px;
    top: 0px;
    background-image: url('../img/views/closepop.png');
    background-size: 100% 100%;
    cursor: pointer;
}


#site-wrapper{
	line-height: 18px;
	font-family: "Tahoma";
	font-size: 13px;
	color: #666;
	min-height: 650px;
	position: relative;
}

a { color: inherit; text-decoration: none;}
a:hover { text-decoration: none; cursor: pointer;}

.navbar-brand {
    padding: 3px 3px;
    font-family: 'laxanh';
    color: #fff !important;
    font-size: 20px;
}

.navbar-brand img {
    height: 100%;
}

.navbar {
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
	background-color: none;
}

.navbar-header{
    background: #cb60b3;
	background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%);
	background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
	background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 );
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    margin-left: 2px;
    border-radius: 3px;
    width: auto;
    margin-top: 2px;
    background-color: #0088C2;
    border: 0;
    box-shadow: none;
    z-index: 100000;
	padding: 5px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #FF0200;
    background-color: rgb(255, 255, 255);
}
.navbar-default .navbar-nav>li>a {
    color: #0090C5;
    display: block;
    background-color: #fff;
    line-height: 15px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #FFFFFF;
    color: #F90B0B;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

div .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #F00 !important;
    background-color: rgb(255, 242, 149) !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #B2208B;
}

.collapse.in {
    overflow: visible;
}

@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.container>.navbar-header, .container-fluid>.navbar-header {
    padding: 5px 0px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
    padding: 5px 30px;
	background-color: #F1F1F1;
}

    .right-block{
        padding-top: 5px;
    }
@media screen and (max-width:767px){
    .service-list .btn-detail-intro{
		width: 100%;	
	}



    .backpage{
        display: none;
    }
	
	.space-xs{
		margin-top: 15px;
	}
	
	.img-intro img{
		width: 130px;
	}
	
	#footer-info .sub-info {
    	padding-left: 0px;
    	padding-right: 0px;
	}
	.info-blockd,
	.powered,
	.social-img-link,
	.companyinfo{
		text-align: center !important;
	}
	
	.newsinfo{
		padding-top: 5px !important;
	}
	
	.news-item{
		border-bottom: 1px dashed #ececec;	
		padding-bottom: 15px;
	}
	
	.news-item:last-child{
		border-bottom: none;
	}
	
	.mainct{
		border-bottom: 3px solid #f9f9f9;
		padding-bottom: 15px;
	}

    .linkdetaillaw {
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width:991px){
    
	ul.navbar-nav{
		margin-bottom: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.service-list .btn-detail-intro{
		width: 100%;	
	}
	
	.space-xs{
		margin-top: 15px;
	}
	
	
	.right-block .title-block{
		border-bottom: 2px solid #056D98;
		padding-bottom: 3px !important;
	}
	
	#footer-info .sub-info {
    	padding-left: 0px;
    	padding-right: 0px;
	}
	
	.info-blockd,
	.powered,
	.companyinfo{
		text-align: center !important;
	}
	
	.newsinfo{
		padding-left: 0px !important;
	}

    
    .linkdetaillaw {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px){
    
	.searchbox-wrap {
		padding-left: 50px;
		width: 450px;
	}
	
	
	.main-menu-wrap > .menuul > .menuli > a {
		padding: 10px 10px !important;
	}
	
	
	.right-block .title-block{
		border-bottom: 2px solid #056D98;
		padding-bottom: 3px  !important;
	}
	
	#footer-info .sub-info {
    	padding-left: 10px;
    	padding-right: 10px;
	}
	.newsinfo{
		padding-left: 0px !important;
	}
    .slogan2,
    .slogan {
        font-size: 21px !important;
    }

    .linkdetaillaw {
        display: inline-block;
    }
}

@media screen and (min-width: 1200px){
    
	.searchbox-wrap {
		padding-left: 50px;
		width: 450px;
	}
	
	
	.right-block .title-block{
		border-bottom: 2px solid #C5375D ;
		padding-bottom: 3px  !important;
	}
	
	#footer-info .sub-info {
    	padding-left: 10px;
    	padding-right: 10px;
	}
	
	.newsinfo{
		padding-left: 0px !important;
	}

    
    .linkdetaillaw {
        display: inline-block;
    }
}


#site-wrapper #head-1 {
	position: relative;
	background-color: #fff;
	padding: 5px 0px;
	position: relative;
}

#site-wrapper #head-1:after
{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background-image: url(../img/views/bg-headover.png);
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position: right;
}

#site-wrapper #head-2 {
	background: #cb60b3;
	background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%);
	background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
	background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 );

}

#logo-img-md{
	width: 280px;	
}

.searchbox-wrap{
	display: inline-block;
}

.form-control.searchinput:active,
.form-control.searchinput:focus,
.form-control.searchinput:hover{
	outline: none;
	box-shadow: none;
}

.form-control.searchinput{
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #c5375d;
    background-color: rgba(255, 255, 255, 0.78);
    border: 2px solid #c5375d;
    padding: 16px 12px;
}

.searchbox-wrap + .resultlst{
    position: absolute;
    display: none;
    z-index: 2000000000;
    width: 455px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    top: 100%;
    left: 0;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.75);
}

.searchbox-wrap + .resultlst::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
    
	left: 5%;
	top: -20px;
	border-bottom: 10px solid #fff;
}

.wrap-suggestion {
    display: block;
    left: 170px;
}

.wrap-suggestion li:hover, .wrap-suggestion li.selected {
    background: #f8f8f8;
}
.wrap-suggestion li {
    display: block;
    background: #fff;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px dotted #ccc;
    float: none;
}

.wrap-suggestion li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px;
}

.wrap-suggestion li .tagnone {
    background: #fff;
    display: none;
}
.wrap-suggestion li .tagmoi {
    position: absolute;
    left: 2px;
    top: 5px;
    z-index: 2;
    background-color: #ffed20;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px 3px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    /* width: 22px; */
    line-height: 12px;
}

.wrap-suggestion li .tagtragop{
    position: absolute;
    right: 10px;
    top: 1px;
    z-index: 2;
    background-image: url('../img/views/bantragop.png');
    background-size: 100% 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px 5px;
    text-align: center;
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    height: 60px;
    width: 48px;
    line-height: 12px;
}

.wrap-suggestion li .taggif{
    background: #f5791f;
    color: #fff;
    margin-left: 15px;
    font-size: 13px;
    padding: 1px 5px 1px;
    display: inline-block;
    border-radius: 3px;
}

.wrap-suggestion li a span {
    font-size: 12px;
    color: #333;
}

.wrap-suggestion li a img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 6px 0 0;
}

.wrap-suggestion li a h3 {
    font: 14px/18px Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    color: #333;
    outline: none;
    margin: 0; padding: 0;
    display: block;
    width: 72%;
    line-height: 1.3em;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.wrap-suggestion li a span.price {
    font-size: 14px;
    margin-top: 12px;
    color: red;
}

.wrap-suggestion li a span.price .old-price{
    text-decoration: line-through;
    color: #818181;
    margin-left: 8px;
}

.wrap-suggestion li a label {
    margin-top: 8px;
    display: block;
    font-size: 12px;
    color: #999;
    text-align: right;
}



.searchbox-wrap .btn-searchinput:active, .searchbox-wrap .btn-searchinput:focus,
.form-control.searchinput:active, .form-control.searchinput:focus
{
	margin-top: 0px !important; 
	outline: none !important;
}

.searchbox-wrap .btn-searchinput{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #c5375d;
    border-color: #c5375d;
}

.searchbox-wrap .btn-searchinput:hover,
.searchbox-wrap .btn-searchinput:active,
.searchbox-wrap .btn-searchinput:focus{
	background-color: #DB0000 !important;
    border-color: #DB0000 !important;
}

.hotline-num{
	font-family: 'revueb';
	font-size: 15px;
	letter-spacing: -1px;
	white-space: nowrap;
}


.righthead-item {
    position: relative;
    background-size: 90% auto;
    background-repeat: no-repeat;
    padding-bottom: 21%;
    float: left;
    top: 0px;
	width: 40px;
    box-sizing: border-box;
    margin: 0px 5px;
    background-position: center;
}

.righthead-item span {
    position: absolute;
    left: 100%;
    margin-left: 5px;
    white-space: nowrap;
    color: #5BBF02;
    z-index: 9999;
}

.main-menu-wrap{
	margin: 0px 5px;
	padding-top: 2px;
}

.main-menu-wrap > .menuul > .menuli {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px;
    font-size: 16px;
    font-family: 'laxanh', 'sans-serif';
    height: 100%;
	display: inline-block;
}

.main-menu-wrap > .menuul > .menuli  > a{
	text-align: center;	
	display: block; 
	width: 100%;
	height: 100%;
	padding: 13px 15px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.main-menu-wrap > .menuul > .menuli + .menuli:before
{
	content: "";
	position: absolute;
	left: -1px;
	height: 20px;
	width: 1px;
	background-color: #8CD48E;
	display: none;
}

.main-menu-wrap > .menuul > .menuli:hover > a
{
	background-color: #fff;
	color: #C5375D;
}

.main-menu-wrap > .menuul > .menuli:hover + .menuli:before
{
	background-color: #fff;
}

.main-menu-wrap > .menuul > .menuli:last-child
{
	margin-right: 0px;
}

.main-menu-wrap .sub-menu-top{
	margin-top: -10px;
}

.main-menu-wrap .sub-menu-top > ul{
	background-color: #26C529;
	-webkit-box-shadow: 0px 12px 22px 2px rgba(224,224,224,1);
	-moz-box-shadow: 0px 12px 22px 2px rgba(224,224,224,1);
	box-shadow: 0px 12px 22px 2px rgba(224,224,224,1);
	border-top: none;
}

.main-menu-wrap > .menuul > .menuli:hover
{
	color: #0090C5;
}

.main-menu-wrap > .menuul > .menuli:hover > a i{
	color: #FB2828;
}

.sub-menu-top{
	display: none;
    position: absolute;
    top: 100%;
    /* padding: 5px; */
    padding-top: 10px;
    width: 250px;
	min-width: 100%;
    left: 0;
    margin-top: -5px;
    z-index: 9999999999;
}

.sub-menu-top ul{
	position: relative;
	margin: 0px;
	padding: 5px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #fff !important;
	border: 1px solid #f2f2f2;
	border-top: none;
}

.sub-menu-top ul li{
	padding: 8px 10px !important;
	border-radius: 2px !important;
	float: none !important;
	font-size: 13px !important;
	font-family: 'Tahoma' !important;
	font-weight: normal !important;
	color: #C5375D;
}


.sub-menu-top ul li:hover{
	padding: 5px 8px;
}

.linkwithsubmenu-container:hover > .sub-menu-top
{
	display: block !important;
}


.linkwithsubmenu-container:hover > .sub-menu-top ul li:hover
{
	color: #fff;
    background: #C5375D;
}

.linkwithsubmenu-container:hover > .sub-menu-top ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.linkwithsubmenu-container:hover > .sub-menu-top ul li a:hover
{
	color: #fff;
}

.main-menu-wrap > .menuul > .menuli > a i{
    font-size: 16px;
    margin-right: 2px;
    color: #fff;
}

#slide-wrap{
	position: relative;
}

.pop-muavu{
	position: absolute;
	bottom: 5%;
	right: 20px;
	height: 80%;
}

.pop-muavu img {
	height: 100%;
	width: auto;	
	-webkit-box-shadow: 0px 0px 10px 10px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 10px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 10px rgba(255,255,255,1);
}

.amazingslider-nav-0{
	z-index: 9999;
}

.title-block{
	font-family: laxanh; 
	margin-top: 5px; 
	color: #C5375D;	
	text-transform: uppercase;
	font-size: 20px;
	white-space: nowrap;
}

.img-block-home{
	width: 100%;
	margin-bottom: 5px;	
}

.content-block-intro,
.content-block-home
{
	line-height: 22px;
	text-align: justify;	
}

.btn-detail-intro{
	margin-top: 5px;
	background-color: #c5375d !important;
	border-color: #c5375d !important;
} 

.btn-detail-intro:hover,
.btn-detail-intro:active,
.btn-detail-intro:focus{
	background-color: #B92A51 !important;
	border-color: #B92A51 !important;
}

.service-list{
	margin-top: 8px;
}

.service-list ul{
	
}

.service-list ul li{
	padding: 6px 5px;
	padding-left: 20px;
	position: relative;
	border-top: 1px dashed #e0e0e0;
}

.service-list ul li:before{
	content: "\f0da";
	color: #C5375D;
	position: absolute;
	left: 3px;
	top: 5px;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.pop-muavuns{
	border-radius: 5px;
	overflow: hidden;
}

.block-title-ct,
.block-title-ct > ul,
.block-title-ct > ul li,
.block-title-ct > ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-title-ct:after,
.block-title-ct > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block-title-ct {
  width: auto;
  border-bottom: 3px solid #47B43A;
  font-family: Raleway, sans-serif;
  line-height: 1;
  z-index: 0;
}
.block-title-ct > ul {
  background: #ffffff;
  float: left;
}
.block-title-ct > ul > li {
  float: left;
}
.block-title-ct.align-center > ul {
  font-size: 0;
  text-align: center;
}
.block-title-ct.align-center > ul > li {
  display: inline-block;
  float: none;
}
.block-title-ct.align-right > ul > li {
  float: right;
}
.block-title-ct.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
.block-title-ct > ul > li > a {
    z-index: 2;
    padding: 10px 20px 5px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #444444;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: -4px;
}
.block-title-ct > ul > li.active > a,
.block-title-ct > ul > li:hover > a,
.block-title-ct > ul > li > a:hover {
  color: #ffffff;
  text-transform: uppercase;
}
.block-title-ct > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(7px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(7px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(7px) rotateX(2deg);
  transform-origin: bottom;
}
.block-title-ct > ul > li.active > a:after,
.block-title-ct > ul > li:hover > a:after,
.block-title-ct > ul > li > a:hover:after {
  background: #47B43A;
}

ul.breadcrumb{
	margin-top: 5px;
}

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 18px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li { 
	float: left; 
	position: relative;
}




/*newsLastest*/
.left div.newsLastest div.newsLastest_Item div.newsLastest_Title,
.right div.newsLastest div.newsLastest_Item div.newsLastest_Title {
    text-align: left;
}

div.newsLastest div.newsLastest_Item div.newsLastest_Image {
    float: left;
    margin-right: 6px;
}

div.newsLastest div.newsLastest_Item div.newsLastest_Image img {
    width: 60px;
	height: 40px;
}

div.newsLastest .newsLastest_Summary, .right div.newsLastest .newsLastest_Summary {
    display: none;
}

div.newsLastest div.newsLastest_Item {
    border-bottom: 1px dotted #ddd;
    clear: both;
    padding: 8px 2px;
	height: 55px;
}

div.newsLastest div.newsLastest_Item div.newsLastest_Title a:link,
 .div.newsLastest div.newsLastest_Item div.newsLastest_Title a:visited {
    font-size: 12px;
	color: #149822
}

.newsLastest_Title a {
    color: #323232;
    
}

.newsLastest_Title a:hover {
	text-decoration: underline;
}

.newsLastest_Title a:hover {
    color: #088903;
}
/*end newsLastest*/



.skypebutton img{
	height: auto;
	width: auto;
	margin: 0px !important;
	position: relative;
	opacity: 0;
}

.skypebutton a{
	background: url('../img/views/logo_skype_web.png') left no-repeat;
	background-position: 0px center;
	background-size: contain;
	display: block !important;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}


.video-block{
	width: 100%; 
	padding-bottom: 75.5%;
	position: relative;
}

.video-block iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; height: 100%;	
}

.categories-lst
{
	background-color: #ffe9e9;
	margin-bottom: 10px;
}

.categories-lst li
{
	padding: 10px 10px;
	text-transform: uppercase;
}

.categories-lst li a
{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.categories-lst li a:before{
	display: inline-block;
    font-family: FontAwesome;	
	content: "\f1b2";
	margin-right: 5px;
	color: #f00;
}

.categories-lst li.headlist
{
	padding: 10px 10px;
	background-color: #ED1C24;
	color: #fff;
	font-weight: bold;
}

.categories-lst li:not(.headlist):hover
{
	background-color: #ffc4ae;
}

.categories-lst li:not(.headlist):hover a:before
{
	
}

.news-list{
	padding: 0px 0px;
	margin-right: 5px;
}
.documents-list .news-item,
.news-list .news-item{
	min-height: 60px;
	padding: 6px 0px;
	min-height: 40px;
    margin-bottom: 10px;
}
.documents-list .news-item .news-image,
.news-list .news-item .news-image{
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	float: left;
}

.newsimg-wrap{
	padding-bottom: 65%;
	position: relative;
    border: 1px solid #f2f2f2;
}

.newsimg-wrap img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.documents-list .news-item .news-title,
.news-list .news-item .news-title{
	font-weight: 600;
    font-size: 15px;
    max-height: 40px;
    margin-bottom: 5px;
    color: #C5375D;
    overflow: hidden;
    line-height: 20px;
}

.news-list-right {
    margin-bottom: 5px;
}
.news-right-item{
    margin-bottom: 10px;
}

.news-right-item .image-news-right{
    float: left;
    width: 65px;
    margin-right: 5px;
}

.news-right-item .news-image-holder{
    background-size: auto 100%;
    background-position: center;
    padding-bottom: 70.5%;
}

.news-list.fullinfo{
	margin-top: -5px;
}


.news-dateupdated{
	color: #BDBDBD;
    font-size: 12px;
    padding-top: 2px;
}

.news-desc{
	text-align: justify;
}

.detailnews .news-dateupdated
{
	display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 15px;
}
.facebooklike{
	display: inline-block;
	padding-top: 5px;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}


#footer-info
{
	width: 100%;
	height: 160px;
	margin: 0 -15px 0 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}

#footer-info .sub-info
{
	margin-top: 20px;
	/*border-right: solid 1px white;*/
}

#footer-info .sub-info:last-child
{
	/*border-right: none;*/
	background: none;
}

.sub-info .containers
{
	margin: auto;
}

#footer-info .sub-info .title
{
    font-weight: bold;
	color: #FFF71E;
    font-size: 16px;
	font-family: laxanh;
	text-transform:uppercase;
}

#footer-info .sub-info ul
{
	float: left;
	color: #ccc;
	margin-top: 5px;
	list-style: none;
	font-size: 12px;
	font-family: Tahoma;
	width: 100%;
}

#footer-info .sub-info li a
{
	color: #fff;	
	font-size: 12px;
	display: inline-block;
	padding: 2px 5px;
	font-family: Tahoma;
	text-decoration: none;
	background:url(../img/views/10.png) no-repeat left;
}

#footer-info .sub-info li a:hover
{
	text-decoration: underline;
}

#social
{
	margin-top: 25px;
}

.social
{
	padding-left: 0px;
	padding-right: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.social img
{
	width: 40px;
	height: 40px;
	margin-left: 3px;	
}

#footer{
	color: #fff;
	overflow: hidden;
    padding: 2px 15px 0px 15px;
	margin-top: 20px;
    background-color: #016E9A;
	background-image: url('../img/views/vegetable.png');
	background-position:bottom;
	background-size: auto 40px;
	background-repeat: repeat-x;
	padding-bottom: 15px;
}



#footer .bottom-info{
    padding: 5px 0px 10px 0px;
    padding-top: 12px;
	margin-top: 10px;
	background-color: #EC0E0E;
}

#footer .social-regmail{
	margin-bottom: 15px;
    height: 50px;
    width: 100%;
	background-color: #f2f2f2;
	
}

#footer .social-img-link{
	background-color: #F3F3F3;
	padding: 0px 10px;
}

#footer .social-img-link img {
	width: 35px;	
	margin-top: 10px;
	margin-right: 5px;
}




.banner-itemfoot.icon-on-left i {
    position: absolute;
    top: 10px;
    z-index: 100;
    left: 10px;
	font-size: 55px;
}

.banner-itemfoot.icon-on-right i {
    position: absolute;
    top: 10px;
    z-index: 100;
    right: 10px;
	font-size: 55px;
}


.chinhsach-foot{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}

.banner-itemfoot.light-blue:hover {
    background: #2980b9;
}
.banner-itemfoot.light-blue {
    background: #3498db;
}

.banner-itemfoot.orange:hover {
    background: #d35400;
}
.banner-itemfoot.orange {
    background: #f5791f;
}

 .banner-itemfoot.gray:hover {
    background: #889196;
}
.banner-itemfoot.gray {
    background: #a1aaaf;
}
.banner-itemfoot.icon-on-right {
    padding-right: 80px;
}

.banner-itemfoot.icon-on-left, .box-news .banner-itemfoot.icon-on-left {
    padding-left: 80px;
}
a .banner-itemfoot {
    color: #fff!important;
}
.banner-itemfoot {
    background: #ccc;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}

.banner-itemfoot h4 {
    margin: 5px 0 0;
    font-size: 24px;
    font-weight: 700;
	text-transform: uppercase;
}
.banner-itemfoot h4, .blog-item h1.content-block-title {
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.stdl{
	font-size: 13px;
    color: #EC0E0E;
    width: 250px;
    padding: 5px 10px 5px 0px;
    text-align: left;
    font-family: 'tahoma';
    vertical-align: top;
	text-transform: uppercase;
}

#footer .powered {
    text-align: left;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-top: 10px;
}


/*---------------------------------*/
.lst-product{
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}

.product-item{
	height: 250px;
	border-top: 1px solid #f2f2f2!important;
    border-left: 1px solid #f2f2f2;
}

.product-item:nth-child(4n)
{
    border-right: 1px solid #f2f2f2;	
}

.products-cate-container
{
	margin-top: 15px;
}

.products-cate-container .spliter
{
	width: 100%;
	height: 5px;
	background: #e00001;
}

div.category-header
{
	border-bottom: solid 3px #e00001;
	position: relative;
}

div.header-label {
    float: left;
    height: 35px;
	width: 225px;
    color:#FFFF00;    
    position: relative;
	background: #e00001;	
	padding: 10px 0px 0px 20px;
	font-size: 20px;
	font-weight:bold;
	font-family: 'revueb';
	display: table-cell;
}

div.header-label:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 35px solid white;
    border-left: 20px solid #e00001;
    width: 0;
}

.header-label img{
	width: auto;
	height: 30px;
	margin-top: -7px;
}

.cat-lst-on{
	float: right;
    margin-right: 2px;
    margin-top: 5px;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    background-color: #E00001;
}

.cat-lst-on .sub-categories-ctn{
	display: none;
    position: absolute;
    right: 20px;
    margin-top: -10px;
    top: 100%;
    padding-top: 15px;
    z-index: 99999;
}

.cat-lst-on:hover .sub-categories-ctn
{
	display: block;	
}

.sub-categories-ctn ul.end-cat-lst
{
	position: relative;
    list-style: none outside none;
    margin-top: 10px;
    max-width: 925px;
    vertical-align: middle;
    display: block;
    background-color: #FBE665;
    padding: 10px;
    padding-top: 15px;
    border: 1px solid #FBE665;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.sub-categories-ctn ul.end-cat-lst li
{
	padding: 5px 0px;
	padding-right: 5px;
	padding-left: 25px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.sub-categories-ctn ul.end-cat-lst li:before {
    position: absolute;
    left: 15px;
    content: "\f138";
    font-family: 'FontAwesome';
    color: #f00;
}

.sub-categories-ctn ul.end-cat-lst:before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    right: 16px;
    top: -20px;
    border-bottom: 10px solid #FBE665;
}


.sub-categories-ctn ul.end-cat-lst li a
{
	font-size: 14px;
	font-family: Arial;
	color: #e00001;
	text-decoration: none;
}

.sub-categories-ctn ul.end-cat-lst li:hover
{
	background-color: #F8DE39;
}

.top-promotion
{
	width:100%;
	height:85px;
	margin-top: 3px;
}

.left-promotion
{
	float: left;
	width: 238px;
	height: 842px;
	margin-top: 5px;
}

.left-promotion img
{
	width: 100%;
	float: left;
	height: 421px;
	border: solid 1px #FBF7F7;
}

.proc-tabbed-nav {
    width: 100%;
    display: block;
    border-bottom: 3px solid #cdcdcd;
    position: relative;
    z-index: 1;
}

.proc-tabbed-nav > li {
    display: inline-block;
    float: left;
}

.proc-tabbed-nav > li > a {
    font-size: 16px;
    color: #999;
    padding: 9px 15px 7px;
    display: block;
    line-height: 1;
}

.proc-tabbed-nav > li > a i{
	font-size: 17px;
}

.proc-tabbed-nav > li > a:hover, .proc-tabbed-nav > li > a.active {
    color: #f00;
    border-bottom: 3px solid #f00;
    margin-bottom: -3px;
}


.lst-products-container
{
	margin-top: 5px;
	border-bottom: 1px solid #FBF7F7;
	margin-bottom: 20px;
}

.lst-products-container .products-item-container
{
	position: relative;
    border-top: 1px solid #FBF7F7!important;
    border-left: 1px solid #FBF7F7;
    width: 290px;
    height: 300px;
    padding: 15px;
	text-align: center;
    float: left;
}

.products-item-container .modal-wrap{
	text-align: left;
}

.products-item-container .modal-wrap .modal-header{
	background-color: #47b43a;
	-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;
}

.products-item-container .modal-wrap .modal-header h4{
	color: #fff;
	font-weight: bold;
}

.products-item-container .modal-wrap .modal-header button{
	color: #fff;
	opacity: 1;
}

.lst-products-container .products-item-container:hover{
	background-color: #f9f9f9;
}


.products-item-container .modal-wrap  .short-desc{
	line-height: 24px;
    text-align: justify;
    height: 150px;
    overflow: hidden;
}

.products-item-container .modal-wrap  .popup-prd-name{
	color: #f00;
	margin-top: 10px;
	font-weight: 700;
}

.products-item-container .modal-wrap  .price h2{
	color: #f00;
	font-weight: bold;
}

.products-item-container .modal-wrap .btn-add-cart-pop{
	background-color: #47b43a;
    color: #fff;
    width: 100%;
    margin-top: 15px;
    padding: 10px 8px;
    font-size: 20px;
    font-weight: bold;
	border-radius: 5px;
}

.products-item-container .modal-wrap .btn-add-cart-pop i {
	font-size: 24px;
}

.lst-products-container .products-item-container:nth-child(3n)
{
    border-right: 1px solid #FBF7F7 !important;	
}

.lst-products-container.special-lst .products-item-container:nth-child(3n)
{
    border-right: none !important;	
}

.lst-products-container.special-lst .products-item-container:nth-child(4n)
{
    border-right: 1px solid #FBF7F7 !important;	
}

.img-product
{
	text-align: center;
    margin: auto;
    height: 140px;
    width: 100%;
    display: block;
    vertical-align: middle;
	margin-bottom: 10px;
}

.img-product img
{
	max-height: 165px;
    width: auto;
    height: auto;
    max-width: 230px;
}

.product-item .prdit-img{
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.detail-prd
{
	width: 100%;
	margin: 25px auto;
	margin-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.detail-prd div
{
	padding: 2px;
}

.detail-prd .name-prd
{
	padding-top: 8px;
	color: #e00001;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.detail-prd .promotion-prd, .detail-prd .model-prd
{
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.detail-prd .promotion-prd span
{
	font-weight:bold;
}

.detail-prd .cost-prd
{
	color: #FF0000;
	font-weight: bold;
	margin-top: 5px;
	font-size: 20px;
}

.detail-prd .cost-prd .old-price{
    display: block;
    color: #cdcdcd;
    font-size: 13px;
    font-weight: normal;
    text-decoration: line-through;
    margin-top: 5px;
}

.products-item-container a.btn-prd
{
	width: 80px;
    height: 30px;
    background-color: #47B43A;
    color: #fff!important;
    margin: auto;
    margin-top: 15px;
    padding-top: 5px;
    margin-right: 3px;
    font-size: 10pt;
    font-family: Tahoma;
    text-align: center;
    line-height: 16px;
    margin-bottom: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.buy a.btn-prd i.gly{
    font-family: 'Glyphicons Regular' !important;
    color: #D20505 !important;
}

.buy a.btn-prd i.awe{
    font-family: FontAwesome !important;
    color: #D20505 !important;
}

.buy a.btn-prd:hover
{
	background-color: #D20505;
	color: #fff !important;
}

.buy a.btn-prd:hover i
{
	color: #fff !important;
}




.filter {
    float: right;
    width: 20%;
    overflow: hidden;
    background-color: #fcfcfc;
    border: 1px solid #F4F4F4;
    margin-top: 5px;
	min-height: 200px;
	padding: 10px;
}

.filter .form-control{
	border-color: #f00;
}

.filter .sort-block .drop-sort{
	font-size: 12px;
	border-color: #f00;
	color: #E50003;
}

.filter .filter-block {
	border-bottom: 1px solid #F7F7F7;
	
	padding: 5px 0px;
}

.filter .filter-block:last-child {
	border-bottom: none;
}


.filter .filter-block:first-child{
	padding-top: 0px;
}

.filter .filter-block .fb-title{
	color: #4E84E6;
	font-weight: bold;
	text-transform: uppercase;
}

.filter .filter-block .fb-attr{
	padding: 3px 0px;
	color: #D41515;
}

.filter .filter-block .fb-attr .attr-item{
	padding: 2px 0px;
}

.filter .filter-block .fb-cat{
	padding: 2px 0px;
}

.filter .filter-block .fb-attr .end-cat-lst li{
	    padding: 5px 0px;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #F7F7F7;
}

.filter .filter-block .fb-attr .end-cat-lst li:last-child
{
	border-bottom: none !important;
}

.filter .filter-block .fb-attr .end-cat-lst li:last-child
{
	border-bottom: none !important;
}

.filter .filter-block .fb-attr .end-cat-lst li:before{
	content: "\f0da";
    font-family: 'FontAwesome';	
	position: absolute;
	left: 2px;
	yop: 2px;
	color: #f00;
}

.filter .filter-block .fb-attr .attr-text{
    padding-top: 6px;
    display: block;
    padding-left: 50px;
	text-align: justify;
	text-transform: uppercase;
}

/* Form Select Switches */
.switch {
	float: left;
    margin: 0px 0;
    top: 5px;
    margin-right: 3px;
    position: relative;
    cursor: pointer;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    border-radius: 28px;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.switch span:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    bottom: 7px;
    width: 10px;
	height: 10px;
    background-color: #FF9FA0;
    border: 1px solid #f9f9f9;
    border-radius: 24px;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.switch input:checked + span:after {
    left: 20px;
    width: 10px;
	height: 15px
    top: 1px;
    bottom: 1px;
    border: none;
	background-color: #fff;
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
}

.switch-danger span {
    border-color: #FFA0A1;
}

.switch-danger input:checked + span {
    background-color: #FFA0A1;
}

.prdlst-banner-left,
.prdlst-banner-right{
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 12px;
}

.prdlst-banner-left{
	padding-right: 7px;
}

.prdlst-banner-right{
	padding-left: 7px;
}

.breadcrumb {
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
    font-size: 13px;
    float: left;
}

.backpage{
    background-color: #016E9A;
    padding: 5px 15px;
    top: -2px;
    position: relative;
    float: right;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.backpage:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 14px 0;
    border-color: transparent #016E9A transparent transparent;
    position: absolute;
    right: 100%;
    top: 0px;
}

.breadcrumb .fa-home{
	font-size: 16px;
}

.breadcrumb{
	color: #B8B8B8;	
}

.breadcrumb li:before{
	color: #B8B8B8 !important;	
}

.breadcrumb li a:hover{
	text-decoration: underline;	
}


.img-wrap{
	padding: 0px 10px;
	padding-left: 15px;
}

.img-wrap .main-img{
	text-align: center;
	border: 1px solid #f7f7f7;
	padding: 12px;
	display: block;
	vertical-align: middle;
}


.img-wrap .main-img > img{
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	min-width:	100%;
}

.img-wrap .promotion-mark-ctn {
	height: 100%;
}

.img-wrap .promotion-mark {
    height: 100%;
}

.img-wrap .promotion-mark .countdown-text {
    top: 0px;
    right: 10px;
    font-size: 15px;
    padding: 7px 10px;
    max-width: 180px;
}

.img-promotiondt {
    height: 85px !important;
    width: auto !important;
    max-width: 150px;
    max-height: 85px;
    margin-top: 5px;
}

.img-wrap .is-newest {
    width: 60px;
    height: 60px;
    left: 20px;
}

.img-wrap .img-tragop{
    width: 75px;
    height: auto;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 999;
}

.products-item-container .img-tragop{
    width: 55px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 999;
}

.img-wrap .promotion-mark-ctn .gif-mark {
    padding: 5px 14px 5px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 285px;
    font-size: 15px;
}



.img-wrap .promotion-mark-ctn .gif-mark i {
	font-size: 20px;
}


.img-prd-wrap{
	
	overflow: hidden;
	position: relative;
    margin: 10px auto;
    padding: 5px 30px 5px 18px;
	width: 390px;
    
}

#img-view-cur{
	width: 100% !important;
}

.prd-list-img {
}

.prd-list-img li {
	padding: 0px 3px;
	box-sizing: border-box;
	margin: 0px;
	float: none; display: inline-block;
}
.prd-list-img li .jc-container{
	padding: 0px 0px;
}

.prd-list-img .img-item-thumb{
	display: block;
	height: 60px;
	width: 100% !important;
	background-repeat: no-repeat;
	background-size: 100% 95%;
	background-position: center;
	border: 1px solid #FFC9C9;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	cursor: pointer;
}


.img-prd-wrap .next-pageprdimg,
.img-prd-wrap .prev-pageprdimg{
	position: absolute;
	top: 0;
	margin-top: 5px;
	background-color: #E3E3E3;
	color: #E03B3B;
	padding: 20px 3px;
	height: 60px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}


.prd-list-img .next-pageprdimg{
	left: 0px;
}

.prd-list-img .prev-pageprdimg{
	right: 0px;
}


.dt-name-prd{
	color: #19C768;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.dt-prd-code{
	
}

.sharebox{
	
}

.sharebox .google-plugin{
	display: inline;
	top: 4px;
	position: relative;
}

.dt-detail-info{
	margin: 12px 0px;
}

.dt-detail-info .price-org{
	color: #B3B3B3;
	font-size: 14px;
	padding: 5px 0px;
}

.dt-detail-info .price-org span{
	text-decoration: line-through;	
}

.dt-detail-info .price-cur{
	margin: 5px 0px;
    margin-bottom: 0px;
    font-family: 'revueb';
    font-size: 30px;
    color: #f00;
    display: inline-block;
    margin-right: 20px;
}

.dt-detail-info .price-cur + span{
	font-size: 15px;
	color: #B3B3B3;
}

.dt-detail-info .promotion-prd{
	margin-top: 0px;
	line-height: 18px;
}

.dt-detail-info .promotion-prd span{
	font-weight: 700;
	color: #F50004;
}

.dt-detail-info .tip-detail{
	color: #888;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 5px;
}

.dt-detail-info .featureprd{
	line-height: 20px;
	max-height: 136px;
    overflow: hidden;
}


.btn-action{
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    border-radius: 2px;
}

.btn-action i{
	font-size: 24px;
	margin-right: 10px;
}

.btn-action + .btn-action
{
	margin-top: 15px;
}

.btn:active, .right-panel .btn:focus
{
	outline: none;
}

.box-item h2 {
    background-color: #f0f0f0;
    padding: 10px 10px;
    font-size: 13px!important;
    color: #EF5255;
    margin: 0px;
    text-align: left;
	font-weight: 600;
}

.box-item .box-item-2 .item {
    background-color: #f9f9f9;
    margin-bottom: 1px;
    position: relative;
	padding: 10px 10px;
	cursor: pointer;
}

.box-item .box-item-2 .item i {
    font-size: 22px;
	float: left;
	display: inline-block;
	margin-right: 15px;
	color: #FF5858;
}

.box-item .box-item-2 span {
    display: block!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tthelp {
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.helpbox {
    background-color: #f00;
	color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px -1px #fbfbb3;
    display: none;
	line-height: 18px;
    font-size: 13px;
    margin: auto;
    padding: 5px;
    position: absolute;
    z-index: 99;
    top: 0px;
	right: 108%;
	width: 100%;
	padding: 10px;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, transform 2s;
}

.helpbox::before {
    content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
	right: -20px;
	top: 10px;
	border-left: 10px solid #f00;
}

.helpbox li {
    background: none repeat scroll 0 0 rgba(0,0,0,0)!important;]
    font-size: 13px!important;
    padding: 0px 0px;
}


.box-item .box-item-2 .item:hover .helpbox{
	display: block;
	width: 100%;
}

.info-detail-full{
	position: relative;
	min-height: 100px;
}

.info-detail-full.fixed-bottom{
	padding-top: 52px;
}

.info-detail-full .split-line{
	border-top: 1px dashed #cdcdcd;
	margin-top: 10px;
}


.info-detail-full .host-tab-info{
	background-color: #f2f2f2;
	padding: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px
}

.info-detail-full .host-tab-info.pos-static{
	position: relative;
	top: -1px;
}

.info-detail-full .host-tab-info.pos-fixed{
	position: fixed;
	z-index: 9998;
	top: 0px;
	width: 1200px;
	border-bottom: 2px solid #ececec;
}

.info-detail-full .host-tab-info.pos-bottom{
	position: absolute;
	z-index: 9998;
	bottom: 0px;
	width: 1200px;
	border-bottom: 2px solid #ececec;
}

.info-detail-full .host-tab-info ul{
	height: 53px;
}

.info-detail-full .host-tab-info li{
	display: inline-block;
	font-size: 14px;
	border-bottom: 5px solid transparent;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.info-detail-full .host-tab-info li a{
	display: block;
	padding: 15px 30px;
	width: 100%;
	height: 100%;
}

.info-detail-full .host-tab-info li:hover,
.info-detail-full .host-tab-info li.active{
	border-bottom-color: #f00;
	background-color: #f9f9f9;
}

.info-detail-full .host-tab-info li.active{
	color: #888;
	font-weight: bold;
}

.info-detail-full .host-tab-info li i{
	color: #f00;
	font-size: 18px;
	margin-right: 5px;
}

.info-detail-full .host-tab-info li .counter{
	background-color: #f00;
	color: #fff;
	padding: 1px 4px;
	border-radius: 25px;
	font-size: 11px;
	margin-left: 2px;
}



.detailotherprd  .sametype-title{
	text-transform: uppercase;
    margin: 10px auto;
    padding: 0px 5px;
    font-size: 16px;
    color: #F01316;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}
#prd-binhluan{
	padding-left: 0px;
	padding-right: 0px;
}
.content-in-cmt textarea {
    resize: vertical;
	border-color: #FF8787;
	box-shadow: none;
}

.content-in-cmt textarea:active, 
.content-in-cmt textarea:focus, 
.content-in-cmt .btn:active,
.content-in-cmt .btn:focus {
    outline: none !important;
}

.info-user{
	padding: 5px;
    border: 1px solid #FF8787;
	border-top: none !important;
	background-color: #FF8787;
}

.info-user .form-control{
	border: none;
	box-shadow: none;
}

.captchar-img{
	text-align: right;
	padding-right: 0px;
}

.captchar-img img{
	height: 34px;
    width: auto;
	
    max-width: 100% !important;
}


.comment-list{
	border-top:1px solid #eee;
	margin-top: 15px;
	padding: 15px 0px;
}

.comment-item{
	padding-bottom: 15px;
	padding-top: 15px;
}

.comment-list > .comment-item + .comment-item{
	border-top: 1px dashed #FFCECF;
}



.comment-item .comment-avt{
	height: 60px;
	width: 60px;
	background-image: url(../img/views/man-icon.png);
	background-size: 100%;
	float: left;
}

.comment-item .comment-info{
	margin-left: 75px;
}

.comment-item .comment-info .comment-user{
	font-weight: bold;
	font-size: 15px;
}

.comment-item .comment-info .comment-text{
	padding-top: 5px;
	text-align: justify;
}

.comment-item .comment-info .comment-status{
	padding-top: 5px;
	color: #389AD4;
}

.comment-item .comment-info .comment-status a:hover{
	text-decoration: underline;
}

.comment-item .reply-comment{
	margin-left: 75px;
	margin-top: 10px;
	border: 1px solid #f5f5f5;
	padding: 15px;
	padding-bottom: 0px;
	background: #FBFBFB;
}


.comment-item:last-child{
	border-bottom: none !important;
}

.comment-item .reply-comment .comment-item{
	border-top: none !important;
	padding-top: 0px;
}

.comment-item .reply-comment .comment-avt{
	background-image: url(../img/views/admin-icon.png);
}

.right-block-product-wrap{

}

.right-block-product-wrap.box-item h2 {
    background-color: #ED1C24;
    color: #FFFFFF;
    text-transform: uppercase;
}

.right-block-product-wrap .lst-products-container{

}


.right-block-product-wrap .lst-products-container .products-item-container{
    width: 100%;
    display: block;
    height: 140px;
    border-bottom: 1px solid #ED1C24 !important;
    border-top: 1px solid #ED1C24 !important;
    border-left: 1px solid #ED1C24 !important;
    border-right: 1px solid #ED1C24 !important;
    margin-bottom: 5px;
}
.right-block-product-wrap .lst-products-container.special-lst .products-item-container:nth-child(5n),
.right-block-product-wrap .lst-products-container.special-lst .products-item-container:nth-child(4n) {
    border-right: 1px solid #ED1C24 !important;
}

.right-block-product-wrap .img-product
{
	text-align: center;
    margin: auto;
    height: 100%;
    width: 80px;
    display: table-cell;
    vertical-align: middle;
}

.right-block-product-wrap .img-product img
{
	max-height: 100%;
	width: 95%;
	height: auto;
	max-width: 80px;
}

.right-block-product-wrap .product-item .prdit-img{
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.right-block-product-wrap .detail-prd
{
	display: table-cell;
    margin: 10px auto;
    width: 160px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.right-block-product-wrap .detail-prd div
{
	padding: 2px;
}

.right-block-product-wrap .detail-prd .name-prd
{
	color: #e00001;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.right-block-product-wrap .detail-prd .promotion-prd, .right-block-product-wrap .detail-prd .model-prd
{
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.right-block-product-wrap .detail-prd .model-prd{
    display: none;
}
.right-block-product-wrap .detail-prd .promotion-prd span
{
	font-weight:bold;
}

.right-block-product-wrap .detail-prd .cost-prd
{
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

.right-block-product-wrap .detail-prd .cost-prd .old-price{
    display: block;
    color: #cdcdcd;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    margin-top: 3px;
}

.right-block-product-wrap .promotion-mark-ctn{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100%;
    height: 100%;
}
.right-block-product-wrap .promotion-mark{
	position: relative;
	width: 100%;
    height: 100%;
}

.right-block-product-wrap .promotion-mark img{
	display: none;
}

.right-block-product-wrap .promotion-mark .countdown-text{
	bottom: 37px;
    top: inherit;
    left: 0;
    font-size: 11px;
    right: inherit;
    padding: 0px 3px;
    margin-left: 13px;
}

.right-block-product-wrap .promotion-mark-ctn .gif-mark{
	font-size: 11px;
    padding: 0px 5px 2px;
    left: 13px;
    top: 105px;
}

.right-block-product-wrap .promotion-mark-ctn .img-promotion{
	display: none;
}


.right-block-product-wrap .is-newest{
	width: 30px;
    height: 30px;
}

.right-block-product-wrap .buy
{
	position: relative;
    background-color: initial;
    height: 60px;
    opacity: 1;
    text-align: right;
}

.right-block-product-wrap .buy .hightlight-info{
	display: none;
}

.right-block-product-wrap .buy p.MsoNormal{
	color: #fff !important;
    padding: 0;
    margin: 0;
    line-height: 20px;
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    padding-left: 8px;
    margin-left: 0px !important;
    position: relative;
}

.right-block-product-wrap .buy *{
    color: #fff !important; 
    font-size: 12px !important;
    font-family: Tahoma !important;
    text-indent: 0px;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 5px;
}

.right-block-product-wrap .buy p.MsoNormal b{
	font-weight: normal;
}

.right-block-product-wrap .buy a.btn-prd
{
	width: 76px;
    height: 27px;
    color: #FFFFFF !important;
    margin: auto;
    margin-top: 5px;
    padding-top: 3px;
    font-size: 12px !important;
    text-align: center;
    background: #ED1C24;
}

.right-block-product-wrap .buy .link-detailbuy{
    padding-top: 4px !important;
}

.right-block-product-wrap .buy a.btn-prd i.gly{
    font-family: 'Glyphicons Regular' !important;
    color: #fff !important;
}

.right-block-product-wrap .buy a.btn-prd i.awe{
    font-family: FontAwesome !important;
    color: #fff !important;
}

.right-block-product-wrap .buy a.btn-prd:hover
{
	background-color: #ea2020;
	color: #fff !important;
}

.right-block-product-wrap .buy a.btn-prd:hover i
{
	color: #fff !important;
}

/*---------------------------------*/

.article
{
	padding: 10px;
	background-color: #fefefe;
	position: relative;
	bottom: 0;
	top: 0;
}

.article, .article *
{
	line-height: 20px;
}

.article img
{
	max-width: 100% !important;
}

.article h2, .article h2 a {
    font-size: 15px;
    font-weight: bold;
}
.article h3, .article h3 a {
    font-size: 20px;
    font-weight: bold;
}
.article h3, .article h2 {
    display: block;
    line-height: 1.3em;
    color: #4a4a4a;
    padding: 10px 0 5px 0;
	margin: 2px 0px;
	padding: 2px 0px;
}

.tc-title-block{
	
}


.next-pagequality:hover, .next-pagequality:active, .next-pagequality:focus,
.prev-pagequality:hover, .prev-pagequality:active, .prev-pagequality:focus{
	background-color: #048226;
}

.social a{
	font-size: 17px;
    display:inline-block;
	margin-right: 0px;	
}

.lst-chungnhan{
	overflow: hidden;	
	width: 100%;
}

.title-main-news{
	font-weight: 600;
    color: #08922D;	
}

.title-main-news a:hover{
	text-decoration: underline;
}
.date-main-news{
	color: #BDBDBD;
    font-size: 12px;
	padding: 3px 0px;
}

.desc-main-news{
	margin-top: 10px;
}

.news-title i{
	color: #f00;
	font-weight: 700;
}

.news-list.indexpage .news-item{
	line-height: 15px;
    margin: 8px 0px;
}

.news-list.indexpage .news-item a:hover{
	text-decoration: underline;
}
.news-list.indexpage .news-item .news-title{
	padding-left: 15px;
	position: relative;
}
.news-list.indexpage .news-item .news-title:before {
	font-family: 'FontAwesome';
	content: "\f138";	
	color: #f00;
	position: absolute;
	top: 0;
	left: 0;
}

.news-detail-other ul{
	margin-left: 0px;
	margin-bottom: 15px;
}

.news-detail-other ul li{
    padding: 3px 0px;
    padding-left: 19px;
    background-image: url('../img/views/k92.png');
    background-repeat: no-repeat;
    background-position: left;
}

.news-detail-other ul li a{
	color: #1DB13E;
}

.news-detail-other ul li i{
	color: #F00;
}

.news-detail-other ul li a:hover{
	text-decoration: underline;
}

.news-detail-other ul li span.datetime{
	display: inline-block;
	background: rgb(255, 61, 53);
	border-radius: 3px;
	color: #fff;
	font-family: Tahoma;
	font-size: 13px;
	margin-right: 10px;
	padding: 2px 5px;
}
.news-detail-other ul li {
	padding: 3px 0px;
	padding-left: 0px;
	background-image: none;
}

.sub-title{
	color: #5A5A5A;
    font-weight: bold;	
}

.contact-form {
	margin-top: 10px;	
}
.contact-form .form-control:hover,
.contact-form .form-control:active,
.contact-form .form-control:focus{
	outline: none;
}

.contact-form .input-group-addon{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.map-ctn{ 
	width: 100%; 
	position: relative;	
}


.brand-prd{
	padding-left: 0;
	padding-right: 0;
	width: 1200px !important;
}

.title-post{
	color: #016E9A;
    font-size: 20px;
	line-height: 24px;
    font-weight: bold;	
}
.post-content{
	margin-top: 15px;
	text-align: justify;
}

.detailnews .main-news-content img,
.post-content img
{
	max-width: 100% !important;
	height: auto !important;
}

.breadcrumb-top {
    margin: 0px -5px 0px;
    padding: 5px 10px;
    font-size: 13px;
	font-family: 'Tahoma';
	text-transform: none;
	font-weight: 600;
}
.breadcrumb {
    background-color: transparent;
}

.breadcrumb>li+li:before {
	font-family: 'FontAwesome' !important;
    content: "\f105";
    padding: 0 5px;
    color: #ccc;
}

.pagination {
    text-align: center;
	padding-right: 0px;
	padding-top: 3px;
	width: 100%;
}

.pagination .active, .pagination  > span > a {
    padding: 5px;
    
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.pagination > span > a {
    background: none repeat scroll 0% 0% #FF5252;
    border: 1px solid #FF5252;
	border-radius: 50%;
}


.pagination > span > a:hover,
.pagination .active {
    background: none repeat scroll 0% 0% #E90000 !important;
	border: 1px solid #E90000;
    border-radius: 50%
}

.pagination {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
}


.cart-step {
}

.cart-step ul {
}

.cart-step ul li{
    height: 124px;
    padding: 0px 10px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    width: 185px;
    border-radius: 50%;
    background-color: #FB3333;
    float: left;
    margin: 20px 20px;
    box-sizing: border-box;
}

.cart-step ul>li+li:before {
    content: "\203a";
    color: #D81D1D;
    position: absolute;
    margin-left: -95px;
    margin-top: 30px;
    font-size: 52px;
}

.cart-step ul li i{
    font-size: 55px;
    margin-bottom: 10px;
}

.cart-step ul li:last-child {
    margin-right: 0px;
}
.cart-step ul li:first-child {
    margin-left: 0px;
}

.carttable {
    border-collapse: collapse;
    background-color: #f9f9f9
}

.carttable tfoot,
.carttable thead {
    padding: 10px 0px;
    background-color: #f0f0f0;
    color: #E00001;
}

.carttable tfoot td,
.carttable thead th {
    padding: 10px 5px;
    text-align: center;
}

.sumtotal {
    font-weight: bold;
    color: #e93838;
    margin: 5px 0px;
}
.carttable tbody td:last-child {
    font-weight: bold;
    color: #585858;
}

.carttable tbody tr:nth-child(Even) {
    background-color: #f3f3f3;
}

.carttable .cart-image img{
    width: 100%;
    height: auto;
}

.carttable .align-right {
    text-align: right;
}

.carttable .align-center {
    text-align: center;
}

.carttable .align-left {
    text-align: left;
}

.carttable .name {
    font-weight: bold;
}

.carttable .desc{
    text-align: justify !important;
}

.info-block {
    width: 50%;
    float: left;
    margin-top: 10px;
    padding-right: 20px;
    display: inline-block;
    box-sizing: border-box;
}

.info-block:last-child {
    padding-right: 0px;
    padding-left: 20px;
}

.info-block table input[type=text], select, textarea {
    width: 90%;
    padding: 8px;
    border: 1px solid #ededed;
    background: #ededed;
    color: #e00001;
}

.info-block table textarea {
    height: 44px;
}

.info-block table{
    border: 1px solid #fff;
    border-collapse: collapse;
    background-color: #fbfafe;
}

.info-block table td {
    padding-left: 14px;
    vertical-align: middle;
    line-height: 18px;
}

.info-block table th {
    width: 150px;
    text-indent: 14px;
    text-align: left;
    line-height: 1px;
}

.title-cartif {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px;
    color: #E00001;
}


.cart-action {
    padding: 15px 0px;
    text-align: center;
}

.btn-cartact {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background-color: #E00001;
    margin: 0px 10px;
}

.btn-add-cart {
    background-color: #E00001;
    color: #fff;
    padding: 15px 30px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Tahoma';
}


.sub-ct-title {
    margin-top: 10px;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1288CE;
}


.title-cartif {
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    color: #E00001;
}



.title-list{
    color: #C5375D;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px;
    margin-top: 10px;
    border-bottom: 2px solid #C5375D;
    padding-bottom: 3px !important;
    text-transform: uppercase;
    font-family: 'laxanh';
    -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;
}

.title-list i {
    font-size: 21px;
}

.modal {
    z-index: 999999;
}

.post-content p {
    line-height: 20px;
}

.data-empty{
    background: #f9f9f9;
    text-align: center;
    color: #cdcdcd;
    font-size: 16px;
    padding: 70px 0px;
}



.w-banner-promotion,
.w-menu-promotion {
    width: 100%;
    margin: auto;
}
.w-menu-promotion ul {
    width: 100%;
    margin: 5px auto 0;
    z-index: 9999;
    background: #fff;
    clear: both;
    display: table;
    height: 86px;
    margin-bottom: 10px;
}
.w-menu-promotion ul li {
    display: table-cell;
    width: 10%;
    border-right: 1px solid #fff;
    background-color: #f0ad4e;
    vertical-align: top;
    text-align: center;
}
.w-menu-promotion ul li.w-m-p-item-96 {
    letter-spacing: -1px;
}
.w-menu-promotion ul li a {
    display: block;     font-family: 'Tahoma';
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
    text-transform: uppercase;
    text-align: center;
	color:#fff;
}
.w-menu-promotion ul  li.menu_active,
.w-menu-promotion ul  li:hover {
    background: #ff0000;
    color: #fff; 
}
.w-menu-promotion ul  li.menu_active {position:relative;}
.w-menu-promotion ul  li.menu_active a,
.w-menu-promotion ul  li:hover a { 
	color:#ffffff;
}
.w-menu-promotion ul  li.menu_active .line_grey,
.w-menu-promotion ul  li:hover .line_grey {
	 background:#fff;
}
.w-menu-promotion ul  li.menu_active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #ff0000;
    border-width: 12px;
    margin-left: -12px;
}


.w-menu-promotion ul li a span.w-m-p-item-l  {
	display:block;padding-bottom:2px;
}
.w-menu-promotion ul li .line_grey {
	height:1px; width:54px; margin:auto; background:#fff; display: none;}
.w-menu-promotion ul li a img  {
    display: inline-block; 
	top: 3px;
    position: relative;
    height: 60px;
    width: auto;
}


.w-promotion-pl .w-p-pl-title {
	position:relative;
	margin: 5px 0 0 49px;
	/* display: none; */
}
.w-promotion-pl .w-p-pl-title:after {}
.w-promotion-pl .w-p-pl-title span {
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    top: 0px;
    left: -50px;
    height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    z-index: 2;
    background-color: #ed1b24;
    border: solid 3px #fff;
    border-radius: 76px;
    -moz-border-radius: 76px;
    -webkit-border-radius: 76px;
}
.w-promotion-pl .w-p-pl-title span i{
    height: 48px;     margin-top: 7px;
    display: inline-block;
    vertical-align: middle;
	background: url(images/icon-sp.png) no-repeat;
}
.w-promotion-pl .w-p-pl-title-3 span i {
	background-position: -67px 1px; width: 55px;
}
.w-promotion-pl .w-p-pl-title-5 span i {
    background-position: -416px 1px;     width: 71px;     margin-top: 6px;
}
.w-promotion-pl .w-p-pl-title-7 span i {
	background-position: -201px 1px; width: 33px;
}
.w-promotion-pl .w-p-pl-title-8 span i {
	background-position: -237px 1px;     width: 37px;
}
.w-promotion-pl .w-p-pl-title-9 span i {
	background-position:-129px 7px;     width: 64px;
}
.w-promotion-pl .w-p-pl-title-10 span i {
	background-position:-278px 1px;     width: 48px;
}
.w-promotion-pl .w-p-pl-title-11 span i {
	background-position:-325px 1px;     width: 33px;
}
.w-promotion-pl .w-p-pl-title-12 span i {
	background: url(images/laptop.png) no-repeat center center;   width: 55px;	
}
.w-promotion-pl .w-p-pl-title-13 span i {
	background-position:-361px 1px;     width: 53px;
}
.w-promotion-pl .w-p-pl-title-96 span i {
	background: url(images/icon-mayin.png) no-repeat left top; width: 46px; height: 35px; margin-top:16px;
}

.w-promotion-pl .w-p-pl-title b 
{
    font-family: "Myriad Pro",Arial ,Tahoma;
    float: left;
    text-align: left;
    background: url(images/bg_title_after.png) no-repeat right bottom #ed1b24;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    padding: 9px 30px 9px 15px;
    font-size: 18px;
    position: relative;
    top: 13px;
    margin: 0 0 30px 0px;
    width: 850px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
}


.box_sub_hot_news ul {
    width: 160px;
    float: left;
}


.box_sub_hot_news li {
    width: 100%;
    float: left;
    margin: 0 0 5px;
}

.title_news {
    margin: 0 0 6px;
    padding: 0px 5px;
	padding-left: 20px;
	position: relative;
}

.title_news {
    width: 100%;
    float: left;
	text-align: justify;
}

.law-block .title_news{
	border-bottom: 1px dashed #ececec;
	padding-bottom: 3px;
}

.law-block .title_news:before,
.news-block .title_news:before{
	position: absolute;
	left: 3px;
	top: 2px;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.news-block .title_news:before{
	content: "\f101";
	color: #F30545 ;	
}

.law-block .title_news:before{
	content: "\f0f6";
    color: #F30545 ;
    font-size: 12px;
}


.support-info{
	background-color: #B5224A;
    color: #fff;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-top: 15px;
}

.support-info .title-block{
	color: #fff;
	border-bottom: none;
	margin-top: 0px;
}

.blink-phone{
	color: #f00;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	animation: 0.8s cssAnimation1 infinite step-end;
    -webkit-animation: 0.8s cssAnimation1 infinite step-end;
    -moz-animation: 0.8s cssAnimation1 infinite step-end;
    -o-animation: 0.8s cssAnimation1 infinite step-end;
}

@keyframes cssAnimation1 {
    50%  { color: #099b15;
    }
}

@-webkit-keyframes cssAnimation1 {
    50% {
        color: #099b15;
    }
}
@-moz-keyframes cssAnimation1 {
    50%  { color: #099b15;
    }
}
@-o-keyframes cssAnimation1 {
    50%  { color: #099b15;
    }
}



.facebooklike.hidden-sm .fb-like.fb_iframe_widget{
    
}

.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu {
  font-family: Raleway, sans-serif;
  color: #ffffff;
  background: #B21787;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cssmenu ul ul {
  display: none;
}
.cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
.cssmenu > ul > li > a {
	padding: 10px 22px;
	cursor: pointer;
	z-index: 0;
    white-space: nowrap !important;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	background: #B21787;
	-webkit-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease;
}

.cssmenu > ul > li > a:hover{
	background: #fff;
	color: #B21787;
}

.cssmenu > ul > li > a:hover i{
	color: #F53232;	
}

.cssmenu > ul > li > a i{
	color: #FDFFA0;	
	margin-right: 10px;
}

.cssmenu > ul > li + li{
	border-top: 1px dashed #ad1283;
}
.cssmenu > ul > li > a:hover {
  color: #B21787;
}
.cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.cssmenu ul > li.has-sub.open > a:after,
.cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #B21787;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.cssmenu ul ul ul li a {
  padding-left: 32px;
}
.cssmenu ul ul li a:hover {
  color: #ffffff;
}
.cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
.cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}

ul.listLaw {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
    clear: both;
}

ul.listLaw li {
    width: 100%;
    display: inline-block;
    clear: both;
    border-bottom: 1px dotted #f2f2f2;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

ul.listLaw li .item {
    
}

ul.listLaw li p.title {
    padding: 5px 10px 5px 10px;
    background: url(../images/arrBox02.gif) no-repeat 5px 8px #D2F2FF;
    text-align: justify;
    margin-bottom: 8px;
    border: 1px solid #D2F2FF;
}

ul.listLaw li p.title a:link, .box-tab .content ul.listLaw li p.title a:visited {
    font: bold 10pt Arial, Helvetica, sans-serif;
    color: #131E32;
    text-decoration: none;
}

ul.listLaw li .left {
    width: 100%;
    float: left;
    padding-right: 1%;
}

ul.listLaw li .des {
    padding: 5px 0px;
    text-align: justify;
    font: normal 10pt Arial, Helvetica, sans-serif;
    color: #222;
    line-height: 140%;
    min-height: 40px;
}

ul.listLaw li .des p{
    margin-bottom: 0px;
}

ul.listLaw li .link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.linkdetaillaw a,
ul.listLaw li .link a {
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: block;
    color: #FFF;
    white-space: nowrap;
    margin-left: 20px;
    text-decoration: none;
    background-color: #0287BD;
    padding: 12px 12px;
    border-radius: 25px;
}
.linkdetaillaw a{
    width: auto;
    margin-left: 0;
}

.linkdetaillaw a:hover,
ul.listLaw li .link a:hover {
    background-color: #00719f;
}

.cart-info {
    background-color: #fff;
    color: #42931f !important;
    float: right;
    margin-right: 10px;
}
.cart-info {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    display: block;
    font-size: 13px;
    z-index: 999;
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
}

.text-head{
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
    float: right;
    width: 100%;
    margin-top: 7px;
    font-family: 'laxanh';
    color: #f00;
    display: inline-block;
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    animation: 0.8s cssAnimation infinite step-end;
    -webkit-animation: 0.8s cssAnimation infinite step-end; s cssAnimation infinite step-end; s cssAnimation infinite step-end; s cssAnimation infinite step-end; s cssAnimation infinite step-end; s cssAnimation infinite step-end; s cssAnimation infinite step-end; 0s cssAnimation infinite step-end; 0.8s cssAnimation infinite step-end; 0.8s cssAnimation infinite step-end; 0.8s cssAnimation infinite step-end; 0.5s cssAnimation infinite step-end;
    -moz-animation: 0.8s cssAnimation infinite step-end;
    -o-animation: 0.8s cssAnimation infinite step-end;
}
.phone-line,
.slogan{
    font-family: laxanh;
    line-height: 33px;
    font-size: 25px;
    width: 100%;
    color: #F90000;
    white-space: nowrap !important;
    font-weight: 700;
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    animation: 0.8s cssAnimation1 infinite step-end;
    -webkit-animation: 0.8s cssAnimation1 infinite step-end;
    -moz-animation: 0.8s cssAnimation1 infinite step-end;
    -o-animation: 0.8s cssAnimation1 infinite step-end;
}

.slogan2{
    font-family: laxanh;
    line-height: 33px;
    font-size: 25px;
    width: 100%;
    color: #126a7e;
    white-space: nowrap !important;
    font-weight: 700;
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    animation: 0.8s cssAnimation2 infinite step-end;
    -webkit-animation: 0.8s cssAnimation2 infinite step-end;
    -moz-animation: 0.8s cssAnimation2 infinite step-end;
    -o-animation: 0.8s cssAnimation2 infinite step-end;
}

.phone-line
{
    font-size: 23px;
    line-height: 28px;
}
a:focus,
a:active{
    color: inherit;
}


@keyframes cssAnimation2 {
    50%  { color: #ff0000;
    }
}

@-webkit-keyframes cssAnimation2 {
    50% {
        color: #ff0000;
    }
}
@-moz-keyframes cssAnimation2 {
    50%  { color: #ff0000;
    }
}
@-o-keyframes cssAnimation2 {
    50%  { color: #ff0000;
    }
}