/* 
Theme URI: thanhducitvn
Description: asp.net4.5
Author: thanhducitvn
Author URI: thanhducitvn
Template: genesis
Template Version: 1.0

*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,vietnamese);


* {
    
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust:none;
}

body {
    margin: 0px;
    padding: 0px;
    outline : none;
}
div.clear {clear: both}
a {text-decoration: none}
img {
	max-width:100%;
	height: auto;
	border:none;
}
a:hover, a:active, a:focus, li:hover, .transit{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li {
	list-style: none;
}
.widget_nav_menu ul {
	margin: 0;
	padding: 0;
}

/* ------------------Start Here --------------------------*/

/* Layout Content 
--------------------------------------------------- */
.site-container {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.wrap, .content-sidebar-wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.site-inner {
	clear: both;
	background: #fff;
	border-bottom: 4px solid #030104;
	margin-bottom: 1px;
}
.content-sidebar-wrap {
	overflow: hidden;
	padding: 30px 0 15px 0;
}

/* Header
--------------------------------------------------- */
.site-header {
	position: relative;
}
.site-header .wrap {
	width: 100%;
}
.site-title {
	position: absolute;
	text-indent: -9999px;
}
.site-header .imgbanner {
	text-align: center;
	display: block;
	line-height: 0;
	max-width:1100px;
	margin:auto;
}
.site-header .imgbanner img {
	max-width: 1366px;
	width: 100%;
	height: auto;
}

/* Primary Menu
--------------------------------------------------- */
.nav-primary {
	height: 72px;
	background: url(images/bg-menutop.png);
}
.nav-primary ul.menu {
	margin: 0;
	padding: 0;
}
.nav-primary ul.menu li{
	float: left;
	list-style: none;
	position:relative;
	background: url(images/bg-menutop.png);
}
.nav-primary ul.menu > li:first-child a {
	padding-left: 0;
}
.nav-primary ul.menu > li:last-child a {
	padding-right: 0;
}
.nav-primary li a {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	margin: 0;
	padding: 0px 17px;
	line-height: 72px;
	position: relative;
	text-decoration: none;
	text-transform:uppercase;
	white-space: nowrap;
}
.nav-primary li:hover>a, .nav-primary .current_page_item>a , 
.nav-primary .current-cat>a , .nav-primary .current-menu-item>a{
	color: #FF0;
}

/* sub menutop lv 1 */
.nav-primary li li {
	background: url(images/bg-li.png);
	width: 100%;
	border-top: rgba(255, 255, 255, 0.51) solid 1px;
	clear: both;
	padding: 0;
	margin-top: -15px;
	-moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}
.nav-primary li li a {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 37px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	position: relative;
}
.nav-primary li ul {
	z-index: 9999;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	background: #222;
	width: 240px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.nav-primary li:hover>ul {
	opacity: 1;
	visibility: visible;
}
.nav-primary li:hover ul li {
	margin-top: 0;
    opacity: 1;
}

/* sub menutop lv 2 */
.nav-primary ul ul ul {
	float: left;
    list-style: none;
    z-index: 9999;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 80%;
    top: 0px;
    background: #222;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.nav-primary ul ul ul li {
	border: none;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: 1;
}
.nav-primary ul ul li:hover ul {
	opacity: 1;
    left: 100%;
    visibility: visible;
}

/* Search Form
--------------------------------------------------- */
#searchform, .search-form {
	overflow: hidden;
	background: #fff;
	border: 1px solid #cccccc;
}
#searchform label {
	display: none;
}
#searchform input[type=text], .search-form input[type=text], .search-form input[type=search] {
	float: left;
	width: calc( 100% - 40px );
	border: none;
	height: 35px;
	padding: 2px 6px;
	font-size: 12px;
}
#searchform input[type=submit], .search-form input[type=submit] {
	float: left;
	width: 40px;
	height: 35px;
	border: none;
	text-indent: -9999px;
	background: url(images/btsearch.png) center no-repeat;
	cursor: pointer;
}

/* ### Wrapping div for .content and .sidebar-primary
--------------------------------------------------- */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
	width: 815px;
}

