::-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_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.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%;
}

#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%;
}

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

body {
    font-family: 'myFont';
    font-size: 13px;
    line-height: 1.5;
}

@font-face {
    font-family: 'myFont';
    src: url('font/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'UTM-Avo';
    src: url('font/UTM-Avo.ttf');
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('font/RobotoCondensed-Bold.ttf');
}

.item_c {
    float: left;
}

.item_c:first-child {
    width: 48%;
    height: 570px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.item_c:nth-child(2) {
    width: 23.5%;
    float: right;
    height: 275px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.item_c:nth-child(3) {
    width: 23.5%;
    float: left;
    height: 275px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.item_c:nth-child(4) {
    width: 49.5%;
    float: right;
    height: 265px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    background-position: center;
}

.item_c:nth-child(5) {
    width: 22.5%;
    float: left;
    height: 275px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.item_c:nth-child(6) {
    width: 23%;
    float: left;
    height: 275px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.item_c:nth-child(7) {
    width: 49.5%;
    height: 570px;
    margin-left: 15px;
    margin-top: 15px;
    float: right;
}

.item_c:nth-child(8) {
    width: 48%;
    float: left;
    height: 265px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    background-position: center;
}

.img-cmt {
    padding-bottom: 10px;
}

.cmt-img img {
    width: 60%;
    float: left;
    border: 2px solid #eb323a;
}

.txt-cmt p {
    text-align: justify;
}

.txt-cmt span {
    font-size: 15px;
    color: #eb323a;
}

.feedback {
    padding-top: 15px;
}

.back_ten {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2em;
    height: 100%;
    display: none;
}

.footer_top {
    background-image: url(./images/lienhe_anh.png);
    background-position: center;
    background-size: 100% 100%;
    padding: 25px 0px;
}

.logopc {
    max-height: 70px;
}

.input_tt {
    padding: 15px;
}

.box_input_tt {
    background: #fff;
    color: #6f6b6b;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
    line-height: 40px;
}

.box_input_nd {
    background: #fff;
    color: #6f6b6b;
    padding: 5px 10px;
    line-height: 40px;
}

.box_input_nd textarea {
    width: 100%;
    border: unset;
    padding: 0px 5px;
}

.content_footer {
    background-color: #f5f5f5;
    padding: 15px 0px;
}

.box_content_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.box_content_footer_menu ul {
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
}

.box_content_footer_menu ul li {
    padding: 0px 15px;
}

.box_content_footer_menu ul li:hover a {
    color: #0000dd;
    text-decoration: none;
}

.copywire a {
    color: #fff;
}

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

.box_content_footer_menu ul li a {
    color: #0000dd;
    font-size: 14px;
    font-weight: 550;
}

.footer_tt {
    padding: 20px 0px;
}

.footer_tt h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0000dd;
    text-transform: uppercase;
}

div.copywire {
    background: #0000dd !important;
    opacity: 0.8;
}

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

.footer_tt {
    padding-left: 15px;
}

.footer_tt ul li {
    color: #0000dd;
    padding: 5px 0px;
    font-size: 14px;
}

.footer_tt ul li i {
    padding-right: 10px;
}

.title_dk p {
    color: #000;
    font-size: 14px;
}

.title_dk h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #0000dd;
    font-weight: 600;
}

.back_ten .sp_name {
    background: #e13539c7;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 42% 0px;
    text-align: center;
}

.item_c:nth-child(4) .back_ten {
    position: relative;
    top: 0px;
    padding: 0px;
    width: 90%;
    margin: auto;
    height: 205px;
    margin-top: 30px;
    background: #e13539c7;
}

.item_c:nth-child(4) .back_ten .sp_name {
    height: 265px;
    width: 100%;
    padding: 18%;
    position: absolute;
    background: none;
}

.item_c:nth-child(8) .back_ten {
    position: relative;
    top: 0px;
    padding: 0px;
    width: 90%;
    margin: auto;
    height: 205px;
    margin-top: 30px;
    background: #e13539c7;
}

.item_c:nth-child(8) .back_ten .sp_name {
    height: 265px;
    width: 100%;
    padding: 18%;
    position: absolute;
    background: none;
}

.back_ten .sp_name a {
    color: #fff;
    font-size: 15px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    line-height: 1.3;
    text-align: center;
    font-weight: 550;
}

.back_ten .sp_name a:hover {
    text-decoration: none;

}

.tt {
    width: 70%;
    margin: auto;
}

.tt_center p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
}

.tt_center span {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}

.tab {
    padding: 15px;
}

.item_c:first-child .back_ten .sp_name a,
.item_c:nth-child(7) .back_ten .sp_name a {
    font-size: 20px;
}

.item_c:hover .back_ten {
    display: block;
}

.item_c p {
    margin-bottom: 0px;
}

.title_a {
    display: block;
    text-align: center;
}

.title_a h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #0000dd;
}

.input_nd {
    display: inline-block;
    width: 100%;
}

.title_a h3::after {
    content: "";
    width: 50%;
    height: 2px;
    background: #0000dd;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.item_duan {
    width: 25%;
    float: left;
}

.item_duan .info_duan {
    padding: 5px;
}

.item_duan .info_duan .img_duan {
    position: relative;
}

.item_duan .info_duan .img_duan .sp_name {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    margin: 0px;
    display: grid;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    border: 1px solid #fff;
    background: #00000036;
    text-align: center;
}

.item_duan .info_duan .img_duan .sp_name a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.hotro {
    background: #ec2f35;
}

.dichvuht {
    position: absolute;
    bottom: 0px;
    margin: auto;
    width: 100%;
}

.icon_tt {
    text-align: center;
    display: inline-block;
    float: left;
    padding-right: 15px;
}

.icon_tt i {
    font-size: 36px;
    color: #fff;
}

.tt_center {
    float: left;
}

.logo {
    display: inline-block;
    float: left;
}

.header_top_left ul {
    list-style-type: none;
    margin-bottom: 0px;
}

.header_top_left ul li {
    display: inline-block;
    padding-right: 15px;
}

.header_top_left ul li p {
    color: #3c3c3c;
    margin-bottom: 0px;
    line-height: 30px;
}

.header_top_left ul li p i {
    padding-right: 5px;
}

.header_top_right #lienket {
    padding-top: 0px;
}

.tab_video {
    padding-right: 0px !important;
    padding-left: 20px !important;
}

.box_container {
    margin-top: 15px;
}

.header_top_right #lienket a {
    display: inline-block;
    font-size: 13px;
    color: #3c3c3c;
    float: left;
}

