﻿.viewgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}



.wraper_tms_1000 {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.box_about {
    padding: 10px;
}

.box_about_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #276491;
    position: relative;
}

.box_about_title:after {
    content: '';
    width: 50px;
    display: block;
    bottom: 0;
    position: absolute;
    border-bottom: 2px solid #276491;
}

.box_about_title a {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #050505;
}

.box_about img {
    height: auto;
    width: 100%;
}

.box_about_top_text {
    margin-top: 10px;
    width: 100%;
    text-align: center
}

.box_about_text {
    margin-top: 10px;
    min-height: 140px;
    width: 100%;
}

.wraperheader {
    width: 100%;
    margin: 0 auto;
    background: #ffff;
}

.wrapermenu {
    width: 100%;
    margin: 0 auto;
    background: #276491;
}

#header .logo {
    position: relative;
    padding: 10px 0px 10px 0px;
}

.tms_book {
    right: 0;
    top: 35px;
    width: 100%;
}

.tms_hotline {
    position: absolute;
    left: 430px;
    top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 39px;
    min-height: 30px;
    background-image: url(../images/phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 1.43;
}

.tms_hotline_text {
    float: left;
    width: 130px;
    padding-right: 10px;
    color: rgba(0, 0, 0, .56);
    border-right: 1px solid rgba(0, 0, 0, .1);
    margin-right: 10px;
}

.tms_hotline_tel1 a,
.tms_hotline_tel2 a {
    color: #276491;
}

.tms_hotline_tel1 {
    color: #276491;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 180px;
    margin-top: -10px
}

.tms_hotline_tel2 {
    color: #276491;
    font-weight: 600;
    font-size: 16px;
    left: 180px;
    margin-top: 20px
}

.tms_top {
    display: inline-block;
    margin: 4px;
    float: right;
    text-align: center;
    max-width: 300px;
}

.dropdown-tms {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#header .giohang {
    z-index: 11;
    margin-top: 2px;
    padding: 7px 4px 2px 4px;
    float: right;
    width: auto;
    background-color: #276491;
    border: 1px solid #276491;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#header .icongiohang {
    float: left;
    height: 25px;
    width: 32px;
    background: url(../images/cart.png) no-repeat left center;
}

#header .title_giohang {
    float: left;
    font-size: 18px;
    color: #fff;
    padding-left: 5px;
}

.giohang_ul {
    position: relative;
    display: inline-block;
}

.giohang_ul_content {
    margin-top: 30px;
    margin-right: -10px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 260px;
    padding: 12px;
    right: 0px;
    z-index: 1111;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.giohang_ul:hover .giohang_ul_content {
    display: block;
}

.giohang_ul_content ul {
    width: 100%;
    margin: 0;
    padding: 0
}

.giohang_ul_content ul li {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #CCC;
    color: #d62c2e;
    padding: 5px;
}

.giohang_ul_content ul li a {
    color: #5cb85c;
}

.tms_cat {
    background: #fff;
    margin-bottom: 20px;
}

img.tms_cat_img {
    width: 100%;
    height: 150px;
}

.tms_cat_title {
    background: #ececec;
    border-bottom: 2px solid #276491;
}

.tms_cat_title h2 {
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 34px;
    padding: 2px 15px;
    text-transform: uppercase;
    position: relative;
    background: #276491;
    color: #FFF;
    position: relative;
}

.tms_cat_title h2:after {
    border-bottom: 39px solid #276491;
    border-right: 39px solid rgba(0, 0, 0, 0);
    border-top: 0px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    position: absolute;
    right: -38px;
    top: 0;
    z-index: 1;
}

.tms_cat_title h2 a {
    color: #fff;
    margin-left: 5px;
}

.tms_cat_right {
    float: right;
    padding-top: 12px;
}

.tms_cat_right a {
    color: #276491;
    margin-left: 5px;
}

.tms_primary {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #dcd7d7;
}

.tms_body {
    border: 1px solid #ececec;
    padding: 6px;
}

.tms_primary_title,
.tms_primary_title a {
    text-transform: uppercase;
    border-bottom: 2px solid #276491;
    padding: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: #276491;
}

.tms_primary_title i {
    background: #276491;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 5px;
}

.tms_primary_body {
    background-color: #fff;
}

.tms_primary p {
    margin: 0;
}

.tms_primary ul,
.tms_notitle_body ul {
    margin: 0;
    padding: 0;
}

.tms_primary ul li,
.tms_notitle_body ul li {
    margin-bottom: 5px;
}

.tms_primary img {
    margin-right: 5px;
}

.tms_primary ul li:last-child {
    margin-bottom: 0;
}

.tms_notitle_body {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 200px;
    right: 10px;
    display: none;
    text-align: center;
    padding: 10px;
    background-color: #276491;
}

.scrollup i {
    color: #fff
}

.tms_news_cat {
    background: #fff;
    padding-top: 5px;
    margin-bottom: 10px;
}

.tms_home_titlle {
    float: left;
    width: 100%;
    color: #14142b;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tms_home_titlle:before {
    top: 40px;
    background-color: #e1e1e1;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0;
}

.tms_home_titlle h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 35px;
    position: relative;
    display: inline-block;
    color: #14142b;
    text-transform: uppercase;
}

