body,
div,
span,
applet,
object,
blockqoute,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
    border: 0 none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

html,
body {
    height: 100%;
    background: #d2d2d2;
}

body {
    font: normal 14px arial;
}

a {
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}

.main {
    width: 980px;
    background: #FFF;
    vertical-align: top;
    margin: 0 auto;
}

.col1 {
    width: 620px;
    float: left;
}

.col2 {
    width: 300px;
    float: right;
}

.colchange .col1 {
    float: right;
}

.colchange .col2 {
    float: left;
}

#page-body {
    background: #fff;
    padding: 0 20px;
}

.hide {
    display: none;
}

.clear,
.make-zone-spliter {
    clear: both;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.page-menu {
    border-top: 1px solid #430c0b;
    background: #5b1917;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#601514), to(#5b1917));
    background: -webkit-linear-gradient(top, #601514, #5b1917);
    background: -moz-linear-gradient(top, #601514, #5b1917);
    background: -ms-linear-gradient(top, #601514, #5b1917);
    margin-bottom: 10px;
    padding: 0 15px;
    position: relative;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    font-family: Montserrat, sans-serif;
    position: relative;
}
#cssmenu > ul > li:first-child {
    background-image: none;
}
#cssmenu > ul > li {
    float: left;
    height: 32px;
    white-space: nowrap;
    padding-right: 2px;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 10px 14px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #eee;
    font-weight: 700;
    text-transform: uppercase;
}

#cssmenu > ul > li.selected > a,
#cssmenu > ul > li:hover > a {
    color: #f9ff0d;
    background: #5e1615;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 10px;
}
#cssmenu > ul > li.has-sub > a:after {

}
#cssmenu > ul > li.has-sub > a:before {

}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 111111;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    background-color: #5e1615;;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #f9ff0d;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

.page-menu .icon-search {
    cursor: pointer;
    display: block;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 21px;
    z-index: 3;
    border: none;
    background: url(../images/search.png) no-repeat;
}


.box-top-news {
    background: #fef9ed;
    border: 1px solid #e1dbcb;
    border-radius: 0 0 3px 3px;
    padding: 10px;
    margin-bottom: 20px;
}

.top-news-left {
    background: none;
    float: left;
    width: 625px;
    padding: 0;
}

.top-news-left .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.top-news-left  .lead {
    display: block;
    margin-top: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #404040;
}

.top-news-left .avatar img {
    width: 380px;
    height: 260px;
    float: left;
    margin-right: 10px;
}

#lastest {
    width: 280px;
    float: right;
}

#lastest .item {
    background: #eae9e5;
    margin-bottom: 1px;
    padding: 3px;
}

#lastest .item .avatar img {
    width: 84px;
    vertical-align: middle;
    float: left;
    max-height: 56px;
    margin-right: 10px;
}

#lastest .item .title {
    font-size: 14px;
    line-height: 18px;
}

#lastest .item a {
    color: #555247;
}

#P49148_B12638 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #555247;
}

#P49148_B12638 .portlet-title {
    border-bottom: 4px solid #751413;
    margin-bottom: 13px;
}

#P49148_B12638 .portlet-title a {
    font: bold 14px 'Times New Roman';
    text-transform: uppercase;
    color: #751413;
}

#P49148_B12638 .portlet-title a:hover {
    text-decoration: none;
}

#P49148_B12638 .portlet-content {
    background: url(../images/line2.png) repeat-y;
}

#P49148_B12638 .item-right {
    display: block;
    float: right;
    width: 185px;
    padding-left: 15px;
}

#P49148_B12638 .item {
    margin-bottom: 15px;
}

#P49148_B12638 .item .avatar img {
    display: none;
}

#P49148_B12638 .item .lead {
    display: none;
}

#P49148_B12638 .item h3 {
    margin-bottom: 5px;
    background: url(../images/2087493.png) no-repeat 0 3px;
    padding-left: 13px;
}

#P49148_B12638 .item .title {
    font-size: 14px;
    font-weight: normal;
}

#P49148_B12638 .item a {
    color: #555247;
}

#P49148_B12638 .item:last-child {
    margin-bottom: 0;
}