div#wapper {
    margin: auto;
    max-width: 2000px;
    width: 100%;
}

.title_cty {
    text-align: center;
}

.gioithieu_index {
    background-image: url(./images/back_gioithieu.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 30px 0px;
}

div#header .intro {
    width: 72%;
    float: left;
}

.title_cty h3 {
    font-size: 40px;
    color: #ff110d;
    text-transform: uppercase;
    margin: 5px 0px;
    font-family: 'RobotoCondensed-Bold';
    font-weight: 600;
}


.title_cty p {
    color: #349b2e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 550;
}

div#header .intro a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 32px;
    font-family: UTM-Swiss;
    font-weight: 600 !important;
    color: #d2d303;
    text-shadow: 1px 1px #1215cb;
    width: 62%;
    float: left;
    line-height: 3;
}

div#header .intro p {
    width: 37%;
    float: left;
    font-size: 44px;
    font-family: UTM-Swiss;
    font-weight: 600 !important;
    color: red;
    text-transform: uppercase;
    line-height: 2;
}

.box_gioithieu_index h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #0000dd;
}

.box_gioithieu_index h3:before {
    content: "";
    width: 50%;
    height: 2px;
    background: #0000dd;
    position: absolute;
    left: 0px;
    bottom: -3px;
}

.box_banner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.box_banner_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.box_banner_bottom .box_banner_bottom_bt {
    width: 50%;
}

.img_bannerr {
    padding: 5px;
}

.box_banner_top {
    width: 100%;
}

.box_banner_top_bt img {
    height: 335px;
}

.box_banner_bottom_bt img {
    height: 100px;
}

.img_bannerr img {
    width: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.tittle_dv h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
    display: inline-block;
    color: #000;
}

