body{
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

a:link, a:active, a:visited{
    color: #474747;
    text-decoration: none;
}

a:hover{
    color: #c5031e;
}

img{
    max-width:100%;
}

#header{
    margin: 20px 0;
}

#logo{
    margin: 10px 0;
    text-align: center;
}

.marginbottom{
    margin-bottom: 10px;
    clear: both;
}

.searchmain {
    position: relative;
    clear: both;
    margin-bottom: 5px;
}

.searchmain .txt {
    background: none repeat scroll 0 0 #DBD3C1;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    height: 26px;
    padding: 6px 26px 4px 14px;
    width: 100%;
    border-radius: 4px;
}

.searchmain input.submit {
    background: url("../images/search.png") no-repeat center center;
    cursor: pointer;
    display: block;
    position: absolute;
    height: 26px;
    text-indent: -9999px;
    width: 26px;
    top: 0;
    right: 0;
    border: none;
}

.box_orange{
    background: none repeat scroll 0 0 #E65A8B;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #EAEAEA;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 6px;
    padding: 7px 14px;
    text-transform: uppercase;
    text-align: center;
}

.navigation {
    background: url(../images/menu.png) repeat-x scroll center top #EAE7DD;
    position: relative;
    width: 100%;
    z-index: 3;
    margin-bottom: 10px;
}

.navigation.fixed {
    position: fixed;
    top: 0;
}
.menu li {
    float: left;
    list-style: none outside none;
}
.menu > li:hover,
.menu > li.current-menu-item,
.menu > li.current-menu-parent,
.menu > li.current-post-ancestor {
    background: #eae7dd;
}
.menu > li > a {
    color: #ECECEC;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 19px;
    text-transform: capitalize;
    white-space: nowrap;
}
.menu > li:hover > a,
.menu > li.current-menu-item > a,
.menu > li.current-menu-parent > a,
.menu > li.current-post-ancestor > a  {
    color: #c5031e;
}
.menu .sub-menu {
	background-color: #EAE7DD;
    display: none;
    left: 0;
    padding-left: calc(50% - 500px);
    position: absolute;
    top: 38px;
    width: 100%;
}
.menu > li.current-menu-item .sub-menu,
.menu > li.current-menu-parent .sub-menu,
.menu > li.current-post-ancestor .sub-menu {
    display: block;
}
.menu > li:hover .sub-menu{
    display: block;
    z-index: 9999;
}
.menu .sub-menu li {
    padding-left: 40px;
}
.menu .sub-menu a {
	color: #4a473f;
	display: block;
	padding: 0 5px;
	line-height: 35px;
    font-weight: bold;
    white-space: nowrap;
}
.menu .sub-menu a:hover,
.menu .sub-menu .current-menu-item a,
.menu .sub-menu .current-post-ancestor a,
.menu .sub-menu .current-page-ancestor a{
	color: #c5031e;
}
#menu-item-1767 .sub-menu {
    padding-left: calc(50% - 272px);
}
#menu-item-1014 .sub-menu {
    padding-left: calc(50% - 115px);
}
#menu-item-2131 .sub-menu {
    padding-left: calc(50% - 292px);
}
#menu-item-2072 .sub-menu {
    padding-left: calc(50% - 12px);
}

.menu-select {
	display: none;
	width: 94%;
	margin: 3px auto;
	padding: 6px;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.menu-select option {
	padding: 0 6px;
}

@media screen and (max-width: 765px)
{
.menu-select {
    display: block;
}
.menu {
    display: none;
}

.left0{
    padding-left: 15px;
}

.right0{
    padding-right: 15px;
}
}

@media screen and (min-width: 766px)
{
.menu-select {
    display: none;
}
.menu {
    display: block;
}

.left0{
    padding-left: 0;
}

.right0{
    padding-right: 0;
}
}


.banner_lienket {
    background: none repeat scroll 0 0 #E2DCCE;
    border-radius: 4px;
    padding: 14px 0 6px 0;
    border-radius: 4px 0px 0px 4px;
}

.banner_lienket .loopli{
    list-style: none outside none;
    padding: 0 2px;
    text-align: center;
}

.banner_lienket .loopli a:hover img{
    opacity: 0.8;
}

.book-visit {
    position: relative;
    background: none repeat scroll 0 0 #E2DCCE;
    border-radius: 0 0 4px 4px;
    border-radius: 0 4px 4px 0;
}

.book-visit .block_content {
    border-radius: 4px;
    background: none repeat scroll 0 0 #E65A8B;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    height: 100%;
}

.book-visit .block_content .inner {
    padding: 20px 0;
    border: 1px dashed #D5CDB9;
    height: 100%;
}

.book-visit .bearing {
    display: block;
    background: url(../images/bear.png) repeat;
    height: 112px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: -60px;
    width: 134px;
    z-index: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.book-visit .block_content:hover {
    background: none repeat scroll 0 0 #fab004;
}

.book-visit:hover .bearing {
    top: -80px;
    right: 24.45px;
}

.box_default {
    background: #eae7dd;
    border-radius: 4px;
}

.box_default h3 {
    padding: 20px 20px 5px 50px;
    color: #c5031e;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.box-icon-default{
    display: block;
    width: 50px;
    height: 60px;
    background-image: url(../images/icon-box-default.png);
    position: absolute;
    left: 10px;
    top: -11px;
    z-index: 2;
}

.box-icon-1{
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/icon-box-1.png);
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 2;
}

.box-icon-2{
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/icon-box-2.png);
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 2;
}

