body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.header-top{
    background: #21297a;
    color: #fff;
    padding: 5px 0;
}
.header-top p{
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 2px;
}
.ngon-ngu img{
    width: 25px;
}
.ngon-ngu a{
    text-decoration: none;
}
.fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
/*menu-site*/
.header-mid{
    background: #fff;
    box-shadow: 1px 1px 1px rgba(147, 147, 147, 0.75);
}
.logo {
    float: left;
}
.logo img{
    height: 70px;
    margin-top: 5px;
}
.name-site{
    float: left;
    margin-top: 12px;
    margin-left: 15px;
}
.name-site p.name-company-site{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #717171;
    margin-top: 15px;
}
.name-site p.address-site{
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.menu-site {
    float: right;
}
.stellarnav>ul>li>a {
    padding: 35px 15px;
    text-transform: uppercase;
}
.stellarnav.light li a {
    color: #333;
    font-size: 12px;
}
.stellarnav>ul>li>a:hover {
    background: #21297a;
    color: #fff;
}
.navbar-inverse {
    background-color: #fff0;
    border: none;
}
.navbar{
    margin-bottom: 0;
    min-height: 35px;
}
@media (min-width: 768px)
{
    .navbar {
        border-radius: 0;
    }
}
.stellarnav li.has-sub>a:after {
    content: none;
    font-family: FontAwesome;
    margin-left: 10px;
}
.stellarnav.light li ul li a{
    padding: 8px 12px;
    color: #000;
    font-weight: inherit;
}
.stellarnav.light li ul li a:hover{
    color: #21297a;
}
.stellarnav ul ul {
    top: auto;
    min-width: 300px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border-radius: 0;
    padding-top: 5px;
}
.stellarnav li li {
    border-bottom: 1px dotted #ccc;
}
.menu-site .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 180px;
    margin-bottom: 0;
}
.menu-site .input-group{
    width: 180px;
}

