::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}

::-webkit-scrollbar-thumb {
    background: #BBBBBB;
}



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important;
}

.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
    width: 100% !important;
}

.video_popup {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_popup iframe,
.video_popup object,
.video_popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a:focus {
    outline: none !important;
}

#clickvideo {
    width: 100%;
    padding: 4px 0;
    margin: 3px 0%;
    border: 1px solid #DDD;
    box-sizing: border-box;
}

.addthis_native_toolbox {
    margin: 10px 0px;
    width: 100%;
    clear: both;
    border: 1px solid #ededed;
    padding: 10px 10px;
    margin-bottom: 10px;
    background: #f7f6f6;
    box-sizing: border-box;
}

.addthis_native_toolbox b {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px
}

#toptop {
    width: 37px;
    height: 37px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-indent: -99999px;
    cursor: pointer;
    background: url(images/back_to_top.png) top center no-repeat;
    transition: 0.5s;
    z-index: 200;
}

#toptop:hover {
    background: url(images/back_to_top.png) bottom center no-repeat;
    transition: 0.5s;
}

.clear {
    clear: both;
}

img {
    max-width: 100% !important;
    height: auto;
}

div.bando img {
    max-width: none !important;
}

body {
    font-family: 'BEVIETNAMPRO' !important;
    font-size: 12px;
    line-height: 1.5;
}

@font-face {
    font-family: 'BEVIETNAMPRO';
    src: url('font/BEVIETNAMPRO-REGULAR.TTF');
}

div#wapper {
    margin: auto;
    max-width: 2000px;
    background: #fff;
}

.border_do {
    width: 100px;
    height: 3px;
    background: #1a2954;
    margin: auto;
    margin-top: 10px;
}

.box_header_top {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 20px;
}

.header_phone i {
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
}

.header_phone_right p {
    font-size: 11px;
    margin: 0px;
    color: #3c3c3c;
}

.header_phone_right strong {
    font-size: 14px;
    color: #fff;
}

.seach_product {
    border: 1px solid #f00;
    display: flex;
    align-items: stretch;
}

.seach_product input {
    border: unset;
    padding: 5px 10px;
}

.seach_product i {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px 10px;
    background: red;
}

div#header {
    position: relative;
    margin: auto;
    background: #0056b3;
    padding: 10px 0px;
}

div#banner_top {
    width: 100%;
}

div.logo_top {
    width: 25%;
    float: left;
}

div#header a.logo {
    display: block;
    line-height: 0;
}

div#header img.logo_mobi {
    display: none;
}

div.header {
    display: none;
}

div#wap_mocua {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00609f;
    border-bottom: 1px dashed #00609f;
}

div#mocua {
    max-width: 1200px;
    margin: auto;
}

div#mocua p {
    float: left;
    padding-left: 0px;
}

div#mocua.menu_head {
    max-width: 1200px;
    margin: auto;
    float: right;
}

.menu_head ul {
    color: #00609f !important;
    list-style: none;
    float: right;
}

.menu_head ul li {
    color: #00609f;
    float: left;
    display: inline;
    margin-right: 20px;
}

.menu_head ul li a {
    color: #00609f;
    float: right;
    display: inline;
    text-decoration: none;
}

.box_visao {
    grid-column-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 15px 0px;
    justify-items: center;
}

.item_visao {
    text-align: center;
}

.item_visao h3 {
    font-size: 16px;
    font-weight: 600;
    color: #00285f;
    text-transform: uppercase;
}


.title_dv {
    padding: 15px 0px;
    position: relative;
}

.box_cauhoi_seen {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.box_cauhoi_seen_left {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.box_cauhoi_seen_left_img {
    padding-bottom: 15px;
}

.box_cauhoi_seen_right .panel-group {
    margin-bottom: 0px;
    border-bottom: 1px solid #7b0d109c;
}

.box_cauhoi_seen_right .panel-heading {
    padding: 10px 0px;

}

.cauhoithuonggap {
    background: #fff;
}

.box_dangky_f_f {
    grid-column-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 10px;
}

.item_dkdl {
    padding-bottom: 10px;
}

.button_dk {
    text-align: center;
}

.button_dk button {
    border: unset;
    background: #1a2954;
    color: #fff;
    border-radius: 7px;
    padding: 7px 15px;
}

.item_dkdl input {
    width: 100%;
    border: 1px solid #1a2954;
    border-radius: 6px;
    padding: 10px;
}

.item_dkdl textarea {
    width: 100%;
    border: 1px solid #1a2954;
    border-radius: 6px;
    padding: 10px;
}

.title_dangky h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #1a2954;
    font-weight: 600;
    margin: 0px;
}

.title_dangky p {
    max-width: 450px;
    margin: 10px 0px;
}

.box_dangky_f_f_left_img {
    text-align: center;
}

.banner_img3 {
    padding: 25px 0px;
    text-align: center;
}

.box_cauhoi_seen_right .panel-default>.panel-heading {
    background-color: unset;
    border-color: unset;
}

.box_cauhoi_seen_right .panel-default {
    border: unset;
}

.box_cauhoi_seen_right .panel-title a span i {
    padding-right: 5px;
}

.box_cauhoi_seen_right .panel-title a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.box_cauhoi_seen_right .panel-title a span {
    color: #000;
    font-weight: 600;
}

.box_cauhoi_seen_right .panel-title a .fa-chevron-right {
    color: #750b0f;
}

.box_cauhoi_seen_right .panel-title a:hover {
    text-decoration: none;
}

.title_dv h3 {
    font-size: 26px;
    text-transform: uppercase;
    color: #0056b3;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.title_dv p {
    color: #3c3c3c;
    text-align: center;
    font-size: 15px;
    margin: 0px;
    max-width: 500px;
    margin: auto;
}

.title_vechungtoi h3 {
    text-align: center;
    height: 80px;
    font-size: 26px;
    background: url(./images/e.png) no-repeat center 45px;
    color: #414143;
    font-weight: 600;
    text-transform: uppercase;
}

.box_gioithieu {
    display: flex;
    align-items: center;
    padding: 25px 0px;
}

.gioithieu_right_title h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0px;
}

