
@font-face {
    font-family: UTMAVO;
    src: url(../fonts/UTMAvo.ttf)
}

@font-face {
    font-family: UTMAVOBOL;
    src: url(../fonts/UTMAvoBold.ttf)
}

* {
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    font-weight: 700
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.8em;
    background: #fff;
    font-style: normal;
    width: 100%
}

.pull-right {
    float: right
}

.align-center {
    text-align: center
}

.container {
    margin: 0 auto;
    width: 100%;
    float: left
}

.container-header {
    float: left;
    width: 100%
}

.header {
    float: left;
    position: relative;
    z-index: 1000;
    width: 1024px;
    padding: 10px calc((100% - 1024px) / 2);
    background-image: url(../images/bg_header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #72202c
}

.header h1 {
    margin: 0
}

.header >h1,.header >a {
    width: 300px;
    float: left
}

.header a > img {
    width: 100%
}

.hotline {
    width: 550px;
    top: 0;
    right: 0;
    height: 100%;
    position: absolute
}

.hotline_info {
    float: left;
    background: url(../images/hotline.png) no-repeat top left;
    width: 392px;
    height: 67px;
    font-size: 13px;
    margin-top: 20px;
    color: #fff
}

.hotline_info > span, .hotline_info > b {
    float: left;
    width: 370px;
    color: #72202c;
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    padding-left: 20px
}

.hotline_info > span {
    margin-top: 5px
}

.hotline_info > b {
    font-size: 20px;
    text-align: center;
    line-height: 32px
}

.menu {
    float: right;
    width: 1024px;
    padding: 0 calc((100% - 1024px) / 2) 10px;
    position: relative;
    z-index: 1000
}

.button_menu {
    display: none
}

.list_menu {
    float: left;
    width: 100%;
    margin-top: 10px
}

.list_menu > li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.list_menu > li a {
    float: left;
    padding: 5px 8px;
    font-size: 15px;
    color: #05366c;
    border-bottom: 1px solid transparent
}

.list_menu > li:first-child a {
    padding-left: 0
}

.list_menu > li > a > i {
    color: #72202c
}

.list_menu > li a:hover, .list_menu > li a.active, .list_menu > li a:hover i, .list_menu > li a.active i {
    color: #72202c
}

.child_menu {
    position: absolute;
    float: left;
    width: 250px;
    clear: both;
    padding-top: 14px;
    background: url(../images/point.png) no-repeat top left 20px;
    top: 35px;
    left: 10px;
    display: none
}

.child_menu:hover, .sub_menu:hover .child_menu {
    display: block;
    color: #72202c
}
.child_menu > li ul {
    display: none;
    position: absolute;
    top: 14px;
    left: 100%;
    z-index: 99;
    width: 250px;
    min-height: 350px;
    background: #72202c;
}
.child_menu > li > ul a {
    border-bottom: 1px solid #1c6096;
}
.child_menu > li:hover ul {
    display: block;
}
.child_menu > li a {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    background: #72202c;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #cdcdcd;
    width: 230px
}

.child_menu > li > a > .fas {
    font-size: 5px;
    vertical-align: middle
}

.child_menu > li a:hover {
    color: #cdcdcd
}

.sub_menu_reg {
    background: #05366c;
    border-radius: 5px
}

.list_menu > .sub_menu_reg > a, .list_menu > .sub_menu_reg > a > i {
    color: #fff
}

.box_slide {
    width: 1024px;
    padding: 0 calc((100% - 1024px) / 2);
    float: left;
    position: relative
}

.container-content {
    float: left;
    width: 1024px;
    padding: 10px calc((100% - 1024px) / 2);
    position: relative
}

.div-home1 {
    position: relative;
    margin-top: 20px;
    padding: 20px calc((100% - 1024px) / 2);
    background: #f4f4f4
}

.div-home1 > div {
    position: relative
}

.bg-div-home1 {
    position: absolute;
    right: 0;
    bottom: 0
}

.div-home1 .about-text > h4 {
    color: #05366c
}

.list-schools {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.list-schools > a {
    text-transform: uppercase;
    float: left;
    width: 100%;
    color: #333;
    font-weight: 400
}

.list-schools > a:hover {
    color: #72202c
}

.list-schools > a.special {
    text-transform: unset;
    color: #fff;
    padding: 2px 20px;
    border-radius: 10px;
    background: #72202c;
    box-shadow: 1px 1px 3px #333;
    width: unset;
    margin-bottom: 5px
}

.list-schools > a.special1 {
    background: #05366c
}

.list-schools > a > .fas {
    font-size: 5px;
    vertical-align: middle;
    display: inline-block
}

.menu-nganh, .menu-nganh-child {
    float: left;
    width: 100%;
    text-align: center
}

.menu-nganh > li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 -2px;
    border-bottom: 1px solid gray
}

.menu-nganh > li.active, .menu-nganh > li:hover {
    border-bottom: 3px solid #72202c;
    padding-bottom: 4px
}

.menu-nganh > li > a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase
}

