/* page */
.entry-content h1.title-page {
  background: #fff;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  color: #757575;
  font-size: 18px;
  margin-bottom: 20px;
}
body:not(.home) .entry-content .inner-entry-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.entry-content-page {
  background: #fff;
  border-radius: 4px;
  padding: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  padding-bottom: 18px;
  margin-top: 30px;
}
.entry-content-page h1.title-page {
  background: #fff;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  padding: 5px 10px;
  border-bottom: 5px solid #8cc63f;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  color: #777777;
  line-height: 36px;
}
.entry-content-page .inner-entry-content {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  margin-bottom: 40px;
}
/* trang cart */
.woocommerce .quantity .qty{ border: 1px solid #ddd; }
.woocommerce-cart .cart_totals  .wc-proceed-to-checkout a.checkout-button,
.woocommerce #order_review #payment #place_order, 
.woocommerce-page #order_review #payment #place_order{
  float: none;
  color: #ffffff;
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #8cc63f!important;
}

.woocommerce-checkout input, .woocommerce-checkout textarea{
  border: 1px solid #eaeaea;
}
/* page 404 */
.error404 h1.entry-title.center {
  font-size: 140px;
  font-weight: 700;
}
.error404 h1.entry-title.center img {
  margin: 0 11px;
  margin-top: -19px;
} 
/*			Content				*/

