/* header */
.header-nav-main .nav-top-link {
    font-size: 16px;
	color: var(--color);
	font-family: var(--bold);
}
.header-nav-main .nav-top-link:hover,
.header-nav-main > li.active .nav-top-link {
    color: var(--theme-color) !important; 
}
.nav-left {
    gap: 20px;
}
.nav-dropdown>li>a{
	color: var(--color) !important;
	font-family: var(--light);	
}
.nav-dropdown>li>a:hover {
	color: var(--theme-color) !important;
}
.nav-dropdown-has-border .nav-dropdown {
     border: 0px; 
}
.nav>li>a>i.icon-search {
    font-size: 1.7em;
	color: var(--theme-color) !important; 
}
.ux-search-submit {
	background-color: var(--theme-color);
}
.icon {
	font-size: 12px;
    margin-right: 8px;
    text-align: center;
    color: #fd0;	
}
.fa-regular {
	padding-left: 20px;
}
.social-icons i{
	color: #fd0;
}
.social-header a {
	display: inline-block;
    width: 25px;
    height: 25px;
    background-color: transparent;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid #fff;
}
.social-header i {
	color: #fd0;
    font-size: 11px;
}
.social-header i:hover {
	color: #fff;
}
.top-divider {
	display: none;
}
.header-main {
	border-bottom: 1px solid #fd0; 
	padding-bottom: 2px;
}
.nav-dark .nav>li.html {
    color: #fff;
    font-size: 14px;
}
.nav-dropdown-has-arrow li.has-dropdown:after, 
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}
.gt_breadcrumbs .last{
	color: var(--theme-color);
}
/* home-sec-1 */
.home-sec-1 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/* home-sec-2 */
.home-sec-2 {
	background-color: var(--theme-color);
}
.sub-title {
	line-height: 1;
}
.sub-title h3 {
	color: #ffffff;
	margin: 0px;
	font-size: 26px;
}
.sub-title p {
	font-size: 14px;
	color: #ffffff;
}
.row-sec2-1 .col {
	padding-bottom: 0px;
}
.stack-1 {
	display: flex;
    align-items: center;
}
.stack-1 img {
	width: 60%;
}
.btn-1 {
	line-height: 46px;
    padding: 0 30px;
    background: #56509f;
    color: #fff;
    font-size: 16px;
	font-family: var(--bold);
    border: 2px solid #fff;
	margin-bottom: 0px;
}
.btn-1:hover{
    background: #fd0;
	box-shadow: unset;
}

