
@font-face {
  font-family: 'DancingScript-Bold';
  src: url('../fonts/DancingScript-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'DancingScript-Regular';
  src: url('../fonts/DancingScript-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}

.site-header {
	max-width: 100% !important;
	background: url('../images/header-background.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 0 !important;
}
.container {
	max-width: 1140px;
	margin: 0 auto;
}
.top-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.top-bar-left {
	flex: 0 0 30%;
}
.top-bar-right {
	flex: 0 0 70%;
	display: flex;
	justify-content: flex-end;
}
.right-wrapper {
	width: 85%;
}
.slogan-socials {
	display: flex;
}
.slogan {
	display: flex;
	flex-wrap: wrap;
	font-family: 'DancingScript-Bold';
	align-items: baseline;
	color: #033e65;
}

.slogan-socials .slogan .site-title {
	margin-right: 10px;
}
.slogan-socials .socials {
	display: flex;
    margin-left: 20px;
    align-items: center;
}

.slogan-socials .socials .social-item {
	font-size: 30px;
	border: 1px solid #999;
	border-radius: 50%;
	background: #fff;
	width: 47px;
	height: 47px;
	text-align: center;
}



.slogan-socials .socials .social-youtube {
	margin-right: 10px;
	color: #FF0000;
	will-change: color;
	transition: color .5s;
}

.slogan-socials .socials .social-youtube:hover {
	color: #ff8080;
}

.slogan-socials .socials .social-facebook {
	color: #4267B2;
	will-change: color;
	transition: color .5s;
}

.slogan-socials .socials .social-facebook:hover {
	color: #79a5fd;
}
.search-buttons {
	display: flex;
	justify-content: space-between;
}

.search-form {
	flex: 0 0 62%;
}
.search-form .input-group-field {
	border: 2px solid #f9ca15;
	background-image: url('../images/search.png');
    background-position: 95% center;
    background-repeat: no-repeat;
}
.search-form .input-group-button {
	display: none;
}

.search-buttons .buttons {
	position: relative;
}

.search-buttons .button {
	display: inline-block;
	height: 100%;
	padding: 8px 36px;
	background: linear-gradient(#fbd543, #f9ca15, #bd9c1e);
	border: 2px solid #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
}
.top-nav {
	width: 100%;
	background: linear-gradient(#cc316f, #eb3980, #cc316f);
	margin-top: 15px;
}
.site-navigation .menu-main-menu-container {
	width: 100%;
}

.site-navigation .menu-main-menu-container .menu-item {
	flex: 0 0 16.66%;
}

.site-navigation .menu-main-menu-container .menu-item a {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.site-navigation .menu-main-menu-container .menu-item a {
	border-right: 1px solid #b51d5a;
	border-left: 1px solid #b51d5a;
	transition: all .5s;
}

.site-navigation .menu-main-menu-container .menu-item:last-child a{
	border-right:  0;
}

.site-navigation .menu-main-menu-container .menu-item:first-child a{
	border-left:  0;
}

.site-navigation .menu-main-menu-container .menu-item a:hover {
	color: #333;
	background: #f87cae;
	border-right:  1px solid #cc316f;
	border-left:  1px solid #cc316f;
}
.mobile-nav {
	display: none;
}
@media screen and (max-width: 1024px) {
	.top-header {
		flex-direction: column;
	}
	.top-bar-left {
		max-width: 300px;
		margin: 0 auto;
	}
	.right-wrapper {
		width: 100%;
	}
	.top-nav {
		margin-top: 24px;
	}
}

@media screen and (max-width: 680px) {
	.top-header {
		display: none;
	}
	.mobile-nav {
		display: block;
		display: flex;
	}
	.site-navigation {
		display: none;
	}
	.top-nav {
		height: 8px;
	}
	.mobile-nav .search-form {
		flex: unset;
	}
	.mobile-nav #searchform {
		display: none;
	}
}


/* footer */
.site-footer {
	background: #1c6984;
	max-width: unset !important;
}
.footer-sidebar .sidebar-wrapper {
	display: flex;
	padding: 50px 20px 10px;
}
.sidebar-wrapper .sidebar--left,
.sidebar-wrapper .sidebar--right {
	flex: 0 0 50%;
	color: #fff;
}

.sidebar-wrapper .sidebar--left .footer__image {
	max-width: 160px;
	margin-bottom: 20px;
}

.sidebar-wrapper .sidebar--right {
	display: flex;
	justify-content: flex-end;
}
.sidebar-wrapper .sidebar--right .widget_social_connection {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 15px;
}
.sidebar-wrapper .sidebar--right .image {
	display: flex;
	justify-content: flex-end;
}
.sidebar-wrapper .sidebar--right .socials-inner {
	margin-right: 70px;
}
.sidebar-wrapper .sidebar--right .social-btn {
	display: inline-flex;
	width: calc(33.333% - 20px);
	align-items: center;
	justify-content: center;
	padding: 8px 32px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'PlayfairDisplay';
}
.sidebar-wrapper .sidebar--right .social-btn:not(:last-child) {
	margin-right: 30px;
}

.sidebar-wrapper .sidebar--right .social-btn i {
	margin-right: 10px;
	font-size: 22px;
}

.sidebar-wrapper .sidebar--right .facebook-btn {
	background: #fff;
	color: #4267B2;
	will-change: color;
	transition: color .5s;
}
.sidebar-wrapper .sidebar--right .facebook-btn:hover {
	color: #79a5fd;
}
.sidebar-wrapper .sidebar--right .email-btn {
	background: #cb1e26;
	color: #fff;
	will-change: background;
	transition: background .5s;
}
.sidebar-wrapper .sidebar--right .email-btn:hover {
	background: #e24d54; 
}
.sidebar-wrapper .sidebar--right .youtube-btn {
	background: #FF0000;
	color: #fff;
	will-change: background;
	transition: background .5s;
}

.sidebar-wrapper .sidebar--right .youtube-btn:hover {
	background: #ff8080;
}
.site-footer .footer-copyright {
	padding: 16px 0;
	text-align: center;
	color: #6ac4e3;
	border-top: 2px solid #699cae;
}
.site-footer .footer-copyright p {
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
}


/* Homepage */
.page-template-default .page-header {
	display: none;
}
.slider-banner .cloud-title {
	width: unset !important;
	position: absolute;
	top: 150px;
	left: 400px;
	z-index: 99;
}
.slider-banner .swiper-pagination {
	background: #f9ca15;
	padding: 5px 0;
}
.slider-banner .swiper-slide-inner {
	line-height: 0;
}
.slider-banner .swiper-pagination-bullet {
	opacity: 1 !important;
}
.slider-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #32aefe !important;
}
.slider-banner .elementor-widget-image-box .elementor-image-box-content {
	position: absolute;
    top: 50px;
    left: 85px;
    width: unset;
}

.elementor-31 .elementor-element.elementor-element-d82930c.skill-group .elementor-column-gap-custom .elementor-column > .elementor-element-populated {
	padding: 0;
}

.skill-group .elementor-element-populated .skill-title {
	margin: 10px;
	background: #6ac4e3;
	padding: 10px;
	height: 260px;
	border-radius: 50%;
	position: relative;
    z-index: 1;
}
.skill-group .elementor-element-populated .skill-title .elementor-widget-container {
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.skill-group .elementor-element-populated .skill-title .elementor-icon-box-title {
	font-family: "DancingScript-Regular";
}
.skill-group .elementor-element-populated .skill-content {
	position: absolute; 
	top: 70%;
	z-index: 0;
	padding: 0 23px;
	text-align: justify;
}

.skill-group .elementor-element-populated .skill-button {
	position: absolute;
    bottom: -410px;
    width: 100%;
    padding: 0 23px;
}
.skill-group .elementor-element-populated .skill-button .elementor-button-wrapper,
.skill-group .elementor-element-populated .skill-button .elementor-button {
	width: 100%;
}
.skill-heading {
	position: relative;
	z-index: 1;
}
.skill-line.elementor-section {
	position: absolute;
    bottom: -460px;
    z-index: 0;
}


.featured-posts {
	max-height: 600px;
}

.featured-posts .elementor-image-box-content {
	padding: 0 26px;
}

.elementor-element-d3bdcf6 .elementor-swiper-button {
	padding: 5px;
	top: 45%;
	border-radius: 50%;
	background: #949fa1;
	transition: background .5s;
}
.elementor-element-d3bdcf6 .elementor-swiper-button:hover {
	background: #0ca9c5;
}
/* .elementor-element-d3bdcf6 .elementor-swiper-button.elementor-swiper-button-prev {
	left: -20px;
}
.elementor-element-d3bdcf6 .elementor-swiper-button.elementor-swiper-button-next {
	right: -20px;
} */

/* About */

.founder .elementor-element-3c17d78 .elementor-widget-wrap {
	align-content: flex-end;
}
.founder .member-text {
	font-family: "DancingScript-Regular";
	font-size: 30px;
}
.founder .member-site__title {
	font-size: 60px;
	color: #6ac4e3;
	display: inline;
}

.founder .elementor-element-383f662 .elementor-element-9a7e08d {
	margin-bottom: 50px;
}
.founder p {
	margin-bottom: 0;
}


section.testimonials {
	background: url('https://ninaenglishhouse.edu.vn/wp-content/uploads/2021/04/testimonials-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 744px;
	position: relative;
}

.testimonials-container {
	overflow: hidden;
	position: absolute;
	top: 32%;
	left: 0;
	width: 100%;
	padding: 0 60px;
}




.testimonial-swiper .swiper-slide {
	opacity: 0;
	overflow: auto;
}
.testimonial-swiper .swiper-slide-prev,
.testimonial-swiper .swiper-slide-next {
	opacity: .5;
	border: 1px solid #fff;
	border-radius: 5px;
	max-height: 450px;
}
.testimonial-swiper .swiper-slide-active {
	opacity: 1;
	border: 3px solid #fff;
	padding-bottom: 40px !important;
	max-height: 500px;
}
.testimonial-swiper .testimonial {
	position: relative;
	padding: 20px;
	background: rgba(255, 255, 255, .5);
}
.testimonial-swiper .testi__rating {
	display: flex;
	list-style: none;
	position: absolute;
	top: 10px;
	right: 20px;
}

.testimonial-swiper .testi__rating li {
	color: #ea4f1f;
}
.testimonial-swiper .swiper-button-prev:before, 
.testimonial-swiper .swiper-button-next:before {
	color: #939393;
}
.testimonial-swiper .swiper-button-prev:hover:before,
.testimonial-swiper .swiper-button-prev:focus:before,
.testimonial-swiper .swiper-button-next:hover:before,
.testimonial-swiper .swiper-button-next:focus:before {
	color: #0ca9c5;

}

.swiper-button-prev,
.swiper-button-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

@media screen and (max-width: 768px) {
	.testimonial-swiper .swiper-slide-prev,
	.testimonial-swiper .swiper-slide-next {
		opacity: 0;
	}

	.testimonial-swiper .testi__rating {
		top: 5px;
		right: 10px;
	}
}
/* Contact */
.page-id-39 .elementor-element-e82d293 .elementor-widget-wrap {
	margin-right: 50px;
	margin-top: 52px;
}
.page-id-39 .elementor-widget:not(:last-child) {
	margin-bottom: 13px;
}
.page-id-39 #gform_wrapper_2 .gform_fields {
	display: flex;
	flex-wrap: wrap;
}
.page-id-39 #gform_wrapper_2 #field_2_1,
.page-id-39 #gform_wrapper_2 #field_2_4 {
	width: 100%;
}
.page-id-39 #gform_wrapper_2 #field_2_2,
.page-id-39 #gform_wrapper_2 #field_2_3 {
	width: 50%;
}
.page-id-39 #gform_wrapper_2 .gform_footer {
	display: flex;
	justify-content: center;
}
.page-id-39 #gform_wrapper_2 .gform_button {
	padding: 8px 80px;
    font-size: 18px;
    background: #f9ca15;
    border: none;
    color: #fff;
    font-weight: 500;
}
.page-id-39 #gform_wrapper_2 .gform_body input:focus, 
.page-id-39 #gform_wrapper_2 .gform_body textarea:focus {
	box-shadow: 0 0 5px 2px #aeddf9;
}
.page-id-39 #gform_wrapper_2 .gform_body input::placeholder,
.page-id-39 #gform_wrapper_2 .gform_body textarea::placeholder {
	color: #444444;
}
/* News */
.news .elementor-image-box-content {
	padding: 0 26px;
}
.news-sidebar .elementor-widget:not(:last-child) {
	margin: 0;
}
.news-sidebar .elementor-widget-sidebar .widgettitle {
	margin-top: 0;
	font-size: 14px;
	color: #f1f1f1;
}
.news-sidebar .elementor-widget-sidebar .widget_archive {
	padding: 30px;
}
.news-sidebar .elementor-widget-sidebar .widget_archive ul,
.news-sidebar .elementor-widget-sidebar .widget_recent_entries ul {
	list-style: none;
	padding: 0;
}
.news-sidebar .elementor-widget-sidebar .widget_archive a,
.news-sidebar .elementor-widget-sidebar .widget_recent_entries a {
	font-size: 14px;
	font-weight: 400;
	color: #f1f1f1;
}
.news-sidebar .elementor-widget-sidebar .widget_recent_entries {
	padding: 30px;
	border-top: 1px solid #fff;
}
.searchform-wrapper {
	display: flex;
	justify-content: space-between;
}
.searchform-wrapper .search__label {
	padding: .5rem 1rem;
	color: #f1f1f1;
}
.searchform-wrapper #search__keyword {
	display: none;
}
.searchform-wrapper #search__button {
	color: #f1f1f1;
	border: none;
	border-left: 1px solid #f1f1f1;
	border-radius: 0;
}
.searchform-wrapper.show_input #searchbox {
	width: 100%;
	display: flex;
}
.searchform-wrapper.show_input .search__label {
	display: none;
}
.searchform-wrapper.show_input #search__keyword {
	display: block;
}
.searchform-wrapper.show_input #search__button:focus {
	outline: none;
	border: none;
	border-radius: 0;
}
/* single post */
.single .site-main {
	padding: 60px 0;
}
.single .entry-title {
	font-family: 'DancingScript-Regular';
	font-size: 48px;
	margin-bottom: .5rem;
}
.single .actions-social {
	margin-bottom: 30px;
}
.single .actions-social a {
	background: #1877f2;
    padding: 2px 16px;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    transition: background .3s;
}
.single .actions-social a:hover {
	background: #81b0ef;
}
.single .actions-social a:focus {
	background: #004fb9;
}
.single .actions-social .action__share {
	margin-left: 16px;
    padding: 2px 22px;
}
.comments-area {
	border-top: 2px solid #6ac4e3;
}
.comments-area .title-comments {
	display: none;
}
.comments-area .comment-reply-title {
	display: none;
}
.comments-area .comment-notes {
	display: none;
}
.comments-area .comment-form-comment label {
	display: none;
}
.comments-area .comment-form-url {
	display: none;
}
.site-banner .banner--desktop,
.site-banner .banner--mobile {
	position: relative;
}