.menu-nganh > li.active > a, .menu-nganh > li > a:hover {
    color: #72202c
}

.menu-nganh-child {
    margin: 20px 0 0;
    display: none
}

.menu-nganh-child.active {
    display: block
}

.menu-nganh-child > a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #72202c;
    margin: 0 -2px;
    color: #72202c
}

.menu-nganh-child > a:hover, .menu-nganh-child > a.active {
    color: #fff;
    background: #72202c
}

.menu-nganh-child > a:last-child {
    border-left: none
}

.list-news-tab {
    display: none
}

.list-news-tab.active {
    display: block
}

.gioi-thieu, .list-news {
    float: left;
    width: 100%
}

.list-news {
    margin: 30px 0
}

.list-news-rela {
    margin: 10px 0
}

.title-logo {
    width: 100%;
    float: left;
    line-height: 71px;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #72202c;
    background: url(../images/border.png) no-repeat bottom center
}

.about-text {
    width: 45%;
    float: left
}

.div-home1 .about-text {
    width: 100%
}

.about-text > h3 {
    color: #72202c;
    font-size: 22px;
    line-height: 32px
}

.about-text > p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 24px
}

.about-link {
    padding: 5px 15px;
    border: 1px solid #72202c;
    color: #72202c;
    font-size: 15px;
    float: left;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #333
}

.about-link:last-child {
    float: right
}

.about-link:hover, .about-link.active {
    background: #72202c;
    color: #fff
}