.hide {
	display: none;
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
iframe[id^="oauth2relay"]{
	display:block;
}
/*			Post				*/
.full-content {
	float: left;
	width: 100%;
}
.content-box {
	float: left;
	width: 100%;
}
.content-box-1 {
  box-sizing: border-box;
  float: left;
  width: 75%;
  padding: 0 15px;
  background: #008d03;
}
.single .content-box-1 {
  background: #fff;
  padding-bottom: 18px;
  font-weight: 300;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  border-radius: 4px;
}
/*.search .product,.search .page {
  float: left;
  width: 100%;
}*/
.img-post-single img{ width: 100%; border-radius: 10px; }
.single-post h1.entry-title {
  background: #fff;
  padding: 5px 10px;
  border-bottom: 5px solid #8cc63f;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 36px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.single-post-left {
  width: 16.66666667%;
  float: left;
  padding: 0 15px;
}
body:not(.home) .full-content .entry-content.single-post-right {
  width: 83.33333333%;
  float: left;
  padding: 0 15px;
  border-left: 1px solid #53A1CC;
}
.single-post-left .date-single {
  background: #8cc63f;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  height: 70px;
  text-align: center;
  color: #fff;
}
.single-post-left .date-single i.icon {
  display: inline-block;
  margin: 8px 0px 1px 0;
  min-height: 32px;
  width: 100%;
  background: url(images/time-big.png) no-repeat center;
}
.single-post-left .date-single p {
  font-size: 12px;
}
.entry-tag{
	height: 73px;
  margin-top: 27px;
  line-height: 76px;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  float: left;
}
.entry-tag ul.tags {
  float: left;
}
.tags li {
  float: left; 
}
.tags a {
  background: transparent;
  color: #7a7992;
  display: inline-block;
  line-height: 1.5;
  padding: 5px 17px 2px 17px;
  margin: 0 10px 10px 0;
  border: 1px solid #e5e5e5;
}
.tags a:hover{
  color: #ffffff;
  border-color: #8cc63f;
  background: #8cc63f;
}
.entry-tag ul.single-post-share {
  float: right;
}
.entry-tag ul.single-post-share li {
  display: inline-block;
  margin-left: 24px;
  padding-top: 2px;
}
.entry-tag ul.single-post-share li a:hover{ color: #8cc63f; }
.single-post div.pp_woocommerce .pp_content_container{padding:8px 0;}
.single-post .pp_content_container .pp_left{padding-left:8px;}


/*			Category				*/
.row-float.row-breadcrumb .breadcrumbs {
  position: relative;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  background: #ffffff;
  line-height: 23px;
  font-weight: 300;
  color: #8cc63f;
  padding-right: 10px;
  border-radius: 3px;
}
.row-float.row-breadcrumb .breadcrumbs a{
  color: #808080;
  position: relative;
  display: inline-block;
}
.row-float.row-breadcrumb .breadcrumbs a:hover{
  background-color: #E6E9ED;
  border: 0px solid #E6E9ED;
}
.row-float.row-breadcrumb .breadcrumbs a:first-child{
  padding: 0 10px;
}
.row-float.row-breadcrumb .breadcrumbs  a:nth-last-child(2) {
  margin-right: 20px;
}
.row-float.row-breadcrumb .breadcrumbs a:not(:first-child) {
  padding: 0 10px 0 25px;
}
.row-float.row-breadcrumb .breadcrumbs a:before, .row-float.row-breadcrumb .breadcrumbs a:after {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.row-float.row-breadcrumb .breadcrumbs a:before{
  right: -9px;
  z-index: 3;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 11px;
  transition: all 0.3s ease-in-out;
}
.row-float.row-breadcrumb .breadcrumbs a:hover:before{
  border-left-color: #E6E9ED;
}
.row-float.row-breadcrumb .breadcrumbs a:after{
  right: -10px;
  z-index: 2;
  border-left: 11px solid #d0d0d0;
}
.content-box.content-box-archive div#content {
  border-radius: 4px;
  padding: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  padding-bottom: 18px;
}
.content-box.content-box-archive div#content h2.page-title {
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  padding: 5px 10px;
  border-bottom: 5px solid #8cc63f;
  font-size: 20px;
  color: #777777;
  text-transform: uppercase;
}
.content-box.content-box-archive div#content hr.line-blog {
  border: 0;
  width: calc(100% - 30px);
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #FFFFFF;
  margin-bottom: 25px;
  margin: auto;
}
.entry-content .attachment-full {
  float: left;
  max-width: 120px;
  height: auto;
  margin-right: 10px;
}
#content .type-post {
  float: left;
}
.archive-row {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.col-archive-date {
  width: 16.666667%;
  float: left;
  padding: 0 15px;
}
.inner-achive-date {
  background: #8cc63f;
  float: left;
  width: 100%;
  height: 70px;
  position: relative;
  text-align: center;
  color: #fff;
}
.inner-achive-date i.icon-time {
  background: url(images/time-big.png) no-repeat center;
  display: inline-block;
  margin: 8px 0px 1px 0;
  min-height: 32px;
  width: 100%;
}
.col-archive-img, .col-archive-content {
  width: 41.666667%;
  float: left;
  padding: 0 15px;
}
.archive-row img {
  border: 1px solid #ccc;
  margin-left: -15px;
  margin-right: -15px;
}
.archive-row .archive-p-content{
  width: 100%;
  float: left;
}
.archive-row .archive-p-content h3.title {
  margin-bottom: 13px;
  font-size: 22px;
  line-height: 28px;
}
.archive-row .archive-p-content h3.title a{
  color: #fff;
}
.archive-row .archive-p-content h3.title a:hover{
  color: #4fc1e9;
}
.archive-row .archive-p-content span.cat {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  background: url(images/cate.gif) no-repeat;
  background-position: left center;
}
.archive-row .archive-p-content span.cat a{
  font-size: 14px;
  color: #ffffff;
  font-style: italic;
  padding: 0 10px;
  display: inline-block;
}
.archive-row .archive-p-content span.author{ 
  border-left: 0; 
  padding-left: 0;
}
.archive-row .archive-p-content p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.archive-row .archive-p-content a.read-more {
  font-size: 14px;
  display: block;
  color: #8cc63f;
  float: right;
  text-decoration: underline;
}
.wp-pagenavi {
  margin: 0;
  text-align: center;
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 1px 1px 2px #ccc;
  border-radius: 5px;
  padding: 5px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #e5e5e5;
  margin: 2px;
  border-radius: 50%;
  width: 28px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0;
  background: #8cc63f;
}
.wp-pagenavi span.pages{
  display: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
  background: #000;
  color: #fff;
}


/* ----------------- Comments ------------------------ */
.comments-area article {
	margin: 24px 0;
	border-bottom: 4px double #ededed;
	overflow-wrap: break-word;
	hyphens: auto;
}
.comments-area article header {
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 70px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.7;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
#comments .comment-content p{
	font-size:14px;
	line-height:1.5em;
	margin:0;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding:0 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.8;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.7;
	margin-bottom: 24px;
}
.commentlist .children {
	margin-left: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 20px 0 41px;
}
#respond form p.logged-in-as {
	margin-bottom: 10px;
}
#respond form label {
	display: block;
	line-height: 1.7;
	font-size:14px;
}
#respond form input[type="text"],
#respond form textarea {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px;
	width: 100%;
	float:none;
  border: 1px solid #ebebeb;
}
#respond form input[type=submit],.bypostauthor cite span {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  border: none;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background: #8cc63f;
}
#respond form input[type=submit]:hover {
	background-position: right center;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