.gioithieu_right_title h3 {
    color: #4c8cc9;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.gioithieu_mota {
    color: #000;
}

.chitietgt {
    margin: 25px 0px;
}

.chitietgt a {
    background: #0056b3;
    padding: 12px 30px;
    color: #fff;
    font-size: 15px;
}

.chitietgt a:hover {
    text-decoration: none;
    color: #fff;
}

.gioithieu_left {
    position: relative;
}

.border_top {
    background: #0056b3;
    width: 80px;
    height: 3px;
}

.wap_box_new {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.gioithieu_left a img {
    position: relative;
    z-index: 2;
}

.xemthemdichvu {
    text-align: center;
    position: relative;
}

.xemthemdichvu:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #22222226;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 50%;
    z-index: 0;
}

.xemthemdichvu button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: unset;
    color: #fff;
    background: #4c8cc9;
    margin: 0px 15px;
    z-index: 9;
    position: relative;
}

.xemthemdichvu button i {
    color: #fff;
}

.box_dichvu_list {
    padding: 25px 0px;
}

.item_dichvu_info a {
    margin: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    line-height: 1.4;
    /* min-height: 56px; */
}

.item_dichvu_info_intro {
    font-size: 13px;
    color: #3c3c3c;
    text-align: justify;
    margin: 5px 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.3;
    overflow: hidden;
}

.item_dichvu_info_chitiet {
    text-align: left;
}

.item_dichvu_info_chitiet a {
    color: #fff;
    font-weight: 600;
    background: #0056b3;
    font-size: 15px;
    padding: 6px 10px;
}

.item_dichvu_info_chitiet {
    padding-top: 10px;
}

.item_dichvu_info_chitiet a i {
    /* transform: rotate(-30deg); */
    padding-left: 5px;
}

.item_dichvu:hover a {
    text-decoration: none;
}

.item_dichvu_info {
    padding: 20px;
    margin-top: 15px;
}

.item_dichvu_info button {
    border: unset;
    background: unset;
    color: #000;
    border-bottom: 1px solid #3c3c3c;
}