.about-list {
    float: right;
    width: 42%;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.about-list > li {
    line-height: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd
}

.about-list > li > b, .about-list > li > strong {
    font-size: 32px;
    font-family: UTMAVOBOL;
    vertical-align: middle;
    color: #f15b26;
    width: 105px;
    display: inline-block
}

.title-gt {
    float: left;
    width: 1024px;
    margin: 20px 0;
    padding: 50px calc((100% - 1024px) / 2);
    position: relative
}

.title-gt > h2 {
    color: #fff;
    text-align: center;
    float: left;
    width: 100%
}

.home-new-hot {
    width: 100%;
    float: left
}

.home-new-hot > a {
    width: 48%;
    height: 135px;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
    color: gray
}

.home-new-hot > a:nth-child(2n) {
    float: right
}

.home-new-hot > a > img {
    width: 35%;
    float: left;
    border-radius: 5px;
    padding-right: 5%
}

.home-new-hot > a > div {
    width: 55%;
    float: left;
    margin-top: 5px;
    color: gray;
    font-weight: 400
}

.home-new-hot > a > div > span, .home-new-hot > a > div > a {
    width: 100%;
    display: block
}

.home-new-hot > a > div > b {
    color: #72202c;
    font-weight: bolder
}

.home-new-hot > a > div > span {
    color: #333
}

.home-new-hot > a > div > i:last-child {
    margin-left: 10px
}

.list-news > a {
    width: 320px;
    min-height: 335px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    font-size: 12px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    font-weight: bolder
}

.list-news-rela > a {
    width: 235px
}

.list-news-rela > a > .about-link {
    float: left;
    box-shadow: none;
    margin: 10px
}

.list-news-rela > a:hover > .about-link {
    border: 1px solid #72202c;
    background: #fff;
    color: #72202c
}

.link-more-view {
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 5px 0;
    background: #f4f4f4;
    text-align: center;
    color: gray
}

.link-more-view:hover {
    background: #cdcdcd;
    color: #72202c
}

.list-news > a b, .list-news > a span {
    width: calc(100% - 20px);
    float: left;
    padding: 0 10px
}

.list-news > a span, .home-new-hot > a > span {
    font-weight: 400
}

.list-news > a:hover, .home-new-hot > a:hover {
    background: #72202c
}

.list-news > a:hover b, .list-news > a:hover span, .home-new-hot > a:hover > div > * {
    color: #fff
}

.list-news > a:nth-child(3n), .list-news-rela > a:nth-child(4n) {
    margin-right: 0
}

.list-news-rela > a:nth-child(3n) {
    margin-right: 25px
}

.list-news > a > img {
    width: 100%
}

.list-news > a > b {
    font-size: 16px;
    color: #333;
    width: calc(100% - 20px);
    float: left
}

.list-news > a > span {
    font-size: 14px;
    line-height: 15px;
    width: calc(100% - 20px);
    float: left;
    color: #333;
    margin-top: 5px
}

.list-news-div1 > a {
    width: 261px
}

.list-news-div1 > a:first-child {
    width: 450px
}

.list-news-div2 > a, .list-news-div2 > a:nth-child(3n) {
    width: 244px;
    margin-right: 15px
}

.list-news-div2 > a:nth-child(4n) {
    margin-right: 0
}

.content-media {
    width: 100%;
    float: left;
    text-align: center
}

.content-media > ul {
    float: unset;
    width: 173px;
    margin: 0 auto
}

.content-media > ul > li {
    float: unset;
    display: inline-block
}

.reg-online {
    width: 1024px;
    float: left;
    padding: 0 calc((100% - 1024px) / 2) 30px;
    background: url(../images/bg_div1.png) no-repeat bottom center /contain
}

.form-reg {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.slogan-reg {
    color: #72202c;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px
}

p.slogan-reg {
    font-size: 15px;
    font-weight: 400
}

.bx-controls-direction {
    top: 25%;
    position: absolute;
    width: 100%
}

.doitac_slide > .bx-wrapper .bx-next, .doitac_slide > .bx-wrapper .bx-prev {
    background: url(../images/bg_next.png) no-repeat center;
    right: -50px
}

.doitac_slide > .bx-wrapper .bx-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: -50px
}

.detail_title {
    color: #72202c;
    font-size: 25px;
    text-align: justify;
    line-height: 32px;
    width: 100%;
    float: left;
    margin-top: 20px
}

.detail-right {
    float: right;
    width: 290px
}

.timer {
    width: 100%;
    float: left;
    color: gray;
    font-size: 12px
}

.detail-content {
    width: 100%;
    float: left;
    padding: 10px 0;
    color: #333;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray
}

.detail-desc {
    color: #10605b;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px
}

.detail-content img {
    max-width: 100%;
    margin: 5px 0;
    height: auto
}

.detail-content ul, .detail-content ol {
    margin: 10px 0 10px 40px;
    list-style: unset
}

.detail-content h1, .detail-content h2 {
    font-size: 20px;
    text-transform: uppercase
}

.detail-content h3 {
    font-size: 18px
}

.detail-content h4 {
    font-size: 16px
}

.detail-content table {
    border: 1px solid #ddd;
    width: 100%
}

.detail-content table th, .detail-content table td {
    border: 1px solid #ddd
}

.detail-content a {
    color: #05366c;
    text-decoration: none
}

.detail-content a:hover {
    color: #409dcf
}

.detail-content p {
    margin: 5px 0
}

.detail-left {
    width: 720px;
    border-radius: 5px;
    float: left;
    background: #fff
}

.left_box, .right_box {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 20px
}

.right_box_title {
    width: calc(100% - 10px);
    float: left;
    color: #72202c;
    margin: 10px 0
}

.right_box_title > span {
    color: #72202c;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 18px;
    float: left;
    position: relative
}

.right_box_title > a {
    text-decoration: underline;
    font-style: italic;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 400
}

.right_list_1, .right_list_1 {
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0
}

.right_list_1 > li {
    padding-left: 10px;
    padding: 5px;
    width: calc(100% - 10px);
    float: left;
    border-bottom: 1px solid #cdcdcd
}

.right_list_1 > li > a > span {
    padding: 2px 5px;
    float: left;
    background: #72202c;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px
}

.right_list_1 > li:hover {
    background: #f4f4f4
}

.right_list_1 > li a, .right_list_1 > li a {
    color: gray
}

.slideCate > .bx-wrapper > .bx-has-controls-direction {
    width: 45px !important;
    position: absolute !important;
    right: 0 !important;
    top: 30px !important
}

.slideCate > .bx-wrapper > .bx-has-controls-direction > .bx-controls-direction > a {
    background: #cdcdcd !important;
    color: #333;
    text-indent: unset !important;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0
}

.slideCate > .bx-wrapper > .bx-has-controls-direction > .bx-controls-direction > a.bx-next {
    right: 0 !important
}

.slideCate > .bx-wrapper > .bx-has-controls-direction > .bx-controls-direction > a.bx-prev {
    left: 0 !important
}

.slideCate ul > li > a > span, .link-cate-slide-rela > a {
    color: #333
}

.cateslider > li > a > span {
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
    float: left
}

.cateslider > li > a {
    color: gray;
    font-size: 12px
}

.cateslider > li > a:hover > span, .link-cate-slide-rela > a:hover {
    color: #72202c
}

.link-cate-slide-rela, .link-cate-slide-rela > a {
    width: 100%;
    float: left;
    font-size: 12px
}

.link-cate-slide-rela {
    border-top: 1px solid #cdcdcd;
    margin-top: 5px;
    padding-top: 5px
}

.line-border {
    float: left;
    margin: 20px 0;
    width: 100%;
    border: none;
    border-top: 1px solid gray
}

.left_box_title {
    color: #72202c;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 18px;
    float: left;
    position: relative;
    margin: 10px 0
}

.left_list_1 {
    max-width: 339px;
    float: left;
    border-right: 1px solid #cdcdcd
}

.left_list_1:last-child {
    border: none
}

.left_list_1 > li {
    border: none;
    margin: 0 10px;
    padding: 0
}

.left_list_1 > li:first-child {
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0
}

.left_list_1 > li > a {
    font-size: 12px
}

.left_list_1 > li:first-child > a > img {
    width: 100%
}

.left_list_1 > li:first-child > a > b {
    font-size: 15px;
    color: #333;
    width: 100%;
    float: left
}

.left_list_1 > li:first-child > a > span {
    font-size: 11px;
    line-height: 15px;
    width: 100%;
    float: left
}

.left_list_1 > li .fa-circle {
    font-size: 5px;
    vertical-align: middle;
    color: orange
}

.slide_home > .bx-wrapper > .bx-has-controls-direction {
    width: 45px !important;
    position: absolute !important;
    right: 0 !important;
    top: 15px !important
}

.slide_home > .bx-wrapper > .bx-has-controls-direction > .bx-controls-direction > a {
    background: #f7d1d3 !important;
    text-indent: unset !important;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0
}

.slide_home > .bx-wrapper > .bx-has-controls-direction > .bx-controls-direction > a.bx-next {
    right: 0 !important
}

.slide_home > .bx-wrapper > .bx-has-controls-direction > .bx-controls-direction > a.bx-prev {
    left: 0 !important
}

.slide_home ul > li > a > span {
    color: #333
}

.box_list1, .box_list1_right > a, .box_list1_left > a {
    width: 100%;
    float: left
}

.box_list1 img {
    border-radius: 5px
}

.box_list1_left {
    float: left;
    width: 50%
}

.box_list1_left > a > b {
    font-size: 15px;
    color: #333;
    width: 100%;
    float: left
}

.box_list1_left > a > span {
    font-size: 11px;
    line-height: 15px;
    width: 100%;
    float: left;
    color: gray
}

.box_list1_right {
    width: calc(50% - 10px);
    float: right
}

.box_list1_right > a {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd
}

.box_list1_right > a:last-child {
    border: none
}

.box_list1_right > a > img {
    width: 100px;
    float: left
}

.box_list1_right > a > span {
    color: #333;
    float: left;
    margin-left: 10px;
    width: calc(100% - 110px)
}

.detail-news-relative {
    width: 100%;
    float: left
}

.detail-news-relative > .detail_title {
    font-family: UTMAVO;
    font-size: 20px;
    margin-bottom: 10px
}

.detail-news-relative > .right_list_1 {
    width: 100%;
    float: left
}

.detail-news-relative > .right_list_1 > li {
    width: 100%;
    float: left;
    border: none;
    margin: 0;
    padding: 0
}

.detail-news-relative > .right_list_1 > li > a {
    color: #333
}

.detail-news-relative > .right_list_1 > li > a:hover {
    color: #0b7691
}

.detail-news-relative > .right_list_1 > li > a > .fa-circle {
    color: #0b7691
}

.list-image {
    float: left;
    width: 100%
}

.list-image > a {
    float: left;
    width: 196px;
    margin-right: 11px
}

.list-image > a:last-child {
    float: right;
    margin-right: 0
}

.list-image > a > img {
    width: 100%;
    float: left
}

.list-image > a > span {
    color: #333
}

.list-image > a:hover span {
    color: #72202c
}

.box-view-more {
    float: right;
    font-size: 13px;
    font-style: italic;
    text-decoration: underline;
    color: gray;
    text-transform: lowercase;
    font-weight: 400
}

.w100 {
    width: 100%
}

.box_list_cate {
    width: 100%;
    float: left
}

.box_list_cate > a > img {
    width: 300px;
    float: left
}

.box_list_cate > a > span, .box_list_cate > a > b {
    color: gray;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    width: calc(100% - 310px)
}

.box_list_cate > a > b {
    font-size: 15px;
    color: #333
}

.doitac {
    width: 1024px;
    float: left;
    padding: 20px calc((100% - 1024px) / 2) 0;
    min-height: 150px;
    padding-top: 20px
}

.doitac_slide {
    width: 100%;
    float: left;
    margin: 30px 0
}

.bx-wrapper .bx-viewport {
    background: transparent
}

#bxslider2 > li, #bxslider3 > li, #bxslider4 > li, #slide-news-hot > div {
    padding-bottom: 50px
}