#P49148_B12638 .first {
    background: none;
    float: left;
    width: 400px;
    padding: 0;
    margin-bottom: 0;
    padding-right: 15px;
}

#P49148_B12638 .first h3 {
    background: none;
    padding: 0;
}

#P49148_B12638 .first .lead {
    display: block;
    margin-top: 10px;
    line-height: 18px;
}

#P49148_B12638 .first .title {
    font: 20px/23px 'Times New Roman';
    color: #000;
}

#P49148_B12638 .first .avatar img {
    width: 166px;
    padding: 5px;
    background: #FFF;
    display: block;
    float: left;
    margin-right: 14px;
    margin-bottom: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0 0 3px 3px #dddddd;
    -webkit-box-shadow: 0 0 3px 3px#dddddd;
    box-shadow: 0 0 3px 3px #dddddd;
}

#P49148_B12642 {
    display: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #eae9e6;*/
    color: #555247;
}

#P49148_B12642 .portlet-title {
    border-bottom: 4px solid #751413;
    margin-bottom: 13px;
}

#P49148_B12642 .portlet-title a {
    font: bold 14px 'Times New Roman';
    text-transform: uppercase;
    color: #751413;
}

#P49148_B12642 .portlet-title a:hover {
    text-decoration: none;
}

#P49148_B12642 .portlet-content {
    background: url(/webtube/common/wtt2561/common/v1/line.png) repeat-y;
}

#P49148_B12642 .item-right {
    display: block;
    float: right;
    width: 185px;
    padding-left: 15px;
}

#P49148_B12642 .item {
    margin-bottom: 15px;
}

#P49148_B12642 .item .avatar img {
    display: none;
}

#P49148_B12642 .item .lead {
    display: none;
}

#P49148_B12642 .item h3 {
    margin-bottom: 5px;
    background: url(../images/bullet1.png) no-repeat 0 3px;
    padding-left: 13px;
}

#P49148_B12642 .item .title {
    font-size: 14px;
    font-weight: normal;
}

#P49148_B12642 .item a {
    color: #555247;
}

#P49148_B12642 .item:last-child {
    margin-bottom: 0;
}

#P49148_B12642 .first {
    background: none;
    float: left;
    width: 400px;
    padding: 0;
    margin-bottom: 0;
    padding-right: 15px;
}

#P49148_B12642 .first h3 {
    background: none;
    padding: 0;
}

#P49148_B12642 .first .lead {
    display: block;
    margin-top: 10px;
    line-height: 18px;
}

#P49148_B12642 .first .title {
    font: 20px/23px 'Times New Roman';
    color: #000;
}

#P49148_B12642 .first .avatar img {
    width: 166px;
    padding: 5px;
    background: #FFF;
    display: block;
    float: left;
    margin-right: 14px;
    margin-bottom: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0 0 3px 3px #dddddd;
    -webkit-box-shadow: 0 0 3px 3px#dddddd;
    box-shadow: 0 0 3px 3px #dddddd;
}

#P49152 {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 1px;
    background: #f6f7f6;
    ;
}

#P49152 .portlet-title {
    background: #7f2120;
    border-radius: 2px 2px 0 0;
    padding-left: 5px;
}


/*NgĂ y 20/3/2013 Anh ToĂ n báº£o Ä‘á»ƒ anh trang trĂ­ á»Ÿ trong css */

#P49152 .portlet-title a {
    background: url(../images/box1.jpg) repeat-x scroll left top;
    border-style: solid solid none;
    border: 1px solid #7F2120;
    border-bottom: 0;
    color: #822524;
    display: inline-block;
    font: bold 14px/18px arial;
    text-transform: uppercase;
    height: 23px;
    margin-top: -3px;
    padding: 2px 10px 0;
    text-decoration: none;
    cursor: auto;
}

#P49152 .portlet-content {
    padding: 10px;
}

#P49152 .item {
    margin-bottom: 15px;
    padding-left: 13px;
    background: url(../images/arrow-3.png) no-repeat 0 3px;
    text-align: left;
}

#P49152 .item:last-child {
    margin-bottom: 0;
}

#P49152 .item .title {
    font-size: 14px;
    color: #333333;
}