.item_dichvu_info h3 {
    min-height: 56px;
    margin: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.dichvu_index {
    background: #dee9fc;
}

.item_dichvu_box {
    background: #fff;
    margin: 5px 10px;
}

.item_dichvu_box_img_check {
    display: inline-block;
    background: #dee9fc;
}

.item_dichvu_box_img {
    padding: 30px 30px 0px;
    display: flex;
}

.item_dichvu_box_img img {
    width: 75px;
    padding: 10px;
}

.item_dichvu_info {
    padding: 0px 30px 30px;
}

.item_dichvu {
    text-align: center;
}

.panel-body {
    text-align: justify;
}

.box_vechungtoi {
    grid-column-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.box_vechungtoi_right {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.duan {
    padding: 20px 0px;
}

.title_da {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #3c3c3c73;
}

.title_da h3 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background: #4c8cc9;
    margin: 0px;
    padding: 10px 25px;
}

.title_da a {
    color: #3c3c3c;
    text-decoration: none;
}

.box_duan {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: 20px 0px;
}

.item_duan a:hover {
    text-decoration: none;
}

.item_sp img {
    padding: 2px;
    border: 1px solid #3c3c3c40;
    width: 100%;
}

.item_visaochon {
    background: #ffffff12;
    padding: 50px;
    border-radius: 7px;
}

.box_visaonenchon_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 25px 0px;
}

/* 2 item trÃƒÆ’Ã‚Âªn */
.item_visaochon:nth-child(1),
.item_visaochon:nth-child(2) {
    grid-column: span 3;
}

.item_visaochon_box_icon i {
    color: #115cb9;
    font-size: 35px;
}

.item_visaochon:hover {
    background: #115cb9;
}

.item_visaochon:hover .item_visaochon_box_icon i {
    color: #fff;
}

.item_visaochon_box_info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.item_visaochon_box_info_intro {
    color: #e4dede;
    font-size: 14px;
}

/* 3 item dÃƒâ€ Ã‚Â°ÃƒÂ¡Ã‚Â»Ã¢â‚¬Âºi */
.item_visaochon:nth-child(3),
.item_visaochon:nth-child(4),
.item_visaochon:nth-child(5) {
    grid-column: span 2;
}

.box_quytrinh_list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

/* line nÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœi */
.box_quytrinh_list::before {
    content: "";
    position: absolute;
    top: 49%;
    left: 5%;
    right: 5%;
    height: 3px;
    background: #dee9fc;
    z-index: 0;
}

.box_quytrinh_list {
    padding: 25px 0px;
}

.item_quytrinh:hover {
    background: #1e5fbf;
}

.item_quytrinh:hover .item_quytrinh_info h3 {
    color: #fff;
}

.item_quytrinh:hover .item_quytrinh_info_intro {
    color: #fff;
}

.item_quytrinh:hover .item_quytrinh_number {
    background: #fff;
    color: #1e5fbf;
}

.item_quytrinh {
    width: calc(100% / 6 - 10px);
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.item_quytrinh:hover .item_quytrinh_number::before {
    background: rgb(255 255 255 / 15%);
}

/* sÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœ */
.item_quytrinh_number {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background: #1e5fbf;
    color: #fff;
    font-weight: bold;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* viÃƒÂ¡Ã‚Â»Ã‚Ân mÃƒÂ¡Ã‚Â»Ã‚Â phÃƒÆ’Ã‚Â­a sau sÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœ */
.item_quytrinh_number::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 16px;
    background: rgba(30, 95, 191, 0.15);
    z-index: -1;
}

.box_giayphep {
    padding: 35px 0;
    background: #f8f9ff;
}

.title_giayphep {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.title_giayphep h3 {
    font-size: 26px;
    color: #1e5fbf;
    font-weight: 700;
    margin: 0;
}

.title_giayphep_list {
    display: flex;
    gap: 10px;
    background: #eef1ff;
    padding: 5px;
    border-radius: 20px;
}

.tab_giayphep {
    border: 0;
    background: transparent;
    padding: 9px 22px;
    border-radius: 18px;
    color: #111;
    cursor: pointer;
    font-size: 14px;
}

.tab_giayphep.active {
    background: #1e5fbf;
    color: #fff;
}

.tab_content_giayphep {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.tab_content_giayphep.active {
    display: grid;
}

.item_giayphep {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 18px;
}

.item_giayphep_img img {
    width: 100%;
    border-radius: 3px;
}

.item_giayphep_info h3 {
    font-size: 16px;
    color: #00005c;
    margin: 15px 0 10px;
    font-weight: 600;
}

.item_giayphep_info_intro {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}

@media(max-width: 768px) {
    .title_giayphep {
        display: block;
    }

    .title_giayphep_list {
        overflow-x: auto;
        margin-top: 15px;
    }

    .tab_content_giayphep.active {
        grid-template-columns: 1fr;
    }
}

/* nÃƒÂ¡Ã‚Â»Ã¢â€žÂ¢i dung */
.item_quytrinh_info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.item_quytrinh_info_intro {
    font-size: 12px;
    color: #666;
}

.box_visaonenchon {
    background: #00003c;
}

.item_sp h3 {
    color: #4f4f4f;
    font-size: 16px;
    padding-top: 5px;
    margin: 0px;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.box_tin_news_top {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: 20px 0px;
}

.box_tin_news_top_right {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.box_tin_news_top_right .item_newsmoi h3 {
    font-size: 13px;
    margin-top: 5px;
}

.item_newsmoi_right_info {
    padding-left: 15px;
}

.item_newsmoi_right_info h3 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.3;
    overflow: hidden;
    /* height: 40px; */
    margin: 0px;
}

.item_newsmoi_right_info h3 i {
    padding-right: 10px;
}

.item_newsmoi_right_mota {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    overflow: hidden;
    color: #3c3c3c;
    font-size: 13px;
}

.item_newsmoi_right a:hover {
    text-decoration: none;

}

.item_newsmoi:hover a {
    color: #000;
    text-decoration: none;
}

.item_duan h3 {
    display: block;
    color: #4f4f4f;
    font-size: 16px;
    padding-top: 5px;
    margin: 0px;
    font-weight: 600;
    text-align: center;
}

.box_sp_list .marquee0 img {
    height: 120px;
    margin: 10px;
}

.item_duan img {
    padding: 2px;
    border: 1px solid #3c3c3c40;
}

.item_vc h3 {
    display: block;
    color: #4f4f4f;
    font-size: 16px;
    padding-top: 5px;
    margin: 0px;
    font-weight: 600;
}

.title_new h3 {
    background: #00609f;
    padding: 10px 10px;
    margin: 0px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.box_tin_news {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: 20px 0px;
}

#wap_footer {
    padding: 20px 0px 0px;
    background: #0056b3;
}

.title_footer h3 {
    margin: 0px;
    font-weight: 600;
    color: #fff;
}

.item_news a {
    flex-direction: row;
    flex-wrap: wrap;
    grid-row-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 35% 65%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    align-items: stretch;
}

.wap-footer-box {
    grid-column-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 45% 25% 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-bottom: 15px;
}

.title_ff {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.wap-footer-box-center ul {
    list-style-type: none;
}

.wap-footer-box-center ul li {
    padding: 5px 0px;
}

.wap-footer-box-center ul li a {
    font-size: 14px;
    color: #fff;
}

.wap-footer-box-center ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.buttoncall a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.buttoncall {
    background: #0056b3;
    border: unset;
    padding: 5px 15px;
    border-radius: 20px;
}

.wap-footer-box-left ul {
    list-style-type: none;
}

.wap-footer-box-left ul li {
    padding: 5px 0px;
    font-size: 14px;
    color:
        #ffff;
}

.item_news_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
}

.logo_footer {
    text-align: center;
}

.foot_ff_ul {
    padding-top: 15px;
}

.foot_ff_ul ul {
    list-style-type: none;
}

.foot_ff_ul ul li {
    padding: 5px 0px;
    color: #fff;
}

.foot_ff_ul {
    color: #fff;
}

.foot_ff_ul ul p {
    color: #fff;
    font-size: 13px;
}

.copyr {
    padding: 10px 0px;
    text-align: center;
    background: #00003c;
}

.copyr .container {
    /* border-top: 1px solid #fff; */
}

.copyr p {
    color: #fff;
    padding-top: 0px;
    margin-bottom: 0px;
}

.copyr p a {
    color: #fff;
}

.title_ff h3 {
    margin: 0px;
    padding-bottom: 15px;
    color: #00609f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.footer_dm ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
}

.footer_dm ul li {
    width: 50%;
    padding: 5px;

}

.footer_dm ul li a {
    color: #3c3c3c;
    font-size: 15px;
}

.share_icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 0px;
}

.share_icon a {
    color: #3c3c3c;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
}

.item_news a img {
    width: 100%;
}

.item_news a:hover {
    text-decoration: none;
}

.item_news a h3 {
    color: #082f49;
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
}

.item_news_info_intro {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #3c3c3c;
    font-size: 13px;
    line-height: 1.4;
}

.item_news_info button {
    color: red;
    background: unset;
    border: unset;
    float: right;
    text-align: right;
    display: inline-block;
    font-size: 11px;
}

div.wap_menu {}

.box_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

div.menu {
    position: relative;
    max-width: 100%;
    margin: auto;
    height: 80px;
    background: #fff;
}

.box_menu .logo img {
    max-height: 70px;
}

div.menu ul {
    color: #fff !important;
    float: left;
    list-style: none;
    margin-bottom: 0px;
}

div.menu ul li {
    color: #fff;
    float: left;
    position: relative;
    z-index: 50;
}

div.menu ul li a {
    color: #000 !important;
    font-size: 13px;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

.wap_box_new1 .box_news {
    width: 33%;
}

div.menu ul li a:hover,
div.menu ul li a.active,
div.menu ul li a.active2 {
    /* background: #2e2e2e; */
    color: #000 !important;
}

div.menu ul li ul,
div.menu ul li:hover ul li ul {
    position: absolute;
    margin-left: 0px;
    display: none;
    min-width: 250px;
    background: #d82814;
    color: #ffffff !important;
    line-height: 1.5;
}

div.menu ul li ul li {
    float: none;
    color: #ffffff !important;
}

div.menu ul li ul li a {
    padding: 6px 10px;
    text-transform: none;
    display: block;
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.title_tin_ct {
    padding-bottom: 10px;
}

.title_tin_ct h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;

    font-size: 23px;
    margin: 0px;
}

.title_share {
    display: flex;
    align-items: center;
    padding-bottom: 15px;

}

.title_share p {
    padding-left: 15px;
    color: #3c3c3c69;

    margin-bottom: 0px;
}

.box_tinlq ul li a {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.title_dk h3 {
    text-transform: uppercase;
    color: #1a2954;
    font-weight: 600;
}

.title_dk .border {
    background: #1a2954;
    max-width: 200px;
    margin: auto;
    width: 100%;
    height: 2px;
}

.box_tinlq ul li a img {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.wap_box_new {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.item_newsmoi_info {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.item_newsmoi h3 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    overflow: hidden;
    height: 44px;
    margin: 10px 0px 0px;
}

.item_newsmoi_mota {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    overflow: hidden;
    color: #000;
}

.item_newsmoi_info_intro {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.3;
    overflow: hidden;
    margin: 10px 0px;
    height: 55px;
    color: #3c3c3ccc;
}

.title_dk {
    text-align: center;
    padding-bottom: 35px;
}

.item_newsmoi_info button {
    margin-top: 5px;
    padding: 6px 13px;
    background: #0056b3;
    border: unset;
    color: #fff;
}

.box_tinlq ul {
    list-style-type: none;
}

.box_tinlq ul li a h3 {
    flex-grow: 1;
    margin-left: 10px;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 600;
}

.title_other h3 {
    background-color: #0056b3;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}

div.menu ul li ul li ul {
    left: 100%;
    top: 0px;
    color: #fff !important;
}

div.search {
    background: #fff;
    height: 40px;
    width: 25%;
    float: left;
    margin-top: 72px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-left: 8%;
    background: url(images/bg_search.png) right no-repeat;
}

div.phone {
    color: #ed3237;
    font-size: 30pt;
    float: left;
    width: 15%;
    height: 50px;
    margin-left: 60px;
    margin-top: 65px;

}

div.phone i {
    float: left;
    margin-top: 10PX;
}

div.phone div.hotline {
    width: 70%;
    float: left;
    color: #000;
    font-size: 12pt;
    margin-left: 20px;
}

div.mail {
    color: #ed3237;
    font-size: 30pt;
    float: left;
    width: 20%;
    height: 50px;
    margin-left: 30px;
    margin-top: 65px;

}

div.mail i {
    float: left;
    font-size: 15pt;
    margin-top: 10PX;
    padding: 10PX;
    border-radius: 100%;
    color: #fff;
    background: #ed3237;
}

div.mail div.email {
    width: 70%;
    float: left;
    color: #000;
    font-size: 12pt;
    margin-left: 20px;
}

div.gio_hang {
    position: absolute;
    right: 60px;
    height: 25px;
    color: #fff;
    width: auto;
}

div.gio_hang a {
    color: #00609f;
    font-size: 25px;
}

div.gio_hang a sup {
    color: #00609f;
    font-size: 10px;
    background: #fff;
}

div.search input {
    padding: 0px 10px;
    float: left;
    margin-top: 13px;
    border: none;
    background: none;
    width: 180px;
    outline: none;
    color: #bbbbbb;
    font-style: italic;
}

div.search i {
    float: right;
    margin-right: 20px;

    margin-top: 8px;
    color: #222;
    font-size: 22px;
    cursor: pointer;
}

div#slider {
    margin: auto;
    border-bottom: 1px solid #00609f;
}

div#left {
    width: 24%;
    float: left;
}

div.tieude {
    color: #fff;
    padding-left: 20px;
    font-size: 15px;
    background: #00609f;
    height: 40px;
    line-height: 45px;
    text-transform: uppercase;
}

div#danhmuc {
    border: none;
}

div.danhmuc {
    border: 1px solid #00609f;
    margin-bottom: 15px;
}

div.danhmuc:last-child {
    margin-bottom: 0;
}

div#danhmuc ul {
    list-style: none;
}

div#danhmuc ul li {}

div#danhmuc ul li:last-child {
    border: none;
}

div#danhmuc ul li a {
    font-weight: normal;
    color: #454545;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    display: block;
    border-bottom: 2px solid #00609f;
    padding: 11px 5px 11px 23px;
    background: url(images/muiten.png) 11px 15px no-repeat;
}

div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
    color: red;
    transition: 0.4s;
}

div#danhmuc ul li ul li a {
    background: url(images/muiten.png) 22px 15px no-repeat;
    padding: 9px 5px 9px 35px;
}

div#danhmuc ul li ul {
    /*display:none;*/
    z-index: 9999;
}