.tms_home_titlle h3:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    background: #276491;
    height: 2px;
}

.tms_home_body {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px
}

.tms_home_info {
    text-transform: uppercase;
    margin-top: 20px;
    padding: 8px 8px 5px 8px;
    color: #276491;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}

.tms_home_info_body {
    margin-bottom: 10px;
    padding: 10px;
}

.tms_home_text {
    padding: 10px;
    color: #276491;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: auto;
    max-width: 800px;
    margin-bottom: 20px
}

.tms_home_text:first-letter {
    float: left;
    padding: 4px 0;
    display: block;
    color: #e5a92f;
    font: 60px/45px Georgia, Times, serif;
}

.tms_home_info_line {
    border-bottom: 2px solid #276491;
    display: block;
    width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

.tms_cat_titlle h3 {
    color: #276491;
    text-align: left;
    font-size: 25px;
    text-transform: uppercase;
    width: 100%;
}

.tms_home_line {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #7f7d7f;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    height: 32px;
    background: url(../images/line.png) no-repeat center bottom;
}

.tms_panel-heading {
    font-size: 16px;
    border-bottom: 3px solid #0084cb;
}

.tms_panel-heading a {
    background-color: #0084cb;
    font-size: 16px;
    height: 36px;
    font-weight: bold;
    padding: 8px 5px 5px 5px;
    color: #fff;
    min-width: 170px;
}

.tms_panel-heading h3 {
    background-color: #0084cb;
    font-size: 16px;
    height: 36px;
    font-weight: bold;
    padding: 8px 5px 5px 5px;
    color: #fff;
    min-width: 170px;
}

.tms_panel-heading_right {
    background: url(../images/bg_sub_menu.png) no-repeat scroll left top;
    display: block;
    float: left;
    height: 36px;
    line-height: 40px;
    padding-left: 40px;
}

.tms_panel {
    margin-bottom: 18px;
    background-color: #fff;
}

.tms-adv {
    background: #e4e5e7;
    position: relative;
    max-height: 500px;
}

.tms-body {
    background: #ffffff;
    float: left;
    border-left: 1px solid #eee;
}

.tms_colum {
    width: 20%;
    float: left;
}

.tms_colum_body {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 250px;
    padding: 3px;
}

.tms_colum_body img {
    width: auto;
    height: 170px
}

.thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #655d5d;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
    right: 0;
}

.block_tophits li {
    display: inline;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.tms_photo {
    /* border: 1px solid #ececec; */
    /* padding: 0px 5px 0px 5px; */
    padding: 10px;
    background: #ececec;
}

ul.related {
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.related li {
    display: inline;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

/* menu fotter */
.menu_footer_loop {
    margin: 5px;
}

.menu_footer_loop_title,
.menu_footer_loop_title a {
    font-size: 18px;
    color: #276491;
}

.menu_footer_loop_li ul {
    list-style: none;
    margin-top: 5px;
    padding: 0;
}

.menu_footer_loop_li ul li {
    color: #fff;
    border-bottom: 1px dashed rgba(102, 102, 102, .3);
    position: relative;
    padding: 5px 5px 5px 10px;
    margin-bottom: 0;
    line-height: 15px;
}

.menu_footer_loop_li ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-family: FontAwesome;
}

.menu_footer_loop_li ul li a {
    font-size: 14px;
    color: #fff;
}

.menu_footer_loop_li ul li a:hover,
.menu_footer_loop_li ul li a:focus {
    color: #276491;
}

.menu_footer_loop_li ul li a:focus,
.menu_footer_loop_li ul li a:hover {
    text-decoration: none;
    outline: 0;
}

.tms_body_cat {
    border-color: #ddd;
    background: #f2f2f2;
}

ul.catname {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    border-bottom: none;
}

.catname li {
    float: none;
    left: 0;
    right: 0;
    display: inline-block;
}

.catname li a {
    border: none;
    border-radius: 0;
    font-size: 16px;
    /* font-weight: bold; */
    padding: 5px 5px;
    color: #fff;
    background: #276491;
}

.catname li a:hover {
    color: #fff;
    border: none;
    background: #e5a92f;
}

.catname li.active a,
.catname li.active a:hover,
.catname li.active a:focus {
    background-color: #e5a92f;
    color: #fff;
    position: relative;
}

.catname li.active a:before {
    left: 0;
    right: 0;
    opacity: 1;
    width: 16px;
    height: 8px;
    content: "";
    bottom: -12px;
    margin: 0 auto;
    position: absolute;
    border-top: 8px solid;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    border-color: #e5a92f;
}

.tms_primary .catname li {
    margin-bottom: 0;
}

.tms_primary .catname {
    border-bottom: none;
    margin-bottom: 20px;
}

.tms_col_body {
    display: block;
    margin: 5px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #82bf43;
    border-radius: 5px;
    overflow: hidden;
}

.tms_col_body:hover {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
}

ul.block_tophits {
    margin: 0;
    padding: 0
}

#tms_home .tms_sp_item {
    display: block;
    margin-bottom: 3px;
    background-color: #fff;
}

#tms_cat .tms_sp_item {
    display: block;
    margin-bottom: 3px;
    background-color: #fff;
}

#tms_cat a {
    color: #276491;
    font-family: Times New Roman, Times, serif;
}