.site-banner .banner--desktop .single-title {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.site-banner .banner--mobile {
	display: none;
}
.site-banner .banner--mobile img {
	width: 100%;
}
.site-banner .banner--mobile .single-title {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.site-banner .banner--desktop .single-title {
		font-size: 38px;
	}
}
@media screen and (max-width: 768px) {
	.site-banner .banner--mobile {
		display: block;
	}
	.site-banner .banner--desktop {
		display: none;
	}
}
.post-author-date {
	text-align: right;
}
.post-like-number {
	text-align: right;
	color: #ff0000;
	font-weight: 500;
	margin-bottom: 60px;
}
.site-banner-bottom {
	display: flex;
}

.revslider-initialised {
	overflow: inherit;
}
.ares.tp-bullets {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px !important;
	width: 100% !important;
	left: 0 !important;
	transform: translateX(0) !important;
	background: #f9ca15;
}
.ares.tp-bullets .tp-bullet {
	position: relative !important;
}
@media screen and (max-width: 1200px) {
	.desktop-nav {
		display: none;
	}
	.top-nav {
		display: none;
	}
	.mobile-nav {
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding-bottom: 1rem;
	}
	.mobile-nav:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: #e4377c;
	}
	.mobile-nav__wrapper {
		display: none;
		position: absolute;
	    left: 0px;
	    top: 100%;
	    background: linear-gradient(#cc316f, #eb3980, #cc316f);
	    z-index: 99;
	    width: 100%;
	}
	.search-form {
		flex: unset;
	}
	.search-form .search-icon {
		display: inline-flex;
	    width: 40px;
	    height: 40px;
	    background: #0371b5;
	    justify-content: center;
	    align-items: center;
	    border-radius: 50%;
	}
	.search-form form {
		display: none;
	}
	.mobile-nav__icon {
		font-size: 24px;
		color: #0371b5;
	}
	.mobile-nav__logo {
		max-width: 28%;
	}
	.mobile-nav__slogan {
		max-width: 45%;
		font-family: 'Helvetica';
		font-style: italic;
		display: block;
	}
	.mobile-nav__slogan .site-title,
	.mobile-nav__slogan .site-description {
		font-size: 26px;
		margin: 0;
	}
	.featured-posts {
		max-height: unset;
	}
}
@media screen and (max-width: 1000px) {
	.site-navigation .menu-main-menu-container .menu-item {
		flex: 0 0 33.333%;
	}
	.site-navigation .menu-main-menu-container .menu-item a {
		border-bottom: 1px solid #b51d5a;
	}
}
@media screen and (max-width: 768px) {
	.mobile-nav__slogan .site-title,
	.mobile-nav__slogan .site-description {
		font-size: 20px;
	}
	.elementor-element-91eabce .elementor-column {
		margin-bottom: 20px;
	}
	.elementor-element-a7083bb .elementor-widget-heading .elementor-widget-container {
		max-width: 360px;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 600px) {
	.site-header {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mobile-nav__slogan .site-title,
	.mobile-nav__slogan .site-description {
		font-size: 14px;
		font-weight: 600;
	}
	.mobile-nav__wrapper .menu {
		flex-direction: column;
	}
	.site-navigation .menu-main-menu-container .menu-item a {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #b51d5a;
	}
	.site-navigation .menu-main-menu-container .menu-item a:hover {
		border: none;
	}
}
@media screen and (max-width: 480px) {
	.mobile-nav__slogan .site-title,
	.mobile-nav__slogan .site-description {
		font-size: 12px;
	}
}
@media screen and (max-width: 375px) {
	.mobile-nav__slogan .site-description {
		font-size: 10px;
	}
}



.elementor-element-b178414 .skills-mobile-wrapper .skill {
	position: relative;
	display: flex;
	margin-bottom: 15px;
}
.elementor-element-b178414 .skills-mobile-wrapper .skill__icon {
	background: #6ac4e3;
	width: 90px;
	height: 90px;
	padding: 10px;
	border-radius: 50%; 
	position: inherit;  
	z-index: 2;
}
.elementor-element-b178414 .skills-mobile-wrapper .skill__icon-circle {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #ea4f1f;
    color: #fff;
    font-size: 32px;
}

.elementor-element-b178414 .skills-mobile-wrapper .skill__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 5px;
	left: 45px;
	right: -10px;
	padding: 10px 30px 10px 60px;
	border: 2px solid #fff;
	border-left: none;
	border-right: none;
	background: #f9ca15;
	z-index: 1;
}

.elementor-element-b178414 .skills-mobile-wrapper .skill__title {
	margin-top: 0;
	font-size: 16px;
}
.elementor-element-b178414 .skills-mobile-wrapper .skill__content {
	margin-bottom: 0;
	line-height: 1.35;
}

.elementor-element-b178414 .skills-mobile-wrapper .skill__link {
	position: absolute;
	top: 24%;
	right: 0;
	z-index: 3;
	font-size: 32px;
	color: #fff;
}

/* gallery mobile */
.gallery-mobile-wrapper {
	padding: 40px 10px;
	display: flex;
	flex-direction: column;
}
.gallery-mobile-wrapper .gallery-mobile__heading {
	position: relative;
	margin-bottom: 30px;
}
.gallery-mobile-wrapper .gallery-mobile__heading h3 {
	position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    font-family: 'Dancing Script';
    color: #fff;
    margin: 0;
}

.gallery-mobile-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 10px;
}
.gallery-mobile-inner .gallery {
	flex: 0 0 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
	margin-bottom: 20px;
}
.gallery-mobile-inner .gallery__image {
	width: 100%;
	height: 100%;
}
.gallery-mobile-inner .gallery__title {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.gallery-mobile-inner .gallery__title:hover {
	background: none;
}

.gallery-mobile-inner .gallery__title:hover p {
	display: none;
}

.gallery-mobile-wrapper .gallery-mobile-button {
	margin: 0 auto;
    font-size: 24px;
    color: #fff;
    padding: 10px 40px;
    background: #f9ca15;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, .3);
}

/* video mobile */
.video-mobile-section {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

/* footer mobile */
@media screen and (max-width: 768px) {
	.footer-sidebar .sidebar-wrapper {
		flex-direction: column;
	}
	.footer-sidebar #contact_footer-2 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-sidebar #social_connection-2 .image {
		display: none;
	}
	.footer-sidebar #social_connection-2 .socials-inner {
		margin-right: 0;
		display: flex;
		justify-content: center;
	}
	.footer-sidebar #social_connection-2 .social-btn span {
		display: none;
	}
	.sidebar-wrapper .sidebar--left {
		font-size: 14px;
	}
	.sidebar-wrapper .sidebar--right {
		justify-content: center;
	}
	.sidebar-wrapper .sidebar--right .social-btn {
		padding: 14px 20px;
		border-radius: 50%;
	}
	.sidebar-wrapper .sidebar--right .social-btn i {
		margin-right: 0;
	}
	.sidebar-wrapper .sidebar--right .social-btn:not(:last-child) {
		margin-right: 15px;
	}
}