/* Sidebar
--------------------------------------------------- */
.sidebar {
	float:left;
	width: 250px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.content-sidebar .sidebar-primary {

}
.sidebar .widget {
	margin-bottom: 20px;
	padding: 0;
}
.sidebar h4.widget-title {
	background: url(images/bg-title.png) repeat-x;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	height: 46px;
	line-height: 46px;
}
.sidebar .widget_search h4.widget-title {
	background: none;
	text-align: left;
	color: #f43b74;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	height: auto;
}
.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul.menu li {
	position: relative;
	background: #f3f3f2;
	
}
.sidebar ul.menu li:last-child {
	border-bottom: none;
}
.sidebar ul.menu li:hover {
	background: #ffabc5;
}
.sidebar ul.menu li a {
	padding: 7px 0px 7px 0;
	margin: 0 10px;
	display: block;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}
.sidebar ul.menu li:hover a {
	border-bottom: 1px solid #ffabc5;
}
.sidebar ul.menu li:last-child a {
	border-bottom: none;
}
.sidebar ul.menu li a:before {
    font: normal normal normal 14px/1 FontAwesome;
	/*content: "\f0da";*/
	margin-right: 10px;
	color: #f43b74;
}
.sidebar ul.menu li a:hover {
	color: #f43b74;
}

/* sub danh muc sp */
.sidebar ul.menu ul {
	position: absolute;
	right: 86%;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 9999;
	opacity: 0;
	border: #c5c5c5 solid 1px;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.01s ease-in-out, right 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.2s 0.01s ease-in-out, right 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.2s 0.01s ease-in-out, right 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.2s 0.01s ease-in-out, right 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.sidebar ul.menu li:hover > ul {
	opacity: 1;
    right: 100%;
    visibility: visible;
}
.sidebar-secondary {
	float: left;
	width: 250px;
}
.sidebar-content-sidebar .sidebar-primary {
	width: 250px;
}
/* Widget Featuredpost */
.sidebar .featured-content article {
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	color : white;
}
.sidebar .featured-content article  > a.alignleft {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    line-height: 0;
}
.sidebar .featured-content article > a.aligncenter {
	display: block;
	text-align: center;
	line-height: 0;
	padding-top: 5px;
}
.sidebar .featured-content article > a.alignleft img {
	height: 65px;
    width: 65px;
}
.sidebar .featured-content article .entry-header h2 {
	padding: 0;
	margin: 0;
}
.sidebar .featured-content article .entry-header h2 a {
	display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}
/* Widget Count Per Day */
.cpd {
	padding: 10px 0px !important;
}
.cpd li {
	background: #efefef;
	border-bottom: 2px solid #FFF;
	padding: 3px 18px !important;
}
.cpd li:last-child {
	border-bottom: none;
}
.cpd-l, .cpd-r {
	color: #333333;
	font-weight: 600;
}
/* Widget Product Slide */
.promoteslider ul {
	width: 100%;
	padding: 0;
}
.promoteslider ul li {
	text-align: center;
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.promoteslider ul li .product-title {
	color: #f43b74;
	text-align: center;
	font-weight: 600;
	display: block;
}
.promoteslider ul li img {
	height: 160px;
	width: auto;
}
/* Widget Image Ads */
.sidebar .img-qc .image-slider {
	text-align: center;
}
.sidebar .img-qc .image-slider img {
	margin-bottom: 10px;
}
/* */
.widget_linkcombobox_widget select {
	width: 100%;
	padding: 0 20px;
}
.sidebar .widget_linkcombobox_widget h4.widget-title:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f138";
    margin-left: 10px;
}

/*Featured Item*/

#center{
  margin-bottom: 20px;
}
#slider{
  height:auto;
  margin-top: 0px;
  margin:auto;
  max-width:1100px
}

.contentsider{
   height: 410px;
   width: 1000px;
   position: relative;
}

#arow {
    background: url("../images/arrow.png") no-repeat scroll center 0 transparent;
    bottom: 23px;
    height: 15px;
    left: 48%;
    position: absolute;
    width: 31px;
}