.box-icon-3{
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/icon-box-3.png);
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 2;
}

.box-icon-4{
    display: block;
    width: 50px;
    height: 60px;
    background-image: url(../images/icon-box-4.png);
    position: absolute;
    left: 0px;
    top: -11px;
    z-index: 2;
}

.box-icon-5{
    display: block;
    width: 50px;
    height: 60px;
    background-image: url(../images/icon-box-5.png);
    position: absolute;
    left: 0px;
    top: -11px;
    z-index: 2;
}

.box-icon-6{
    display: block;
    width: 50px;
    height: 60px;
    background-image: url(../images/icon-box-6.png);
    position: absolute;
    right: 0px;
    top: -11px;
    z-index: 2;
}

.box_default h3 a{
    color: #c5031e;
}

.quick-event {
    height: 160px;
    position: relative;
}

.quick-event .navi {
    background: none repeat scroll 0 0 #DBD3C1;
    border-radius: 4px 0 0 4px;
    height: 125%;
    left: 0;
    position: absolute;
    top: -40px;
    width: 48px;
}
.quick-event .navi button {
    background: url(../images/nav-vertical.png) repeat;
    border: medium none;
    display: block;
    height: 48px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 48px;
    cursor: pointer;
    
}
.quick-event .navi button.up {
    background-position: left top;
    top: 0;
}
.quick-event .navi button.up:hover {
    background-position: right top;
    top: 0;
}
.quick-event .navi button.down {
    background-position: left bottom;
    bottom: 0;
}
.quick-event .navi button.down:hover {
    background-position: right bottom;
    bottom: 0;
}
.quick-event ul {
    height: 130px;
    overflow: hidden;
    position: relative;
}
.quick-event li {
    border-bottom: 1px dotted #878471;
    list-style: none outside none;
    padding: 10px 0;
}
.quick-event li .time {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    padding: 0 10px;
    text-align: center;
    width: 48px;
}
.quick-event li .time span {
    border-bottom: 1px solid #4A473F;
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.quick-event li .title {
    display: table-cell;
    height: 45px;
    padding: 0 10px;
    vertical-align: middle;
    line-height: 21px;
}
.quick-event .button {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.home-comments {
    background: none repeat scroll 0 0 #EAE7DD;
    border-radius: 4px;
    padding: 12px;
}
.home-comments .comment {
    margin: 20px 0;
    position: relative;
}
.home-comments .title {
    padding-left: 90px;
    font-weight: bold;
}

.home-comments .title h4{
    font-weight: bold;
}

.home-comments .content {
    background: url(../images/quote-close.png) no-repeat scroll right bottom;
    border: 1px dashed #D5CDB9;
    margin: 15px 0px 15px 44px;
    padding: 5px 44px 15px;
}
.home-comments .content img {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 75px;
}
.home-comments .content p {
    background: url(../images/quote-open.png) no-repeat scroll left top;
    padding: 14px 0 0 28px;
    line-height: 21px;
    font-style: italic;
}
.home-comments .button {
    float: right;
}

.album-block li {
    display: block;
    float: left;
    list-style: none outside none;
    padding: 6px;
    width: 33.3333%;
}

#footer{
    background: none repeat scroll 0 0 #E65A8B;
    padding: 17.5px 0;
}

#footer .right{
    text-align: right;
}

#footer .right li {
    float: right;
    list-style: none outside none;
    padding: 0 5px;
}

#footer .right a:hover {
    color: #FAB004;
}

#footer .right a {
    color: #FAEFEF;
    font-size: 14px;
    padding: 6px;
    display: block;
    text-transform: capitalize;
}

.top_button {
    background: url(../images/btt.png) no-repeat scroll 0 0 transparent;
    height: 45px;
    width: 42px;
    right: 10px;
    bottom: 35px;
    display: none;
    position: fixed;
    z-index: 95;
}