/* About us - mobile */
@media screen and (max-width: 1024px) {
	.founder .elementor-widget-html .elementor-widget-container {
		margin: 0 !important;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	
	.founder .member-text {
		font-size: 24px
	}
	.founder .member-site__title {
		font-size: 40px;
	}
	button.slick-arrow.slick-prev {
		left: 0;
	} 
	button.slick-arrow.slick-next {
		right: 0;
	}
}
@media screen and (max-width: 480px) {
	.founder .member-text {
		font-size: 18px
	}
	.founder .member-site__title {
		font-size: 28px;
	}
}
/* Contact us */
@media screen and (max-width: 767px) {
	.page-id-39 #gform_wrapper_2 #field_2_2,
	.page-id-39 #gform_wrapper_2 #field_2_3 {
		width: 100%;
		margin-top: 0;
	}
	.elementor-element-e076ed7 .elementor-container {
		flex-direction: column-reverse;
	}
	.elementor-element-e82d293 .elementor-widget-wrap {
		border: 1px solid #444444;
		border-radius: 5px;
	}
	.page-id-39 #gform_wrapper_2 .gform_button {
		width: auto;
	}
}

/* Archive */
.archive .top-banner {
	position: relative;
}
.archive .top-banner .page-title {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 32px;
	left: 0;
	top: 30%;
}
.archive .top-banner .top-banner__img--mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	.archive .top-banner .top-banner__img--mobile {
		display: block;
		width: 100%;
	}
	.archive .top-banner .top-banner__img--desktop {
		display: none;
	}
}
.archive .site-main {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 20px;
	max-width: 1140px !important;
}