.breadcrumbs-detail {
    width: 100%;
    float: left
}

.breadcrumbs-detail > li {
    list-style-type: none;
    float: left;
    margin: 0 2px
}

.breadcrumbs-detail > li > a, .breadcrumbs-detail > li > i {
    color: gray
}

.breadcrumbs-detail > li.current > a {
    color: #0b7691
}

.contact {
    width: 100%;
    float: left;
    position: relative
}

.contact-menu, .contact_text {
    width: 1024px;
    float: left;
    padding: 30px calc((100% - 1024px) / 2);
    background: #72202c
}

.contact-menu > ul {
    float: left;
    margin-right: 30px
}

.contact-menu > ul > li, .contact-menu > ul > li > a,.contact-menu > ul > li, .contact-menu > ul > li > h2 > a,.contact-menu > ul > li > h3 > a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.contact-menu > ul > li:first-child {
    font-size: 17px
}

.contact_text {
    background: #fff
}

.contact-text-content {
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
    color: #72202c
}

.maps {
    width: 25%;
    float: right
}

.contact-text-content > h2, .h2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.h3{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(114, 35, 45, .6)
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #72202c
}

.slide_news a > b {
    color: #72202c;
    width: 100%;
    float: left;
    padding: 5px 0
}

.slide_news a > span {
    color: gray
}

