@charset "UTF-8";



/*---------------------
CSS-HEADER
--------------------*/

#headerwrap {

}

#header.header {
  padding:0;
}
body #header {
    padding: 0;
}


/*---------------------
end of CSS-HEADER
--------------------*/





/*---------------------
CSS-TITLE
--------------------*/


/*title-01*/
body .title-01{
}
body .title-01 .module-title{
}
body .title-01 .tb_text_wrap{
}






/*---------------------
end of CSS-TITLE
--------------------*/




/*---------------------
CSS-SLICK-SLIDER
--------------------*/


/*---------------------
CSS-SLICK-SLIDER
--------------------*/




/*---------------------
CSS-PAGE
--------------------*/
body .themify_builder_content .m-hide-send.qty-field input:is([type=number]) {
    display: inline-flex;
    width: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 22px;
    background-color: #f5f5f5;
    border: none;
}




/* --------------------------------
COMMENT
---------------------------------*/
p.form-submit {
    text-align: right;
}
p.comment-form-url {
    display: none;
}
h3#reply-title {
    display: none;
}

p.comment-notes {
    display: none;
}

input#wp-comment-cookies-consent {
    margin-top: 20px;
}


/*---------------------
CSS-SEARCH
--------------------*/
/*hiệu ứng text input*/
.input-effect-box {
    position: relative;
    text-align: left;
    padding: 0;
    border-radius: 0px;
	transition: all 0.3s;
}

#btn-search-close{
	display:none;
}
#btn-search-close.active{
    display: flex;
    position: absolute;
    right: 13px;
    top: 4px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 2px 1px #ccc;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ef2f2f;
    cursor: pointer;
    color: white;
    font-size: 50px;
    padding-bottom: 10px;
}
#search-box {
    padding: 15px 20px;
    width: 100%;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: white;
}

#effects-container {
  position: absolute;
  top: 10%;
  left: 20%;
  pointer-events: none;
  transform: translate(0%, 0%);
}

.char-fly {
  position: absolute;
  font-size: 20px;
  color: #555;
  animation: fly 1s ease-out forwards;
  opacity: 0;
  z-index: 99999;
}

@keyframes fly {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50px) scale(5) rotate(10deg);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-1000px) scale(0.5) rotate(-60deg);
    opacity: 0;
  }
}




@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-2px); }
  50% { transform: translateX(2px); }
  75% { transform: translateX(-1px); }
  100% { transform: translateX(0); }
}

.input-shake {
  animation: shake 0.2s;
}
/* search */
#search-results {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

#search-results.active {
    background-color: #e9e9e9;
    margin-top: 12px;
    padding: 30px;
    display: flex;
    height: 100vh;
    justify-content: flex-start;
}

#search-results .search-result-inner {
	overflow: auto;
    max-height: 500px;
    display: flex;
    background-color: white;
}


.input-effect-box.active {
    position: relative;
    text-align: left;
    padding: 0;
    border-radius: 20px;
    position: fixed;
    z-index: 999;
    width: 100vw;
    top: 0;
    left: 0;
    padding: 20px 60px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0;
}

#pagewrap input.input_text.a-search {
	background-color: white;
    border-radius: 50px;
    box-shadow: 2px 0px 6px 0px #aaa;
    padding: 5px 20px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
	max-width: 300px;
}






/* ---------------------------------
list-search
------------------------------------*/

.list-search {
    max-width: 300px;
    background-color: white;
}
#pagewrap .list-search li a .highlight {
	display: inline-flex;
    color: #66bd31;
    font-size: 16px;
}
.t-title {
	display: flex;
    font-size: 20px;
    font-weight: bold;
}
.gop-title {
    font-size: 16px;
    color: #494747;
}
.t-parent {
	color: #ef3939;
    font-size: 14px;
}
#pagewrap .list-search li a .t-title .highlight {
    display: inline-flex;
    color: #66bd31;
    font-size: 17px;
    padding: 0px 3px;
}

.list-search a span {
	display: block; /* Để gop nằm dưới name */
	font-size: 0.9em;
	color: #666;
	margin-top: 2px;
}

/* Đảm bảo các highlight trong span cũng hoạt động */
.list-search a span .highlight {
	background-color: #f7e651; /* Màu vàng nhẹ */
	font-weight: bold; /* In đậm */
	padding: 1px 2px;
	border-radius: 3px;
}


#pagewrap .list-search {
	margin: 0;
    padding: 10px;
    margin-top: 20px;
    border: 0;
    background: none;
}

#pagewrap .list-search li {
    display: flex;
    background-image: url(../../../uploads/hand.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: top 5px left 0px;
	background-size: 15px;
}
#pagewrap .list-search li a{
	color: #333;
    font-size: 15px;
    display: flex;
    flex-direction: column;
	width: 100%;
}