.archive .page-header {
	width: 100%;
	margin-bottom: 10px;
}
.archive .page-header .entry-title {
	font-family: 'DancingScript-Bold';
	color: #ea4f1f;
	text-align: right;
}
.archive .left-sidebar {	
	flex: 0 0 25%;
}
.archive .left-sidebar .sidebar-container {
	background: #6ac4e3;
}
.archive .left-sidebar .searchform-wrapper {
	background: #015286;
}

.archive .left-sidebar .sidebar-wrapper .widget {
	padding: 10px 20px;	
}
.archive .left-sidebar .sidebar-wrapper .widget:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.archive .left-sidebar .sidebar-wrapper h2 {
	color: #fff;
	font-size: 16px;
}
.archive .left-sidebar .sidebar-wrapper ul {
	list-style: none;
	padding: 0;
}
.archive .left-sidebar .sidebar-wrapper li {
	margin-bottom: 5px;
}
.archive .left-sidebar .sidebar-wrapper a {
	color: #fff;
	font-size: 14px;
	transition: all .5s;
}
.archive .left-sidebar .sidebar-wrapper a:hover {
	color: #ea4f1f;

}
.archive .page-content {
	flex: 1;
	padding-left: 30px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.page-id-588 .posts-list {
	display: flex;
	flex-wrap: wrap;
}
.archive .posts-list .post,
.page-id-588 .posts-list .post {
	width: 50%;
	padding: 0 10px;
	display: flex;
	margin-bottom: 20px;
}
.archive .posts-list .post-inner,
.page-id-588 .posts-list .post-inner {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: relative;
}
.archive .posts-list .post-inner .post__text,
.page-id-588 .posts-list .post-inner .post__text {
	padding: 20px;
}
.archive .posts-list .post-inner .post__title,
.page-id-588 .posts-list .post-inner .post__title {
	font-size: 20px;
	margin-top: 0;
}
.archive .posts-list .post-inner .post__title a,
.page-id-588 .posts-list .post-inner .post__title a {
	color: #ea4f1f;
}
.archive .posts-list .post-inner .post__content,
.page-id-588 .posts-list .post-inner .post__content {
	font-size: 14px;
	color: #444444;
	margin-bottom: 50px;
}
.archive .posts-list .post-inner .post__btn,
.page-id-588 .posts-list .post-inner .post__btn {
	display: block;
	width: 100%;
	padding: 10px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #6ac4e3;
	color: #fff;
	font-size: 18px;
	text-align: center;
	transition: all .5s;
}
.archive .posts-list .post-inner .post__btn:hover,
.page-id-588 .posts-list .post-inner .post__btn:hover {
	background: #015286;
}

.archive .bottom-banner {
	display: flex;
}

.page #comments {
	display: none;
}