.dichvu_index {
    padding: 15px 0px;
}

.tittle_dv h3:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0px;
    bottom: -3px;
}

.dichvu_index {
    position: relative;
}

.box_dichvu {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.dichvu_index:before {
    content: "";
    width: 100%;
    height: 60%;
    background: #f8a02b;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.8;
}

.duan_index {
    padding: 15px 0px;
}

.box_item_dv_detail {
    background-color: #f6f7f8;
    padding: 15px 10px;
}

.box_item_dv_detail h3 {
    margin: 0px;
    min-height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box_item_dv_detail h3:hover a {
    text-decoration: none;
}

.box_item_dv_detail h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
}

.item_dv_xemtiep {
    padding: 10px 0px 0px;
}

.item_dv_xemtiep:hover a {
    color: 3#064267;
    text-decoration: none;
}

.item_dv_xemtiep a {
    font-size: 12px;
    font-weight: 600;
    color: #3c3c3c;
}

.item_dv_xemtiep a i {
    padding-left: 5px;
    font-size: 9px;
}

.dichvu_all {
    display: inline-block;
    padding-top: 50px;
}

.box_item_dv {
    position: relative;
}

.box_item_dv:before {
    content: "";
    width: 90%;
    height: 10px;
    background: #000;
    position: absolute;
    left: 5%;
    top: -10px;
    z-index: -1;
}

.dichvu_all a {
    margin-left: 15px;
    background: #064267;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
}

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

.box_item_dv_detail_mota {
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box_item_dv_detail_mota div {
    margin: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    color: #000;
    padding: 5px 0px;
}

.box_dichvu_list {
    padding-top: 25px;
}

.tittle_dv p {
    font-size: 19px;
    color: #000;
}

.wap_conten {
    max-width: 1350px;
    margin: auto;
    border-top: 1px solid black;
}

.full_conten {
    margin: auto;
}

.tabbable {
    width: 1200px;
    margin: auto;
}

.tintuc {}

.header_top {
    background: #d8d8d8;
}

div#header {
    position: relative;
    margin: auto;
}

.logo_top {
    float: left;
    max-width: 30%;
    margin: 10px 45px;
}

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

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

div#header a.logo img {
    width: 100%;
}

.hotline {
    float: right;
    margin-top: 10px;

}

.hotline i {
    float: left;
    font-size: 67px;
    color: #ed3237;
    margin-right: 10px;
    margin-top: 15px;
}

.hotline p {
    width: 270px;
    font-size: 30px;
    font-family: UTM-Avo;
    color: #ed3237;
}

div.header {
    display: none;
}

.carousel-inner img {
    width: 100%;
}

div.wap_menu {
    position: relative;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px #bcb3b3;
    width: 100%;
}

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

div.menu {
    width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 0px;
}

div.menu ul {
    list-style: none;
    margin-bottom: 0px;
}

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

div.menu ul>li {
    line-height: 90px;
}

div.menu ul>li>ul>li {
    line-height: 30px;
}

#main_content {
    padding-top: 15px;
}

.title_a span {
    color: #0000dd;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

div.menu ul li a {
    color: #575757;
    font-size: 14px;
    padding: 0px 14px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: 550;
}

div.menu ul li a:hover {
    background-color: #0000dd;
    color: #fff;
}

div.menu ul li ul,
div.menu ul li:hover ul li ul {
    position: absolute;
    margin-left: 0px;
    display: none;
    min-width: 200px;
    background: #fff;
    line-height: 1.5;
}

div.menu ul li ul li {
    float: none;
}

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

div.menu ul li ul li ul {
    left: 100%;
    top: 0px;
}

div.search {
    position: absolute;
    right: 30px;
    top: 5px;
    background: none;
    height: 40px;
    border: 2px solid #fff;
}

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

div.search i {
    float: right;
    margin-right: 9px;
    margin-top: 8px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

div#slider {
    margin: auto;
    margin-top: 0px;
}

div#slider1_container {
    width: 100% !important;
}

.pagination {
    width: 100% !important;
}

div.gioithieu {
    width: 1200px;
    margin: auto;
    padding: 30px 0px;
}

