*{
    margin: 0px;
    padding: 0px;
}
ol, ul
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Roboto;
    overflow-x: hidden;
}
a:hover{
    text-decoration: none;
}
@font-face {
    font-family: utmcafeta;
    src: url(../fonts/utmcafeta.ttf);
}
.header
{
    background: url(../images/bg_header_02.png) no-repeat;
    background-size: cover;

}
.header_logo
{
    padding: 15px 0px;
}
.logo_images
{
    float: left;
}
.logo_images img
{
    width: 98%;
}
.text_logo
{
    float: left;
    color: #fff;
    margin-left: 15px;
}
.text_logo1{
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    margin-bottom: 3px;
    font-weight: 700;
}
.text_logo2{
    font-family: "utmcafeta", serif;
    font-size: 29pt;
    margin-bottom: 3px
}
.text_logo3
{
    font-family: "utmcafeta", serif;
    font-size: 19pt;
    margin-bottom: 3px
}
.menu_main
{
    float: left;
    width: 100%;
    background: #3d6fc2;
}
.list_menu {
    float: left;
    display: block;
}
.menu_home {
    float: left;
    padding: 8px 10px 0;
}
.menu_home img
{
    width: 80%;
}
.list_menu > li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-right: 1px solid #fff;
}
.list_menu>li a {
    float: left;
    padding: 5px 32px;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 41px;
    color: #fff;border-bottom: 1px solid transparent;

}
.child_menu {
    position: absolute;
    float: left;
    width: 260px;
    clear: both;
    background: #00b57e;
    top: 52px;
    left: -1px;
    display: none;
    list-style: none;
    z-index: 10000;
}
.child_menu:hover, .list_menu>li:hover .child_menu {
    display: block;
    color: #d81921;
}
.child_menu>li
{
    border-right: none;
    float: left;
    width: 100%;
}
.child_menu>li a {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    border-bottom: 1px dotted #cdcdcd;
    width: 100%;
}
.child_menu>li ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    list-style: none;
    z-index: 99;
    width: 250px;
    background: #00b57e;
}
.child_menu>li ul li
{.list_menu
float: left;
    width: 100%;
}
.child_menu>li ul li a
{
    color: #fff;
    border-bottom: 1px dotted #cdcdcd;
}

