h4, h5, h6, menu, nav {
    margin: 0;    padding: 0;    border: 0;    font: 'Roboto', Arial;    vertical-align: baseline;
}
menu, nav, section {
    display: block; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
/* Typography */
h4, h5, h6 {
    font-weight: 700;
    margin: 10px 0;
}
h4 a, h5 a, h6 a { font-weight: inherit; }
h4 { font-size: 14px; } /* 14px */
h5 , h6 { font-size: 13px; } /* 13px */

em, i { font-style: italic;}
strong, b { font-weight: bold; }
small { font-size: 10px; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 14px; color: #000; }
blockquote p { margin: 0; }
blockquote blockquote { font-size: 1rem;}
blockquote { margin: 0 0 1.5rem; padding: 10px 15px; border-left: 3px solid #F99719; background: #CCE4FC }
blockquote cite { display: block; font-size: 12px; color: #555; margin-top: 10px;}
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0px; height: 0; }



/* #Lists */
ul, ol{
	margin-bottom: 10px;
}
ol { list-style: decimal;}
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 10px 0 10px 30px; }
ul ul li, ul ol li,
li { margin-bottom: 0; list-style-position: inside }
.entry-content ul, .entry-content ol{
	margin-left: 25px;
}

.entry-content ul ul li, .entry-content ul ol li,.entry-content li { list-style-position: outside; padding-left: 15px; }
ul.error{
	margin: 10px 0;
	background: #FFD7D7;
	border: 1px solid #F93636;
	padding: 5px 10px;
	border-radius: 4px;
	list-style: none;
}
ul.message{
	margin: 10px 0;
	background: #A2F998;
	border: 1px solid #1CC109;
	padding: 5px 10px;
	border-radius: 4px;
	list-style: none;
}
/* Images */

img{
    width:auto;  
    height: auto;
}
   
.left{
	float: left;
}
.right{
	float: right;
}
.entry-content h2{
	font-size: 15px;
	font-size: 1.5rem;
}
.entry-content h3,
.entry-content h4{
	font-size: 14px;
	font-size: 1.4rem;
}
p.center {
	text-align: center;
}
.alignright{float: right; margin: 5px 0px 5px 5px;}

.alignleft{float: left; margin: 5px 5px 5px 0px;}

.aligncenter{ margin: 0 auto; display: block;}
.wp-caption{
	text-align: center;
	padding-top: 5px;
	background: #f5f5f5;
	max-width: 100%;
}
.wp-caption-text{
	text-align: center;
}

.clear{
	clear: both;
}

/* Grid */
.columns .full {
	width: 100%;
	clear: both;
}
.columns .col-2 {
	float: left;
	width: 49%;
}
.columns .col-2:nth-child(2n) {
	float: right;
}
.columns .col-2.right {
	float: right;
}
.columns .col-3 {
	float: left;
	margin: 0 2% 2% 0;
	width: 32%;
}
.columns .col-4 {
	float: left;
	margin: 0 2% 2% 0;
	width: 23.5%;
}
.columns .col-5 {
	float: left;
	margin: 0 1.25% 1.25% 0;
	width: 19%;
}
.columns .col-6 {
	float: left;
	margin: 0 1.4% 1.4% 0;
	width: 15.5%;
}
.columns .col-7 {
	float: left;
	margin: 0 1.5% 1.5% 0;
	width: 13%;
}
.columns .col-8 {
	float: left;
	margin: 0 1% 1% 0;
	width: 11.5%;
}
.columns .col-3:nth-child(3n+3), 
.columns .col-4:nth-child(4n+4), 
.columns .col-5:nth-child(5n+5), 
.columns .col-6:nth-child(6n+6), 
.columns .col-7:nth-child(7n+7), 
.columns .col-8:nth-child(8n+8) {
	margin-right: 0 !important;
}
.columns .col-3:nth-child(3n+4), 
.columns .col-4:nth-child(4n+5), 
.columns .col-5:nth-child(5n+6), 
.columns .col-6:nth-child(6n+7), 
.columns .col-7:nth-child(7n+8), 
.columns .col-8:nth-child(8n+9) {
	clear: left;
}
.table{
	display: table;
	margin: auto;
	width: 100%;
}
.table .row{
	display: table-row;
}
.table .cell{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.messages .mes{
	padding: 5px 10px;
	border-radius: 2px;
	background: #eee;
}
.messages .mes.success{
	color: #01C101;
	border: 1px solid #89b755;
    background: #f6ffec;
}
.messages .mes.error{
	color: #f00;
	border: 1px solid #f00;
}
/* Form */
form input[type=text],
form input[type=email],
form input[type=password]{
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	border-radius: 3px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus{
	border-color: #FFD100;
}
form input[type=submit]{
	background: -moz-linear-gradient(center top , #6C6A6A, #545353);
	background: -webkit-linear-gradient(center top , #6C6A6A, #545353);
	background: -o-linear-gradient(center top , #6C6A6A, #545353);
	background: linear-gradient(center top , #6C6A6A, #545353);
	border: 0;
	padding: 8px 10px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
}
form input[type=submit]:hover{
	background: -moz-linear-gradient(center top , #8C6A6A, #745353);
	background: -webkit-linear-gradient(center top , #8C6A6A, #745353);
	background: -o-linear-gradient(center top , #8C6A6A, #745353);
	background: linear-gradient(center top , #8C6A6A, #745353);
}
form .medium{
	width: 50%;
}
form .large{
	width: 90%;
}
/* Parallax */
.parallax {
	position: relative;
	overflow: hidden;
	height: 300px;
}
.parallax:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ddd;
	z-index: -2;
}
.parallax .layer_back{
	display: block;
	position: absolute;
	z-index: -1;
}
.parallax .layer_back img{
	width: 100%;
	display: block;
	height: auto;
	max-height: none;
}
.parallax .background_layer{	
	height: 100%;
	color: #fff;
	overflow: hidden;
}
/* Body Start */
body{
	font-family: Arial, Times New Roman, sans-serif;
	background: #f9f9f9;
	background-size: cover;
	color: #2d3133;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.6rem;
}
html,body{
	min-width: 320px;
}
.fix-width{
	margin: 0 10px;
}
.no-padding{
	padding: 0px;
}

.ht-custom-tab .header-tab{
	list-style: none;
	border-bottom: 3px solid #0053A4;
}
.ht-custom-tab .header-tab .the-tab{
	text-transform: uppercase;
	display: inline-block;
	background: #eee;
	color: #000;
	font-family: "roboto", tahoma;
	padding: 8px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	cursor: pointer;
	transition: .3s all ease-in-out;
}
.ht-custom-tab .header-tab .the-tab.active,
.ht-custom-tab .header-tab .the-tab:hover{
	background: #0053A4;
	color: #fff;
}
.ht-custom-tab .tab-content{
	display: none;
}
.ht-custom-tab .tab-content.active{
	display: block;
}
/*                                             Header
================================================================================ */
/* Header */
.branding {
	position: relative;
	padding: 0;	
	background: #F9F9F9;
	z-index: 1;
}
.branding .banner{
	position: relative;
}
.branding .logo-img{
	display: inline-block;
	padding: 10px 0 10px;
    vertical-align: middle;
}
.branding .logo-img img {
    display: block;
}
.site-information {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.site-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    font-weight: 600;
    font-family: "Roboto Condensed","times new roman",arial;
    text-transform: uppercase;
}
.site-title a{
	color: #EB111D;
}
.site-title em{
	display: block;
    font-size: 23px;
    font-size: 2.3rem;
    font-style: normal
}
.site-description {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 -40px 0px 0;
    font-family: "Roboto Condensed","times new roman",arial;
    text-align: right;
    color: #F57C21;
    display: none;
}
/* MENU */
#main-nav{
	background: #0053A4;
	color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #ED1B25;
	box-shadow: 0 0 5px 4px rgba(164,150,125,.48);
}
#primary-menu{
	display: inline-block;
}
#main-nav .search-item {
    float: right;
    margin: 6px 0 0;
}
#main-nav .search-item form {
    font-size: 0;
    margin: 0;
}
#main-nav .search-item input {
    border-radius: 3px 0 0 3px;
    border-right: 0 none;
}
#main-nav .search-item button{
	background-color: #1E4266;
    box-sizing: unset;
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    padding: 0 15px;
    transition: all 200ms ease-in-out 0s;
    border-radius: 0  3px 3px 0 ;
}
#main-nav .search-item input, 
#main-nav .search-item button {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    margin: 0;
    border: 0;
    height: 32px;
}
#main-nav .search-item button:hover {
	background-color: #ED1B25;
}
.main-menu a{
	color: #fff;
	display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.main-menu > nav > ul{
	margin: 0;
	list-style: none;
}
.main-menu > nav > ul {
    font-size: 0;
}
.main-menu > nav > ul li {
    font-size: 1.3rem;
    position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.main-menu > nav > ul > li{
	display: inline-block;
}
.main-menu > nav > ul > li > a{
	padding: 0 15px;
	line-height: 45px;
	margin-right: 1px;
}
.main-menu > nav > ul > li > a .fa{
	vertical-align: middle;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 40px;
}
.main-menu > nav > ul > li:hover::before,
.main-menu > nav > ul > li.current-menu-ancestor::before,
.main-menu > nav > ul > li.current-menu-item::before,
.main-menu > nav > ul > li.current-menu-parent::before,
.main-menu > nav > ul > li.current_page_item::before,
.main-menu > nav > ul > li.current-product-ancestor::before{ 
	color: #ED1B25;
}

.main-menu > nav > ul > li.current_page_item > a, 
.main-menu > nav > ul > li.current-menu-ancestor > a, 
.main-menu > nav > ul > li.current-menu-item > a, 
.main-menu > nav > ul > li.current-menu-parent > a, 
.main-menu > nav > ul > li.current-product-ancestor > a,
.main-menu > nav > ul > li:hover > a {
    background-color: #ED1B25;
}
.main-menu > nav > ul li:hover {
    z-index: 9999;
}
.main-menu > nav > ul ul {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    left: 0px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    min-width: 200px;
    z-index: 99999;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s cubic-bezier(0, 0.08, 0.21, 1.3) 0s;
    transform: scale(0);
    list-style: none;
    margin: 0;
}
.main-menu > nav > ul .menu-item.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.main-menu > nav > ul ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease 0s;
}
.main-menu > nav > ul ul li:first-child {
    border-top: medium none;
}
.main-menu > nav > ul ul ul{
    border-top: 0 none;
    left: 100%;
    margin-top: 0;
    top: 0 !important;
}
.main-menu > nav > ul ul a {
    border: 0 none !important;    color: #fff;    font-size: 14px; height: auto;    margin: 0;    padding: 10px 20px 10px 25px;
    width: 100%;
}

.main-menu > nav > ul ul li.current_page_item,
.main-menu > nav > ul ul li.current-menu-ancestor,
.main-menu > nav > ul ul li.current-menu-item,
.main-menu > nav > ul ul li.current-menu-parent,
.main-menu > nav > ul ul li:hover{
	border-bottom:1px solid #da3434; 
}
.main-menu > nav > ul ul li.current_page_item > a, 
.main-menu > nav > ul ul li.current-menu-ancestor > a, 
.main-menu > nav > ul ul li.current-menu-item > a, 
.main-menu > nav > ul ul li.current-menu-parent > a, 
.main-menu > nav > ul ul li:hover > a {
    background: transparent;
    padding-left: 30px;
    padding-right: 15px;
    color: #fff;
}

/* Mobile */
.main-menu .menu-mobile-icon{
	display: none;
}
/*SLIDER*/
#ht-slider{
	position: relative;	
}
#ht-slider .main-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;	
	background: transparent;
	z-index: 0;
}
#ht-slider .main-slider .slide{
	position: relative;
	list-style: none;
}
#slider .owl-controls {
	position: absolute;
	top: 50%;
	top: calc(50% - 20px);
	left: 0;
	right: 0;
	display: block;
	opacity: 1;
	transition: .3s all ease-in-out;
}
#slider .owl-controls .owl-prev, 
#slider .owl-controls .owl-next {
	width: 40px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	transition: .3s all ease;
	padding-left: 5px;
}
#slider .owl-controls .owl-prev {
	padding-left: 0;
	padding-right: 5px;
}
#slider:hover .owl-controls .owl-prev, 
#slider:hover .owl-controls .owl-next {
	border: 3px solid #ED1B25;
	color: #ED1B25;
}
#slider:hover .owl-controls .owl-prev:hover, 
#slider:hover .owl-controls .owl-next:hover{
	color: #0053A4;
}
#slider .owl-controls .owl-prev:before, 
#slider .owl-controls .owl-next:before {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
}
#slider .owl-controls .owl-prev {
	left: 10px; 
}
#slider .owl-controls .owl-prev:before {
    content: '\f053';
}
#slider .owl-controls .owl-next {
	right: 10px; 
}
#slider .owl-controls .owl-next:before {
	content: '\f054'; 
}
/* MAIN */
.skip-main{
	display: none;
}
#container{
	padding: 0;
}
#primary:not(.fix-width){
    padding: 0;
}
#secondary{
	margin: auto;
}