div#tinmoi {}

div.item_son {
    width: 31.5%;
    margin-left: 10px;
    display: inline-block;
}

div.item_son p {
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
}

div.item_son img {
    width: 100%;
    height: 260px;
}

div.item_son p a {
    text-decoration: none;
    color: #00609f;
    font-size: 14pt;
}

div.item_son p a:hover {
    color: #d82814;
}

div#tinmoi ul {
    list-style: none;
    padding: 0 10px;
}

div#tinmoi ul li {
    border-bottom: 1px dashed #DDDDDD;
    padding: 10px 0;
}

div#tinmoi ul li a img {
    width: 35%;
    max-width: 150px !important;
    border: 1px solid #d6d6d6;
    float: left;
    margin-right: 10px;
}

div#tinmoi ul li .ngaytao i {
    color: red;
    margin-right: 5px;
}

div#tinmoi ul li a img:hover {
    transition: 1s;
    border: 1px solid red;
}

div#tinmoi ul li h4 a {
    text-decoration: none;
    color: #111111;
    font-size: 12px;
    transition: 0.4s;
    font-weight: normal;
}

div#tinmoi ul li h4 a:hover {
    color: red;
    transition: 0.4s;
}

div.load_video {
    width: 95%;
    margin: 7px auto;
}

div#hotro {
    background: url(images/bg_hotro.png) left 40px no-repeat;
}