.list_menu>li.active, .list_menu>li:hover, .child_menu>li:hover, .child_menu>li.active {
    background: #f79928;
}
.child_menu>li:hover ul {
    display: block;
}
.list_menu>li.active a
{
    font-weight: 750;
}
.left_top_home
{
    float: left;
    width: 70%;
}
.right_top_home
{
    float: left;
    width: 30%;
}
.left_home_box
{
    background: url(../images/bg_text_home1.png) no-repeat bottom;
    -webkit-box-shadow: 5px 5px 14px -6px #000000;
    box-shadow: 5px 5px 14px -6px #000000;
    padding: 10px 15px 10px 16px;
    background-color: #3d6fc2;
    overflow: hidden;
    background-size: 100%;
    font-family: Roboto;
    border-top:10px solid #f79928;
}
.left_home_box .notify-content p
{
    line-height: 27px;
}
.heading_box_1
{
    float: left;
    width: 100%;
    font-weight: 750;
    text-align: center;
    font-size: 22pt !important;
    color: #fff !important;
    margin-bottom: 5px;
}
.left_nganh .left_home_box .heading_box_1
{
    float: left;
    width: 100%;
    font-weight: 750;
    text-align: center;
    font-size: 21pt !important;
    color: #fff !important;
    margin-bottom: 10px;
    margin-top: 0px;
}
.heading_box_2
{
    float: left;
    width: 100%;
    font-weight: 750;
    text-align: center !important;
    font-size: 18pt !important;
    color: #fff !important;
}
.box_top_home
{
    margin-top: 20px;
    float: left;
    width: 100%;
}
.notify-content
{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-align: justify;

}
.notify-content a
{
    color: #fff;
}
.notify-content p
{
    margin-bottom: 5px;
}
.notify-content p i,.notify-content p img
{
    margin-right: 5px;
}
.list_new_bottom_text
{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.box_news_top_home
{
    float: left;
    width: 266px;
    margin-right: 10px;
    border:1px solid #cfe4e2;
}
.box_news_top_home:hover
{
    -webkit-box-shadow: 5px 5px 7px -3px #000000;
    box-shadow: 5px 5px 7px -3px #000000;
    border-bottom:1px solid #f79928;
}
.box_news_top_home:hover .desription_top_news
{
    border-bottom: 8px solid #f79928;
}
.box_news_top_home img
{
    max-width: 100%;
    width: 100%;
}
.box_news_top_home:last-child
{
    float: right;
    margin-right: 0px;
}
.desription_top_news
{
    float: left;
    width: 100%;
    color: #010101;
    padding: 5px;
    text-align: justify;
    border-bottom: 8px solid #107870;
}
.desription_top_news a
{
    color: #107870;
    font-weight: 750;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.desription_top_news
{
    margin-bottom: 0px;
}
.list_menu_right
{
    float: left;
    width: 100%;
    padding-left: 20px;
}
.list_menu_right ul
{
    list-style: none;
    float: left;
    width: 100%;
}
.list_menu_right ul li
{
    float: left;
    width: 100%;
    background: url(../images/bg_right_non.png) no-repeat center;
    background-size: 100%;
    height: 82px;
    margin-bottom: 15px;
    text-align: center;
}
.list_menu_right ul li a
{
    margin-left: 20px;
    height: 62px;
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    font-weight: 750;
    width: 100%;
    font-family: Roboto;
    float: left;
}
.list_menu_right ul li:hover
{
    background: url(../images/menu_bg_right.png) no-repeat center;
    background-size: 100%;
}
.list_banner_right
{
    float: left;
    padding-left: 20px;
    width: 100%;
}
.list_banner_right a{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.list_banner_right a img
{
    max-width: 100%;
    width: 100%;
}
.list_nganh
{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.title_box
{
    font-size: 30px;
    color: #3d6fc2;
    text-align: center;
    font-family: Roboto;
    font-weight: 750;
    margin-bottom: 20px;
}
.nghanh
{
    float: left;
    width: 226px;
    margin-right: 10px;
    position: relative;
    border-radius: 20px;
}
.nghanh img
{
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.nghanh:hover
{
    -webkit-box-shadow: 5px 5px 7px -3px #000000;
    box-shadow: 5px 5px 7px -3px #000000;
    border-radius: 20px;
}
.info_nganh
{
    position: absolute;
    top: 0px;
    padding: 5px;
    color: #fff;
}
.ten_nganh
{
    font-size: 19px;
    font-weight: 750;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.ten_nganh img
{
    float: left;
    margin: 5px;
    width: auto;
    border-radius: unset;
}
.nghanh:last-child
{
    float: right;
    margin-right: 0px;
}
.list_nganh_news .box_news_top_home
{
    width: 383px;
}
.tb
{
    float: left;
    width: 100%;
    background: url(../images/bg_tb.png) no-repeat center;
    background-size: cover;
    margin-top: 20px;
}
.headeing_tb
{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 750;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.left_banner_tb
{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.left_banner_tb img
{
    max-width: 100%;
    width: 100%;
}
.list_news_tb
{
    float: left;
    width: 100%;
    padding-left: 20px;
}
.new_tb
{
    float: left;
    width: 32%;
    margin-right: 15px;
    position: relative;
}
.new_tb:last-child
{
    float: right;
    margin-right: 0px;
}
.new_tb img
{
    max-width: 100%;
    width: 100%;
}
.description_tb
{
    background: #fff;
    float: left;
    width: 100%;
}
.btn_readmore
{
    float: left;
    width: 98%;
    margin-left: 20px;
    text-align: center;
    line-height: 50px;
    margin-top: 33px;
    font-size: 20px;
    font-weight: 750;
    border-radius: 15px;
    overflow: hidden;
}
.timer p
{
    margin-bottom: 0px;
}
.timer
{
    float: left;
    background: #3d6fc2;
    color: #fff;
    padding: 7px;
    text-align: center;
    position: absolute;
    bottom: 127px;
    left: 10px;
}
.timer p:first-child
{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-weight: 750;

}
.title_tb
{
    float: left;
    width: 100%;
    color: #107870;
    font-size: 18px;
    font-weight: 500;
    margin-top: 43px;
    padding: 0px 10px;
    border-left: 2px solid #3d6fc2;
    margin-left: 10px;
    margin-bottom: 28px;
}
.about
{
    float: left;
    width: 100%;
    background: url(../images/bg.png) no-repeat right;
    background-size: contain;
}
.about_content
{
    float: left;
    width: 100%;
    margin-top: 107px;
    margin-bottom: 20px;
    height: 800px;
    position: relative;
}
.left_about
{
    float: left;
    width: 60%;
    padding-left: 4%;
    text-align: justify;
}
.left_about .heading_ab_1
{
    color: #3d6fc2;
    float: left;
    width: 100%;
    font-size: 25pt;
    font-weight: 750;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.left_about .heading_ab_2
{
    color: #ffae00;
    float: left;
    width: 100%;
    font-size: 27pt;
    font-weight: 750;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.left_about .heading_ab_3
{
    color: #107871;
    float: left;
    width: 100%;
    font-size: 18pt;
    font-weight: 750;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.left_about p{
    float: left;
    width: 100%;
    color: #282828;
    font-size: 16px;
    margin-bottom: 20px;
}
.left_about p img
{
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}
.btn_gif
{
    margin-top: 20px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.right_about
{
    position: absolute;
    right: -28px;
    top: 0;
    float: right;
    width: 40%;
}
.right_about img
{
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
}
.video
{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.img_video
{
    float: left;
    width: 100%;
}
.img_video img
{
    margin-right: 10px;
    float: left;
}
.img_video img:last-child
{
    margin-right: 0px;
    float: right;
}
.img_video img:nth-child(2)
{
    margin-left: 22px;
}
.video_fame
{
    margin-top: 20px;
    float: left;
    width: 100%;
}
.left_video_fame
{
    float: left;
    width: 70%;

}
.right_video_fame
{
    width: 28%;
    float: right;
    margin-left: 2%;
}
.footer
{
    float: left;
    width: 100%;
    background: url(../images/bg_footer_02.png) no-repeat;
    background-size: cover;
    border-top: 3px solid #107870;
    /*margin-top: 30px;*/
    position: relative;
    z-index: 999;
}

.ft_1
{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ft_1 img
{
    max-width: 100%;
    width: 70%;

}
.ft_1 p
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15pt;
    font-weight: 750;
    text-transform: uppercase;
}
.logo_bo img
{
    width: 80%;
}
.ft_2 h3,.ft_2 p
{
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 500 !important;
    margin-top: 20px;

}
.fb-page
{
    margin-bottom: 20px;
}
.ft_2 p
{
    font-weight: 750;
    margin-bottom: 5px;

}
.ft_3 h2
{
    float: left;
    width: 100%;
    color: #107870;
    font-size: 18pt;
    margin-top: 0px;
    padding-left: 10px;
}
.ft_3 p
{
    font-size: 14px;
    font-family: "Roboto";
    padding-left: 10px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 450;
    line-height: 2;
    color: #0a0a0a;

}
.ft_3 p img
{
    float: left;
    margin-right: 5px;
    margin-top: 7px;
}
.logo_m
{
    display: none;
}
.banner_bottom
{
    float: left;
    width: 100%;
}
.banner_bottom img
{
    max-width: 100%;
    width: 100%;
}
.text_content_ts
{
    float: left;
    width: 100%;

}
.text_content_ts a
{
    color: #282828;
}
.text_content_ts .notify-content
{
    float: left;
    width: 100%;
    line-height: 35px;
    color: #282828;
}
.text_content_ts  .heading_box_2
{
    color: #0e7268 !important;
}
.text_content_ts .heading_box_1
{
    margin-top: 15px;
    margin-bottom: -19px;
}
.border_title_ts,.img_button
{
    float: left;
    width: 100%;
    text-align: center;
}
.text_content_ts .notify-content p em
{
    color: #0e7268;
    font-weight: 750;
}
.img_button img
{
    border-radius: 25px;
    overflow: hidden;
}
.table_nganh
{
    float: left;
    width: 100%;
    background: url(../images/bg_tb.png) no-repeat center;
    background-size: cover;
}
.bold_text b i
{
    color: #282828;
}
.left_content_table
{
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 50px;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.left_content_table table {
    width: 100%;
    background: #bfcadb;
    font-size: 17px;
    border-radius: 10px;
    border:3px solid #13ae8c;
    overflow: hidden;

}

.left_content_table table tr{
    line-height: 40px;
}
.left_content_table table td {
    vertical-align: middle;
}
.left_content_table table thead td {
    background-color: rgb(57, 58, 141);
    color: rgb(255, 255, 255);
    padding: 15px;
    text-transform: uppercase;
    font-weight: 750;
}
.left_content_table table thead td:first-child {

    padding-left: 20%;

}
.left_content_table tbody td {
    word-break: break-word;
}
.left_content_table table tbody tr:nth-of-type(odd) td {
    background-color: rgb(226, 238, 254);
    color: rgb(0, 0, 0);
    padding: 15px;
}
.left_content_table table tbody tr td:first-child {
    padding: 15px;
}
.left_content_table table tbody tr:nth-of-type(even) td {

    color: rgb(0, 0, 0);
    padding: 12px;
}
.title_table
{
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
.right_table
{
    float: left;
    width: 47%;
    margin-left: 3%;
    padding-top: 20px;

}
.right_table .text_table
{
    background: #fff;
    border-radius: 10px;
    border:3px solid #13ae8c;
    overflow: hidden;
    padding: 10px;
    float: left;
    width: 100%;
}
.right_table .text_table ul
{
    list-style: none;
    padding-left: 5px;

    font-size: 20px;
}
.right_table .text_table ul li
{
    line-height: 36px;
}
.right_table .text_table ul li:before
{
    content:".";
    font-size:80px;
    /*vertical-align:middle;*/
    line-height:20px;
    color: #2b4e88;
}
.right_table img
{
    margin-top: -20px;
}
.event-left {
    float: left;
    width: calc(23% - 20px);
}
.event-right
{
    float: right;
    width: calc(77% - 60px);
}
.detail-event {
    float: left;
    width: calc(100% - 22px);
    color: #1B2C56;
    padding: 10px;
    border: 1px solid #1B2C56;
    border-radius: 5px;
    position: relative;
}
.event-days {
    font-size: 20px;
    font-weight: 750;
}
.event-days p{
    margin-bottom: 0px;
}
.event-point {
    position: absolute;
    top: 50%;
    right: -56px;
    color: #f38726;
    z-index: 999;
}
.event-timeline {
    float: left;
    width: 1px;
    position: absolute;
    border-right: 1px solid #0b3987;
    height: calc(100% - 614px);
    top: 123px;
    left: 272px;
}
.event-right {
    float: right;
}
.line-footer {
    width: 100%;
    float: left;
    border-bottom: 1px solid #282828;
    margin: 10px 0;
}
.event-days>.line-footer {
    margin: 5px 0;
    border-bottom: none;
    border-top: 1px solid #1B2C56;
}
.event {
    position: relative;
    float: left;
    width: 100%;
}
.timeline
{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.timeline .title_table
{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #2b4e88;
}
.event-left .detail-event
{
    background: #0b3987;
    color: #fff;
    text-align: center;

}
.event-left .detail-event .event-days
{
    font-size: 22px;
    text-transform: uppercase;
}
.event-right .detail-event
{
    background: #f5f4f4;
    border:1px solid #ededed;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 5px 5px 3px -2px rgba(209,209,209,0.9);
    box-shadow: 5px 5px 3px -2px rgba(209,209,209,0.9);
}
.event-right .detail-event:after
{
    content: " ";
    position: absolute;
    left: -26px;
    top: 28px;
    border-top: 30px solid transparent;
    border-right: 25px solid #f5f4f4;
    border-left: none;
    border-bottom: 0px solid transparent;
}
.event-right .event-days
{
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
}
.button_ts
{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.button_ts img{
    border-radius: 25px;
    overflow: hidden;
}
.box_bottom_ts
{
    float: left;
    width: 100%;
    background: #2b4e88;
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px;
}
.box_bottom_ts .title_table
{
    color: #fff;
    text-align: left;

}
.box_bottom_ts p
{
    color: #fff;
    font-size: 15px;
}
.form_reg
{
    float: left;
    width: 100%;
    background: url(../images/bg_form.png) no-repeat;
    background-size: cover;
    margin-top: 40px;
    padding-bottom: 20px;
}
.notify-info {
    width: calc(46% - 60px);
    float: left;
    padding: 15px 30px;
    border-radius: 20px;
    background: #f79828;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 2px 3px 5px #333;
}
.title-form {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
}
.form-subcribe {
    width: 100%;
    margin-top: 10px;
    float: left;
    position: relative;
}
.form-subcribe input[type=text], .form-subcribe input[type=email], .form-subcribe textarea, .form-subcribe select {
    float: left;
    width: calc(100%);
    font-size: 15px;
    color: #373D3D;
    background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.form-subcribe select {
    width: 100%;
}
.input-50 {
    float: left;
    width: calc(50% - 10px);
}
.input-50:nth-child(2)
{
    float: right;
}
.form-subcribe input[type=submit] {
    float: left;
    width: calc(100% - 2px);
    font-size: 20px;
    color: #fff !important;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #2b4e88;
    background: #2b4e88;
}
.form-subcribe input[type=submit]:hover, .link-reg:hover {
    background: #D81921;
    border: 1px solid #D81921;
}
.info_reg
{
    float: left;
    width: 50%;
    margin-left: 2%;
}
.title_info_reg
{
    float: left;
    width: 100%;
    text-align: left;
    color: #2b4e88;
    line-height: 45px;
    margin-top: 0px;
    font-size: 35px;
}
.text_below
{
    margin-top: 40px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
.text_number_info
{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #0e736a;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-shadow: 5px 5px 13px -5px #000000;
    box-shadow: 5px 5px 13px -5px #000000;
}
.bol_number
{
    color: #2b4e88;
    font-size: 20px;
    font-weight: 750;
}
.box_list
{
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 120px;
}
.centerbox
{
    width: 350px;
    height: 350px;
    background-color: #cbdfdd;
    border:14px solid #cfe3e1;
    border-radius: 50%;
    position: relative;
    margin: 165px auto;

}
.text_form
{
    text-align: center;
    color: #fff;
    font-style: italic;
    float: left;
    width: 100%;
}
.box_last
{
    background: #0e7269;
    width: 100%;
    height: 100%;
    border:14px solid #6eaaa4;
    border-radius: 50%;
    padding-top: 50%;

}
.box_last p
{
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 22%;
    font-size: 35px;
    font-weight: 750;
    color: #fff;
    width: 100%;
    left: 0px;
    word-break: break-word;

}
.box_items {
    padding: 10px;
    position: absolute;

    border-radius: 15px;
    float: left;

}
.box_items .box-info h3
{
    text-align: left;
    text-transform: uppercase;
    color: #2b4e88;
    margin-top: 0px;
    font-size: 14px;
    /*line-height: 36px;*/
    font-weight: 750;
}

.img_box
{
    float: left;
    position: absolute;
}
#box_items1
{
    background: url(../images/box_1.png) no-repeat right;
    width: 420px;
    left: 200px;height: 191px;
    background-size: contain;}
.box-info
{
    font-size: 14px;
    line-height: 20px;
}
.box-info p
{
    margin-bottom: 0px;
}
.box-info p i
{
    margin-right: 5px;
}
#box_items1 .box-info
{
    float: left;
    text-align: left;
    width: 64%;

    padding-top: 15px;}
#box_items1 .img_box
{
    right: -50px;
    top: -30px;
}
#box_items2
{
    background: url(../images/box2.png) no-repeat center;
    width: 475px;
    height: 200px;
    padding-top: 15px;right: 11%;
    top: 25px;background-size: contain;}
#box_items2 .box-info {
    float: left;
    text-align: left;
    width: 56%;
    margin-left: 73px;
}
#box_items2 .img_box
{
    top: -30px;
    right: -55px;
}

#box_items3 {
    background: url(../images/box3.png) no-repeat right;
    width: 466px;
    height: 248px;
    top: 35%;
    left: 5%;
    background-size: contain;}

#box_items3 .box-info {
    float: left;
    text-align: left;
    width: 82%;
    padding: 10px;
}
#box_items3 .img_box
{
    right: 26px;
    top: 128px;
}

#box_items4 {
    background: url(../images/box4.png) no-repeat top right;
    width: 550px;
    height: 280px;
    top: 73%;
    left: 12%;
    background-size: contain;}
#box_items4 .box-info
{
    margin-top: 70px;
    text-align: right;
    float: right;
    padding-right: 5px;
    width: 83%;

}
#box_items4 .box-info h3
{
    float: right;
}
#box_items4 .box-info p
{
    text-align: justify;
    float: right;
}
#box_items4 .box-info
{

}
#box_items4 .img_box
{
    left: -91px;
    top: 60px;
}
#box_items5 {
    background: url(../images/box5.png) no-repeat top left;
    width: 328px;
    height: 285px;
    top: 71%;
    right: 20%;
    background-size: contain;}
#box_items5 .box-info
{
    margin-top: 30%;
}
#box_items5 .img_box
{
    right: -73px;
    bottom: -17px;
}
#box_items6
{
    background: url(../images/box6.png) no-repeat top left;
    width: 400px;
    height: 224px;
    top: 40%;
    right: 9%;
    background-size: contain;}
#box_items6 .box-info {
    margin-top: 2%;
    margin-left: 14%;
    float: left;
    width: 64%;
}
#box_items6 .img_box {
    right: -60px;
    bottom: 74px;
    width: 150px;}
.box-info img
{

    width: 200px;
}
@media screen and (min-width: 1500px)
{
    .box_items {
        padding: 10px;
        position: absolute;

        border-radius: 15px;
        float: left;

    }
    .box_items .box-info h3
    {
        text-align: left;
        text-transform: uppercase;
        color: #2b4e88;
        margin-top: 0px;
        font-size: 27px;
        /*line-height: 36px;*/
        font-weight: bold;
    }

    .img_box
    {
        float: left;
        position: absolute;
    }
    #box_items1
    {
        background: url(../images/box_1.png) no-repeat center;
        width: 478px;
        height: 209px;
        left: 370px;
    }
    .box-info
    {
        font-size: 15px;
        line-height: 25px;
    }
    .box-info p
    {
        margin-bottom: 0px;
    }
    .box-info p i
    {
        margin-right: 5px;
    }
    #box_items1 .box-info
    {
        float: left;
        text-align: left;
        width: 66%;

    }
    #box_items1 .img_box
    {
        right: -84px;
        top: -53px;
    }
    #box_items2
    {
        background: url(../images/box2.png) no-repeat center;
        width: 478px;
        height: 237px;
        right: 364px;
    }
    #box_items2 .box-info {
        float: left;
        text-align: left;
        width: 70%;
        margin-left: 43px;
    }
    #box_items2 .img_box
    {
        top: -29px;
        right: -151px;
    }

    #box_items3 {
        background: url(../images/box3.png) no-repeat center;
        width: 494px;
        height: 248px;
        top: 242px;
        left: 297px;
    }

    #box_items3 .box-info {
        float: left;
        text-align: left;
        width: 82%;
        padding: 10px;
    }
    #box_items3 .img_box
    {
        right: 0px;
        top: 154px;
    }

    #box_items4 {
        background: url(../images/box4.png) no-repeat center;
        width: 631px;
        height: 238px;
        top: 503px;
        left: 297px;
    }
    #box_items4 .box-info
    {
        margin-top: 70px;
        text-align: right;
        float: right;
        padding-right: 5px;
        width: 74%;

    }
    #box_items4 .box-info h3
    {
        float: right;
    }
    #box_items4 .box-info p
    {
        text-align: justify;
        float: right;
    }
    #box_items4 .box-info
    {

    }
    #box_items4 .img_box
    {
        left: -91px;
        top: 40px;
    }
    #box_items5 {
        background: url(../images/box5.png) no-repeat center;
        width: 328px;
        height: 302px;
        top: 456px;
        right: 499px;
    }
    #box_items5 .box-info
    {
        margin-top: 30%;
    }
    #box_items5 .img_box
    {
        right: -129px;
        bottom: -84px;
    }
    #box_items6
    {
        background: url(../images/box6.png) no-repeat center;
        width: 523px;
        height: 224px;
        top: 288px;
        right: 252px;
    }
    #box_items6 .box-info {
        margin-top: 2%;
        margin-left: 14%;
        float: left;
        width: 64%;
    }
    #box_items6 .img_box {
        right: -25px;
        bottom: 10px;
    }
    .box-info img
    {
        width: unset;
    }
}
.house
{
    float: left;
    width: 100%;
    background: url(../images/bg_hose.png) no-repeat bottom;
    background-size: contain;
    background-position-y: 308px;
}
.img_hose
{
    margin-top: 8%;
}
.box_top_hose
{
    float: left;
    width: 60%;
    background: #ffff;
    border-top:2px solid #11bf80;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-left:2px solid #11bf80;
    height: 45px;
    margin-top: 40px;
    position: relative;
    z-index: 999999;
}
.box_text_hose {
    float: left;
    width: 100%;
    background: #ffff;
    border: 2px solid #11bf80;
    margin-top: -2px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.heading_hose
{
    float: left;
    margin-top: -3%;
    position: relative;
    z-index: 9999999;
    color: #2b4e88;
    font-weight: 750;
}
.box_text_hose p
{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #282828;
    line-height: 28px;
}
.button_hose
{
    float: left;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 27px;
}
.category_desscription {
    float: left;
    width: 100%;
    text-align: justify;
}
.dot_right
{
    width: auto !important;
    margin-top: 5%;
}
.dot_right i
{
    padding: 3px;
    color: #11bf80;

}
.content_about_page
{
    float: left;
    width: 100%;
}
.breadcrumbs-detail {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.breadcrumbs-detail>li {
    list-style-type: none;
    float: left;
    margin: 0 2px;
    font-size: 13px;
}
.breadcrumbs-detail>li {
    list-style-type: none;
    float: left;
    margin: 0 2px;
}
.breadcrumbs-detail>li>a, .breadcrumbs-detail>li>i {
    color: gray;
}
.left_about_page
{
    float: left;
    width: 30%;
}
.heading_menu {
    background: #0a6155;
    padding: 10px 96px 10px 10px;
    float: left;
    color: #fff;
    border-top-right-radius: 100px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0px;
}
.hr_bottom_menu
{
    float: left;
    width: 100%;
    border:1px solid #0a6155;
    margin-top: 0px;
}
.menu_left
{
    float: left;
    width: 100%;
    color: #0a6155;
    font-size: 20px;
    list-style: square inside;;
}
.menu_left li::marker
{
    margin-right: 3px;
}
.menu_left li a
{
    font-size: 18px;
    line-height: 35px;
    color: #282828;
    margin-left: -10px;

}
.menu_left li a:hover
{
    color: #0e736a;
    font-weight: 750;
    border-bottom: 1px solid #0e736a;
}
.right_about_page
{
    float: left;
    width: 68%;
    margin-left: 2%;
    padding-top: 20px;
}
.content_right img
{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.text_about
{
    float: left;
    width: 100%;
}
.text_about h2.lisst {
    float: left;
    width: 100%;
    padding-left: 37px;
    line-height: 30px;
    color: #004B8F;
    border-bottom: 1px solid #004B8F;
    position: relative;
    font-weight: 700;
    font-size: 21pt;
    margin-bottom: 20px;
}
.text_about h2.lisst strong {
    height: 30px;
    color: #fff;
    background: url(../images/icon_heading.png) no-repeat top left;
    background-color: #fff;
    width: 36px;
    left: 0;
    bottom: -1px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
}
.img_about img
{
    width: 100%;
    max-width: 100%;
}
.text_about img
{
    max-width: 100%;
    width: 100%;
}
.text_about p
{
    float: left;
    width: 100%;
    text-align: justify;
    color: #282828;
    font-size: 15px;
    line-height: 27px;
}
.contac_page
{
    float: left;
    width: 100%;
    background: url(../images/bg_contact.png) no-repeat bottom;
    background-size: cover;
    padding-bottom: 100px;

}
.text_top_contact
{
    float: left;
    width: 100%;
    text-align: center;
}
.text_top_contact p
{
    float: left;
    width: 100%;
}
.img_top_ct
{
    margin-bottom: -10px;
    position: relative;
    z-index: 99;
}
.vs
{
    width: 30%;
    margin: 0px auto;
    background: #f79928;
    padding: 10px 20px 10px 20px;
    font-size: 30px;
    color: #fff;
    font-weight: 750;
    border-radius: 6px;
}
.text_wellcom
{
    float: left;
    width: 100%;
    font-size: 35px;
    color: #549fa0;
    text-transform: uppercase;
    margin-top: 30px;
}
.contac_page .notify-info {
    width: calc(70% - 60px);

}
.contac_page .info_reg
{
    width: 30%;
}
.contac_page .info_reg img
{
    margin-top: 37%;
    margin-left: -34%;

}
.heading_cate
{
    float: left;
    width: 100%;
    text-align: center;
    background: url(../images/title_cate.png) no-repeat center;
    background-size: cover;
}
.title_cate
{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 20px;
}
.list_cate,.detail_new
{
    float: left;
    width: 100%;
    background: url(../images/bg_cate.png) no-repeat bottom;
    background-size: cover;
}
.left_list_cate
{
    float: left;
    width: 70%;
}
.left_list_cate .box_news_top_home
{
    margin-bottom: 20px;
    width: 399px;
    margin-right: 20px;
}
.left_list_cate .box_news_top_home:nth-child(4),.left_list_cate .box_news_top_home:nth-child(6),.left_list_cate .box_news_top_home:nth-child(8),
.left_list_cate .box_news_top_home:nth-child(10),.left_list_cate .box_news_top_home:nth-child(12),.left_list_cate .box_news_top_home:nth-child(14)
,.left_list_cate .box_news_top_home:nth-child(16),.left_list_cate .box_news_top_home:nth-child(18)
{
    margin-right: 0px;
}
.right_list_cate
{
    float: right;
    width: 30%;
    margin-top: 30px;
}
.right_list_cate .list_menu_right ul li
{
    background-size: cover;
}
.right_list_cate .list_menu_right ul li
{
    background-size: cover;
}
.list_nganh_right
{
    float: left;
    width: 100%;
    padding-left: 20px;
}
.heading_nganh
{
    color: #f79928;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f79928;
    text-transform: uppercase;
}
.list_nganh_right ul
{
    list-style: none;
    float: left;
    width: 100%;
}
.list_nganh_right ul li
{
    float: left;
    width: 100%;
    padding: 10px;
    background: #3d6fc2;
    margin-bottom: 5px;
}
.list_nganh_right ul li a
{
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
    font-family: Roboto;
}
.list_nganh_right ul li img
{
    border-right: 1px solid #ffff;
    padding-right: 13px;
    width: 50px;
    height: 35px;
}
.green_bg
{
    background: #107870 !important;
}
.list_news_cate_right
{
    float: left;
    width: 100%;
    padding-left: 20px;
}
.list_news_cate_right ul li
{
    list-style: square inside;
    font-size: 25px;
    color: #107870;
    border-bottom: 1px solid #cccccc;
    float: left;
    width: 100%;
    line-height: 30px;

}
.list_news_cate_right ul li a{
    color: #282828;
    font-size: 15px;
    margin-left: -17px;

}
.list_news_cate_right ul li a:hover
{
    color: #107870;
}
.facebook_page
{
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-top: 20px;
}
.pagi
{
    float: left;
    width: 100%;
    text-align: center;
}
.detail_new
{
    float: left;
    width: 100%;
}
.left_detail_new
{
    float: left;
    width: 70%;
}
.left_detail_new ul,.left_detail_new ol{
    list-style: unset;
    margin: 10px 0 10px 25px;
}
.left_detail_new ol, .left_detail_new ul li {
    padding: 0 5px;
    line-height: 27px;
    font-size: 15px;
    font-family: Roboto;
}
.heading_detail_news
{
    border-bottom: 2px solid #cccccc;
    float: left;
    width: 100%;
}
.heading_detail_news h1
{
    color: #0e7269;
    float: left;
    width: 100%;
    line-height: 45px;
    font-size: 34px;
}
.content_detail_new
{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.content_detail_new img
{
    max-width: 100%;

    text-align: center;

}

.content_detail_new h2
{
    float: left;
    width: 100%;
    font-size: 18pt;
    color: #275bb1 !important;;
}
.content_detail_new h2 span
{
    float: left;
    width: 100%;
    font-size: 18pt;
    color: #275bb1 !important;
}
.content_detail_new h3
{
    font-size: 15pt;
}
.content_detail_new h4
{
    font-size: 13pt;
}
.content_detail_new p
{
    float: left;
    width: 100%;
    text-align: justify;
    color: #282828;
    font-size: 15px;
    line-height: 27px;
    font-family:Roboto;
}
.list_new_relative
{
    float: left;
    width: 100%;

}
.heading_rela
{
    float: left;
    width: 100%;
    color: #1a7e76;
    font-size: 19px;
    font-weight: 750;

}
.rela_items
{
    float: left;
    width: 100%;
    border-top: 1px solid #c2dcda;
    border-left: 1px solid #c2dcda;
    border-bottom: 1px solid #c2dcda;
    border-right: 4px solid #107870;
    margin-bottom: 20px;
}
.thum_re
{
    float: left;
    width: 35%;
}
.thum_re img
{
    max-width: 100%;
    width: 100%;
}
.info_new_re
{
    float: left;
    width: 65%;
    padding-left: 20px;

}
.info_new_re a{
    color: #282828;
    font-weight: 750;
    font-size: 19px;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}
.info_new_re p
{
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    text-align: justify;
    padding-right: 10px;
}
.chitiet_nganh
{
    float: left;
    width: 100%;
}
.chitiet_nganh .left_home_box
{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.chitiet_nganh .list_nganh_right .heading_nganh
{
    margin-top: 0px;
}
.left_nganh
{
    float: left;
    width: 70%;
    margin-top: 20px;
}
.left_nganh h2.lisst {
    float: left;
    width: 100%;
    padding-left: 37px;
    line-height: 30px;
    color: #004B8F;
    border-bottom: 1px solid #004B8F;
    position: relative;
    font-weight: 750;
    font-size: 17pt;
    margin-bottom: 20px;
}
.left_nganh h2.lisst strong {
    height: 30px;
    color: #fff;
    background: url(../images/icon_heading.png) no-repeat top left;
    background-color: #fff;
    width: 36px;
    left: 0;
    bottom: -1px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
}
.left_nganh p
{
    font-size: 15px;
    color: #282828;
    line-height: 30px;
    text-align: justify;
}
.button_nganh
{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button_nganh img
{
    border-radius: 25px;
    overflow: hidden;
}
.left_nganh ul,.left_nganh ol {
    margin: 5px 0 10px 20px;
    float: left;
    width: 100%;
    font-size: 15px !important;
    line-height: 2.7em;
    color: #282828;

}
.note
{
    float: left;
    width: 100%;
    background: #f79928;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}
.note b{
    font-size: 17px;
}
.left_nganh .notify-content p
{
    color: #fff !important;
    font-size: 14px;
}
.bottom_nganh
{
    float: left;
    width: 100%;
    position: relative;
    z-index: 999999;
    background: #fff;
}
.hr_nganh
{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hr_nganh img
{
    width: 100%;
    max-width: 100%;
}
.heading_description_cate {
    text-align: center;
    color: #0e776f;
    font-size: 30px;
    font-family: Roboto,arial,san-serif;
    text-transform: uppercase;
    padding-bottom: 7px;
    padding-top: 10px;
    line-height: 1.3em;
}
.hr_description, .hr_description_contact {
    /* float: left; */
    /* width: 100%; */
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 30px; */
    padding-bottom: 0px;
    padding-top: 0px;
}
.content_description_category h3 {
    background-color: #0E776F;
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
    /* display: block; */
    /* width: 50%; */
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.content_description_category p {
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 32px;
    float: left;
}
.content_description_category ul, .content_description_category ol {
    font-size: 15px;
    line-height: 2.2em;
    margin: 5px 0 10px 20px;
    float: left;
    width: 96%;
}
.align-center {
    text-align: center;
}
.bottm_list_new .box_news_top_home
{
    margin-bottom: 15px;
}
.bottm_list_new .box_news_top_home:nth-child(3), .bottm_list_new .box_news_top_home:nth-child(5), .bottm_list_new .box_news_top_home:nth-child(7) {
    margin-right: 0px;
}
.title_bottom_list
{
    float: left;
    width: 100%;
    text-align: center;
    color: #3d6fc2;
    font-size: 28pt;
    text-transform: uppercase;
}
.top_content_ts
{
    float: left;
    width: 100%;
}
.event_mobile
{
    display: none;
}
.icon_box_mobie
{
    display: none;
}
.mobile_home
{
    display: none;
}
.icon-messenger
{
    z-index: 1100000 !important;
    right: 15px !important;
    position: fixed !important;
    bottom: 10px !important;
    text-align: right !important;
}
.footer_menu {
    display: none;
}

.mobile_plugin_page
{
    display: none;
}
.img_video_mobile
{
    display: none;
}
#nganh_da_nang,#nganh_sg
{
    float: left;
    width: 100%;
}
.fixed {
    position: fixed;
    width: unset;
}

.desription_top_news {
    height: 220px;
}
.page-numb {
    float: left;
    width: 100%;
    text-align: CENTER;
}
@media (max-width:767px)
{
    .menu_main {
        float: left;
        background: #0a6458;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        /*margin-bottom: 5px;*/

    }
    .button_menu
    {
        max-width: 50px;
        width: 50px;
        float: left;
        display: block;
        margin-top: 8px;
        margin-left: 10px;
    }
    .button_menu>div {
        float: left;
        display: block;
        width: 100%;
        cursor: pointer;
    }
    .button_menu>div {
        height: 10px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 5px;
    }
    .list_menu {
        float: left;
        width: 250px;
        margin-top: 10px;
        display: none;
        position: absolute;
        z-index: 999999;
        background: #0e776f;
        top: 61px;

        overflow-y: scroll;
    }
    .left_about
    {
        width: 100%;
    }
    .right_about
    {
        position: unset;
    }
    .left_video_fame
    {
        width: 100%;
    }
    .right_video_fame
    {
        width: 100%;
        margin: 0px;
    }
    .right_video_fame img
    {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .slide_show
    {
        float: left;
        width: 100%;
        padding: 10px;
    }
    .text_logo
    {
        display: none;
    }
    .header
    {
        background-size: cover;
    }
    .box_news_top_home
    {
        width: 100%;
        margin-right: 0px;
    }
    .box_top_home
    {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
    }
    .nghanh
    {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .nghanh img
    {
        width: 100%;
    }
    .info_nganh img
    {
        width: auto;
    }
    .logo_images,.header
    {
        display: none;
    }
    .logo_m
    {
        display: block;
        float: right;
    }
    .logo_m img
    {
        display: block;
        float: right;
        width: 73%;
        margin-right: 10px;
    }
    .menu_home {
        display: none;
    }
    .list_menu>li
    {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .list_menu>li>a
    {
        float: left;
        width: 230px;
        padding: 5px 10px;
        font-family: Roboto;
        text-transform: uppercase;
        color: #fff;
        border-bottom: 1px solid #10605b;
    }
    .child_menu>li>a
    {
        float: left;
        width: 100%;
        padding: 5px 10px;
        font-family: Roboto;
        text-transform: uppercase;
        color: #fff;
        border-bottom: 1px solid #10605b;
    }
    .child_menu
    {

        position: relative;
        background: none;
        top: 0;
        padding-left: 20px;
        width: 100%;
        background: #0c544e;
        z-index: 999999;
    }
    .heading_box_1 img
    {
        width: 100%;
    }
    .list_menu_right
    {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .list_menu_right ul li a
    {
        margin-left: 0px;
    }
    .list_menu_right ul li
    {
        background-size: cover;
    }
    .list_banner_right
    {
        padding-left: 0px;
        position: unset;
    }
    .nghanh:last-child {
        float: left;
        margin-right: 0px
    }
    .nghanh {
        width: 47%;
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .list_nganh_news .box_news_top_home
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .tb {
        float: left;
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }
    .list_news_tb
    {
        padding-left: 0px;
    }
    .new_tb
    {
        width: 100%;
        padding-left: 0px;
    }
    .timer
    {
        bottom: 99px;
    }
    .about
    {
        background: url(../images/bg_cate.png);
        background-size: cover;
    }

    .about_content {
        float: left;
        width: 100%;
        margin-top: 30px;
        background: none;
        position: relative;
        padding: 10px;
        height: auto;
    }
    .left_about
    {
        padding: 0px;
    }
    .btn_gif{
        margin-bottom: 20px;
    }
    .btn_gif img
    {
        max-width: 100%;
        width: 100%;
    }
    .right_about
    {
        display: none;
    }
    .img_video img
    {
        margin: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .video
    {
        float: left;
        width: 100%;
        padding: 10px;
    }
    .img_video img:nth-child(2)
    {
        margin-left: 0px;
    }
    .ft_1
    {
        text-align: center;
    }
    .notify-content
    {
        font-size: 15px;
    }
    .btn_readmore img
    {
        max-width: 100%;
        width: 100%;
        height: 50px;
    }
    .btn_readmore
    {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .ft_3 p,.ft_3 h2
    {
        padding-left: 0px;
    }
    .ft_3 h2
    {
        font-size: 14pt;
    }
    .detail_new,.left_list_cate
    {
        padding: 10px;
    }
    .logo_ft img
    {
        width: 49%;
    }
    .logo_bo img
    {
        width: 70%;
    }
    .left_detail_new,.right_list_cate,.thum_re,.info_new_re,.left_list_cate,.right_list_cate,.left_list_cate .box_news_top_home
    {
        width: 100%;
    }
    .list_nganh_right,.list_news_cate_right
    {
        padding-left: 0px;
    }
    .facebook_page
    {
        max-width: 100%;
        width: 100% !important;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .info_new_re
    {

        border-bottom: 3px solid #0a6155;
        padding-left: 5px;
    }
    .rela_items{
        border-right: 1px solid #c2dcda;
    }
    .chitiet_nganh a img
    {
        max-width: 100%;
        width: 100%;
    }
    .left_nganh,.right_list_cate
    {
        width: 100%;
    }
    .left_nganh h2.lisst
    {
        font-size: 12pt;
    }
    .chitiet_nganh,.top_content_ts,.table_nganh
    {
        padding: 10px;
    }
    .content_description_category img
    {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .left_about_page,.right_about_page
    {
        width: 100%;
        margin-left: 0px;
    }
    .text_about h2.lisst
    {
        font-size: 12pt;
    }
    .content_about_page
    {
        padding: 10px;
    }
    .heading_box_1 img,.border_title_ts img
    {
        max-width: 100%;
        width: 100%;
    }
    .text_content_ts .heading_box_2
    {
        color: #0e7268 !important;
    }
    .top_content_ts .notify-content img,.img_button img
    {
        max-width: 100%;

        height: auto;
    }
    .left_content_table,.right_table
    {
        width: 100%;
    }
    .content_table_nganh
    {
        float: left;
        width: 100%;
    }
    .title_table
    {
        margin-top: 0px;
    }
    .right_table
    {
        margin-top: 0px;
        margin-left: 0px;
    }
    .right_table img
    {
        max-width: 100%;
    }
    .event-point{
        display: none;
    }
    .event-left
    {
        z-index: 999999;
        float: left;
        /* width: calc(23% - 20px); */
        z-index: 9999999;
        position: relative;
    }
    .event_mobile
    {
        display: block;
    }
    .event-left
    {
        display: none;
    }
    .event-timeline
    {
        display: none;
    }
    .event-right .detail-event:after
    {
        border: none;
    }
    .event-right,.detail-event
    {
        width: 100%;
    }
    .timeline,.form_reg
    {
        padding: 10px;
    }
    .event_mobile
    {
        float: left;
        background: #1B2C56;
        padding: 10px;
        color: #fff;
        font-size: 20px;
        border-radius: 9px;
        margin-top: -28px;
    }
    .event_mobile p
    {
        margin: 0px;
    }
    .event-right .event-days
    {
        float: left;
        width: 100%;
    }
    .timeline .title_table
    {
        margin-bottom: 10px;
    }
    .button_ts img
    {
        max-width: 100%;
        width: 100%;
    }
    .notify-info
    {
        width: 100%;
    }
    .info_reg
    {
        width: 100%;
        margin-left: 0px;
    }
    .title_info_reg {
        float: left;
        width: 100%;
        text-align: left;
        color: #fff;
        line-height: 45px;
        margin-top: 20px;
        font-size: 35px;
    }
    .text_below
    {
        margin-top: 10px;
    }
    .box_list
    {
        margin: 0px;
        padding: 10px;
    }
    .box_items,#box_items1,#box_items2,#box_items3,#box_items4,#box_items5,#box_items6
    {
        position: unset;
        float: left;
        width: 100%;

    }
    .box_items
    {
        margin-bottom: 15px;
    }
    .centerbox
    {
        width: 100%;
        float: left;
        margin: 0px 0px 15px 0px;

    }
    #box_items1,#box_items2,#box_items3,#box_items4,#box_items5,#box_items6
    {
        background: none;
        border:1px solid #0e736a;
        height: unset;
        width: 80%;
        position: relative;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .img_box
    {
        display: none;
    }
    #box_items3 p{
        width: 100% !important;
    }
    #box_items1 .box-info,#box_items2 .box-info,#box_items3 .box-info,#box_items4 .box-info,#box_items5 .box-info,#box_items6 .box-info
    {
        width: 100%;
        margin: 0px;
        float: left;
        text-align: left;
        padding: 0px;
    }
    .box_items .box-info h3
    {
        font-size: 17px;
    }
    #box_items1,#box_items3,#box_items5
    {
        float: right;
    }
    .icon_box_mobie
    {
        width: 81.82px;
        display: block;
        height: 81.82px;
        box-shadow: 0px 1px 25px -6px rgb(32 33 36/28%);
        -webkit-box-shadow: 0px 1px 25px -6px rgb(32 33 36/28%);
        background-color: rgb(255, 255, 255);
        border-radius: 1000px 1000px 0px;
        position: absolute;
    }
    .icon_box_mobie img
    {
        max-width: 100%;
        width: 70%;
        top: 9.133px;
        left: 16.004px;
        position: absolute;
    }
    #box_items1 .icon_box_mobie
    {
        left: -79px;
        border-radius: 1000px 1000px 1000px 0px;
        top: 30px;
    }

    #box_items2 .icon_box_mobie
    {
        border-radius: 1000px 1000px 0px;
        right: -82px;
        top: 30px;
    }

    #box_items3 .icon_box_mobie
    {
        left: -79px;
        border-radius: 1000px 1000px 1000px 0px;
        top: 30px;
    }
    #box_items4 .icon_box_mobie
    {
        right: -79px;
        border-radius: 1000px 0px 1000px 1000px;
        top: 30px;
    }
    #box_items5 .icon_box_mobie
    {
        left: -79px;
        border-radius: 1000px 1000px 1000px 0px;
        top: 30px;
    }
    #box_items6 .icon_box_mobie
    {
        right: -79px;
        border-radius: 1000px 0px 1000px 1000px;
        top: 30px;
    }
    .info_hose
    {
        float: left;
        width: 100%;
    }
    .info_hose img
    {
        max-width: 100%;
        height: auto;
        margin-top: 0px;
    }
    .box_top_hose
    {
        margin-top: 0px;
        border-right: 2px solid #11bf80;
    }
    .text_top_contact
    {
        float: left;
        width: 100%;

    }
    .contac_page
    {
        padding: 10px;
    }
    .img_top_ct img
    {
        max-width: 100%;
    }
    .contac_page .notify-info
    {
        width: 100%;
    }

    .text_wellcom
    {
        font-size: 20px;
    }
    .left_top_home,.right_top_home
    {
        width: 100%;
        float: left;
    }
    .left_about .heading_ab_1
    {
        font-size: 18pt;
        margin-bottom: 2px
    }
    .left_about .heading_ab_2
    {
        font-size: 15pt;
    }
    .mobile_home
    {
        display: block;
    }
    .footer_menu {
        float: left;
        width: 100%;
        position: relative;
        display: block;
    }
    .content_menu_footer {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        z-index: 999999;
        box-shadow: -2px -2px 3px #6d6767;
        padding: 10px 2% !important;
        display: block;
        float: left;
        width: 100%;
        max-width: 100%;
    }
    .fm_reg {
        background: #D81B21;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        padding: 5px 10px;
        font-weight: normal;
        float: left;
        margin-top: 11px;
    }
    .fm_call {
        background: #249a06;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        padding: 5px 20px;
        float: left;
        margin-left: 10px;
        margin-top: 11px;
    }
    .icon-messenger {
        z-index: 1100000 !important;
        right: 15px !important;
        position: fixed !important;
        bottom: -6px !important;
        text-align: right !important;
    }
    .left_about .heading_ab_3 {
        color: #107871;
        float: left;
        width: 100%;
        font-size: 13pt;
        font-weight: 750;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999999999999999;
    }
    .ft_1 p
    {
        font-size: 13pt;
    }
    .pc_plugin_page
    {
        display: none;
    }
    .mobile_plugin_page
    {
        display: block;
    }
    .video
    {
        margin-top: 0px;
    }
    .footer
    {
        padding-bottom: 75px;
    }
    .title_box
    {
        font-size: 24px;
    }
    .img_video_desktop
    {
        display: none;
    }
    .img_video_mobile
    {
        display: block;
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .left_video_fame img
    {
        height: unset !important;
    }
    .left_nganh ul, .left_nganh ol
    {
        padding: 5px 0 10px 20px;
        margin: 0px;
    }
    .left_nganh h2.lisst
    {
        line-height: 17px;
    }
    .left_nganh .left_home_box .heading_box_2
    {
        font-size: 11pt !important;
    }
    .left_nganh .left_home_box .heading_box_1
    {
        font-size: 14pt !important;
    }
    .chitiet_nganh .left_home_box
    {
        margin-bottom: 20px;
    }
    .heading_detail_news h1
    {
        font-size: 30px;
    }
    .breadcrumbs-detail
    {
        margin-top: 0px;
    }
    .content_detail_new h2, .content_detail_new h3, .content_detail_new h4
    {
        line-height: 1.3em;
    }
    .title_bottom_list
    {
        font-size: 19pt;
        line-height: 1.3em;
    }
    .box_bottom_ts .title_table
    {
        line-height: 1.3em;
    }
    .box_bottom_ts p
    {
        line-height: 1.6em;
    }
    .btutton_download
    {
        display: none;
    }
    .content_detail_new .data_online table img,.data_online table img
    {
        left: 60px !important;
        top:110px !important;
    }
    .content_detail_new img
    {
        max-width: 100%;
        text-align: center;
        height: auto;
    }
    .contac_page .info_reg
    {
        display: none;
    }
}

.accordion .toggle { display: none; }

/* Label style */
.accordion .label {
    display: block;
    padding: 0.75em 1em;
    background: #0560B7;
    cursor: pointer;
    position: relative;
    /* margin-bottom: 0.5em; */
    color: #fff;
    border-bottom: 1px solid;
    text-align: left;
    margin-bottom: 0px;
    line-height: 2.7em;
    font-size: 14px;
}
.accordion .label::after {
  content: "+"; position: absolute; right: 1em;
}
.accordion .toggle:checked + .label::after {
  content: "–";
}

/* Ẩn nội dung mặc định, cho phép chuyển max-height */
.accordion .content {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease;
}

/* Mở nội dung khi checked */
.accordion .toggle:checked + .label + .content {
  max-height: 20500px; /* lớn hơn độ cao content tối đa */
}

/* Style cấp 2 thụt vào */
.sub-accordion .label { padding-left: 2em; background: #4683bd; }
.sub-accordion .content { padding-left: 2em; }
.item .accordion label::before
{
	content:"" !important;
}
/* --- Style chung cho tất cả table --- */
table {
  width: 100%;
  border-collapse: collapse; 
  border: 1px;
  border-radius: 8px;
  overflow: hidden;      /* đảm bảo bo góc */
  max-width: 100%;       /* không vượt container */
}

/* Header cố định khi cuộn */
table thead {
  
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}

/* Cell chung */
table th,
table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  text-align: left;
}

/* Dải màu xen kẽ */
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* Highlight hàng khi hover */
table tbody tr:hover {
  background: #f1f1f1;
}

/* Style cho <em> nếu có */
table em {
  color: #555;
  font-style: italic;
}

/* Responsive: giảm padding, font-size trên màn nhỏ */
@media (max-width: 600px) {
  table th,
  table td {
    padding: 8px 10px;
    font-size: 13px;
  }
}