.sticky-post{
    background: #eae7dd;
    margin-top: -10px;
}
.sticky-list {
    position: relative;
    padding: 20px 0;
}
.sticky-item h2{
    font-weight: normal;
    font-size: 24px;
}
.sticky-item .grid-6{
    position: relative;
    height: 320px;
}
.sticky-item .time{
    padding: 10px 0;
}
.sticky-item img {
    width: 100%;
}
.sticky-item .excerpt{
    font-size: 14px;
    line-height: 21px;
}
.sticky-item .view-more{
    margin-top: 10px;
    float: right;
}
.sticky-item .social-button{
    position: absolute;
    bottom: -4px;
    right: 0;
}
.fullslider .flex-control-nav,
.sticky-list .flex-control-nav{
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 9999;
}
.fullslider .flex-control-nav{
	left: 10px;
	bottom: 10px;
}
.fullslider .flex-control-nav li,
.sticky-list .flex-control-nav li {
    float: left;
}
.fullslider .flex-control-nav li a,
.sticky-list .flex-control-nav li a{
    text-indent: -99999px;
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 10px;
}
.fullslider .flex-control-nav li a.flex-active,
.sticky-list .flex-control-nav li a.flex-active{
    background: #c5031e;
}

.list-news .news-item {
    background: #f5f5f5;
    padding: 15px;
}

.news-item img {
}

.news-item p {
    color: #777;
    margin-bottom: 20px;
    line-height: 20px;
    overflow: hidden;
}

.news-item .view-more {
    float: right;
}

.page-content{
    padding-bottom: 10px;
}

.page-content .page-title{
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.page-content .metas {
    padding-bottom: 15px;
    display: block;
}

.news-single-flexslider {
    position: relative;
}

.news-single-flexslider {
    position: relative;
}

.the-content li {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
}

.news-single-flexslider .flex-control-nav {
    margin: 10px -30px 0px 0px;
}

.news-single-flexslider .flex-control-nav li {
    position: relative;
    float: left;
    margin: 0px 20px 0px 0px !important;
    width: 225px;
    height: 145px;
    cursor: pointer;
}

.news-single-flexslider .flex-control-nav .flex-active-slide span {
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #c70122;
    position: absolute;
    top: 0px;
    left: 0px;
}

.flex-direction-nav a.flex-prev:hover {
    background-position: left bottom;
}

.news-single-flexslider .flex-direction-nav .flex-prev {
    left: -64px;
}

.flex-direction-nav a.flex-prev {
    background-position: left top;
    left: -55px;
}

.the-content a {
    color: #016BCD;
    text-decoration: underline;
}

.flex-direction-nav a {
    background: url(../images/nav.png) repeat;
    height: 64px;
    position: absolute;
    text-indent: -9999px;
    top: 38%;
    width: 64px;
}

.flex-direction-nav a.flex-next:hover {
    background-position: right bottom;
}

.news-single-flexslider .flex-direction-nav .flex-next {
    right: -64px;
}

.flex-direction-nav a.flex-next {
    background-position: right top;
    right: -55px;
}

.news-single-flexslider .slides li img {
    width: 100%;
}

.the-content img {
    max-width: 100%;
    height: auto;
}

.content_thucdon{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    height: 343px;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.95; }
  100% { transform: scale(1); opacity: 1; }
}

.pulse-animation {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.9; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@keyframes slideIn {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}

.glow-text {
  color: #e91e63; /* hồng đậm */
  text-shadow: 0 0 5px #e91e63, 0 0 10px #e91e63, 0 0 15px #ff4081;
}

.animated-text {
  animation: pulse 3s infinite, blink 2s infinite, slideIn 2s ease-out;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff0f6;
}

.banner-title {
  font-family: 'Baloo 2', cursive;
  font-size: 28px;
  font-weight: bold;
  color: #e91e63;
  text-shadow: 2px 2px 4px rgba(255, 105, 180, 0.5);
  animation: glowTitle 3s infinite alternate;
}

@keyframes glowTitle {
  0% { text-shadow: 2px 2px 4px #ff80ab; }
  100% { text-shadow: 2px 2px 10px #ff4081; }
}




@import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap');

.banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 105, 180, 0.4);
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #e91e63;
  font-family: 'Baloo 2', cursive;
  animation: moveText 10s linear infinite alternate, glowText 3s ease-in-out infinite alternate;
  text-shadow: 0 0 10px #ff80ab, 0 0 20px #ff4081;
}

.school-name {
  font-size: 42px;
  font-weight: bold;
  animation: blink 1s step-start 0s infinite;
}

.school-location {
  font-size: 22px;
  margin-top: 8px;
}

@keyframes blink {
  50% { opacity: 0.4; }
}

@keyframes moveText {
  0% { transform: translateY(-50%) translateX(0); }
  100% { transform: translateY(-50%) translateX(-10px); }
}

@keyframes glowText {
  0% { text-shadow: 0 0 5px #ff80ab; }
  100% { text-shadow: 0 0 20px #ff4081; }
}