.jms-slideshow {
	position: relative;
	max-width: 1000px;
	min-width: 640px;
	margin: 0px auto;
	height: 415px;
}
.jms-wrapper {
    background: #fff;
	color: #fff;
	width: auto;
	border-radius: 6px;
	box-shadow: 0 0 3px #242424;
	min-width: 600px;
	height: 373px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
}
.step {
    display: block;
    height: 407px;
    transition: opacity 1s ease 0s;
    width: 975px;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content {
    background: url("../images/bg_des.png") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 389px;
    margin-top: 30px;
    position: relative;
    width: 539px;
    z-index: 1000;
	padding-left: 10px;

}

/*.step {
	width: 100%;
	position: relative;
}
.step:not(.active) {
    opacity: 1;
	filter: alpha(opacity=99);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.step:not(.active) a.jms-link{
    opacity: 1;
	margin-top: 4px;
} */

.cdescription{
  margin-top: 10px;
}
.step h3 {
    font-size: 31px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.step .dtitle{
  font-size: 18px;
}
.step p {
    font-size: 17px;
    font-weight: normal;
    margin: 9px 0 0;
    position: relative;
    text-align: justify;
    width: 306px;
}
a.jms-link {
    background: url("../images/readmore.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    opacity: 1;
        padding: 8px 44px 8px 14px;
    	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}

.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.step img {
    height: 354px;
    left: 15px;
    position: absolute;
    top: 26px;
    width: 942px;
}
.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #2bb1d3;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.3);
}
.jms-dots span.jms-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-arrows span{
	position: absolute;
	top: 32%;
	height: 80px;
	width: 30px;
	cursor: pointer;
	z-index: 2000;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.jms-arrows span.jms-arrows-prev{
	background: url(../images/arrow_left.png) no-repeat 50% 50%;
	left: -34px;
}
.jms-arrows span.jms-arrows-next{
	background: url(../images/arrow_right.png) no-repeat 50% 50%;
	right: -34px;
}
/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}
/*End of featured item*/

/* Content
--------------------------------------------------- */
.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	width: 815px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content {
	float:right;
	width: 815px;
}
.sidebar-content-sidebar .content {
	float: left;
	width: 490px;
}
.full-width-content .content {
	width: 100%;
}
/* Heading */
.heading, #related-post h3 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	background: url(images/bg-title.png) repeat-x;
	line-height: 46px;
	clear: both;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	text-align: center;
}
.heading a, .heading span {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 46px;
}
.heading a:hover{text-decoration: underline;}

.content .entry-title {
	border-bottom: 1px solid #999;
	font-size: 15px;
	padding: 10px 0;
	margin: 0 0 10px 0;
	color: #333333;
}
.content .entry-content {
	padding: 10px 0;
	line-height: 1.5;
}
.entry-content table {
	border-collapse: collapse;
	border-spacing: 5px;
}
.content .entry-content li {
	list-style: initial;
    padding: 3px 0;
}
.content .entry-content h1, .content .entry-content h2, .content .entry-content h3 , .content .entry-content h4,
.content .entry-content h5, .content .entry-content h6, .content .entry-content p, .content .entry-content ul,
.content .entry-content ol {
	margin: 0 0 15px;
}
.content .entry-content p {
	line-height: 25px;
}
.content .entry-content span,
.content .entry-content em,
.content .entry-content strong {
	font-size: inherit;
}
.entry-content .aligncenter {
	display: block;
	margin:	3px auto;
	text-align: center;
}
.content .entry-content table {
    border-collapse: collapse;
}
.content .entry-content table, .content .entry-content td, .content .entry-content th {
    border: 1px solid #ccc;
    padding-left: 10px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
/* Related News */
#related-post h3 {
	text-transform: uppercase;
	margin: 6px 0;
}
#related-post ul {
	margin: 0;
	padding: 0;
}
#related-post ul li {
	list-style: square inside;
	color: #666;
	padding: 3px 0;
}
#related-post ul li a {
	color: #444;
}
#related-post ul li a:hover {
	color: #222;
}