@media screen and (max-width: 768px) {
	.archive .site-main {
		padding: 50px 0 !important;
	}
	.archive .page-header .entry-title {
		text-align: center;
	}
	.archive .left-sidebar {
		flex: 0 0 100%;
	}
	.archive .page-content {
		padding: 50px 10px;
		margin: 0 auto;
	}
	.single-post .page-content {
		position: relative;
	}
	.single-post .actions-social {
		position: absolute;
		bottom: 0;
		margin-bottom: 20px;
	}


}
@media screen and (max-width: 480px) {
	.archive .site-main {
		padding: 50px 0 !important;
	}
	.archive .page-content {
		margin: 0;
		padding: 50px 2	0px;
	}
	.archive .posts-list .post,
	.page-id-588 .posts-list .post {
		width: 100%;
		padding: 0;
	}
}

/* Gallery */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.gallery-list .gallery {
	width: 33.333%;
	padding: 10px;	
}
.gallery-list .gallery .gallery-inner {
	position: relative;
}
.gallery-list .gallery .gallery-inner:hover .gallery__title{
	background: rgba(0, 0, 0, .3)
}
.gallery-list .gallery .gallery__image a {
	display: block;
	position: relative;
	padding-top: 62.5%;
}

.gallery-list .gallery .gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
}
.gallery-list .gallery .gallery__title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	margin: 0;
	border-radius: 0 0 15px 15px;
	font-size: 24px;
	font-weight: 300;
	transition: all .5s;
}
.gallery-list .gallery .gallery__title:hover {
	background: rgba(0, 0, 0, .3);
}
.gallery-list .gallery .gallery__title a {
	color: #fff;	
	display: block;
	width: 100%;
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	.gallery-list .gallery {
		width: 50%;
	}
	.gallery-list .gallery .gallery__image img,
	.gallery-list .gallery .gallery__title {
		border-radius: 0;
	}
}
@media screen and (max-width: 480px) {
	.gallery-list .gallery .gallery__title {
		font-size: 16px;
		font-weight: 400;
		position: relative;
		background: none;
	}
	.gallery-list .gallery .gallery__title a {
		color: #444444;
	}
	.gallery-list .gallery .gallery__title:hover {
		background: none;
	}
	.gallery-list .gallery .gallery-inner:hover .gallery__title{
		background: none;
	}
	.gallery-list .gallery .gallery-inner:hover .gallery__title a{
		color: #e4377c;
		transition: all .5s;
	}
	.gallery-list .gallery .gallery__image {
		box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	}
	.gallery-list .gallery .gallery__image a {
		padding-top: 100%;
	}
}
/* Single Gallery */
.gallery-carousel .gallery-for {
	margin: 50px 0;
}
/*.gallery-carousel .gallery-for .slick-list {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}*/
.gallery-carousel .gallery-nav {
	position: relative;
}
.gallery-carousel .slick-list {
	overflow: hidden;
}
.gallery-carousel .gallery-nav .slick-list {
	border: 3px solid #e4377c;
}
.gallery-carousel .gallery-nav .slick-slide {
	border-left: 2px solid #e4377c;
}
.gallery-carousel .slick-track {
	display: flex;
	max-height: 150px;
}
.gallery-carousel .slick-track img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-carousel .slick-arrow:before {
	font-size: 30px;
	color: #e4377c;
}
.gallery-carousel button.slick-arrow.slick-prev, 
.gallery-carousel button.slick-arrow.slick-next {
	width: 38px;
	height: 38px;
}
.gallery-carousel button.slick-arrow.slick-prev {
	left: -100px;
}
.gallery-carousel button.slick-arrow.slick-next {
	right: -100px;
}