#zone-spliter-SCREEN-col-2 {
    padding: 0 !important;
}

#notification-holder {
    position: fixed;
    right: 0;
}

#P49151_B12646 {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 1px;
    background: #f6f7f6;
    ;
    display: none;
}

#P49151_B12646 .portlet-title {
    background: #7f2120;
    border-radius: 2px 2px 0 0;
    padding-left: 5px;
}

#P49151_B12646 .portlet-title a {
    background: url(../images/box1.jpg) repeat-x left top;
    border-style: solid solid none;
    border: 1px solid #7F2120;
    border-bottom: 0;
    color: #822524;
    display: inline-block;
    font: bold 14px/18px arial;
    text-transform: uppercase;
    height: 23px;
    margin-top: -3px;
    padding: 2px 10px 0;
    text-decoration: none;
    cursor: auto;
}

#P49151_B12646 .portlet-content {
    padding: 10px;
}

#P49151_B12646 .item {
    padding-bottom: 15px;
    background: url(../images/2087493.png) no-repeat 0 5px;
    padding-left: 13px;
    text-align: left;
}

#P49151_B12646 .item:last-child {
    margin-bottom: 0;
}

#P49151_B12646 .item .title {
    font-size: 14px;
    color: #333333;
}

#P49151_B19074 {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 1px;
    background: #f6f7f6;
    ;
    display: none;
}

#P49151_B19074 .portlet-title {
    background: #7f2120;
    border-radius: 2px 2px 0 0;
    padding-left: 5px;
}

#P49151_B19074 .portlet-title a {
    background: url(../images/2087493.png) repeat-x left top;
    border-style: solid solid none;
    border: 1px solid #7F2120;
    border-bottom: 0;
    color: #822524;
    display: inline-block;
    font: bold 14px/18px arial;
    text-transform: uppercase;
    height: 23px;
    margin-top: -3px;
    padding: 2px 10px 0;
    text-decoration: none;
    cursor: auto;
}

#P49151_B19074 .portlet-content {
    padding: 10px;
}

#P49151_B19074 .item {
    padding-bottom: 15px;
    background: url(../images/arrow-1.png) no-repeat 0 5px;
    padding-left: 13px;
    text-align: left;
}

#P49151_B19074 .item:last-child {
    margin-bottom: 0;
}

#P49151_B19074 .item .title {
    font-size: 14px;
    color: #333333;
}

#toolbar-holder {
    position: relative;
    height: 30px;
}

#P49138 {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6d1d1c), to(#7f2220));
    background: -webkit-linear-gradient(top, #6d1d1c, #7f2220);
    background: -moz-linear-gradient(top, #6d1d1c, #7f2220);
    background: -ms-linear-gradient(top, #6d1d1c, #7f2220);
    height: 54px;
    color: #FFF;
    padding: 20px;
    width: 940px;
    margin-left: 20px;
}

#P49152 .item {
    margin-bottom: 15px;
    padding-left: 13px;
    background: url(../images/arrow-3.png) no-repeat 0 3px;
    text-align: left;
}

#P49138 p {
    margin-bottom: 5px;
}

#P49138 a {
    color: #FFF;
}

#P49138 .logo-footer {
    width: 50px;
}

#P49138 .page_footer_school_subtitle {
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: bold;
}

#P49138 .page_footer_school_title {
    font-size: 22px;
    font-weight: bold;
}

#P49138 .schoole-title-footer {
    text-transform: uppercase;
    width: 220px;
}

#footer {
    margin-left: -20px;
    background: #d2d2d2;
    padding-bottom: 20px;
}

#SUB_P49138 {
    color: #999999;
    padding: 7px 10px 15px 7px;
    width: 960px;
    margin-left: 20px;
    font-size: 11px;
}

#SUB_P49138 table td {
    padding: 0;
    font-family: arial !important;
}

#SUB_P49138 a {
    color: #384b6b;
}

#go_top {
    display: block;
    width: 46px;
    height: 46px;
    position: fixed;
    background-image: url("../../../assets/global/img/totop.png");
    bottom: 40px;
    right: 15px;
    opacity: 0.5;
}

