.row-before {
    position: relative;
}
.row-before:before {
    content: '';
    width: 100%;
    height: 50px;
    bottom: 100%;
    left: 0;
    background: #eeca75;
    position: absolute;
}
.row-blog.row-before:before{
    height: 60px;
}
/*  page about */
.row-top-about-ct {
    margin-bottom: 50px;
}
.row-team{
    margin-bottom: 30px;
}
.team-col {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}
.team-col:last-child {
    margin-right: 0;
}
.team-col .img-team {
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
}
.team-col .img-team img{
    /* margin-bottom: 20px; */
    border-radius: 3px;
}
.team-col ul.social_wrapper.team li {
    display: inline-block;
    margin: 0 5px 0 5px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.team-col h4 {
    text-align: center;
    font-size: 20px;
}
.team-col .job {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    letter-spacing: 2px;
}
.team-col .team-info-ct {
    margin-top: 20px;
}
.team-col ul.social_wrapper.team {
    position: absolute;
    top: calc(50% - 18px);
    text-align: center;
    width: 100%;
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    opacity: 0;
}
.team-col .img-team:hover ul.social_wrapper.team{
	opacity: 1;
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.team-col ul.social_wrapper.team li a{ 
	color: #fff;
	display: block;
    position: relative;
}
.team-col ul.social_wrapper.team li a span.title {
    position: absolute;
    white-space: nowrap;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    border: 2px solid #000;
    padding: 0px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.team-col ul.social_wrapper.team li a span.title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #333;
}
.team-col ul.social_wrapper.team li a span.title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 13px solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #000;
}
.team-col ul.social_wrapper.team li a:hover span.title{ opacity: 1; }
/* 404 */
.row-blog-error {
    margin-top: 60px;
}
.row-blog-error h2{
    margin-bottom: 30px;
}
.row-blog-error .blog-ct-over{
  width: 31.66%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 3.5%;
  margin-top: 0;
}
.row-blog-error .blog-ct-over:nth-child(3n){ margin-right: 0; }
.row-blog-error .blog-ct-over:nth-child(3n+1){ clear: both; }
.row-blog-error .blog-ct-over .img-blog {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.row-blog-error .blog-ct-over .img-blog img{ border-radius: 3px; }
.row-blog-error .blog-ct-over .blog-meta a {
  color: #d5a02a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 5px 0;
  display: inline-block;
}
.row-blog-error .blog-ct-over .blog-meta a:hover{
  color: #000;
}
.row-blog-error .blog-ct-over h3 a {
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.row-blog-error .blog-ct-over a.bt-view-p,
.search-post a.bt-read{
  color: #666;
  border-bottom: 1px solid #222;
  text-transform: uppercase;
  font-weight: 600;
}
.row-blog-error .blog-ct-over a.bt-view-p:hover,
.search-post a.bt-read:hover{ color: #000; }
/* search */
.form-search .sub-form-search{ margin: 0; }
.search .form-search{
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.search-post {
    width: 100%;
    float: left;
    padding: 20px 0 25px 0;
    margin-bottom: 35px;
}
.search-post .post-date {
    margin: 5px 0;
}
.search-post .post-date a{
    color: #d5a02a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
}
.search-post .post-date a:hover{ color: #000; }
.search-post h2.title{ margin-bottom: 30px; }
.search-post h2.title a{ font-size: 26px; }


/*			Content				*/
body.fill .full-content {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

#row-wrap-content {
  margin-top: 5px;
}
.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: 68%;
}
.blog-meta-single{
	width: 100%;
	float: left;
}
.blog-meta-single a{
	color: #d5a02a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 5px 0;
    display: inline-block;
}
.blog-meta-single a:hover{
	color: #000;
}
h1.entry-title-single{
	font-size: 34px;
	margin-bottom: 30px;
}
.img-single{ 
	width: 100%; 
	float: left;
	margin-bottom: 30px;
}
.img-single img{ border-radius: 3px; width: 100%;}
.entry-tag{
	margin-top: 40px;
    margin-bottom: 10px;
    float: left;
}
.tags li {
  float: left; 
}
.tags a {
  	color: #333;
    display: inline-block;
    border: 2px solid #e0e0e0;
    padding: 3px 15px 3px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 25px;
    font-weight: 500;
}
.tags a:hover{
	background: #333333;
    border-color: #333333;
    color: #fff;
}
.entry-share {
    float: right;
    margin-top: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background: #d5a02a;
    border-radius: 50%;
    border: 2px solid #d5a02a;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: color .2s linear, background .1s linear;
    -moz-transition: color .2s linear, background .1s linear;
    -ms-transition: color .2s linear, background .1s linear;
    -o-transition: color .2s linear, background .1s linear;
    transition: color .2s linear, background .1s linear;
}
.entry-share:hover{
	background: #000;
    border-color: #000;
}
.single-post div.pp_woocommerce .pp_content_container{padding:8px 0;}
.single-post .pp_content_container .pp_left{padding-left:8px;}
.content-share-post {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    background-color: rgba(256, 256, 256, 0.85);
}
.content-share-post.open{
	opacity: 1;
	visibility: visible;
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: auto;
    z-index: 999;
}
body.fill-single .content-box, body.fill-single .full-menubar{
	-webkit-filter: blur(20px);
    filter: blur(20px);
}
.inner-post-table {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #fff;
    position: relative;
}
.post-table-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
a.close-share {
    position: absolute;
    top: 42px;
    right: 40px;
    height: 40px;
    width: 40px;
    line-height: 42px;
    background: #d5a02a;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
}
a.close-share:hover{
	-webkit-transform: translate(0px,-5px);
    -moz-transform: translate(0px,-5px);
    transform: translate(0px,-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.post-table-content h2 {
    font-size: 40px;
}
.post-table-content .sub {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
    font-weight: 600;
}
.post-table-content .list-share {
    margin: 20px 0;
    padding-top: 20px;
}
.post-table-content .list-share li {
    display: inline-block;
    margin: 0 20px;
}
.post-table-content .list-share li a {
    color: #fff;
    background: #000;
    height: 70px;
    width: 70px;
    display: inline-block;
    font-size: 2.2em;
    border-radius: 50%;
    line-height: 70px;
}
.post-table-content .list-share li a.share-facebook { background: #2D5F9A; }
.post-table-content .list-share li a.share-twitter { background: #00C3F3; }
.post-table-content .list-share li a.share-pinterest { background: #bd081c; }
.post-table-content .list-share li a.share-google { background: #db4437; }
.post-table-content .list-share li a.share-email { background: #007AFF; }
.post-table-content .list-share li a:hover{
	-webkit-transform: translate(0px,-5px);
    -moz-transform: translate(0px,-5px);
    transform: translate(0px,-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    color: #fff;
}



/*			Category				*/
#content .post-ca-col{
	margin: 15px 0;
	width: 100%;
    float: left;
}
#content .post-ca-col:first-child{ margin-top: 0; }
.post-ca-col .img-post .attachment-full {
  border-radius: 3px;
  margin-bottom: 20px;
}
.post-ca-col .img-post { width: 100%; float: left; overflow: hidden; }
.entry-content .blog-meta a{
	color: #d5a02a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 5px 0;
    display: inline-block;
}
.entry-content .blog-meta a:hover{
	color: #000;
}
.entry-content h2.title-post{ font-size: 26px; }
.entry-content a.btn-view{
	color: #666;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
    font-weight: 600;
}
.entry-content a.btn-view:hover{ color: #000; }

.wp-pagenavi {
   margin: 50px 0;
   width: 100%;
   float:left;
}
.wp-pagenavi span.pages {
    float: right;
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
    text-decoration: none;
    height: 30px;
    width: 30px;
    line-height: 28px;
    padding: 1px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    color: #666666;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover{
	background: #d5a02a;
	color: #fff;
}
.category-tin-tuc .entry-content .title a{font-size: 25px;}
.category-tin-tuc .entry-content .title {margin-top: 10px;}
/* ----------------- 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-weight: 600;
font-size: 17px;
width: max-content;
border-bottom: 1px solid black;
line-height: 1.5;
text-transform: uppercase;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 15px 0 15px -24px;
}
#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=submit],.bypostauthor cite span {
	font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: .6em 2.5em .6em 2.5em;
    border: 2px solid #d5a02a;
    text-transform: uppercase;
    background: #d5a02a;
    letter-spacing: 2px;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    cursor: pointer;
}
#respond form input[type=submit]:hover {
	border-color: #333333;
	background: #333333;
}
#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%;
}
#respond form input[type="text"], #respond form textarea{
	border: 1px solid #dce0e0;
	padding: 10px;
    border-radius: 3px;
    width: 100%;
    float: none;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: 33.33%;
    float: left;
}
#respond form p{
	padding-left: 24px;
}

/* ------------- Realted post ----------------- */
.related-post{  width: 100%;  float: left;  margin-bottom: 20px;}
.related-post h3{  
	padding: 40px 0 30px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.related-post h3 span{
	display: inline-block;
	border-bottom: 1px solid #333333;
}
.related-post-col {
    width: 48%;
    float: left;
    margin-right: 3.5%;
}
.related-post-col:last-child{ margin-right: 0; }
.related-post-col h4{
	font-size: 20px;
}

/*			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;
}
.doctiep{width: max-content;border: 1px solid #d5a02a;border-radius: 3px;padding: 5px 10px;}
.category-tin-tuc #content .post {margin-bottom: 15px;}
/**** Responsive settings ******/
@media only screen and (max-width: 990px) {
    .book-left{ width:30%; }
    /* single post */
    p.comment-form-author, p.comment-form-email, p.comment-form-url{
        width: 100%;
    }
    .row-member-ct-left h2{ font-size: 30px; }
    .row-member-ct-left{
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        top: 0;
    }
    .row-member-ct-right{ width: 100%; }
}
@media only screen and (min-width: 800px) and (max-width: 939px) {}
@media only screen and (min-width: 768px) and (max-width: 799px) {
.box-myaccount {
  left: 10%;
}
}
@media only screen and (max-width: 768px) {
    #sibar-left.sidebar-right{
        border-top: 1px solid #8c8c8c;padding-top: 20px;
    }
    .content-box-1 , #sibar-left.sidebar-right{
    	width: 100%;
    }
    .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;
    }
    /* booking */
    .book-left, .book-right{ width: 100%;}
    .book-left{ margin-top: 30px; }
    .book-left-box .book-left-box-ct{ margin-top: 0px; }
    .book-left-box{ margin-top: 20px; }
    .book-left-box{ margin-bottom: 30px;}
    .form-book-content, .content-form-mua{ width: 90%; }
    #calendar .fc-row.fc-rigid .fc-content-skeleton table thead td .fc-day-number{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    #calendar .fc-toolbar.fc-header-toolbar{
        padding: 13px 0 10px;
    }
    #calendar  thead.fc-head .fc-day-header.fc-widget-header{
        padding: 5px 0;
    }
    .row-book-bg{ padding: 100px 0; }
    .row-book-bg h2{ font-size: 30px; }
    .row-book-bg p{ font-size: 11px; }
    .row-book-footer-col{ width: 100%; padding: 30px 0; }
    .row-book-footer-col:last-child{
        margin-left: 0;
        padding-top: 0;
    }
    /* about */
    .row-top-about h2{ font-size: 30px; }
    .top-about-left, .top-about-right{ width: 100%; margin: 0; }
    .top-about-right{ padding-top: 0; }
    /* service */
    .row-bg-service, .row-bg-service-2{
        padding: 100px 0;
    }
    .row-bg-service h2, .row-bg-service-2 h2{ font-weight: 300; font-size: 30px; }
    .row-bg-service p, .row-bg-service-2 p{ font-size: 11px; }
    .team-col{
        width: 100%;
        margin-right: 0;
    }

}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.box-myaccount {
  left: 10%;
}
}
@media screen and (min-width: 600px) {
	
	#respond form textarea.blog-textarea {
		width: 80%;
	}
}
@media only screen and (max-width: 768px ) {
.related-post-col h4 {
    font-size: 15px;
}
.inner-contact-wrapper{width: 100%;}
.post-type-archive-du-an .row-service .service-content{margin-right: -15px;}
}
@media only screen and (max-width: 480px) {
h1.entry-title-single{font-size: 25px;
margin-bottom: 0;}
.team-col h4 {
    font-size: 17px;
}
.team-col .job{font-size: 10px;}
.team-col .team-info-ct {
    margin-top: 0;
}
.team-col .team-info-ct p{margin: 0;font-size: 11px;}
}
@media only screen and (max-width:320px){

}