body{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .container {
        width: 1000px;
    }
}

.noi-dung-bai-viet-website h1, .noi-dung-bai-viet-website h2, .noi-dung-bai-viet-website h3, .noi-dung-bai-viet-website span, .noi-dung-bai-viet-website p, .noi-dung-bai-viet-website a {
    line-height: 1.9em;
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 15px;
}
/*header*/
.header-mid{
    padding: 10px 0;
    border-top: 3px solid #0054a5;
}
.mail-calendar{
    margin-top: 25px;
}
.icon-calendar {
    float: right;
    text-align: left;
    color: #595959;
    background: url(../images/icon-home.png) 0px no-repeat;
    padding-left: 40px;
    font-size: 13px;
}
.icon-mail {
    float: right;
    text-align: left;
    color: #595959;
    background: url(../images/icon-hotline.png) no-repeat;
    padding-left: 40px;
    font-size: 13px;
}
.icon-address{
    float: right;
    text-align: left;
    color: #595959;
    background: url(../images/icon-mail.png) no-repeat;
    padding-left: 40px;
    font-size: 13px;
}
.header-li-content p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #666;
}
.menu form {
    margin-top: 14px;
    margin-right: 15px;
}
.menu .form-control {
    height: 30px;
    font-size: 12px;
    color: white !important;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f3f3f3;
    border-radius: 1px;
}
.menu .btn {
    border: 1px solid transparent;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 1px;
}
.menu .btn-success {
    color: #0f9200;
    background-color: #fff;
    border-color: #fff;
}
.menu form input[type=text] {
    color: #333 !important;
}
input{
    background-color: white;
    color: white !important;
}
.header-logo img{
    height: 80px;
}
/*header*/
/*menu*/
.menu{
    z-index: 1000;
    position: relative;
}
.navbar-inverse {
    background-color: #0054a5;
    border: none;
}
.navbar {
    position: relative;
    min-height: 38px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.stellarnav>ul>li>a {
    padding: 20px 10px;
    font-size: 12px;
}
.stellarnav.light li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
/*menu*/
/*slider*/
.slider{
    position: relative;
    top: -25px;
}
.flexslider {
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.slides{
    transform: none;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
@font-face {
    font-family: 'flexslider-icon';
    src:url('../fonts/webfonts/flexslider-icon.eot');
    src:url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webfonts/flexslider-icon.woff') format('woff'),
    url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'),
    url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 24px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a {
    width: 30px;
    height: 30px;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.flex-direction-nav .flex-prev {
    left: 0;
    text-align: left;
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: #0f9200;
    cursor: default;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 25px;
    display: inline-block;
    content: '\f001';
    color: rgb(8, 8, 8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a {
    width: 35px;
    height: 35px;
}
.flex-control-paging li a {
    width: 5px;
    height: 5px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flexslider .slides img {
    height: 400px;
    -moz-user-select: none;
    object-fit: cover;
}
/*slider*/
/*box-slogan*/
.box-slogan{
    text-align: center;
    background: #0054a5;
    color: #fff;
    padding: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}
.box-slogan p:last-child{
    margin-bottom: 0;
}
/*box-slogan*/

/*footer*/
footer{
    background-color: #3c3c3c;
    color: #fff;
    padding: 30px 0;
    border-top: 5px solid #0054a5;
}
.newfeed input[type="submit"] {
    background: #ed3237;
    color: #fff;
    border: 0;
    height: 30px;
    width: 100px;
    font-size: 13px;
    border-radius: 4px;
    font-weight: inherit;
    margin-top: 10px;
    cursor: pointer;
}
.newfeed input[type="text"] {
    padding: 10px;
    border: 1px solid #545454;
    color: #fff;
    width: 220px;
    background: none;
    font-size: 12px;
}
.box-site img{
    height: 70px;
}
p.head-tit{
    text-transform: uppercase;
    font-weight: bold;
}
footer strong > a {
    color: #fff;
}
footer strong > a:hover{
    color: #fff;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover{
    color: #fff;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer ul li {
    background: url(../images/ico-li-footer.png) left 5px no-repeat;
    padding-left: 12px;
    list-style: none;
    padding-bottom: 7px;
}
footer p{
    margin-bottom: 7px;
}
.copy-right{
    color: #fff;
    background-color: #24282e;
    border-top: 1px solid #46484b;
    position: relative;
    padding: 7px 0;
}
.copy-right p{
    margin-bottom: 0;
}
.copy-right a{
   text-decoration: none;
    color: #ccc;
}
.theheadings h1, .theheadings h2, .theheadings h3, .theheadings h4, .theheadings h5, .theheadings h6{
    margin:0 10px 0 0;
    font-size: 11px;
    padding: 0;
    display: inline;
    color: #fff;
}
.theheadings h1 a, .theheadings h2 a, .theheadings h3 a, .theheadings h4 a, .theheadings h5 a, .theheadings h6 a{
    color: #b1b1b1;
}
.inner p strong{
    text-transform: uppercase;
}
.inner p strong a{
    text-decoration: none;
}
.inner ul li a{
    text-decoration: none;
}
.inner ul li a:hover{
    color: #ed3237;
}
/*footer*/
/*theheadings*/
marquee {
    padding-top: 3px;
}
.tu-khoa{
    margin: 0;
    padding-top: 12px;
    font-size: 12px;
}
.theheadings h1, .theheadings h2, .theheadings h3, .theheadings h4, .theheadings h5, .theheadings h6, .theheadings p {
    font-size: 11px;
    padding: 0;
    display: inline;
    color: #fff;
    margin:0 10px 0 0;
}

.seotheheadings {
    background: #3c3c3c;
    border-top: 5px solid #d92727;
    height:30px;
    margin-top: 50px;
}
.theheadings {
    color: #fff;
}
/*theheadings*/

/*main-about*/
section.main-about{
    padding: 30px 0;
    background: #f2f2f2;
}
p.about-title{
    display: inline-block;
    color: #181818;
    padding-bottom: 5px;
    font-size: 24px;
    position: relative;
    font-weight: normal;
    margin-bottom: 30px;
}
.about-content > div > a {
    display: block;
    border: 1px solid #d9d9d9;
    float: left;
    margin: 0 10px 10px 0;
}
.about-content img {
    max-width: 100%;
    height: 120px;
}
.list-tin-moi {
    margin-bottom: 10px;
    border-bottom: 1px dashed #bbb;
    padding-bottom: 10px;
}
.list-tin-moi:last-child{
    border-bottom: none;
}
.list-tin-moi-name{
    padding-bottom: 10px;
}
.list-tin-moi-name a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    display: block;
    height: 15px;
}
.list-tin-moi-name a:hover{
    color: #0f9200;
}
/*main-about*/
/*main-content*/
section.main-content{
    padding-bottom: 25px;
}
.danh-muc-cap-2{
    margin-bottom: 20px;
}
.danh-muc-cap-2-name{
    margin-top: 10px;
}
.danh-muc-cap-2-name a{
    text-decoration: none;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    overflow: hidden;
    height: 17px;
}
.danh-muc-cap-2-description{
    color: #666666;
    margin: 10px 0;
    overflow: hidden;
    height: 36px;
}
.danh-muc-cap-2-xem-them{
    margin: 10px 0;
}
.danh-muc-cap-2-xem-them a{
    background: #e68513;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    text-decoration: none;
}
.danh-muc-cap-2-img .hover-img {
    padding: 0;
    border-radius: 0;
    border: none;
    display: block;
    line-height: 0;
    position: relative;
}
.danh-muc-cap-2-img .hover-img:before{
    box-shadow: inset 0 0 0 48px transparent;
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.danh-muc-cap-2-img .hover-img:hover:before{
    box-shadow: inset 0 0 0 4px #e68513;
}
.sidebar-title p {
    position: relative;
    padding: 8px 10px;
    background: #e68513;
    color: #fff;
    font-size: 1em;
    margin: 0;
    font-weight: bold;
}
ul.sidebar-menu {
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
}
ul.sidebar-menu li {
    list-style: none;
    position: relative;
}
ul.sidebar-menu li a {
    padding: 7px 0 7px 15px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}
ul.sidebar-menu li a:hover{
    color: #ed3237;
}
ul.sidebar-menu-2 {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
ul.sidebar-menu-2 li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
ul.sidebar-menu-2 li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.hotro b {
    padding: 0 0 0 10px;
}
.hotro .phone {
    background: url(../images/phone.png) no-repeat left 3px;
    padding: 0 0 0 25px;
}
.hotro .email {
    background: url(../images/email.png) no-repeat left 3px;
    padding: 0 0 0 25px;
}
.list-post-sidebar-name a{
    text-decoration: none;
    color: #333;
    font-size: 12px;
}
.list-post-sidebar-name a:hover{
    color: red;
}
.list-post-sidebar{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.list-post-sidebar:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.box-sidebar-post{
    padding: 10px;
    border: 1px solid #ddd;
}
.product {
    background: #f3f3f3;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}
.product-img .hover-img {
    padding: 0;
    border-radius: 0;
    border: none;
    display: block;
    line-height: 0;
    position: relative;
}
.product-img .hover-img:before{
    box-shadow: inset 0 0 0 48px transparent;
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.product-img .hover-img:hover:before{
    box-shadow: inset 0 0 0 4px #ed3237;
}
.product-img img {
    margin-bottom: 10px;
    height: 161px;
}
.product-name {
    height: 60px;
}
.product-name p a {
    text-decoration: none;
    color: #000;
}
.product-spice {
    padding-bottom: 10px;
}
a.list-item-title {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}
a.list-item-title:hover {
    color: #ed3237;
}
.list-item {
    margin-bottom: 20px;
}
section.main-content .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}
textarea#noidung {
    height: 70px;
}
.danh-muc-cap-2-img img{
        height: 210px;
    width: 100%;
    object-fit: cover;
}
.stellarnav li.has-sub>a:after {
    content: none;
}
.stellarnav ul ul {
    background: #e68513;
    min-width: 250px;
}
.stellarnav.light li ul li a {
    color: #fff;
    padding: 10px;
    border-bottom: 1px dotted #e0b27d;
    text-transform: inherit;
    font-weight: inherit;
    font-size: 12px;
}
.bai-viet-moi-nhat ul{
    margin: 0;
    padding-left: 15px;
}
.bai-viet-moi-nhat ul li{
    padding-bottom: 7px;
}
.body-trangcon-content h1 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}
.chi-tiet-title p{
    color: #000;
    font-size: 20px;
}
.list-tin-moi-img img{
    width: 100%;
    height: 85px;
    object-fit: cover;
}
.stellarnav .dd-toggle i {
    top: 25%;
}
.stellarnav .dd-toggle {
    width: 35px;
    height: 35px;
}
.no-pad-left{
    padding-left: 0;
}
.list-tin-moi-description p{
    margin-bottom: 0;
}
.banner{
    position: relative;
    top: -25px;
}
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 15px;
    background: #fff;
    border-bottom: 1px dashed #e0e0e0;
}
a.at-icon-wrapper.at-share-btn {
    border-radius: 0 !important;
}
p.moi-nhat-title{
    font-weight: bold;
    font-size: 17px;
}
.bai-viet-moi-nhat ul li a{
    font-size: 13px;
    color: #333;
    font-style: italic;
}
p.gui-thong-tin-title {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.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: #5a9bd3;
}
.address-contact > div:after {
    content: "";
    display: block;
    clear: both;
}
.address-contact > div > div {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.main-content .btn-lg, .btn-group-lg>.btn {
    padding: 5px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.list-post-sidebar-img img{
    object-fit: cover;
    width: 100%;
    height: 46px;
}
.list-item img{
    height: 110px;
    width: 100%;
    object-fit: cover;
}
.banner img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
/*main-content*/

/*mobile*/
@media screen and (max-width: 1190px)
{
    .flexslider .slides img {
        height: 304px;
        -moz-user-select: none;
        object-fit: cover;
    }
    .danh-muc-cap-2-img img {
        height: 149px;
        width: 100%;
        object-fit: cover;
    }
    .list-tin-moi-img img {
        width: 100%;
        height: 92px;
        object-fit: cover;
    }
    .banner img {
        width: 100%;
        height: 137px;
        object-fit: cover;
    }
    .list-item img {
        height: 106px;
        width: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px)
{
    .header-logo img{
        margin: auto;
    }
    .boder-menu form {
        margin-bottom: 5px;
    }
    .stellarnav.light li a {
        color: #fff;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 10px;
    }
    .mail-calendar{
        display: none;
    }
    p.about-title{
        text-align: center;
        display: inherit;
    }
    .inner{
        margin-bottom: 30px;
    }
    .list-tin-moi-img{
        margin-bottom: 10px;
    }
    .sidebar-mobile-none{
        display: none;
    }
    .danh-muc-cap-2-img img {
        height: 240px;
    }
    .no-pad-peft{
        padding-left: 15px;
    }
    .menu form {
         margin-top: 0;
         margin-right: 0;
        padding: 10px;
    }
    .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
        color: #fff;
    }
    .slider {
        position: relative;
        top: -50px;
    }
    a.menu-toggle.full {
        border-bottom: 1px solid #17a007;
    }
    .flexslider .slides img {
        height: 150px;
        -moz-user-select: none;
        object-fit: cover;
    }
    .box-slogan {
        padding: 15px;
        font-size: 13px;
    }
    .box-site.row25 {
        border: 1px solid #6b6b6b;
        padding: 15px;
        margin-bottom: 20px;
    }
    .inner{
        border: 1px solid #6b6b6b;
        padding: 15px;
        margin-bottom: 20px;
    }
    .stellarnav.mobile.light ul {
        background: #0f9200;
    }
    .about-content{
        margin-top: 20px;
    }
}
/*mobile*/