#go_top:hover {
    opacity: 1;
}

#vnEdu {
    margin-top: 2px;
}

#administrator {
    display: none;
}

#P49132 {
    position: relative;
    width: 980px;
    text-align: right;
    min-height: 125px
}

#P49132 .page_logo {
    height: 92px;
    position: absolute;
    left: 10px;
    top: 15px;
}

#P49132 .page_school_subtitle {
    margin-bottom: 2px;
    font: normal 17px times new roman;
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
}

#P49132 .page_school_title {
    font-size: 34px;
}

#P49132 .page_school {
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
    text-align: center;
    color: #e1322f;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 110px;
    top: 30px;
}

.article ul,
.article ol {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 40px;
    margin: 12px 0;
}

.article ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.article ul li{
    margin: 5px 0;
    list-style-type: initial;
}

.article ol li{
    margin: 5px 0;
    list-style-type: decimal;
}

.article .content {
    line-height: 18px;
}


.article h1,
.article .content h2,
.article .content h3,
.article .content p,
.article .content {
    margin-bottom: 14px;
}

.article .content img {
    max-width: 620px;
    height: auto !important;
}

.article .content embed,
.article .content iframe {
    max-width: 620px;
}

.article .content img{
    height: auto !important;
}


.article h1.title {
    font-size: 18px;
}

.article .date {
    color: #999;
    margin: 3px 0;
}

.article-tool {
    margin: 15px 0px;
    padding: 5px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.article-tool ul li {
    display: inline;
    padding-left: 10px;
}


.others-video .selected {
    background: #f0f5fb !important;
}

.others {
    margin-bottom: 20px;
}

.others .title {
    color: #000;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.others .title .bg {
    background: #fff;
    width: 95px;
    position: relative;
    top: 5px;
}

.nav .cate-title {
    border-bottom: 1px dotted #751413;
    margin-bottom: 10px;
}

.nav .cate-title span {
    font: bold 14px 'Times New Roman';
    text-transform: uppercase;
    color: #751413;
    background: #FFF;
    display: inline-block;
    margin-bottom: -5px;
    padding-right: 5px;
    cursor: auto;
}

.nav .cate-title a {
    font: bold 14px 'Times New Roman';
    text-transform: uppercase;
    color: #751413;
}

.article-other {
    margin-bottom: 20px;
    padding: 15px 0px;
}

.article-other .page-title {
    background: url(../images/line.png) repeat-x scroll left bottom rgba(0, 0, 0, 0);
    color: #822524;
    font: bold 14px arial;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.article-other ul li {
    background: url(../images/bullet3.png) no-repeat 0 8px;
    padding: 5px 13px;
}

.page-about .col1 {
    width: 220px;
    float: left;
}

.page-contact .col2,
.page-about .col2 {
    width: 720px;
    float: right;
}

.page-contact .col1 {
    width: 420px;
    float: left;
}

.page-contact .col2{
    width: 480px;
    float: right;
}

.page-about {
    background: url("../images/page-background-2.gif") no-repeat -30px 0;
    min-height: 200px;
}

.page-about-bg {
    background: url("../images/page-background-1.gif") repeat-y -30px 0;
    min-height: 200px;
    padding-bottom: 20px;
}

.page-about .about-menu .item {
    background: url(../images/dotted.png) no-repeat 0 7px;
    padding: 0 40px 15px 10px;
    text-align: left;
    display: block;
}

.page-about .about-menu .item a {
    font: normal 14px/16px arial;
    color: #565247;
}

.page-about .about-menu .item.selected a {
    color: #71201f;
    font-weight: bold;
}

.page-contact h1,
.page-about h1 {
    color: #FFF;
    font: normal 24px times new roman;
    background: #b0a283;
    padding: 2px 20px;
    margin-bottom: 15px;
}

.full-fit {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999;
}

.full-fit .full-fit-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
    opacity: .7;
    background: url(/assets/global/img/slide.png) 0 0 no-repeat;
    background-position: 0 -44px;
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
}

#box-top-photo-player {
    margin-bottom: 15px;
}

#box-top-photo-player .portlet-title {
    border-bottom: 4px solid #751413;
}