.tms_sp_item_title {
    width: 100%;
    overflow: hidden;

    text-align: center;
    height: 80px;
    color: #276491;

    background: #eaeaeaa1;
}

.tms_sp_item_title h3 {
    width: 100%;
    min-height: 80px;
    text-align: center;
}

.tms_sp_item_title a {
    font-family: Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 18px;
    color: #276491;
    text-align: center;
    font-weight: 500;
}

.tms_sp_item_title a:hover {
    color: red;
}

.tms_sp_item_img {
    height: 180px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.tms_sp_item_img img {
    width: 100%;
    height: auto;
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s
}

.tms_sp_item_img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.tms_sp_item_line {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.tms_sp_item_line:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #276491;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.tms_sp_item_line:hover:before,
.tms_sp_item_line:focus:before,
.tms_sp_item_line:active:before {
    right: 0;
}

.tms_money {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    background: #276491;
}

.tms_money P {
    padding: 0;
    margin: 0;
}

.caption {
    width: 100%;
    overflow: hidden;
    height: 80px;
    color: #333;
    background: whitesmoke;
}

.caption h3 {
    font-family: Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 18px;
    color: #276491;
    text-align: center;
    font-weight: 500;
}

.money_home {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.site-breadcrumbs a {
    margin-bottom: 0;
    color: #276491;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tms_sp_hot {
    width: 100%;
    margin: auto;
    padding: 30px 0 30px 0
}

.summary_hidden {
    display: none
}

#detail h1,
#tms_detai h1 {
    color: #333;
    font-family: Times New Roman, Times, serif;
    font-weight: 600;
    font-size: 22px;
}

#detail h1:hover,
#tms_detai h1:hover {
    color: #ff8a06;
}

#detail h3,
#tms_detai h3 {
    color: #333;
    font-family: Times New Roman, Times, serif;
    font-weight: 600;
    font-size: 22px;
}

#detail h3:hover,
#tms_detai h3:hover {
    color: #ff8a06;
}

.tms_hometext {
    font-family: Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 22px;
}

.tms_hometext ul {
    margin: 0;
    padding: 0;
}