.primary.btn-1:active:focus, .primary.btn-1:active:hover {
    border-color: #122b40;
}
/* home-sec-3 */
.home-sec-3 {
	padding-top: 60px !important;
}
.title-txt h2{
	font-size: 30px;
	color: var(--color2);
	text-transform: uppercase;
	padding-bottom: 50px;
}
.title-txt h2:before{
	position: absolute;
    content: "";
    top: 50px !important;
    width: 100px;
    height: 2px;
    background: #fb66a8;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.title-txt h2:after {
    position: absolute;
    content: "";
    top: 50px !important;
    width: 10px;
    height: 10px;
    border: 2px solid #fb66a8;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.col-sec3 h3 {
	font-size: 22px;
	text-transform: uppercase;
	color: var(--theme-color);
}
.col-sec3 p {
	font-size: 16px;
}
.col-number-run .col-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.col-number-run .col-inner .text {
	width: calc(50% - 15px);
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding:20px 30px;
}
.col-number-run .col-inner h3 {
	font-size: 60px;
	font-family: var(--bold);
	color: #fff;
	margin-bottom: 0px;
	line-height: 1.2;
}
.col-number-run .col-inner p {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: normal;
	min-height:35px;
}
.col-number-run .col-inner .text-gt-1 {
	background-color: #7ed3f7;
}
.col-number-run .col-inner .text-gt-2 {
	background-color: #bfd730;
}
.col-number-run .col-inner .text-gt-3 {
	background-color: #ffd668;
}
.col-number-run .col-inner .text-gt-4 {
	background-color: #f6adcd;
}
/* home-sec-4 */
.home-sec-4 .from_the_blog_excerpt {
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-sec-4 .col-inner{
	box-shadow: 5px 5px 15px 5px #dfdbdb;
    border-radius: 10px;
}
.home-sec-4 .box-text.text-left{
	margin-top: 20px;
	padding: 0px 20px 40px;
}
.home-sec-4 .post-title.is-large {
	text-align: center;
	font-size: 24px;
	font-family: var(--bold); 
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 20px;
} 
.home-sec-4 .post-title.is-large a:hover  {
	color: #fb66a8;
} 
.home-sec-4 .is-divider {
    display: none !important;
}
/* home-sec-5  */
.home-sec-5 .title-txt h2:before{
	position: absolute;
    content: "";
    top: 50px !important;
    width: 100px;
    height: 2px;
    background: #fb66a8;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.home-sec-5 .title-txt h2:after {
    position: absolute;
    content: "";
    top: 50px !important;
    width: 10px;
    height: 10px;
    border: 2px solid #fb66a8;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.col-sec5 {
	padding-right: 40px;
}
.home-sec-5 h3 {
	font-size: 22px;
    text-transform: uppercase;
    color: var(--theme-color);
	padding-bottom: 60px;
}
.text-sec5-1 p {
	border-bottom: 1px solid var(--theme-color);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.btn-2 {
	margin-top: 50px;
	line-height: 46px;
    padding: 0 30px;
    border-radius: 30px;
    background: #56509f;
    color: #fff;
	text-transform: unset;
    font-size: 16px;
    border: 2px solid #fff;
}
.btn-2:hover{
    background: #fd0;
	box-shadow: unset;
}
.primary.btn-2:active:focus, .primary.btn-2:active:hover {
    border-color: #122b40;
}
.text-dk h4 {
	font-size: 17px;
	font-family: var(--bold);
	color: #000000;
}
/* home-sec-6 */
.title-txt h1{
	font-size: 30px;
	color: var(--theme-color);
	text-transform: uppercase;
}
.title-txt p {
	font-size: 20px;
	color: var(--color);
}
.f-item {
    display: flex;
    gap: 20px;
}
.f-lienhe input, .f-lienhe textarea{
	box-shadow: none;
}
.btn-3 {
    display: block;
    margin: 20px auto;
    line-height: 46px;
    text-transform: unset;
    text-align: center;
    padding: 0 30px;
    border-radius: 30px;
    background: #56509f;
    font-size: 16px;
    border: 2px solid #fff;
    cursor: pointer;
}
.btn-3:hover{
    background: #fd0;
	box-shadow: unset;
}
/* home-sec-7 */
.home-sec-7 {
	background-image:url('/wp-content/uploads/2025/03/bg_feedback.webp');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-color: var(--theme-color);
	text-align: center;
    padding: 60px 0px !important;
}
.camnhankhachhang {
    
}
.noi_dung:before {
	content: "\f10d";
    font-family: var(--fa6);
    display: block;
    font-size: 40px;
    line-height: 1;
    color: #56509f;
    margin-bottom: 0;
}
.noi_dung {
	font-size: 16px;
    color: #fff;
    margin: 10px 0px;
    padding: 0px 100px;
    line-height: 25px;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
}
.ten_phu_huynh h4 {
    font-size: 16px;
	color: #ffffff;
}
.ten_phu_huynh p {
    color: #fd0;
}
.slick-track .rv-image {
	width: 90px !important;
}
.slick-track {
	display: flex;
    justify-content: center;
    align-items: center;
}
	
.slick-track .rv-image img{
    border-radius: 50%; 
	width: 55px;     
	height: 55px;     
	border: solid 2px #fff;     
	opacity: .3;     
	margin-top: 10px;
}
.slick-track .slick-current img{
	width: 70px;
   	height: 70px;
   	opacity: 1;
}
/* home-sec-8 */
.home-sec-8 {
	padding-top: 0px !important;
	padding-bottom: 50px !important;
}
.col-sec9 {
	padding: 0px;
}
.gallery-col .box-image:hover:before {
	content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}
.gallery-col .col-inner a:before {
	display: none;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
	
/* footer-sec-1 */
.footer-sec-1 {
	border-top: 1px solid #D3D3D3;
}
.col-footer {
	padding: 0px;
}
.footer-title p {
	font-size: 18px;
	padding: 10px 0px;
	color: var(--color);
}
.footer-sec-1 .medium-4 {
	padding: 0px;
}
.footer-sec-1 .col.medium-4 p{
	margin: 0px;
	line-height: 2;
}
.col-footer-2 {
	color: var(--color);
}
.col-footer-3 {
	padding-left: 70px;
}
.footer-sec-1 h4 {
	color: var(--color);
	font-size: 18px;
	text-transform: uppercase;
}
/* .absolute-footer {
    background-color: var(--theme-color);
} */
.copyright-footer {
	text-align: center;
}
.row-footer a {
	color: var(--color);
}
.copyright-footer strong {
	color: var(--theme-color);
}
.footer-iframe iframe{
	max-height: 260px;
}
/* tin-tuc */
.box-date-txt-inner{
	position: absolute;
   	top: -38px;
    left: 0px;
    background: #fff;
    opacity: 0.9;
    padding: 10px 20px 8px 20px;
    font-size: 13px;
    color: var(--theme-color);
}
.box-date-txt-inner>i {
    padding-right: 10px;
}
.box-text {
	padding-top: 20px;
}
.is-divider {
	max-width: unset;
	height: 1px !important;
}
.post-title {
	font-size: 16px;
	color: #000000;
}
.post-title.is-large a:hover {
	color: var(--theme-color);
}
.box-author-txt-inner {
	font-size: 16px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.box-author-txt-inner>i {
	padding-right: 10px;
	color: var(--theme-color);
}
.breadcrumbs .home-link {
	font-size: 16px;
    color: var(--black);  
}
.breadcrumbs .category {
	font-size: 16px;
    color: var(--theme-color);
}
.breadcrumbs a {
    pointer-events: none; 
}
.breadcrumbs .post-title {
	font-size: 16px;
    color: var(--theme-color);
}
h1.is-large {
    font-size: 30px;
    color: var(--black);
}
/* Chi tiết tin tức  */
.entry-header {
	padding-top: 50px; 
}
.entry-title-header h2{
	padding-bottom: 30px;
    text-align: center;
	font-size: 30px;
	font-family: var(--regular);
	color: var(--black);
}
.entry-image img {
    width: 90%;
}
.entry-image {
	text-align: center;
}
.content-title-date{
	border-bottom: 2px solid #ddd; 
}
.content_blog_title{
	display: flex;
	padding-top: 40px;
}
.badge-inner {
	float: left;
    height: 60px;
    text-align: center;
    width: 60px;
    padding: 12px 5px 8px 5px;
    display: inline-block;
} 
.content_right {
	padding-left: 20px;
	color: var(--black);
}
.content_right h1{
	font-size: 25px !important;
	color: var(--black);
}
.nav-pagination>li>a{
	border-radius: 0px;
}
.nav-pagination>li>span {
	border-radius: 0px;
}
/* liên hệ */
.google_map_iframe iframe{
	width: 100%;
}
.box-ft-info .info-item{
	display: flex;
	gap: 10px;
	margin-bottom: 8px;
}
.box-ft-info i{
	width: 30px;
    height: 30px;
	color: var(--theme-color) !important;
	border: 1px solid var(--theme-color);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;	
	border-radius: 100px;
	font-size: 13px;
}
.btn-4 {
	line-height: 46px;
    padding: 0 30px;
    border-radius: 30px;
    background: #56509f;
    color: #fff;
	text-transform: unset;
    font-size: 16px;
    border: 2px solid #fff;
	font-weight: unset;
}
.btn-4:hover{
    background: #fd0;
	box-shadow: unset;
}
.primary.btn-4:active:focus, .primary.btn-4:active:hover {
    border-color: #122b40;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    height: 40px;
    padding: 0px 15px;
	box-shadow: unset;
}
.gioitinh {
	height: 40px;
    padding: 0px 15px;
	box-shadow: unset;
}
.gioitinh:focus {
	box-shadow: unset;
}
.wpcf7-form-control-wrap .phone {
	height: 40px;
    padding: 0px 15px;
	box-shadow: unset;
}
.wpcf7-form-control-wrap .date {
	height: 40px;
    padding: 0px 15px;
}
.wpcf7-form-control-wrap textarea {
    resize: none;
}
/* giới thiệu */
.gt-sec-1 .title-txt h1{
	font-size: 30px;
	color: var(--color2);
	text-transform: uppercase;
	padding-bottom: 50px;
}
.gt-sec-1 .title-txt h1:before{
	position: absolute;
    content: "";
    top: 50px !important;
    width: 100px;
    height: 2px;
    background: #fb66a8;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.gt-sec-1 .title-txt h1:after {
    position: absolute;
    content: "";
    top: 50px !important;
    width: 10px;
    height: 10px;
    border: 2px solid #fb66a8;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.gt-sec-1 h2 {
	font-size: 28px;
	color: var(--black);
}
@media (max-width:980px) {
/* header-menu */
.btn-menumobi span {
   font-size: 30px;
}
#header .btn-menumobi span:nth-child(2) {
    width: 22px;
   	left: 0px;
}
/* home-sec-2 */
.stack-1 {
    display: flex;
    align-items: unset;
}
.col-footer {
    padding: 15px;
}
.col-footer-3  {
   padding-left: 15px;
}
/* home-sec-5 */
.home-sec-5 h3 {
  padding-bottom: 0px; 
}
/* tin tức */
.breadcrumbs {
    padding-left: 15px;
}
.blog-wrapper #post-list>.row{
	display: grid !important;
    grid-template-columns: 1fr 1fr; 
    position: relative !important;
	height: 100% !important;
}
.blog-wrapper #post-list > .row > .post-item{
	position:static !important;
	width:100%;
}
}
@media (max-width: 500px){ 
/* header */
.social-header {
	display: none;	
}
/*  home-sec-2 */
.stack-1 {
	display: flex;
	flex-direction: column;
}
.stack-1 .img {
	width: 100% !important;
    text-align: center;	
}
.stack-1 img {
    width: 12%;
}
.home-sec-2 .sub-title {
	padding-top: 20px;
	text-align: center;	
}
.sub-title h3 {
    font-size: 20px;
}
.sub-title p {
    font-size: 13px;
}
.col-left .text-right {
	padding-top: 20px;
    text-align: center !important;
}
.btn-1 {
    padding: 0 20px;
    font-size: 14px;
}
/* home-sec-3 */
.title-txt h2 {
    font-size: 25px;
}
.col-number-run .col-inner {
	justify-content: space-around;
}
.col-number-run .col-inner .text {
	width: 100%;
}
/* home-sec-2 */
.f-item {
    display: unset;
}
.noi_dung {
    padding: 0px;
}
.blog-wrapper #post-list>.row{
    grid-template-columns: unset; 
}
h1.is-large {
	padding-top: 30px;
    font-size: 25px;
}
.home-sec-5 .title-txt h2:before {
    top: 90px !important;
}
.home-sec-5 .title-txt h2:after {
    top: 90px !important;
}
/* home-sec-5 */
.col-sec5 {
    padding-right: 0px;
}
.home-sec-5 .large-8, .col-4 {
	padding-bottom: 0px;		
}

/* chi tiet tin tuc */
.entry-image img {
    width: unset;
}
	
}