div#hotro .phone {
    color: #f10b0b;
    font-size: 24px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 90px;
    padding-bottom: 10px;
    margin-right: 20px;
    font-style: italic;
}

div#hotro ul {
    list-style: none;
    border-bottom: 1px dashed #DDDDDD;
    padding: 7px;
    margin: 0px 10px;
    font-size: 13px;
}

div#hotro ul li {
    clear: both;
    padding: 6px 0;
    color: #555555;
}

div#hotro ul li i {
    font-size: 17px;
    margin-right: 8px;
    clear: both;
}

div#hotro ul li span {
    color: #3853a4;
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
    float: left;
}

div#hotro ul li a img {
    margin-right: 5px;
    float: left;
}

div#quangcao a img {
    width: 90%;
    max-width: 300px !important;
    border: 1px solid #DDD;
    margin: 5px auto;
    padding: 4px;
    box-sizing: border-box;
}

div#quangcao a img:hover {
    border: 1px solid red;
}

div#dknt {
    max-width: 350px;
}

form#frm_dknt {
    background: #fff;
    height: 35px;
    margin: 10px 0;
    border: 1px solid #3c3c3c;
}

form#frm_dknt input[type='text'] {
    width: 70%;
    padding: 0px 5px;
    float: left;
    margin-top: 9px;
    border: none;
    background: none;
    outline: none;
    color: #000;
    outline: none;
}