#tms_bodytext {
    font-family: Times New Roman, Times, serif;
    font-weight: 400;
    font-size: 22px;
    background: #fff;
    padding: 10px;
}

#tms_bodytext h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

#tms_bodytext h2:first-letter {
    float: left;
    padding: 4px 8px 0 0;
    display: block;
    color: #000;
    font: 80px/65px Georgia, Times, serif;
}

#tms_bodytext blockquote {
    color: #fff;
    background: #276491;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #eee;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15)
}

#tms_bodytext img {
    width: 100%;
    height: auto
}

#news-bodyhtml a,
#tms_bodytext a,
#page-bodyhtml a {
    color: #034ea2;
    font-weight: bold;

}

#news-bodyhtml a:hover,
#tms_bodytext a:hover,
#page-bodyhtml a:hover {
    color: #ff8a06;
}

#slider_home .owl-nav,
#noibat_hot .owl-nav {
    display: none;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    z-index: 11111;
}

#slider_home:hover .owl-nav,
#noibat_hot:hover .owl-nav {
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    z-index: 11111;
}

#slider_home .owl-nav .owl-prev,
#noibat_hot .owl-nav .owl-prev {
    float: left;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1111;
    font-size: 30px;
    width: 30px;
    height: 40px;
    background: #3fa147;
    color: #fff;
    text-align: center;
}

#slider_home .owl-nav .owl-next,
#noibat_hot .owl-nav .owl-next {
    right: 0;
    float: right;
    color: #fff;
    position: absolute;
    z-index: 111;
    top: 30%;
    font-size: 30px;
    width: 30px;
    height: 40px;
    background: #3fa147;
    text-align: center;
}

#slider_home_title {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 10px;
    background: #3fa14794;
}

#slider_home_title a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.item1,
.item2 {
    padding-right: 5px;
    padding-left: 5px;
}

.wraper_news {
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 93%, .8);
    padding: 10px;
    background: #fff;
}

.tms_xemtiep {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.tms_xemtiep a {
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #e5a92f;
    padding: 10px;
}

.tms_dangky {
    border-radius: 5px;
    padding: 10px;
    background: #e5a92f;
}

.tms_doitac {
    background: #fff;
    margin-top: 20px
}

.tms_doitac_item {
    background: #ffffffa8;
    padding: 5px;
    border-radius: 10px;
}

.daban {
    border-bottom: 1px solid #fff;
    color: #444;
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
    text-align: center
}

.daban span {
    font-size: 20px;
    color: #f00;
}

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

.panel-body {
    background: #fff;
    padding: 6px;
}

.tms_block_new {
    background: #fff;
    padding: 0px 10px 10px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 10px;
}

.tms_block_new_titlle {

    float: left;
    width: 100%;
    color: #005dac;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;

}

.tms_block_new_titlle:before {
    top: 34px;
    background-color: #e1e1e1;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0;
}

.tms_block_new_titlle h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 35px;
    position: relative;
    display: inline-block;
    color: rgb(9, 117, 188);
    text-transform: uppercase;
}

.tms_block_new_titlle h3:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #276491;
    height: 2px;
}

.tms_simple_new {
    color: #444444;
    font-family: Times New Roman, Times, serif;
    font-weight: 400;
    font-size: 16px;

}

.tms_simple_new a {
    color: #444444;
    font-family: Times New Roman, Times, serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.tms_sp {

    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 10px
}

.tms_sp_title {
    text-transform: uppercase;
    border-bottom: 2px solid #f2f2f2;
    padding: 10px 8px 5px 8px;
    color: #276491;
    font-family: Times New Roman, Times, serif;
    font-weight: 600;
    font-size: 20px;

    background: #ffffff;
}

.tms_sp_title a {
    color: #276491;
}

.tms_sp_title a:hover {
    color: red;
}

.tms_sp_title h1 {
    color: #276491;
}

.tms_sp_title h1:hover {
    color: red;
}

.tms_dichvu_item_img {
    height: 220px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.tms_dichvu_item_img img {
    width: 100%;
    height: auto;
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s
}

.tms_dichvu_item_img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.nv-list-item h3 {
    color: #383838;
    font-family: Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 22px;
}

.news-content__title {
    font-family: Times New Roman,Times,serif;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}