div.gioithieu .gioithieu_left {
    width: 25%;
    float: left;
}

div.gioithieu .gioithieu_right {
    width: 74%;
    float: left;
    padding-left: 30px;
}

div.gioithieu .gioithieu_right .gioithieu_mota {
    padding-bottom: 15px;
}

div.gioithieu .gioithieu_right h3 {
    font-family: Open Sans;
    color: #ee2427;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0px;
}

div.gioithieu .gioithieu_right p {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 23px !important;
}

div.gioithieu .gioithieu_right .xemtiep a {
    padding: 10px 20px;

    text-decoration: none;
    color: #fff;
    background: #ec5353;
    text-transform: uppercase
}

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

.dm_sp {
    width: 100%;
    background: #ffff6e;
    padding: 30px 0px;
}

.item_danhmuc {
    border: none !important;
}

.item_danhmuc:hover a {
    color: red !important;
}

.item_danhmuc .sp_img {
    position: relative;
}

.item_danhmuc .vien-anh {
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.item_danhmuc .vien-anh i {
    width: 40px;
    height: 40px;
    background: #ffff00;
    text-align: center;
    line-height: 40px;
    color: red;
}

.item_danhmuc .vien-anh i:hover {
    transform: rotate(360deg);
    transition: 1s;
}

.item_danhmuc .vien-anh a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.item_danhmuc:hover .vien-anh {
    display: block;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dichvu_item img {
    width: 100%;
    height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tintuc {
    padding-top: 10px;
    padding-bottom: 15px;
}

.list_duan {
    padding: 15px;
}

.box_list_duan {
    background: url(./images/has.png);
    background-repeat: no-repeat;
    height: 390px;
    background-position: center;
    background-size: 100% 100%;
}

.box_list_duan ul {
    list-style-type: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.box_list_duan ul li {
    padding: 5px 0px;
}

.box_list_duan ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.box_list_duan ul li:hover a {
    text-decoration: none;
    color: #064267;
}

.box_dichvu_item {
    position: relative;
}

.infodv {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}


.box_item_p_name {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    gap: 10px;
}

.box_item_p_name h3 {
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 0;
}

.viewdetails {
    font-size: 13px;
    border: 2px solid #fff;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 600;
}

.danhmuc_list_nb {
    text-align: center;
    margin: 35px 0px;
}

.danhmuc_list_nb ul {
    list-style: none;
    width: 81%;
    margin-bottom: 0px;
    display: inline-block;
}

.danhmuc_list_nb ul li {
    display: inline-block;
    position: relative;
}

.danhmuc_list_nb ul li a {
    color: #000;
    padding: 10px 15px;
    font-weight: 550;
    font-size: 15px;
}

.danhmuc_list_nb ul li:hover a {
    text-decoration: none;
    color: #fff;
}

.danhmuc_list_nb a:hover,
.dm_actived {
    color: #349b2e;

}

.only-mobi {
    display: none;
}

.danhmuc_list_nb a,
.dm_actived {
    text-decoration: none;
    color: #fff;

}

.danhmuc_list_nb a:hover,
.dm_actived {
    text-decoration: none;
    color: #349b2e !important;
    position: relative;
}

#click_show {
    margin-top: 10px;
}

.dichvu {
    width: 100%;
}

.infodv h3 a {
    display: flex;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    background: #f8a02b;
    border-radius: 10px;
    color: #fff;
    height: 55px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    opacity: 0.8;
}

.box_item_dv img {
    height: 192px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.dichvu_item {
    padding: 15px;
}

.infodv h3 a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px 5px;
}

.dichvu .title_a span {
    color: #fff;
}

.dichvu .title_a:before {
    background: #fff;
}

.dichvu_item {}

.box_dv {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
}

.dichvu_item a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.dichvu .mota {
    text-align: justify;
    font-size: 13px;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 75px;
}

.dichvu_item h3 {
    width: 100%;
    padding: 0px 10px;
    margin: 0px auto;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.6;
}

.dichvu_item a:hover {
    color: #ec2f35;
    text-decoration: none;
}

.infodv .chitiet {
    text-align: left;
    margin-top: 10px;
}

.infodv .chitiet a {
    color: #ec2f35;
}

.duan_item {
    border: none !important;
}

.duan_item .sp_name {
    min-height: 40px !important;
    text-align: left !important;


}

.duan_item .sp_name a {
    font-weight: bold !important;
}

.duan_item .diachi {
    width: 100%;
    text-align: left;
}

.doitac img {
    max-height: 100px;
    margin: 0px 15px;
}

div.tintuc:hover a {
    text-decoration: none;
}

.box_doitac {
    background-color: #ebebeb;
    padding: 10px;
}

.tintuc_index h3 {
    margin-top: 0px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* height: 48px; */
    margin: 5px;
    line-height: 1.5;
    font-size: 15px;
}

.tintuc_index .mota {}

div.menu_sanpham .nav-tabs>li.active:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #0958a5;
    position: absolute;
    bottom: -10px;
}

.tintuc_index .ngaytao {
    color: #ccc
}

.tintuc_index .luocxem {
    color: #0a9295;
}

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

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

div#danhmuc {
    border: none;
    background: #f0f0f0;
}

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

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

div#danhmuc ul {
    list-style: none;
    width: 90%;
    margin-left: 5px;
}