@media (max-width: 767px) {
    .container {
        width: 100% !important;
        float: left !important;
        height: auto !important;
        overflow: hidden !important
    }

    .container > div {
        width: 96% !important;
        padding: 0 2% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .container-header {
        position: relative;
        background: #72202c;
        width: 100%
    }

    .header {
        width: 250px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: unset
    }

    .header > h1 , .header > a{
        width: 100%;
        float: left;
        position: relative;
        top: 10px;
        left: 25px
    }

    .header a > img {
        width: 200px
    }

    .hotline, .menu_home, .slider-header > img {
        display: none
    }

    .menu {
        float: left;
        max-width: 100px;
        width: 15%;
        position: relative;
        z-index: 100000000;
        margin: 10px
    }

    .button_menu, .button_menu > div {
        float: left;
        display: block;
        width: 100%;
        cursor: pointer
    }

    .button_menu > div {
        height: 10px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 5px
    }

    #menu3 {
        margin-bottom: 0
    }

    .menu1 {
        margin-top: 15px;
        transform: rotate(40deg)
    }

    .menu2 {
        background: transparent !important
    }

    .menu3 {
        margin-top: -30px;
        transform: rotate(-40deg)
    }

    .list_menu {
        float: left;
        width: 250px;
        background: #72202c;
        margin-top: 10px;
        display: none;
        position: absolute;
        top: 45px
    }

    .list_menu > li {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .list_menu > li:first-child a {
        padding: 5px 10px
    }

    .list_menu > li a {
        float: left;
        width: 230px;
        padding: 5px 10px;
        font-family: UTMAVO;
        color: #fff;
        border-bottom: 1px solid #fff
    }

    .child_menu {
        display: block;
        position: relative;
        top: 0;
        padding-top: 0
    }

    .list_menu > li a:hover, child_menu > li a:hover {
        color: gray
    }

    .list-image > a {
        width: 90%;
        margin: 10px 5%;
        float: left !important
    }

    .slide-banner {
        margin: 0
    }

    .slider-header, .slider-reg {
        width: 100%
    }

    .slider-reg {
        margin-bottom: 20px
    }

    .link_register_left {
        background: #d81921;
        color: #fff;
        width: 100%;
        height: 50px;
        line-height: 50px;
        float: left;
        font-size: 18px;
        margin: 10px 0 10px 0;
        border-radius: 5px;
        position: unset;
        padding: 0
    }

    .slider-reg > .bx-wrapper {
        height: unset
    }

    .container > .box_slide {
        width: 100% !important;
        padding: 0 !important
    }

    .list-news {
        margin: 10px 0
    }

    .list-news > a, .list-news-div1 > a, .list-news-div1 > a:first-child, . list-news-div2 > a, .list-news-div2 > a:nth-child(3n) {
        width: 98%;
        padding: 10px 1%;
        margin-right: 0
    }

    .menu-nganh > li {
        width: calc(100% - 20px)
    }

    .slogan-reg {
        font-size: 15px;
        line-height: 20px;
        padding: 20px 0;
        float: left
    }

    .detail-right, .detail-left, .box_list1_left, .box_list1_right, .contact-menu, .contact-text-content, .about-text, .about-list, .home-new-hot > a {
        width: 98% !important;
        padding: 0 1% !important;
        float: left !important;
        height: auto !important;
        overflow: hidden !important
    }

    .right_list_1 {
        border: none
    }

    .box_list1_right {
        margin-top: 10px
    }

    .line_border > .line_1 {
        width: 80%;
        margin: 5px 10%
    }

    .line_border > .line_2 {
        width: 70%;
        margin: 5px 15%
    }

    .contact_text {
        width: 96%;
        margin-left: 2%;
        float: left;
        padding: 20px 0
    }

    .contact-menu > ul {
        width: 45%;
        float: left;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .contact-menu > ul:nth-child(2n) {
        float: right;
        margin-right: 0
    }

    .maps {
        clear: both;
        width: 96%;
        margin: 0 2% 30px;
        float: left
    }

    .doitac > h2 {
        font-size: 20px
    }

    .contact {
        width: 100%;
        padding-left: 0
    }

    .contact_text, .contact_social {
        width: 94%;
        padding: 10px 3%;
        text-align: left
    }

    .box_list_cate > a > * {
        width: 100% !important;
        margin: 0 !important
    }

    .detail-content {
        width: 96% !important;
        padding: 0 2% !important;
        overflow: hidden
    }

    .list-news > a, .list-news-div1 > a, .list-news-div2 > a {
        width: 100% !important;
        margin-bottom: 15px
    }

    .detail-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: unset
    }

    .detail-content p {
        margin: 5px 0
    }

    .link-more-view {
        margin-bottom: 30px
    }
}

.slide-news-hot {
    height: auto !important
}

.box-info-social {
    width: 25%;
    float: left;
    display: block;
    text-align: left
}

.box-info-social .title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 50px 0 10px
}