/* Product List Home */
.product-list {
	margin: 0;
	padding: 0;
}
.product-list .product-item {
	float:left;
	width: 250px;
	margin: 0px 32px 20px 0;
	height: 240px;
	position: relative;
}
.product-list .product-item:nth-child(3n) {
	margin-right: 0;
}
.product-list .product-item .product-item-inner {

}
.product-list .product-item .product-title {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #333333;
	text-align: center;
	font-weight: 600;
	display: block;
}
.price {
	color: #f43b74;
	text-align: center;
	font-weight: 600;
	margin: 0;
}
.gachngang {
	text-decoration: line-through;
}
.product-img {
	display: table;
	width: 100%;
	table-layout: fixed;
	height: 180px;
	margin: 0px auto 5px;
	overflow: hidden;
}
.product-item a.img {
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 100%;
	background: #fff;
	width: 100%;
}
.product-list .product-item .product-img img {
	width: auto;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-list .product-item:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Footer
--------------------------------------------------- */
.footer-widgets {
	padding: 12px 0;
	/*background: url(images/bg-footer.png) left top no-repeat; */
}
.footer-widgets, .site-footer {
    overflow: hidden;
    background-color: #458234;
}
.footer-widgets .widget-area {
	float: left;
}
.footer-widgets-1 {
	width: 175px;
	margin-right: 120px;
}
.footer-widgets-2 {
	width: 330px;
	margin-right: 120px;
}
.footer-widgets-3 {
	width: 345px;
	margin-right: 10px;
}
.footer-widgets ul li {
	padding-bottom: 5px;
}
.footer-widgets ul li a {
	color: #FFFFFF;
	font-size: 13px;
}
.footer-widgets ul li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    margin-right: 10px;
}
.footer-widgets .fa {
	width: 14px;
	text-align: center;
	margin-right: 10px;
}
.footer-widgets p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 25px;
}
.footer-widgets h4 {
	font-size: 15px;
	line-height: 35px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.footer-widgets-3 h4 {
	border-bottom: none;
	margin-bottom: 0;
}
p#credit-link {
	text-align: right;
	margin: 0;
}
p#credit-link strong {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	line-height: 24px;
}

/* Archive News
--------------------------------------------------- */
.news-post {
	float:left;
	width: 250px;
	margin: 0px 32px 20px 0;
	height: 280px;
	position: relative;
}
.news-post:nth-child(3n) {
	margin-right: 0;
}
.news-post:hover img {
	opacity: .7;
}
.news-post h3 {
	margin: 0;
	padding: 5px 0;
	height: 53px;
	overflow: hidden;
}
.news-post h3 a {
    font-size: 15px;
    font-weight: 600;
    color: #de366a;
}
.news-post .thumb-new {

}
.news-post img {
	width: auto;
	height: auto;
}
.news-post p {
	text-align: justify;
	color: #585858;
	margin: 0;
	font-weight: 600;
	font-size: 13px;
	height: 60px;
	overflow: hidden;
}
.news-post .more-link {
	position: absolute;
	bottom: 7px;
	right: 24px;
	color: #333;
	font-weight: 600;
}
.news-post .more-link:hover, .news-post h2:hover a {
	color: red;
}

/* Single Product
--------------------------------------------------- */
.Information {
	overflow: hidden;
}
.anhspsp {
    width: 42%;
    float: left;
    text-align: center;
}
.anhspsp img {
	width: 100%;
	height: auto;
}	
.thongso {
    width: 55%;
    float: right;
}
.thongso ul {
	border: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
.thongso ul li {
	padding: 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.thongso ul li:last-child {
	border-bottom: 0;
}
.thongso ul li:nth-child(2n) {
	background: #ECE8E8;
}
.thongso ul li span.left {
	display: block;
	float: left;
	width: 150px;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}
.thongso ul li span.right {
	display: inline-block;
	float: left;
	border-left: 1px solid #ccc;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}
.add_contact {
	overflow: hidden;
}
.add_contact a {
	display: inline-block;
    background: #f43b74;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.add_contact a:hover {
	background: #f43b3b;
}
.product-detail {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 9px 0px;
    text-transform: uppercase;
}

/* Breadcrumb
--------------------------------------------------- */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 5px 0;
	color: #333333;
}
.breadcrumb a {
	color: #777;
}

/* Slider
--------------------------------------------------- */
.metaslider {
	margin: 0 auto !important;
}

/* Page navigation
--------------------------------------------------- */
.wp-pagenavi {
	clear: both;
    text-align: center;
	margin: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 2px !important;
	padding: 3px 7px !important;
	text-decoration: none;
	color: #f43b74;
	font-weight: 600;
	border: 1px solid #d0d2d1 !important;
}
.wp-pagenavi span.current {
	background: #f43b74;
	color: #FFF;
	border: 1px solid #FFF !important;
}

/* Backtop
--------------------------------------------------- */
#back-top {
    position: fixed;
    bottom: 30px;
    right:20px;
}
#back-top a {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span {
    width: 38px;
    height: 38px;
    display: block;
    margin-bottom: 7px;
    opacity: .8;
    background: url(images/top.png) center center no-repeat, #333;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.new-list {
	margin: 0;
	padding: 0;
}