form#frm_dknt input[type='button'] {
    background: red;
    color: #fff;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: none;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    outline: none;
}

div#main_content {
    max-width: 1200px;
    margin: 20px auto;
}

div#right {
    width: 100%;

}

div.tieude_giua2 {
    text-align: center;
}

div.tieude_giua2 div {
    display: inline-block;
    vertical-align: top;
    margin: auto;
    padding: 4px 20px;
    background: #00609f;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0px 0px 10px 10px;
}

div.tieude_giua {
    color: #000;
    font-size: 14pt;
    height: 40px;
    line-height: 20px;
    text-transform: uppercase;
}

div.tieude_giua3 {
    position: relative;
    color: #fff;
    padding-left: 20px;
    font-size: 15px;
    background: #00609f;
    height: 40px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    background: url(images/bg_tieu_de2.png) repeat-x;
}

div.tieude_giua3 div {
    top: 10px;
    left: 0px;
    position: absolute;
    background-color: #f3f0f0;
    color: #00609f;
    height: 20px;
    margin-left: 0px;
    padding: 0px 20px 0px 20px;
}

div.tieude_giua3 a {
    float: right;
    color: #00609f;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 12px;
    line-height: 15PX;
    background-color: #fff;
    border: 1px solid #00609f;
    padding: 0px 5px 0px 5px;
}

div.tieude_giua div {
    margin-top: 10px;
    display: inline-block;
    color: #000;
    height: 20px;
    text-align: left;
    margin-left: 0px !important;
    left: 0px;
    padding: 0% 0.2% 2% 0% !important;
    border-bottom: 2px solid #00609f
}

div.tieude_giua a {
    height: 20px;
    float: right;
    color: #00609f;
    text-transform: none;
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0px 5px 0px 5px;
}

div.wap_item {
    text-align: center;
    position: relative;
}

div.wap_item2 {
    width: 75%;
    float: right;
    text-align: center;
    position: relative;
}

div.item {
    width: 23%;
    margin: 1% 0.8%;
    height: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

div.vien1 {
    border: 1px solid #ccc;
}

div.item:hover div.tomtat {
    display: block;
}

div.item i {
    font-size: 18px;
    margin-top: 0px;
    color: #ea6d1b;
}

div.item h3 {
    font-weight: bold;
}

div.item h3 a {
    font-weight: bold;
}

div.item p {
    width: 100%;
}

div.chay_i {
    margin: 20px auto;
    max-width: 1200px;
    text-decoration: none;
    margin-top: 0px;
}

div.item_i {
    width: 90% !important;
    position: relative;
}

div.item .sp_img {
    margin-bottom: 5px;
    max-width: 100%;
}

div.item .sp_img a {
    text-decoration: none;
    line-height: 0
}

div.item .sp_img a img {
    max-width: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.box-padding {
    padding: 5px;
}

div#item .sp_img a:hover,
div#item .sp_img a:active {
    color: red;
    transition: 0.4s;
}

div.item .sp_name a {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Tahoma, Geneva, sans-serif;
}

div.item .sp_mota {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.item .noidung_item {
    min-height: 100px;
}

div.item .sp_name a:hover {
    transition: 0.4s;
    color: red;
}

div.item_i {
    text-align: left;
}

div.item .sp_gia {
    display: none;
}

div.item .sp_gia span.giacu {
    color: #666666;
    text-decoration: line-through;
    float: left;
}

div.item .sp_gia span.giamoi {
    color: #666666;
    color: red;
    float: right;
}

div.slide_sp {
    width: 23%;
    float: left;
    background: #ccc;
    line-height: 0px;
}

div.slide_sp img {
    width: 100%;

}

div.item .sp_gia span.motgia {
    display: block;
    float: none;
}

div#tintuc {}

div.new_list {
    width: 50%;
    float: left;
    margin-top: 20PX;
}

div.hotromuahang {
    width: 45%;
    float: right;
}

div#wap_footer {}

div#footer {
    max-width: 1200px;
    margin: auto;
    color: #fff;
}

div.fanpage {
    width: 50%;
    float: left;
}

div#main_footer {
    width: 48%;
    float: right;
}

div.noidung_ft {
    max-width: 100%;
    background: #fff;
    color: #000;
    padding: 0px 15px 15px 15px;
    border-bottom: 1px solid #fff;
}

div.ft_nd {
    width: 90%;
    float: left;
    padding-top: 20px;
    margin-left: 5%;
    text-align: left;
}

div#lienket {
    text-align: right;
    margin-right: 0%;
}