#box-top-photo-player .portlet-title a {
    text-transform: uppercase;
    color: #751413;
    font: bold 14px 'Times new roman';
}

#box-top-photo-player .portlet-title a:hover {
    text-decoration: none;
}

#box-top-photo-player .swiper-container {
    background: #ebe0c6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebe0c6), to(#ffffff));
    background: -webkit-linear-gradient(top, #ebe0c6, #ffffff);
    background: -moz-linear-gradient(top, #ebe0c6, #ffffff);
    background: -ms-linear-gradient(top, #ebe0c6, #ffffff);
}

#box-top-photo-player .swiper-container .swiper-slide {
    text-align: left;
    width: 186.667px;
    margin-right: 30px;
    margin-top: 5px;
}

#box-top-photo-player .swiper-container .swiper-slide .avatar {
    width: 186px;
    overflow: hidden;
}

#box-top-photo-player .swiper-container .swiper-slide .avatar img {
    width: 186.667px;
    height: 126px;
    ;
}

#box-top-photo-player .swiper-container .swiper-slide h3 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #751413;
}

.page-photo .portlet-title {
    margin-bottom: 10px;
    margin-right: 25px;
}

.page-photo .portlet-title a {
    font: bold 14px 'Times New Roman';
    text-transform: uppercase;
    color: #751413;
}

.photo-list .item {
    position: relative;
    float: left;
    margin-right: 17px;
    margin-bottom: 10px;
    width: 217px;
}

.photo-list .item a span.border-1 {
    display: block;
    width: 208px;
    height: 210px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #999;
}

.photo-list .item a span.border-2 {
    display: block;
    width: 208px;
    height: 195px;
    padding: 5px 0;
    overflow: hidden;
    background: #fff;
}

.photo-list .item a.avatar {
    display: block;
    float: left;
    height: 208px;
    width: 208px;
    border: 1px solid #999;
    overflow: hidden;
    margin: 0 10px 10px 0;
    text-align: center;
}

.photo-list .item img {
    width: 198px;
    min-height: 210px;
}

.photo-list .item .title {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

.news-list .item {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 21px;
    margin-bottom: 20px;
}

.news-list .item .title {
    font: 20px arial;
    color: #113D70;
}

.news-list .item .lead {
    margin-top: 10px;
    line-height: 20px;
    color: #333333;
}

.news-list .item .avatar img {
    width: 200px;
    float: left;
    margin-right: 20px;
}

.xemthem {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
}

.page-contact {
    margin-bottom: 20px;
}

.page-contact .content {
    padding:0 20px;
}

.contact_form h2 {
    margin-bottom: 15px;
}

.contact_form div {
    margin-bottom: 7px;
}

.contact_form input {
    width: 50%;
}

.contact_form textarea {
    width: 100%;
    height: 100px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.helper {
    color: red;
}

.box-search {
    border: 1px solid #CFCFCF;
    border: 1px solid #CFCFCF;
    background: #E3E9EB;
    padding: 15px 10px;
    margin: 15px 0px 18px;
}

.box-search table{
    width: 100%;
}
.box-search .text {
    width: 400px;
    height: 20px;
    padding: 0 5px;
    border: 1px solid #CCCCCC;
    color: #666;
    font: normal 12px/20px arial;
    margin: 0 20px 0 10px;
}

.box-search .submit {
    border: none;
    background: #A2251E;
    color: #FFF;
    font: bold 12px arial;
    cursor: pointer;
    padding: 6px 0;
    width: 82px;
}

.contact_form .required {
    color: red;
}

.helper {
    color: red;
}



.events {
    background-color: #FFF;
    padding: 10px 15px;
}

.btn-primary {
    border: none;
    background: #A2251E;
    color: #FFF;
    font: bold 12px arial;
}

@media(max-width: 576px) {

    #P49132 .page_school_subtitle {
        font: normal 15px times new roman;
    }

    #P49132 {
        min-height: 125px;
    }

    #box-top-photo-player .swiper-container .swiper-slide .avatar, #box-top-photo-player .swiper-container .swiper-slide .avatar img {
        width: 100% !important;
    }

}