div#danhmuc ul li {
    position: relative;
}

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 #b7b7b7;
    padding: 11px 5px 11px 30px;
    background: url(images/bg_menudm.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;
    width: 100%;
}

i.dm_cha {
    position: absolute;
    font-size: 12pt;
    padding: 3px;
    color: #000;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
}

div#tinmoi {}

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#dknt {
    max-width: 350px;
}

form#frm_dknt {
    background: #fff;
    height: 35px;
    margin: 10px 0;
}

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#right {
    width: 100%;
    float: right;
}

div.tieude_giua2 {
    text-align: left;
    margin: 0px;
}

.tieude_giua2 p {
    font-size: 24px;
    text-transform: uppercase;
    color: #ff110d;
    margin-bottom: 0px;
}

.tieude_giua2 span {
    font-size: 36px;
    text-transform: uppercase;
    color: #349b2e;
    font-weight: 550;
}

.xemchitiet {
    padding-top: 16px;
}

.xemchitiet a {
    padding: 10px 25px;
    background: #349b2e;
    border-radius: 5px;
    color: #fff;
}

div.tieude_giua2 div {
    font-size: 27px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
}

div.tieude_giua2 div:after {
    content: "";
    width: 10%;
    height: 1px;
    background: #eb323a;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

div.tieude_giua2 div:before {
    content: "";
    width: 18%;
    height: 1px;
    background: #eb323a;
    position: absolute;
    bottom: 0px;
    left: 15px;
}

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

div.tieude_giua div {
    display: inline-block;
}

div.tieude_giua a {
    float: right;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
}

div.wap_item {
    position: relative;
}

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

.tintuc_left h3 {
    margin: 5px 0px;
    color: #333333;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
}

.tintuc_left .mota {
    color: #333333;
    font-size: 14px;
    padding: 0px 10px;
    text-align: justify;
}

div.item {
    width: 19%;
    margin: 0.3%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

div.menu_sanpham {
    text-align: center;
}

div.menu_sanpham .nav-tabs {
    border-bottom: none !important;
}

div.menu_sanpham p {
    width: 18%;
    float: left;
    padding: 20px 0px;
    margin: 0px;
    text-transform: uppercase;
    color: #706767;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

div.menu_sanpham .nav-tabs>li {
    margin: 8px 0px;
}

div.menu_sanpham .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #0958a5;
    border: none;
}

div.menu_sanpham .nav-tabs>li>a {
    border-left: 2px solid #686162 !important;
    border-radius: 0px !important;
}

div.chay_i {
    margin: 0px auto;
    max-width: 1350px;
}

div.item_i {
    width: 90% !important;
    margin: 10px 5% !important;
}

div.item .sp_img {
    overflow: hidden;
    margin-bottom: 0px;
}

div.item .sp_img a {
    display: block;
    line-height: 0;
}

div.item a img {
    width: 100%;
    border: 1px solid #ccc;
}

div.item .sp_name {
    text-align: center;
    background: #cccccc9e;
    height: 45px;
    margin: 0px;
    line-height: 45px;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
}

div.item .sp_name a {
    text-decoration: none;
    color: #353535;
    font-size: 14px;
}

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

div.item .gia_lh {
    color: red !important;
}

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

div.item .yc_baogia {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

div.item .yc_baogia a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    background: #3e4095;
    color: #fff;
    font-weight: 600;
}

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

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

div#wap_footer {
    width: 100%;
    padding: 15px 0px 0px;
}

.f-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 25px;
}