.box-info-social ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none
}

.box-info-social li {
    display: inline-block;
    margin-right: 5px
}

.box-info-social ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none
}

.box-info-social li {
    display: inline-block;
    margin-right: 5px
}

.box-info-social li:last-child {
    margin-right: 0
}

.box-info-social .fab {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    background: #ddd;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px
}

.box-info-social .fab:hover {
    background: #fff
}

.box-info-social .fa-facebook-f {
    background: #4267b2
}

.box-info-social .fa-facebook-f:hover {
    color: #4267b2
}

.box-info-social .fa-google-plus-g {
    background: #dd4c40
}

.box-info-social .fa-google-plus-g:hover {
    color: #dd4c40
}

.box-info-social .fa-youtube {
    background: red
}

.box-info-social .fa-youtube:hover {
    color: red
}

.box-info-social .fa-instagram {
    background: #c92f9c
}

.box-info-social .fa-instagram:hover {
    color: #c92f9c
}

.box-info-social .fa-twitter {
    background: #32cae8
}

.box-info-social .fa-twitter:hover {
    color: #32cae8
}

.detail-content ul li a, .detail-content ol li a
{
    font-weight: normal !important;
}
.detail-content ul li a:hover,.detail-content ol li a:hover
{
    color: #72202C !important;
}
.detail-content a
{
   font-weight: normal !important; 
}
.detail-content a:hover
{
    color: #72202C !important;
}