#pagewrap .list-search li a span {
    font-size: 11px;
    color: #bdbdbd;
}
#pagewrap .list-search li a:hover{
	text-decoration:none;
	opacity:0.6;
	
}

#pagewrap .list-search li a:hover span{
	text-decoration:none;
}

#pagewrap .list-search li  .stt {
    display: inline-flex;
    padding-right: 10px;
}


.thong-tin-phuong .tite{
	color: #d54e4e;
    font-size: 30px;
}

.thong-tin-phuong .tinh {
    font-size: 16px;
    font-weight: bold;
}























/* ---------------------------------
list-tinh
------------------------------------*/

#pagewrap .tinh_thanh_show {
	margin:0;
	padding:0;
}
#pagewrap  .tinh_thanh_show .stt{
    display: inline-flex;
    font-size: 10px;
    color: #878282;
    padding-right: 5px;		
}
#pagewrap .tinh_thanh_show li {
    display: flex;
    background-image: url(../../../uploads/hand.png);
    background-repeat: no-repeat;
    padding-left: 31px;
    background-position: top 5px left 0px;
}
#pagewrap .tinh_thanh_show li a{
	color: #333;
    font-size: 15px;
    display: flex;
    flex-direction: column;
	width: 100%;
}

#pagewrap .tinh_thanh_show li a span {
	font-size: 11px;
    color: #e73c3c;
}
#pagewrap .tinh_thanh_show li a:hover{
	text-decoration:none;
	opacity:0.6;
	
}

#pagewrap .tinh_thanh_show li a:hover span{
	text-decoration:none;
}
.content-ajax-thong-tin-post {
    width: 100%;
    height: 100vh;
    background-color: white;
    padding: 100px 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.ajax-load-box:has(> .content-ajax-thong-tin-post){
	padding:0;
	margin:0;
}

.content-ajax-thong-tin-post .tabs {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    width: 100%;
    margin-top: 30px;
}

/* ---------------------------------
list-phuong
------------------------------------*/
#pagewrap .list-phuong {
	margin: 0;
    padding: 0;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #dddddd;
}

#pagewrap .list-phuong li {
    display: flex;
    background-image: url(../../../uploads/hand.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: top 5px left 0px;
	background-size: 15px;
}
#pagewrap .list-phuong li a{
	color: #333;
    font-size: 15px;
    display: flex;
    flex-direction: column;
	width: 100%;
}

#pagewrap .list-phuong li a span {
    font-size: 11px;
    color: #bdbdbd;
}
#pagewrap .list-phuong li a:hover{
	text-decoration:none;
	opacity:0.6;
	
}

#pagewrap .list-phuong li a:hover span{
	text-decoration:none;
}

#pagewrap .list-phuong li  .stt {
    display: inline-flex;
    padding-right: 10px;
}





/* ---------------------------------
list-phuong-search
------------------------------------*/
body  .list-phuong-search {
	margin: 0;
    padding: 0;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #dddddd;
	max-width: 300px;
}