.footer-item .f-cotent .tt_content {
    font-size: 15px;
    color: #FFF;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.footer-item .f-cotent .tt_content i {
    padding-right: 5px;
    color: #454545;
}

.f-cotent ul {
    list-style-type: none;
}

.f-cotent ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

.f-cotent ul li a {
    color: #fff;
    font-size: 12px;
}

.f-cotent ul li a i {
    padding-right: 5px;
}

.f-cotent ul li:hover a {
    color: #fff;
}

.gioithieu_mota {
    text-align: justify;
    font-size: 14px;
}

.col-3 {
    width: 31%;
    margin: 20px 1%;
    float: left;
}

.box_new_replace img {
    height: 200px !important;
}

.col-3 .footer_conten ul li a {
    color: #818181;
    text-decoration: none;
    font-size: 15px;
    line-height: 2;
}

.col-3 .footer_conten ul li a:hover {
    color: #0958a5;
    transform: 0.1;
    padding-left: 5px;
    font-weight: 600;
}

.col-3 .footer_conten .box_news {
    width: 100%;
}

.col-3 .footer_conten .box_news p {
    margin-bottom: 4px;
    color: #818181;
}

.col-3 .footer_conten .box_news h3 {
    width: 100%;
    color: #818181;
}

.col-3 .footer_conten .box_news h3 a {
    width: 100%;
    color: #818181;
}

.box_news h3 a {
    font-family: "myFont";
}

.tieude_f {
    font-family: RobotoCondensed-Bold;
    color: #818181;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer_conten ul {
    list-style: none;
}

.footer_conten ul i {
    width: 20px;
}

.footer_conten ul li {
    margin: 2px 0px;
    color: #818181;
    font-size: 17px;
    line-height: 2;
}

.gioithieu_news {
    padding-bottom: 30px;
}

.gioithieu_news a {
    text-decoration: none;
}

.gioithieu_news a img {
    padding: 3px 3px 3px 3px;
    width: 100%;
    /* height: 390px; */
    transition: 1s;
    border: 1px solid #DCDCDC;
    /* object-fit: cover; */
}

.gioithieu_news h3 {
    width: 100%;
    margin: 0px;
    padding-left: 5px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.gioithieu_news h3 a {
    text-decoration: none;
    color: #064267;
    font-size: 14px;
    padding: 2px 0px;
    font-weight: 600;
    font-family: "myFont";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    margin: 0 auto;
}

div#footer {

    margin: auto;
    color: #fff;
}

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

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

div#lienket {
    width: 40%;
    float: right;
    padding-top: 10px;
    text-align: right;
}

div#lienket a {
    display: inline-block;
    vertical-align: top;
    color: #454647;
    font-size: 20px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    transition: 1s;
    padding-left: 15px;
}

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

div#lienket .phone {
    text-align: left;
    padding-top: 15px;
}

div#lienket .phone .fa {
    font-size: 32px;
    color: red;
    float: left;
    padding-right: 6px;
}

div#lienket .phone p {
    float: left;
    font-size: 23px;
    color: #2f3192;
}

div#copy {
    padding: 20px 0;
    font-size: 14px;
    color: black;
    text-align: center;
    background: #fff;
    margin-top: 0px;
    border-top: 1px solid #000;
}

div#copy span {
    color: #E00;
}