@media screen and (max-width: 768px) {
	.gallery-carousel button.slick-arrow.slick-prev {
		left: 0;
		z-index: 99;
	}
	.gallery-carousel button.slick-arrow.slick-next {
		right: 0;
		z-index: 99;
	}
}

/* Thời khóa biểu */
/*.schedules-container {
	margin: 0 -100px 15px;
}*/
.schedules-container .rows {
    display: flex;
    min-height: 90px;
    width: 100%;
    justify-content: space-between;
}

.schedules-container .content-row:not(:last-child) .column-content {
	border-bottom: 1px dashed #fff;
}

.schedules-container .column-title, 
.schedules-container .column-content {
    width: 11.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
}

.schedules-container .column-title {
	font-family: 'DancingScript-Bold';
	font-size: 24px; 
}

.schedules-container .column-title:first-child {
	border-radius: 50px 0 0 0;
}

.schedules-container .column-title:last-child {
	border-radius: 0 50px 0 0;
}

.schedules-container .content-row:last-child .column-content:first-child {
	border-radius: 0 0 0 50px;
}

.schedules-container .content-row:last-child .column-content:last-child {
	border-radius: 0 0 50px 0;
}
.schedules-container .info-wrap {
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 15px 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.schedules-container .info-wrap .schedule-note {
	position: absolute;
	top: -3px;
	right: 3px;
	font-size: 18px;
	cursor: pointer;
}

.schedules-container .info-wrap .schedule-note .schedule-note-content {
	display: none;
	position: absolute;
    width: 128px;
    background: rgba(0, 0, 0, .7);
    font-size: 12px;
    top: 20px;
    left: 10px;
    transition: all .3s;
    padding: 5px;
    z-index: 99;
}

.schedules-container .info-wrap .schedule-note .schedule-note-content p {
	word-break: break-word;
	margin: 0;
}

.schedules-container .info-wrap .schedule-note:hover .schedule-note-content {
	display: block;
	overflow: auto;
}



.schedules-container .day_of_week-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}