/* BREADCRUMS */
 #crumbs{
	margin: 0;
	padding: 0 0px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    background: rgba(41,124,153,.4);
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}
.fix-width #crumbs{
	padding: 0 10px;
	border-radius: 3px;
}
.fix-width #crumbs .fix-width{
	width: auto;
}
#crumbs .delimiter{
	margin: 0 5px;
}
#crumbs a{
	color: #fff;
}
#crumbs .breadcrumb > span{
	padding: 0 5px;
}

/* WIDGET - SIDEBAR */
.sidebar .widget{
    margin-bottom: 20px;
    border-radius: 3px;
    background: #fff;
}
.sidebar .widget .wrap-widget:empty{
    display: none;
}
.sidebar .widget .widget-title{
    color: #ed1b25;
    display: block;
    font-family: "roboto condensed";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 0 10px;
    padding: 5px 5px;
    position: relative;
    text-transform: uppercase;
	border-bottom: 1px solid #EAEAEA;
}
.sidebar .widget .widget-title a{
	color: #205B69;
    line-height: 28px;
}
.sidebar .widget .widget-content{
	padding: 5px 10px;
}
.sidebar .widget a:hover{
	text-decoration: underline;
}
.sidebar .widget .ht-show-posts.sidebar .entry{
	margin-top: 20px;
	padding-bottom: 10px;
}
.sidebar .widget .ht-show-posts.sidebar .entry .entry-title{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}
.sidebar .widget .ht-show-posts.sidebar .entry .entry-title a{
	color: #515151;
}
.sidebar .widget .ht-show-posts.sidebar .entry .time{
	color: #404F77;
	font-weight: 500;
	font-size: 13px;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.sidebar .menu-project{
	font-family: 'Roboto', Arial, Tahoma;
}
.sidebar .menu-project .menu-title{
	margin: 0; font-family: 'Roboto', Arial, Tahoma;	padding: 4px 1% 4px 15px; background:url(images/muctinchinh.gif) repeat-x;	color: #ffffff;	text-transform: uppercase;	font-size: 18px; 	FONT-WEIGHT: 500;
}
.sidebar .menu-project .menu li {
    position: relative;
    list-style: none;
}
.sidebar .menu-project a {
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.sidebar .menu-project .menu > li {
    border-bottom: 1px solid #d5d5d5;
}
.sidebar .menu-project .menu > li > a {
    font-weight: 500;    padding: 8px 10px;    position: relative;    text-transform: uppercase;    background: #e3e3e3;    font-size: 15px;
}
.sidebar .menu-project .menu > li > a::before {
    background: #ddd none repeat scroll 0 0;    bottom: 0;    content: "";    display: inline-block;    left: 0;    position: absolute;    top: 0;    transition: all 0.3s ease-in-out 0s;    width: 5px;
}
.sidebar .menu-project .menu li:hover > a::before, 
.sidebar .menu-project .menu li.current-menu-item > a::before, 
.sidebar .menu-project .menu li.current_page_item > a::before, 
.sidebar .menu-project .menu li.current-menu-ancestor > a::before, 
.sidebar .menu-project .menu li.current-menu-item > a::before, 
.sidebar .menu-project .menu li.current-menu-parent > a::before,
.sidebar .menu-project .menu li.current-product-ancestor > a::before {
    background: none;
}
.sidebar .menu-project .menu li:hover > a, 
.sidebar .menu-project .menu li.current-menu-item > a, 
.sidebar .menu-project .menu li.current_page_item > a, 
.sidebar .menu-project .menu li.current-menu-ancestor > a, 
.sidebar .menu-project .menu li.current-menu-item > a, 
.sidebar .menu-project .menu li.current-menu-parent > a,
.sidebar .menu-project .menu li.current-product-ancestor > a {
    text-decoration: none;
    
}
.sidebar .menu-project .menu li > a:hover {
    padding: 8px 10px;
}
.sidebar .menu-project .menu ul li a {
    background: rgba(245,245,245, 0.95) none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: 8px 10px;
}
.sidebar .menu-project .menu ul li:hover > a, 
.sidebar .menu-project .menu ul li.current-menu-item > a, 
.sidebar .menu-project .menu ul li.current_page_item > a, 
.sidebar .menu-project .menu ul li.current-menu-ancestor > a, 
.sidebar .menu-project .menu ul li.current-menu-item > a, 
.sidebar .menu-project .menu ul li.current-menu-parent > a {
    border-bottom-color: #e25440;
}
.sidebar .menu-project .menu li.menu-item-has-children > a:after{
	position: absolute;
	height: 0;
	width: 0;
	content: '';
	display: inline-block;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #e3e3e3;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
	transition: .3s all ease-in-out;
}
.sidebar .menu-project .menu li.menu-item-has-children:hover > a:after{
	right: 0;
}
.sidebar .menu-project .menu ul{
	position: absolute;
	min-width: 180px;
	top: 0;
	left: calc(100% - 10px);
	margin: 0;
	transition: .3s all ease-in-out;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}
.sidebar .menu-project .menu li:hover > ul{
	opacity: 1;
	visibility: visible;
	left: 100%;
}

.supports .people {
    margin: 0 5px 20px;
}
.supports .people p {
    margin: 0 0 10px;
}
.supports .people .name, .supports .people .yahoo, .supports .people .skype {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
}
.supports .people .name {
    color: #d90000;
    font-weight: 600;
    padding-left: 0;
}
.supports .people .skype {
    padding-right: 0;
}
.supports .people .yahoo img, .supports .people .skype img {
    display: block;
    max-height: 30px;
}
.supports .people .label {
    padding: 0 10px 0 0;
}
.supports .people .tel {
    color: #d90000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.supports .people .tel br{
	margin-bottom: 15px;
}
/* SINGLE */
.main-content > .entry h1.entry-title{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin: 0 0 10px;
	color: #205B69;
}
.main-content > .entry .post_date{display: none;}

.main-content > .entry .time {
    background: #EAEAEA;
    border-radius: 1px;
    color: #273A6A;
    float: left;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
    margin: 0 30px 10px 0;
}
.main-content > .entry .time .date {
    border-bottom: 1px solid #CECECE;
    color: #273A6A;
    display: block;
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
}
.main-content > .entry .time .month-year {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 5px 0;
    text-align: center;
}
.main-content > .entry .entry-content{
	text-align: justify;
}
.main-content > .entry .socials {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    list-style: outside none none;
    margin: 10px 0;
    padding: 5px 0;
    width: 100%;
}

/* Product */
.entry .general-entry {
    padding: 10px 0;
}
.entry .general-entry .product-slider {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.product-slider .list-zoom .jqzoom {
    border: 0 none;
    text-align: center;
}
.product-slider .list-zoom .jqzoom.hidden {
    display: none;
}
.product-slider .list-zoom .jqzoom img {
    margin: auto;
    max-height: 300px;
    max-width: 100%;
    display: block;
}
.entry .general-entry .product-slider .content-gallery{
	position: relative;
}
.entry .general-entry .product-slider .content-gallery .flex-direction-nav a{
	height: 30px;
	line-height: 30px;
	width: 30px;
	margin-top: -15px;
	background: rgba(0, 83, 164, .5);
	border-radius: 2px;
	text-align: center;
}
.entry .general-entry .product-slider .content-gallery .flex-direction-nav .flex-prev{
	left: 7px;
}
.entry .general-entry .product-slider .content-gallery .flex-direction-nav .flex-next{
	right: 7px;
}
.entry .general-entry .product-slider .content-gallery:hover .flex-direction-nav a{
	opacity: 1 !important;
}
.entry .general-entry .product-slider .content-gallery .flex-direction-nav a:before{
	font-size: 20px;
	fonts-size: 2rem;
}
.entry .general-entry .product-slider ul.gallery {
    margin-top: 10px;
}
.entry .general-entry .product-slider ul.gallery li {
    border: 2px solid #ccc;
    cursor: pointer;
    float: left;
    height: 50px;
    list-style: outside none none;
    margin-right: 5px;
    width: 18%;
    width: calc((100% - 5px * 4) / 5);
}
.entry .general-entry .product-slider ul.gallery li.active {
    border: 2px solid #ce8b48;
}
.entry .general-entry .product-slider ul.gallery li img {
    display: block;
    height: 100%;
    width: 100%;
}
.entry .meta-product {
	font-size: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.6;
}
.entry .meta-product li {
    list-style: outside none none;
}
.entry .meta-product > li:not(:last-child) {
    border-bottom: 1px dashed #eee;
}
.entry .meta-product > li p {
    margin: 0;
}
.entry .meta-product > li > ul {
    margin: 0 0 10px 20px;
}
.entry .meta-product li ul ul {
    margin-bottom: 0;
    margin-top: 0;
}
.entry .meta-product .price-product .price {
    color: #6ba72b;
    font-size: 18px;
    font-size: 1.8rem;
}
.entry .meta-product .price-product .price .value{
    font-weight: bold;
}
.entry .meta-product .price-product .price-sale + .price{
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.entry .meta-product .price-product .price-sale + .price .value{
	text-decoration: line-through;
}
.entry .meta-product table{
	font-size: 13px;
	font-size: 1.3rem;
}
.entry .entry-content table td{
	padding: 5px 10px;
}
.entry .meta-product table td{
	padding: 2px 0px;
}
.entry .entry-content table p,
.entry .meta-product table p{
	margin: 0;
	display: inline-block;
}
.entry .feature-product{
	margin: 0;
}
.entry .feature-product ul{
	margin: 5px 0 !important;
}
.entry .feature-product ul li{
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.product-related{
	margin-top: 30px;
}
.product-related .section-title {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 3px solid #ccc;
    color: #5b5ba1;
    font-size: 1.4rem;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    margin: 1px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.product-related .section-title::before {
    background: rgba(0, 0, 0, 0) url("images/icon_more.gif") no-repeat scroll center center;
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    width: 28px;
}
.product-related .section-title > span {
    border-bottom: 3px solid #96292f;
    left: 28px;
    position: absolute;
    top: 0;
    z-index: 1;
}
/*==== Navi Page ====*/
.navi_page {
	list-style: none;
	margin: 30px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
	font-size: 0;
	text-align: center;
}
.navi_page .page-of{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #515151;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}
.navi_page > a, .navi_page > span {
	display: inline-block;
	margin-right: 2px;
	padding: 2px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	color: #273a6a;
}
.navi_page > a:hover, .navi_page .current {
	background: #EE8014 !important;
	color: #fff !important;
}
/* Comment */
.comments_template{
	
}
.comments_template #reply-title{
	margin: 0 0 10px;
	font-size: 15px;
}

.comments_template #commentform label{
	width: 60px;
	text-align: right;
	display: inline-block;
	padding-right: 5px;
	float: left;
}
.comments_template .commentlist{
	list-style: none;
	margin: 0 0 10px;
}
.comments_template .commentlist > li{
	border-bottom: 1px solid #eee;
	padding: 5px;
	background: #F5F5F5;
}
.comments_template .commentlist > li:nth-child(even){
	background: #DCE8EF;
}
.comments_template .commentlist .children {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.comments_template .commentlist .children li{
	border-bottom: 1px dashed #eee;
	margin-bottom: 5px;
	padding: 5px;
}
.comments_template .commentlist > li:last-child, .comments_template .commentlist .children li:last-child{
	border: 0;
	margin-bottom: 0;
}
.comments_template .comment-meta{
	font-size: 12px;
	color: #555;
}
.comments_template .comment-meta a{
	color: #555;
}
.comments_template .reply{	
}
.comments_template .reply a{
	color: #548724;
	display: inline-block;
	background: #EBF4FC;
	border-radius: 4px;
	padding: 3px 10px;
	border: 1px solid #ddd;
}
.comments_template #respond{	
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #eee;
}
.fb-comments.fb_iframe_widget{
	display: block;
	margin: 25px 0;
}
.fb-comments.fb_iframe_widget > span,
.fb-comments.fb_iframe_widget > span > iframe{
	display: block;
	width: 100% !important;
}
#go_top{
	display: none;
	width: 35px;
	height: 35px;
	line-height: 30px;
	background: rgba(237, 27, 37,0.7);
	color: #fff;
	font-size: 30px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-radius: 4px;
	box-shadow: 0 1px 2px #eee;
	z-index: 999;
}
/* FOOTER */
footer.footer{
	background: rgba(0, 78, 167,.8);
	color: #ccc;
	position: relative;
	border-top: 3px solid #ED1B25;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 0 0px;
}
footer.footer .widget{
	min-width: 200px
}
footer.footer .widget .widget-title{
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #4785CC;
}
footer.footer .widget .widget-title span{
	height: 31px;
	line-height: 31px;
	display: block;
	position: relative;
	z-index: 1;
}
footer.footer .menu ul{
	font-size: 13px;
	font-size: 1.3rem;
	list-style: none;
	margin: 0;
}
footer.footer .menu li a{
	border-bottom: 1px dashed rgba(255,255,255,.1);
	padding: 5px 0px;
	display: block;
	color: #fff;
}
footer.footer .menu li a:before{
	display: inline-block;
	content: '\f105';
	font-family: FontAwesome;
	vertical-align: middle;
	content: #fff;
	margin-right: 10px;
}
footer.footer .menu li a:hover{
	color: #ffea00;
}
footer.footer .menu li ul{
	display: none;
}
footer.footer .widget .widget-content {
    font-size: 14px;
    font-size: 1.4rem;
    color: #eee;
}
footer.footer .widget.contact{
    line-height: 1.8; 
    color: #fff;
}
footer.footer .widget.maps .widget-content{ 
	border: 1px solid #7b8a8c;
}
footer.footer .widget.maps iframe{
	width: 100% !important;
	height: 150px !important;
	display: block;
}
footer.footer .bar-footer{
	background: #285A93;
	padding: 7px 0;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
footer.footer .bar-footer .statistics{
	list-style: none;
	display: inline-block;
	margin: 0;
}
footer.footer .bar-footer .statistics li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
footer.footer .bar-footer .statistics li:not(:last-child):after{
	border-right: 1px solid #d2dcdf;
	height: 10px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
footer.footer .bar-footer .socials-like > *{
	display: inline-block;
	vertical-align: middle;
}
footer.footer .bar-footer .socials-like .icon{
	display: inline-block;
	height: 29px;
	line-height: 29px;
	font-size: 18px;
	font-size: 1.8rem;
	width: 29px;
	margin-left: 15px;
	border-radius: 50%;
	background: rgba(0,0,0,.2);
	color: #fff;
	transition: .3s all ease-in-out;
}
footer.footer .bar-footer .socials-like .icon:first-child{
	margin-left: 0;
}
footer.footer .bar-footer .socials-like .icon:hover{
	background: #ED1B25;
}
#mobile-menu{
	display: none;
}
.overlay-background {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    visibility: hidden;
    z-index: 999999;
}
/* Chat */
.floating-bar-menu {
    position: fixed;
    right: 0;
	bottom: 60px;
    z-index: 500;
    pointer-events: none;
}

.floating-bar-menu-item {
    cursor: pointer;
    padding: 5px 12px;
    display: block;
    border: 1px solid transparent;
    user-select: none;
    pointer-events: all;
}
.floating-bar-menu .fa{
	font-size: 22px;
	color: red;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
    box-shadow: 0 0px 3px 0 #ddd;
    cursor: pointer;
}

.facebook-message img {
    height: 35px;
    width: 35px;
    box-shadow: 0 0px 3px 0 #ddd;
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

body:not(.show-fb-chat) .fb-widget {
	display: none;
}

.fb-widget {
	background: #fff;
	z-index: 1000;
	position: fixed;
	width: 360px;
	height: 300px;
	overflow: hidden;
	opacity: 1;
	bottom: 50px;
	right: 20px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}
.ctrlq.fb-close {
	z-index: 4;
	padding: 0 6px;
	background: #365899;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	margin: 8px;
	border-radius: 3px;
	position: fixed;
	right: 24px;
	cursor: pointer
}

.ctrlq.fb-close::after {
	content: "X";
	font-family: sans-serif
}

/* End Chat */
.clearfix:after,
.fix-width:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}

@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}