#commentform .form-allowed-tags, #commentform .form-submit {
  clear: both;
  float: left;
  margin-top: 10px;
}
#comments.comments-area {
  float: left;
  width: 100%;
  margin-top: 15px;
}
#commentform p {
  clear: both;
  margin-bottom: 10px;
}

/* ------------- Realted post ----------------- */
.related-post{  width: 100%;  float: left;  margin-bottom: 20px;}
.related-post h3{  border-bottom: 1px solid #3e3e3e;  margin:0;  padding:10px 0; color: #3e3e3e;}
.related-post ul{  padding-left:20px;}
.related-post ul li{  float: left;  width: 100%;  list-style-type: square;  margin-top:10px;color:#e10000;}

/*			Myaccount				*/
.box-myaccount {background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);left: 35%;padding: 5px;position: absolute;top: 10%;z-index: 9999;}
.box-myaccount .woocommerce {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  padding: 10px;
}
.box-myaccount #customer_login.col2-set .col-1, .box-myaccount #customer_login.col2-set .col-2 {float: left;width: 100%;}
.box-myaccount .login, .box-myaccount .register {display: none;margin: 10px 0 !important;padding: 10px !important;}
.box-myaccount.show-login .login {display: block;float: left;}
.box-myaccount.show-register .register {display: block;}
.box-myaccount.show-login .form-row {float: left;margin: 0;width: 100%;}
.wrap-for-myaccount {background: none repeat scroll 0 0 #000000;height: 100%;left: 0;opacity: 0.5;position: fixed;top: 0;width: 100%;z-index: 9999;}
.box-myaccount h2 {font-size: 18px;text-transform: uppercase;}
.box-myaccount label {color: #181818;font-size: 13px;margin-bottom: 5px;}
.box-myaccount input[type="email"], .box-myaccount input[type="password"] {box-shadow: none;height: 24px;}
.box-myaccount .lost_password {float: right;font-size: 12px;}
.login label[for=rememberme] {
  clear: both;
  float: left;
}

/*trang gioi thieu*/
#accordion .accrodion-title {
  float: left;
  width: 90%;
  cursor: pointer;
  padding-left: 60px;
  position: relative;
  margin: 0;
  border: 0;
  background: none;
  height: 25px;
  border-radius: 0;
  margin-bottom: 25px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  line-height: 26px;
}
#accordion .accrodion-title::before {
  content: "\f067";
  font-family: 'Fontawesome';
  color: #fff;
  background: #2D2D2D;
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
}
#accordion .ui-accordion-header-active.accrodion-title::before {
  content: "\f068";
}
#accordion .accrodion-title h4 {
  text-align: left;
  color: #090909;
  font-weight: 500;
  font-size: 18px;
  margin: 0px;
}
#accordion .accrodion-content {
  float: left;
  width: 85%;
  margin-top: -25px !important;
  margin-bottom: 25px;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.714em;
  color: #555353;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  overflow: hidden;
}
#accordion .ui-accordion-header-icon {
  display: none;
}
.help-title {
  float: left;
  width: 100%;
  font-size: 22px !important;
  margin: 10px 0px;
}
.gioithieu img {
  float: left;
  width: 100%;
  max-height: 400px;
}


/**** Responsive settings ******/
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .single-post-left{
    width: 100%;
    margin-bottom: 10px;
  }
  body:not(.home) .full-content .entry-content.single-post-right{ width: 100%; }
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
.box-myaccount {
  left: 10%;
}
}
@media only screen and (max-width: 800px) {
  .content-box-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {

  .box-myaccount {
    left: 0;
    margin: 0 10px;
  }
  .wpcf7-form label, #content .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7-form .wpcf7-submit {
    margin-left: 0;
  }
  .col-archive-date, .col-archive-img, .col-archive-content{
    width: 100%;
  }
  .archive-row img{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .wp-pagenavi{ margin-bottom: 20px; }
  
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.box-myaccount {
  left: 10%;
}
}
@media screen and (min-width: 600px) {
	
}
@media only screen and (max-width: 599px ) {
}
@media only screen and (max-width: 479px) {

}
@media only screen and (max-width:320px){
  #respond form{
    margin: 20px 0 5px;
  }
}