div#lienket a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 40px;
    width: 12px;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    transition: 1s;
}

div#lienket a:hover {
    transition: 1s;
    transform: rotate(360deg);
}

div#thongke {
    width: 33%;
    float: right;
}

div#thongke ul {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
}

div#thongke ul {
    list-style: none;
}

div#thongke ul li {
    clear: both;
    padding: 4px 0px;
}

div#thongke ul li img {
    float: left;
    margin-right: 15px;
    width: 16px;
    margin-top: 2px;
}

div#thongke .thongke_an {
    width: 60%;
    border: none;
    padding: 0px;
    float: right;
    margin-right: 5%;
    margin-top: 5%;
}

.thongke_an {
    float: right;
    padding: 15px 0px;
}

div#copy {
    padding: 0px 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #00609f;
    margin-top: 2px;
}

div#banquuyen {
    margin-top: 0px;
    padding-bottom: 20px;
    height: 50px;
    width: 90%;
}

div.copywire {
    margin-top: 15px;
    width: 70%;
    margin-left: 6%;
    float: left;
    text-align: left;
}

div.bank {
    margin-top: 15px;
    width: 30%;
    margin-right: 6%;
    float: right;
    text-align: left;
}

div.bank img {
    float: right;
}

/* --------------------- Phan trang ------------------*/
div#doitac {
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

div#doitac a img {
    height: 100px;
    margin: 0 5px;
    border: 1px solid #DDD;
}

/*----------------------------------------------------*/
div.wap_pro {
    margin: 15px auto;
    clear: both;
}

.zoom_slick {
    width: 35%;
    float: left;
    text-align: center;
}

.zoom_slick .slick2 {
    border: 1px solid #DDD;
}

.zoom_slick .slick {
    margin-top: 5px;
}

.zoom_slick .slick img {
    width: 95%;
    margin: auto;
    border: 1px solid #DDD;
    box-sizing: border-box;
    cursor: pointer;
}

.zoom_slick .slick img:hover {
    border: 1px solid #F60;
    opacity: 0.5;
    transition: 1s;
}

.product_info {
    float: right;
    list-style: none;
    width: 62%;
}

.product_info li {
    font-size: 13px;
    border-bottom: 1px solid #EEE;
    padding: 6px 0;
}

.product_info li.ten {
    color: #0033FF;
    font-size: 18px;
}

.product_info li.giacu {
    font-size: 15px;
    text-decoration: line-through;
}

.product_info li.gia {
    color: red;
    font-size: 16px;
}

.product_info li b {
    font-weight: normal;
    font-size: 14px;
}

.xemgiohang {
    color: #E80019;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}

.product_info li .dathang {
    background: #e93b35;
    color: #fff;
    display: block;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
}

div.tomtat {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0%;
    top: 0px;
    display: none;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: height 500ms ease 0s;
    width: 100%;

}

div.vien {
    width: 95%;
    height: 95%;
    border: 1px dashed #fff;
    margin: auto;
    margin-top: 5px;
    border-radius: 5px;
}

div.tomtat p {
    text-align: left;
    margin-top: 5%;
    width: 96%;
    margin-left: 2%;

}

div.tomtat div h4 {
    padding: 5%;
}

div.tomtat div h3.sp_name a {
    color: #fff;
}

a.lhmua {
    background-color: #00609f;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    color: #fff;
}

.product_info li .dathang i {
    margin-right: 10px;
    font-size: 25px;
    margin-top: 3px;
}

.product_info li .dathang:hover {
    transition: 0.4s;
    background: #E00;
}

span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}

span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
    border: 1px solid #EE0000;
}

input.soluong {
    width: 50px;
    border: 1px solid #C7C6C6;
    padding: 2px 0px;
    text-align: center;
    font-size: 15px;
    margin-right: 5px;
}

table#giohang input {
    margin: 5px 0px;
}

table#giohang input.btn,
.click_ajax {
    background: #DC0018;
    color: #ffffff;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    margin: 5px 1px;
    border-radius: 3px;
}

table#tt td {
    height: 30px;
}

table#tt td input.t {
    width: 300px;
    height: 20px;
    margin: 3px 0px 5px 0px;
    border: 1px solid #DDD;
}

table#tt td textarea {
    width: 300px;
}

table#tt span {
    color: red;
}

@-webkit-keyframes star {
    0% {
        -webkit-transform: rotate(0) scale(0);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0);
    }
}

@-o-keyframes star {
    0% {
        -o-transform: rotate(0) scale(0);
    }

    50% {
        -o-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -o-transform: rotate(360deg) scale(0);
    }
}

@-moz-keyframes star {
    0% {
        -moz-transform: rotate(0) scale(0);
    }

    50% {
        -moz-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -moz-transform: rotate(360deg) scale(0);
    }
}

.start-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0);
    }

    50% {
        transform: rotate(180deg) scale(1.5);
    }

    100% {
        transform: rotate(360deg) scale(0);
    }
}