/* Contact Form
--------------------------------------------------- */
.wpcf7 p {
	line-height: 2;
	overflow: hidden;
}
.wpcf7 label {
	font-weight: 600;
	color: #333333;
	float:left;
	width: 120px;
	margin-right: 6px;
	line-height: 30px;
}
.wpcf7 label span.sao {
	color: #F00;
}
.wpcf7 input[type=text], 
.wpcf7 input[type=email], 
.wpcf7 input[type=tel] {
	width: 250px;
	height: 30px;
	border: 1px solid #cccccc;
	float: left;
	padding: 5px 10px;
}
.wpcf7 textarea{
	width: 250px;
	height: 120px;
	margin-bottom: 7px;
	padding: 5px 10px;
	resize: none;
	border: 1px solid #cccccc;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset] {
	padding: 3px 10px;
	cursor: pointer;
}
.wpcf7 input[type=submit] {
	margin-left: 126px;
	background: #f43b74;
	color: #FFF;
	font-weight: 600;
	border: none;
}

/* Menu Mobile
--------------------------------------------------- */
.menu-res {
	background: #f43b74;
	padding: 10px;
}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    content: "";
    height: 42px;
    padding: 0;
    position: absolute;
    text-transform: lowercase;
    top: 0px;
    right: 0;
    width: 42px;
}
.dropdown-toggle:after {
    color: #333;
    content: "\f107";
    font-size: 24px;
    line-height: 40px;
    position: relative;
    top: 0;
    font-weight: bold;
    left: 1px;
    width: 40px;
    font: normal normal normal 14px/1 FontAwesome;
}
.dropdown-toggle.toggled-on:after {
	content: "\f106";
}
.secondary-toggle {
    background-color: #FFF;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
    font-weight: 600;
    color: #f43b74;
    text-indent: 10px;
}
.secondary-toggle .fa {
	float: right;
	margin-right: 10px;
	font-size: 20px;
}
.nav-primary-mobile {
	display: none;
	color: #FFF;
}
.nav-primary-mobile ul {
	margin: 0;
	padding: 0;
}
.nav-primary-mobile li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}
.nav-primary-mobile .nav-menu > ul > li:first-child, 
.nav-primary-mobile .nav-menu > li:first-child {
    border-top: 0;
}
.nav-primary-mobile a {
	font-weight: 600;
    display: block;
    padding: 11px;
    position: relative;
    text-decoration: none;
    color: #f43b74;
}
.nav-primary-mobile ul ul {
    display: none;
    margin-left: 0.8em;
}
.nav-primary-mobile ul .toggled-on {
	opacity: 1;
	visibility: visible;
	display: block;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
	background-color: rgba(51, 51, 51, 0.1);
}

/* Custom CSS
--------------------------------------------------- */
@font-face {
    font-family: UTMFrenchVanilla;
    src: url(lib/font/UTMFrenchVanilla.ttf);
}
@font-face {
    font-family: UTMAndrogyne;
    src: url(lib/font/UTMAndrogyne.ttf);
}
.slogan {
	background: #f4f4f4;
}
.slogan marquee {
	font-family: 'Arial';
	font-size: 25px;
	line-height: 38px;
	color: #f43b74;
}
.contenthome {
	clear: both;
	overflow: hidden;
}
.contenthome .widget {
	overflow: hidden;
	margin-bottom: 25px;
}
.featuredpage .alignleft {
	float: left;
	margin-right: 20px;
	width: 390px;
}
.featuredpage .alignleft img {
	background: #FFF;
	border: 1px solid #d6d6d6;
	padding: 5px;
}
.featuredpage h2.entry-title {
    border-bottom: none;
    padding: 0;
	margin: 0 0 10px 0;
}
.featuredpage h2.entry-title a {
	font-size: 27px;
	color: #f43b74;
	font-family: 'UTMAndrogyne';
	font-weight: normal;
}
.featuredpage .entry-content {
	padding: 0;
}
.featuredpage .entry-content p {
	color: #333333;
}
.featuredpage .more-link {
	color: #f5628b;
	font-size: 13px;
	font-weight: 600;
	display: block;
}
.featuredpage .more-link:after {
	margin-left: 4px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0a9";
    color: #f43b74;
}
.contenthome .img-qc {
	margin-bottom: 0;
}
.contenthome .img-qc a {
	float: left;
	padding:0px 3px;
}
.contenthome .img-qc a:nth-child(2n) {
	float: right;
}
.contenthome .img-qc a img {
	margin-bottom: 25px;
}

.slide-pro .heading3 {
	margin: 0;
	color: #f43b74;
	font-weight: 600;
	border-bottom: 2px solid #f43b74;
	text-transform: uppercase;
}