/*Timkiem*/
#header-search {
    position: relative;
    margin-top: -3px;
}
#header-search a.search-icon {
    display: block;
    font-size: 13px;
    color: #fff;
}
#header-search a.search-icon {
    color: #222;
}
.fa-search:before {
    content: "\f002";
}
.search-box-wrap {
    background: #ffffff;
    display: none;
    position: absolute;
    right: 0;
    top: 66px;
    padding: 15px;
    z-index: 9991;
    box-shadow: 0 0 6px #00000036;
}
#header-search .form-control{
    font-size: 12px;
    border: 1px solid #116bb5;
}
#header-search .btn{
    border-radius: 0;
}
#header-search .btn-success {
    color: #116bb5;
    background-color: #ffffff;
    border-color: #116bb5;
}
#header-search .btn-success:hover{
    border: 1px solid;
}
.box-sidebar .btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}
/*menu-site*/
/*slider*/
.theme-default .nivo-controlNav {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}
.theme-default .nivoSlider {
    position: relative;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*slider*/
/*main-content*/
.main-content{
    padding: 30px 0;
}
.about-read-more a{
    color: #21297a;
}
.about-site{
    border: 1px solid #ccc;
    padding: 47px;
}
.about-site img{
    margin: auto;
    height: 220px;
    width: 100%;
}
p.about-product-site{
    font-size: 20px;
    color: #333;
        margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.margin-top-30{
    margin-top: 30px;
}
.list-product-site{
    border: 1px solid #ccc;
}
.list-product-site-img{
    overflow: hidden;
}
.list-product-site-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.list-product-site-img:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.list-product-site-name{
    text-align: center;
}
.list-product-site-name a{
    padding: 15px;
    display: block;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}
.list-product-site-name a:hover{
    color: #21297a;
}
.list-service-site-img{
    overflow: hidden;
}
.list-service-site-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.list-service-site-img:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.list-service-caption{
    background: #21297a;
    padding: 50px 15px;
}
.list-service-site-name a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
}
.list-service-site-name{
    text-align: center;
}
.list-service-site-description p{
    color: #fff;
}
.xem-them-service{
    text-align: center;
    margin-top: 20px;
}
.xem-them-service a{
    color: #fff;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
}
.mui-ten{
    position: absolute;
    top: 185px;
    left: 180px;
}
.margin-50{
    margin: 50px 0;
}
.site-lien-he{
    background: #4e4e4e;
    padding: 20px;
}
.site-lien-he p{
    color: #fff;
}
p.thong-tin-lien-he-site{
    text-transform: uppercase;
    font-size: 20px;
}
.site-tin-tuc-title p{
    text-transform: uppercase;
    font-size: 20px;
}
.site-tin-tuc-body ul{
    padding: 0;
    margin: 0;
}
.site-tin-tuc-body ul li {
    list-style: none;
    border-top: 1px dotted #d3d3d3;
    padding-top: 10px;
    margin-top: 10px;
}
.site-tin-tuc-body ul li a {
    color: #333;
    text-decoration: none;
}
.site-tin-tuc-body ul li a:hover{
    color: #21297a;
}
.main-content-title{
    margin-bottom: 30px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 25%;
}
.nav-tabs>li>a {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-bottom: none;
    border: 0;
    border-radius: 0;
}
.nav-tabs>li>a:hover{
    background: none;
    color: #fff;
    border: none;
}
.nav-tabs>li.li-1{
    background: #00b0f0;
}
.nav-tabs>li.active>a {
    color: #fff;
    background-color: transparent !important;
    border: none;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background-color: transparent;
    color: #fff;
    border: 0;
}
.nav-tabs>li.li-2{
    background: #ed7d31;
}
.nav-tabs>li.li-3{
    background: #ffc000;
}
.nav-tabs>li.li-4{
    background: #00b050;
}
.noi-dung-title{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.box-sidebar{
    background: #f2f2f2;
    padding: 25px 20px;
}
.box-sidebar .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
}
.box-sidebar textarea#noidung{
    height: 100px;
}
.box-sidebar .btn-warning {
    color: #fff;
    background-color: #a0a0a0;
    border-color: #a0a0a0;
}
p.box-sidebar-name{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
p.box-sidebar-description{
    color: #646464;
}
.box-sidebar-danh-muc ul{
    padding: 0;
    margin: 0;
}
.box-sidebar-danh-muc ul li{
    list-style: none;
    margin-bottom: 25px;
}
.box-sidebar-danh-muc ul li li {
    list-style: none;
    padding-top: 10px;
    margin-top: 10px;
    border-bottom: none;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
}
.box-sidebar-danh-muc ul li a{
    color: #646464;
    text-decoration: none;
    font-size: 13px;
}
.box-sidebar-danh-muc ul li a:hover{
    color: #21297a;
}
.box-sidebar-danh-muc ul li a.active{
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 15px;
}
.box-sidebar-danh-muc{
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 25px;
}
/*main-content*/
.footer{
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
p.footer-title{
    color: #21297a;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-content{
    margin-top: 20px;
}
.copy-right{
    padding: 10px 0;
}
.copy-right p{
    margin-bottom: 0;
    margin-top: 3px;
    font-size: 13px;
}
.copy-right p a{
    color: #333;
    text-decoration: none;
}
.theheadings h1, .theheadings h2, .theheadings h3, .theheadings h4, .theheadings h5, .theheadings h6, .theheadings p {
    font-size: 11px;
    padding: 0;
    display: inline;
    color: #333;
    margin:0 10px 0 0;
}
/*trang-con*/
.breacrumb-top {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-top: 94px;
    text-align: center;
}
.breakcrumb-bot {
    padding-top: 10px;
    text-align: center;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: inherit;
    border-radius: 0;
    padding-bottom: 93px;
}
.breakcrumb-bot a, .breakcrumb-bot strong {
    color: #d0d0d0;
    text-decoration: none;
}
.breakcrumb-bot a, .breakcrumb-bot strong {
    color: #f5f5f5;
    text-decoration: none;
    font-weight: inherit;
}
.trang-con-title {
    color: #1766ba;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;

}
.trang-con-title h1 {
    color: #585858;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.side-bar {
    margin-bottom: 20px;
}
.side-bar-title p {
    background: #eaeaea;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.side-bar-body {
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 3px 0px 0px rgba(204, 204, 204, 0.55);
}
.list-post-sidebar {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.list-post-sidebar:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.no-pad-left {
    padding-left: 0;
}
.list-post-sidebar-img img {
    height: 62px;
    width: 100%;
}
.list-post-sidebar a {
    text-decoration: none;
    color: #333;
}
.list-post-sidebar a:hover {
    color: red;
}
.address-contact > div {
    font-size: 13px;
    display: table;
    margin-top: -1px;
}
.address-contact > div > span {
    display: table-cell;
    border: 1px solid #eee;
    position: relative;
    text-align: center;
    width: 40px;
    height: 35px;
    vertical-align: middle;
}
.address-contact > div > span:after {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top: -1px;
    bottom: -1px;
    width: 5px;
}
.address-contact > div > span:after {
    background-color: #d8891a;
}
.address-contact > div:after {
    content: "";
    display: block;
    clear: both;
}
.address-contact > div > div {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.form-control {
    border-radius: 0px;
    margin-bottom: 10px;
}
.btn-warning {
    color: #fff;
    background-color: #d8891a;
    border-color: #d8891a;
}
.maps-site{
    margin-top: 30px;
}
p.list-item-meta{
    font-size: 11px;
    color: #8a8a8a;
    margin-top: 5px;
}
a.list-item-title{
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.list-item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
p.moi-nhat-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.noi-dung-san-pham{
    margin-top: 20px;
}
.ten-danh-muc-cap-3{
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-bottom: 20px;
}
.ten-danh-muc-cap-3 a{
    color: #21297a;
    font-size: 20px;
    text-decoration: none;
}
.list-danh-muc-caption{
    margin-bottom: 40px;
}
.ten-san-pham a{
    color: #21297a;
    font-size: 18px;
    text-decoration: none;
    padding-top: 15px;
    display: block;
}
.ten-sp-dm a{
    font-size: 13px;
}
.list-san-pham-con{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bai-viet-moi-nhat ul{
    margin: 0;
    padding: 0;
}
.bai-viet-moi-nhat ul li{
    list-style: none;
}
.bai-viet-moi-nhat ul li {
    list-style: none;
    padding-top: 7px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.bai-viet-moi-nhat ul li a {
    color: #646464;
    text-decoration: none;
}
.bai-viet-moi-nhat ul li a:hover{
    color: #21297a;
}
.box-sidebar-danh-muc ul li li.li-tin-tuc{
    padding-top: 10px;
}
a.active-tn-tuc{
    font-size: 15px;
    color: #333;
}
.anh-dai-dien-san-pham img {
    height: auto;
    width: 100%;
}
.box_social a{
    text-decoration: none;
    color: #636363;
    font-size: 15px;
    padding-right: 5px;
}
.list-item img{
    width: 100%;
    height: 150px;
}

.pack_land_box {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.row-pland {
    margin: 0;
}
.pack_land_box .pland {
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    line-height: 40px;
}
.pack_land_box .pland>strong {
    line-height: 32px;
    font-weight: 600;
    display: inline-block;
    width: 110px;
}
.table-title{
    background: #000000;
}
.table-title strong{
    color: #fff;
}
.pack_land_box img{
    padding: 4px 0;
    float: right;
}
.text-left-1{
    text-align: left;
}
.text-center-2{
    text-align: center;
}
.text-right-3{
    text-align: right;
}
.link-pdf a{
    text-decoration: underline;
    color: #333;
}
.link-pdf a:hover{
    color: #21297a;
    text-decoration: underline;
}
p.box-sidebar-name span{
    color: #21297a;
}
/*trang-con*/
/*mobile*/
@media screen and (max-width: 1190px)
{
    .ngon-ngu img {
        width: 20px;
    }
    .name-site p.name-company-site {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: bold;
        color: #717171;
        margin-top: 15px;
    }
    .stellarnav>ul>li>a {
        padding: 35px 10px;
        text-transform: uppercase;
    }
    .list-product-site-name a {
        padding: 15px;
        display: block;
        font-size: 14px;
        text-decoration: none;
        color: #333;
    }
   .about-site img {
        height: auto;
        width: 100%;
    }
    .list-product-site-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .list-service-site-img img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }
    .ten-san-pham a {
        color: #21297a;
        font-size: 18px;
        text-decoration: none;
        padding-top: 10px;
        display: block;
    }
    .list-item img{
        width: 100%;
       height: 350px;
        object-fit: cover;
    }
    .mui-ten {
        display: none;
    }
   
}
@media screen and (max-width: 1000px)
{
    .list-service-site-img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px)
{
     .list-product-site-img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .name-site {
        float: none;
    }
    .menu-site {
        float: none;
        margin-top: 0;
        border: 1px solid #ccc;
    }
    .stellarnav.light li a {
        color: #fff;
        font-size: 12px;
    }
    .stellarnav.mobile.light li a {
        border-bottom: 1px solid rgba(210, 210, 210, 0.15);
    }
   .about-site img {
        margin: auto;
        height: auto;
    }
    .about-site{
        margin-bottom: 15px;
    }
    .about-product-image img{
        margin: auto;
    }
    .about-product-image{
        margin-bottom: 15px;
    }
    .list-product-site:last-child{
        margin-bottom: 30px;
    }
    .news-site{
        border-top: none;
    }
    .footer-content {
        margin-bottom: 40px;
    }
    p.iconImg img{
        width: 100%;
    }
    .no-pad-left {
        padding-left: 15px;
    }
    .address-contact{
        margin-top: 30px;
    }
    .product-img img {
        margin-bottom: 10px;
        height: 170px;
    }
    .img-product img {
        height: 346px;
        margin-bottom: 15px;
    }
    .top-p-header{
        display: none;
    }
    .logo {
        float: none;
    }
    .logo img {
        margin: auto;
    }
    .name-site p.name-company-site{
        text-align: center;
    }
    .stellarnav.mobile.light ul {
        background: #21297a;
    }
    #header-search a.search-icon {
        color: #fff;
    }
    .list-product-site-img img {
        width: 100%;
           height: auto;
        object-fit: cover;
    }
    .list-service-site-img img {
        width: 100%;
           height: auto;
        object-fit: cover;
    }
    .site-lien-he{
        margin-bottom: 15px;
    }
    .content-title .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 20px;
    }
    .stellarnav.light li ul li a {
        padding: 8px 12px;
        color: #fff;
        font-weight: inherit;
    }
    .stellarnav .dd-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        z-index: 9999;
        border: 0;
    }
    .list-item img {
        width: 100%;
        height: 197px;
        margin-bottom: 10px;
    }
    .text-left-1{
        text-align: left;
    }
    .text-center-2{
        text-align: left;
    }
    .text-right-3{
        text-align: left;
    }
    .pack_land_box img {
        padding: 4px 0;
        float: left;
    }
    .row-pland {
        margin: 0;
        margin-bottom: 15px;
        border-bottom: 5px solid #000;
        padding-bottom: 15px;
    }
    .row-pland:first-child{
        border-bottom: none;
    }
    .anh-dai-dien-san-pham img {
        height: auto;
        width: 100%;
    }
    .stellarnav li li {
        border-bottom: none;
    }
    #header-search{
        display: none;
    }
    .logo, .name-site{
        display: none;
    }
    .nav-tabs>li.li-1{
        height: 100px;
    }
    .nav-tabs>li.li-2{
        height: 100px;
    }
    .nav-tabs>li.li-3{
        height: 100px;
    }
    .nav-tabs>li.li-4{
        height: 100px;
    }
    .tab-content img{
        max-height: 170px;
    }
    .list-service-site{
        margin-bottom: 20px;
    }
}

/*mobile*/