body  .list-phuong-search li {
    display: flex;
    background-image: url(../../../uploads/hand.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: top 5px left 0px;
	background-size: 15px;
}
body  .list-phuong-search li a{
	color: #333;
    font-size: 21px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

body .list-phuong-search li a span {
    font-size: 13px;
    color: #e15151;
}
body  .list-phuong-search li a:hover{
	text-decoration:none;
	opacity:0.6;
	
}

body  .list-phuong-search li a:hover span{
	text-decoration:none;
}

body  .list-phuong-search li  .stt {
    display: inline-flex;
    padding-right: 10px;
}
















.description-2 iframe{
	height:100vh !important;
}


#pagewrap .tinh_thanh_show li a.has-child{

}










/*---------------------
end of CSS-PAGE
--------------------*/




/*--------------------
 * CSS-ACCORDION
 * ------------------*/
body .accordion-01 ul{
    border: 0;
}
body .accordion-01 .accordion-title a{
	display:flex;
	position:relative;
}

body .accordion-01 .accordion-title a:before{
content: url();
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff6;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .accordion-01 .accordion-content{
	background-image: url();
    background-repeat: no-repeat;
    background-position: top 18px left 23px;
}

/*--------------------
 * end of  CSS-ACCORDION
 * ------------------*/






/*---------------------
CSS-POST
--------------------*/
/*post-one-line*/
body .post-one-line{

}
body .post-one-line.module.module-post{
	
}
body .post-one-line.module.module-post .module-title{
}
body .post-one-line.module.module-post .module-title span{
}
body .post-one-line.module.module-post .builder-posts-wrap {
}
#body .post-one-line.module.module-post .builder-posts-wrap .post{
	
}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image{
	text-align: center;
}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image a{

}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image a img{

}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-date{
	white-space:nowrap;
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .ex-title {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .more-link {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .ex-title p {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-title{
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-title a{

}

body .post-one-line.module.module-post .builder-posts-wrap .post .post-content{
    display: flex;
    align-items: center;
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .entry-content{
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .entry-content p{
}
@media screen and (max-width: 768px){
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	flex-direction:column;
	align-items:flex-start;
}
}

/*---------------------
end of CSS-POST
--------------------*/










/*---------------------
// CSS-BUTTOM
--------------------*/






/*---------------------
end of CSS-BOTTON
--------------------*/








/*---------------------
CSS-TABLE
--------------------*/

/*table-01*/
.table-01.module table{
    width: 100%;
    border-collapse: collapse;	
}
.table-01.module table tr td,
.table-01.module table tr th{

}
.table-01.module table tr th{

}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody td{display:table-cell;width:auto;}}

/*---------------------
end of CSS-TABLE
--------------------*/





/*---------------------
CSS-FOOTER
--------------------*/
#footerwrap {

}
body .copyright-container {

}


body .copyright-container span{
  	display:inline-flex;

}


body .copyright-container a{

}

body .copyright-container img{
		display:block;
}

body .footer-nav{
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url();
    margin: 0;
    flex-wrap: wrap;
    background-color: white;
    padding: 30px 0px;
	padding-bottom:10px;
}
body .footer-nav > li{
	display:inline-flex;
	margin: 0;
	line-height: 1;
	margin-bottom: 10px;
}
body .footer-nav > li > a{
	display:inline-flex;
	border-right:1px solid #000;
	line-height: 1;
	padding: 0px 8px;	
	color:#000;
	text-decoration:underline;
}
body .footer-nav > li.menu-item-has-children a{
	border:0;
}
body .footer-nav > li:last-child > a{
	border-right:0px solid #000;
}
body .footer-nav > li > a:hover{
 	text-decoration:none;
}


body .footer-nav  li .sub-menu{
	margin:0;
	margin-top: -2px;
}
#footerwrap #footer-nav li .sub-menu:before {
    content: '[ ';
}

#footerwrap #footer-nav li .sub-menu:after {
    content: ' ]';
}



body .footer-nav li .sub-menu li{
    margin: 0;
    line-height: 1;
	display:inline-block;
	line-height: 1;
}
body .footer-nav li .sub-menu li a{
    line-height: 1;
	display:inline-block;
	line-height: 1;
	color:#000;
	text-decoration:underline;	
	font-size:14px;
}


body .footer-nav li .sub-menu li a:after{
	content: ' | ';
}

body .footer-nav li .sub-menu li:last-child a:after{
	content: '';
}

body .footer-nav li .sub-menu li a:hover{
	text-decoration:none;	
}


body .footer-nav  li .sub-menu{
	margin:0;
	margin-top: -2px;
}
#footerwrap #footer-nav li .sub-menu:before {
    content: '[ ';
}

#footerwrap #footer-nav li .sub-menu:after {
    content: ' ]';
}





/*---------------------
end of CSS-FOOTER
--------------------*/




/*--------------------
 * CSS-SINGLE
 * ------------------*/
.single #layout {
	max-width: 1100px;
}


.single  .post-content{

}

.single .post-title{

}
.single  .post-image img{

}

.single .history-back-container {
    text-align: center;
}
.single .history-back-container a {

}
.single .history-back-container a:hover {

}
.single .history-back-container a i {

}


/*--------------------
 * end of CSS-SINGLE
 * ------------------*/



/*--------------------
 * CSS-ARCHIVE
 * ------------------*/
.archive .page-title {

}
.archive body #layout {

}

.archive  .post-content {

}

.archive body   .post-content a {

}
.archive body  .post {

}
.archive body .post-image img{

}

/*--------------------
 * end of CSS-ARCHIVE
 * ------------------*/





/*-------------=== 
CSS-FORM
------------- ===*/
/*form*/
body #body .module .wpcf7 table {
    border-collapse: collapse;
    width: 100%;
}

body #body .module .wpcf7 table tbody tr th, body #body .module .wpcf7 table tbody tr td {
	border:1px solid #6e2888;
	padding:10px;
	background-color:#fafafa;
	vertical-align:top;
}
body #body .module .wpcf7 table tbody tr th {
	background-color:#e6d5fa;
	font-size:16px;
	color:#813d9b;
	text-align:left;
	width:29%;
}

body #body .module .wpcf7 table tbody tr th span {
    display: inline-flex;
    color: white;
    background-color: #f41d1d;
    padding: 0px 0px;
    font-size: 13px;
    font-weight: 400;
    margin: 0px 10px;
    line-height: 20px;
}
body #body .wpcf7-form-control-wrap {

}