/* --------------------- 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;
}

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

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

.box_news a img {
    padding: 3px 3px 3px 3px;
    width: 100%;
    height: 390px;
    transition: 1s;
    border: 1px solid #DCDCDC;
    object-fit: cover;
}

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);
    }
}

#header .name {
    max-width: 47%;
    margin: auto;
    display: inline-block;
    padding-top: 15px;
    padding-left: 65px;
}

#header .name a {
    text-decoration: none;
}

#header .name span {
    font-size: 60px;
    color: red;
    font-weight: 550;
}

div.tintuc_index .mota {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    height: 78px;
    color: #333333;
    text-align: justify;
}

.box_news {}

div.tintuc .tintuc_index a img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}

div.tintuc .tintuc_index h3 {
    width: 100%;
}

div.tintuc .tintuc_index .mota {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    #header .name {
        display: none;
    }

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

    .doitac {
        width: 100% !important;
    }

}

@media screen and (max-width: 960px) {
    .header a img {
        max-height: 80px;
    }

    #header {
        display: none;
    }

    .logo {
        display: none;
    }

    .dichvuht {
        display: none;
    }

    div.header {
        display: block;
        background: #fff;
    }

    .footer_top {
        background: #e2e2e2;
    }

    #menu_mobi {
        background: #f7991d !important;
        opacity: 0.8;
        color: #000 !important;
    }

    nav#menu {
        display: none;
    }

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

    div#danhmuc {
        display: none;
    }

    div#right {
        width: 100%
    }

    div#left {
        width: 100%;
    }

    div.item h3 {
        position: absolute;
        z-index: 999;
        bottom: 0px;
        width: 100%;
    }

    div#thongke {
        width: 100%;
    }

    div.thongke_an {
        display: none;
    }

    div.tt_lh {
        width: 100%;
    }

    div.bando {
        width: 100%;
    }

    .menu_login {
        display: none;
    }
}

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

@media screen and (max-width: 700px) {
    .tab_video {
        padding: 15px !important;
    }

    .title_a span {
        font-size: 20px;
    }

    .dichvu_item,
    .list_duan {
        padding: 5px !important;
    }

    .infodv h3 a {
        font-size: 12px;
        height: 45px;
    }

    .item_duan {
        width: 50%;
    }

    .item_duan .info_duan .img_duan .sp_name a {
        font-size: 11px;
    }

    .danhmuc_list_nb {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 680px) {
    .box_list_duan {
        height: 280px;
    }

    div.tieude_giua2 div {
        font-size: 23px;
    }

    .doitac_index {
        display: none;
    }

    .cmt-img img {
        width: 30%;
    }

    .item_c {
        width: 100% !important;
        height: 300px !important;
        background-position: center !important;
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

    .gioithieu_news {
        padding: 5px !important;
    }

    .box_news {
        padding: 5px !important;
    }

    .box_news a img {
        width: 100%;
        height: 200px;
    }

    .back_ten {
        height: 100%;
    }

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

    .dichvu_item {
        padding: 5px !important;
    }

    .item_dv {
        padding: 5px !important;
    }

    .tintuc_index {
        padding: 5px !important;
    }

    .dichvu_item img {
        width: 100%;
        height: 280px;
    }

    .infodv h3 a {
        font-size: 10px;
        height: 45px;
    }

    .box_gioithieu_index h3 {
        font-size: 25px;
    }

    .box_gioithieu_index img {
        width: 100%;
    }

    .box_banner {
        display: none;
    }

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

    .box_item_dv_detail_mota {
        display: none;
    }

    .box_item_dv img {
        height: 160px;
    }

    .item_dv {
        padding: 15px;
    }

    .box_dichvu_list {
        padding-top: 0px;
    }

    .box_item_dv_detail h3 {
        min-height: 45px;
    }

    .box_item_dv_detail h3 a {
        font-size: 13px;
    }

    .box_list_duan ul li a {
        font-size: 13px;
    }

    .box_list_duan ul li {
        padding: 2px 0px;
    }

    .title_a h3 {
        font-size: 23px;
    }

    div.tintuc .tintuc_index a img {
        height: 230px;
    }

    .box_item_dv:before {
        content: "";
        width: 90%;
        height: 5px;
        background: #000;
        position: absolute;
        left: 5%;
        top: -5px;
        z-index: -1;
        opacity: 0.8;
    }

    .tittle_dv h3 {
        font-size: 25px;
    }

    .header a img {
        width: 65% !important;
        float: left;
        padding-left: 15px;
    }

    .back_ten .sp_name {
        padding: 25% 0px;
    }

    .tintuc_left {
        padding-bottom: 15px;
    }

    .img_tintuc {
        height: 350px !important;
    }

    div.header {
        display: block;
        text-align: center;
        background-image: none;
    }

    div#header .intro {
        display: none;
    }

    div#lienket {
        display: none;
    }

    div#header .logo {
        width: 100%;
        text-align: center;
    }

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

    div#header {
        width: 100%;
    }

    .wap_menu {
        width: 100% !important;
    }

    div.gioithieu {
        width: 100%;
        padding-top: 5px;
    }

    div.gioithieu .gioithieu_left {
        width: 100%;
        text-align: center;
    }

    div.gioithieu .gioithieu_left img {
        width: 75%;
    }

    div.gioithieu .gioithieu_right {
        width: 100%;
        padding-left: 0px;
    }

    div.gioithieu .gioithieu_right p {
        font-size: 20px;
        line-height: 30px !important;
    }

    div.menu_sanpham {
        height: auto;
        text-align: center;
    }

    .full_conten {
        width: 100%;
    }

    div.menu_sanpham p {
        width: 100%;
        text-align: center;
        font-size: 25px;

    }

    .danhmuc_list_nb ul {
        width: 100%;
        text-align: center;
    }

    .danhmuc_list_nb ul li {
        border-left: none !important;
    }

    .tabbable {
        width: 100%;
    }

    div.menu_sanpham .nav-tabs>li.active:after {
        display: none;
    }

    div.menu_sanpham .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        background: #0958a5;
        color: #fff;
    }

    .tintuc {
        width: 100% !important;
    }

    .tintuc_index {
        padding: 15px;
    }

    div#wap_footer {
        width: 100%;
    }

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

    div.menu_sanpham .nav-tabs {
        text-align: center;
        display: inline-block;
    }

    .logo_top {
        width: 100% !important;
        max-width: 100%;
        margin: 0px;
    }

    div.gioithieu .gioithieu_right h3 {
        text-align: center;
        font-size: 25px;
        padding-top: 5px;
    }

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

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

    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;
    }

    .only-mobi {
        display: block;
        padding: 20px;
        height: 20px;
        background: #34a854;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .only-pc {
        display: block;
    }

    .danhmuc_list_nb ul li a {
        padding: 10px 15px;
        display: inline-block;
    }

    div.item {
        width: 46%;
    }

    .col-3 {
        width: 96%;
    }

    .col-3 .tieude_f {
        margin-top: 10px !important;
    }

    .col-2 {
        width: 48%;
    }

    .col-2 .footer_conten {
        padding-left: 10px;
    }

    .tintuc_index h3 {
        font-size: 12px;
    }

    .gioithieu_index {
        padding: 15px 0px 25px;
    }

    .box_dv {
        padding-top: 10px;
    }

    .footer_top {
        background: #e2e2e2;
    }

    .footer_tt h3 {
        font-size: 15px;
    }

    .box_content_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .logopc {
        max-height: 100px;
    }

    .box_content_footer_menu {
        padding-top: 15px;
        display: none;
    }

    .box_content_footer_menu ul li {
        padding: 5px 0px;
        width: 50%;
        text-align: center;
    }

    .box_content_footer_menu ul {
        list-style-type: none;
        margin-bottom: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        align-items: stretch;
    }
}

@media screen and (max-width: 460px) {
    div.item {
        width: 96%;
    }

    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 {
        padding: 5px !important;
    }

    .box_news a img {
        width: 100%;
        height: 190px;
    }

    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: 415px) {
    div.menu_sanpham .nav-tabs>li {
        height: auto;
    }

    .nav>li>a {
        padding: 10px 5px !important;
    }
}

@media screen and (max-width: 376px) {
    div.menu_sanpham .nav-tabs>li {
        width: 100% !important;
        margin: 3px 0px !important;
    }

    div.menu_sanpham .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        background: #0958a5 !important;
    }

    div.menu_sanpham .nav-tabs>li>a {
        border-left: none !important;
        background: #0958a570 !important
    }
}