.page-id-1344 .page-title {
	text-align: center;
	font-style: italic;
	margin-bottom: 15px;
}

.schedules-container--mobile {
	display: none;
}

@media screen and (max-width: 1024px) {
	.schedules-container {
		display: none;
	}
	.schedules-container--mobile {
		display: block;
		border-left: .5px solid #999;
		border-right: .5px solid #999;
		
	}

	.schedules-container--mobile .day_of_week {
		display: flex;
		justify-content: space-between;
		color: #fff;
		font-family: 'DancingScript-Bold';
		font-size: 20px;
		padding: 10px;
	}

	.schedules-container--mobile .day_of_week:not(:last-child) {
		border-top: .5px solid #999;
		border-bottom: .5px solid #999;
	}

	.schedules-container--mobile .schedule-item {
		display: flex;
		padding: 5px;
	}

	.schedules-container--mobile .schedule-item:not(:first-child) {
		border-top: .5px dotted #999;
	}

	.schedules-container--mobile .schedule-item .specific-time {
		width: 120px;
	}

	.schedules-container--mobile .schedule-item .schedule-content {
		flex: 1;
		display: flex;
	}

	.schedules-container--mobile .schedule-item .schedule-note-content {
		display: none;
		width: 200px;
		position: absolute;
		top: 24px;
		left: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 8px;
		z-index: 99;
	}

	.schedules-container--mobile .schedule-item .schedule-note-content p {
		margin: 0;
	}

	.schedules-container--mobile .schedule-item .schedule-note {
		cursor: pointer;
		position: relative;
		margin-right: 5px;
	}

	
	.schedules-container--mobile .schedule-item .schedule-note:hover .schedule-note-content {
		display: block;
		overflow: auto;
	}

}

#rev_slider_1_1_wrapper .ares.tp-bullets:before {
	box-sizing: border-box;
}

.gallery-carousel .video_gallery {
    position: relative;
}

.gallery-carousel .video_gallery svg {
    position: absolute;
    top: 42.5%;
    left: 42.5%;
}

.gallery-carousel .video-wrapper, 
.gallery-carousel .gallery-img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.gallery-carousel .video-wrapper iframe,
.gallery-carousel .video-wrapper video,  
.gallery-carousel .gallery-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gallery-carousel .gallery-for .slick-track {
	height: 0;
	padding-bottom: 56.25%;
}


.elementor-element-255c1d2 .elementor-container {
	justify-content: center;
}