body #body .module .wpcf7 table tbody tr td span input,body  #body .module .wpcf7 table tbody tr td span textarea {
    background-color: white;
    width: 100%;
    height: 40px;
    border-radius: 0;
}
body  #body .module .wpcf7 table tbody tr td span textarea {
	height:300px;
}
body #body .module .wpcf7 table tbody tr td.reader {

}
body #body .module .wpcf7 table tbody tr td.reader .wpcf7-form-control-wrap {
}
body #body .module .wpcf7 input[type=submit] {
    background-color: #6e2888;
    padding: 20px 71px;
    color: white;
    display: inline-flex;
    box-sizing: border-box;
    border-radius: 0;
}
body .wpcf7-form > p{
    text-align: center;
    width: 100%;
    padding-top: 60px;
}
body .wpcf7-form > p:after{
}

body .reader {

}
/*-------------=== 
end of CSS-FORM
------------- ===*/








/*-------------------
CSS-PAGE-NAV
--------------------*/
body .pagenav {

}
body .pagenav .number,
body .pagenav a{

} 

body .pagenav .current{
 
}
/*-------------------
end of CSS-PAGE-NAV
--------------------*/


.s-icon {
    display:none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}	
#pagewrap .s-icon .module-icon-item{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;	
}
#pagewrap .s-icon .module-icon-item a{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;	
}









/*---------------------------
 * -@1600@
 * ------------------------*/

@media screen and (max-width: 1600px){
body .module_row .col-padding-left{
	padding-left:calc((100vw - 1200px) / 2);
}
	
#main-menu {
    justify-content: flex-end;
}	
}/*1600*/




/*---------------------------
 * -@939@
 * ------------------------*/

@media screen and (max-width: 939px){
	
/*menu -footer*/ 
body #main-menu {

}
#main-menu li a:before {

}   
#main-menu li a {

}   

body #pc-backtop {
display:none;
}


.s-icon {
	display:flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}	





/*single*/
.single    .post-image {

}


#main-menu > li.nav00 {
    display: block;
}


#footerwrap {
    margin-bottom: 70px;
}
	
.rb2 {
    display: none;
}	
	
	
}/*@939-*/


/*---------------------------
 * end of @939
 * ------------------------*/



/*---------------------------
 * @768@
 * ------------------------*/
@media screen and (max-width: 768px){

body .sub-col-reverse-680  .subrow_inner{
	flex-direction: column-reverse;
    display: flex;
}
body .standard-frame .mfp-iframe-holder .mfp-content {
    height: 90% !important;
}

	

	
	
	
	
	
}/*@768-*/
/*---------------------------
 * end of @768
 * ------------------------*/

/*---------------------------
 * @680@
 * ------------------------*/

@media screen and (max-width: 680px){


body #footer .sp-footer-icons-container a {
    font-size: 0px;
    padding: 10px 0px;
} 	
	
body #footer  .sp-footer-icons-container svg {
    height: 15px;
    margin-bottom: 5px;
}	
#footerwrap {
    margin-bottom: 0px;
}	




body #footer li.menu-item-has-children{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}	
body .footer-nav > li {
    margin-bottom: 10px;
}	
body .footer-nav > li a {
    margin-bottom: 10px;border:0;
}
	
body #footer li.menu-item-has-children > a {
    margin-bottom: 15px;
}	
		
body .footer-nav li .sub-menu {
    margin: 0;
    margin-top: -2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}	


#footerwrap {
margin-bottom: 55px;
}

#menu-button .ham-text {
    font-size: 0;
    line-height: 1;
}



	
#pagewrap #body .module .wpcf7 table  tr{
	display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
	
#pagewrap #body .module .wpcf7 table tbody tr th {
	font-size: 14px;
	text-align: left;
	color: #333;
	font-weight: normal;
	background: #e6d5fa;
	color: #fff;
	width: 100%;
	margin-top: 25px;
	box-sizing: border-box;
	border-bottom: 0;
}	
	
#pagewrap #body .module .wpcf7 table tbody tr td span input, #pagewrap #body .module .wpcf7 table tbody tr td span textarea {
    width: 100%;
    max-width: 100%;
}	

#headerwrap {
    position: static;
    z-index: 999;
    position: relative;
}
.header-brand-container {
    justify-content: center;
}
#site-logo {
    padding-bottom: 0;
	padding-right: 51px;
}

body .mfp-iframe-holder .mfp-close {
    top: 0;
    z-index: 999;
    color: #000;
}	
.single #layout {
    padding: 100px 2%;
}	
	
	
	
.input-effect-box.active {
    padding: 25px 10px;
}	
	
#search-results.active {
    background-color: white;
}	
#search-results .search-result-inner {
    width: 100%;
}	
#pagewrap .list-search {
    width: 100%;
    max-width: 100%;
}	

#btn-search-close.active {
    display: flex;
    position: absolute;
    right: 13px;
    top: 4px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 2px 1px #ccc;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

}/*@680-*/

/*---------------------------
 * end of @680
 * ------------------------*/