@media screen and (max-width: 1024px) {
    div.menu {
        height: auto;
    }

    div.menu ul li a {
        padding: 0px 20px;
    }

    div#header {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    div.header {
        display: block;
    }

    .menu .container {
        padding: 0px !important;
    }

    nav#menu {
        display: none;
    }

    div#main_content {
        width: 97%;
    }

    div#footer {
        width: 97%;
    }

    div#slider {
        width: 100%;
        padding: 0;
    }

    div#danhmuc {
        display: none;
    }

    div#right {
        width: 100%
    }

    div#left {
        width: 100%;
    }

    div.item {
        width: 30%;
        margin: 1.3%
    }

    div.item_son {
        width: 30%;
        margin-left: 10px;
        display: inline-block;
    }

    div#thongke {
        width: 60%;
    }

    div.thongke_an {
        display: none;
        width: 60%;
    }

    div.tt_lh {
        width: 100%;
    }

    div.bando {
        width: 100%;
    }

    .menu_login {
        display: none;
    }

    div.slide_sp {
        width: 100%;
        float: none;
        background: none;
    }

    div.wap_item2 {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 800px) {

    div.item_son {
        width: 30%;
        margin-left: 10px;
        display: inline-block;
    }
}

@media screen and (max-width: 700px) {
    .box_menu_logo {
        text-align: center;
        width: 100%;
    }

    div.wap_menu {
        position: unset;
    }

    .box_gioithieu {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .title_da h3 {
        font-size: 11px;
    }

    .title_dv h3 {
        font-size: 18px;
    }

    .box_tin_news_top {
        grid-template-columns: 1fr;
    }

    .wap-footer {
        padding: 0px !important;
    }
}

@media screen and (max-width: 603px) {
    .box_news {
        width: 50%;
    }

    div.fanpage {
        width: 100%;
        float: none;
        margin: auto;
        text-align: center;
    }

    div#main_footer {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    div#header a.logo {
        display: none;
    }

    div#header img.logo_mobi {
        display: block;
        margin: auto;
        width: 100%;
    }

    div.tieude_giua {
        padding: 7px;
        height: auto;
        line-height: 1.5;
    }

    .zoom_slick {
        width: 85%;
        max-width: 400px;
        float: none;
        margin: auto;
    }

    .product_info {
        width: 100%;
        margin-top: 10px;
    }

    .gh_an {
        display: none;
    }

    div.item_son {
        width: 98%;
        margin-left: 10px;
        display: inline-block;
    }

    .wap_box_new1 .box_news {
        width: 49%;
    }

    .wap_box_new1 .box_news a img {
        width: 100%;
    }

    .box_visao {
        grid-template-columns: 1fr;
    }

    .title_vechungtoi h3 {
        font-size: 17px;
    }

    .box_vechungtoi_left {
        display: none;
    }

    .box_vechungtoi {
        grid-template-columns: 1fr;
    }

    .item_vc h3 {
        font-size: 13px;
    }

    .box_duan {
        grid-template-columns: 1fr 1fr;
    }

    .box_news_index {
        grid-template-columns: 1fr;
    }

    .box_dichvu_list {
        grid-template-columns: 1fr 1fr;
    }

    .box_visaonenchon_list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px !important;
        gap: 0px;
    }

    .item_visaochon {
        padding: 35px;
    }

    .item_quytrinh {
        width: calc(100% / 2 - 10px);
    }

    .box_quytrinh_list::before {
        opacity: 0;
    }

    .title_giayphep_list {
        gap: 5px;
    }

    .tab_giayphep {
        border: 0;
        background: transparent;
        padding: 7px 6px;
        border-radius: 18px;
        color: #111;
        cursor: pointer;
        font-size: 10px;
    }

    .box_quytrinh_list {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        position: relative;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .title_dv {
        padding-bottom: 0px;
    }

    .item_dichvu_info a {
        font-size: 18px;
        min-height: auto;
    }

    .item_dichvu_info h3 {
        min-height: auto;
    }

    .item_dichvu_info_chitiet a {
        font-size: 15px;
    }

    .title_dv p {
        font-size: 11px;
    }

    .box_cauhoi_seen {
        grid-template-columns: 1fr;
    }

    .box_dangky_f_f {
        grid-template-columns: 1fr;
    }

    .wap-footer-box {
        grid-template-columns: 1fr;
    }

    .box_content_ct .container {
        padding: 0px !important;
    }

    .title_ff {
        font-size: 17px;
    }
}

@media screen and (max-width: 460px) {
    div.noidung_ft {
        padding: 10px 0px;
    }

    #toptop {
        bottom: 12px;
    }

    div.item {
        width: 98%;
    }

    div.tieude_giua {
        font-size: 14px;
    }

    div.frm_lienhe .item_lienhe input[type='text'],
    div.frm_lienhe .item_lienhe textarea,
    div.frm_lienhe .item_lienhe input[type='password'] {
        width: 100%;
    }

    div.frm_lienhe .item_lienhe select {
        width: 100%;
    }

    .map_description {
        width: 100%;
    }

    .box_news a img {
        width: 110px;
    }

    div.frm_lienhe .item_lienhe p {
        width: 100%;
    }

    .othernews ul.phantrang {
        margin-left: 0px;
    }

    .box_news h3 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}