
/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/* Css */
@import url(../vendor/font-awesome/css/font-awesome.min.css);

/*@import url(css/vendor/Pe-icon-7-stroke.css);*/
/*@import url(css/vendor/icomoon.css);*/

@import url(bootstrap.min.css);
@import url(bootflat.min.css);
@import url(../vendor/owl-carousel/owl.carousel.css);
@import url(../vendor/owl-carousel/owl.theme.default.min.css);
@import url(../vendor/hover-master/css/hover-min.css);
@import url(../vendor/animate/animate.css);
@import url(../vendor/simplebar/src/simplebar.css);
@import url(../vendor/mmenu/dist/core/css/jquery.mmenu.all.css);

/*==========================================================
	2. GENERAL
==========================================================*/
table tr td {padding: 5px;}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #464646;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

a,
a:link,
a:visited,
a.link2:hover,
a.link2.active{
    text-decoration: none;
    color: #464646;
    display: inline-block;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
a:hover,
a.active,
a.link2{
    color: #ec2327;
}
.hl{
    color: #005f08;
}

.tenCty{
    font-weight: bold;
    text-transform: capitalize;
}
.cenLink{
    color: #fff !important;
}
.cenLink:hover{
    text-decoration: underline;
}
.btn{
    border-radius: 0px;
    border: none;
    font-size: 1.25em;
    font-weight: lighter;
    text-transform: capitalize;
    padding: 5px 35px;
    color: #fff;
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
}
.btn-lg{
    padding: 8px 35px;
    font-size: 1.125em;
    line-height: 1.33;
}
.btn-danger{
    background: #3faf49;
    border-color: #3faf49;
}
.btn-danger:hover{
    background: #005f08;
    border-color: #005f08;
}

.form-control{
    border-radius: 0;
    background: #fff;
    border: solid 1px #cedae1 !important;
    font-size: 1em;
    height: 40px;
    font-family: 'Roboto', sans-serif;
}

.form-control.error{
    border-color: #ec2327 !important;
}

label.error{
    color: #ec2327;
    font-size: 0.875em;
    font-weight: lighter;
    font-style: italic;
}

h1 {
    font-size: 2.5em; /* 40px/16=2.5em */
}

h2 {
    font-size: 1.875em; /* 30px/16=1.875em */
}

h3 {
    font-size: 1.125em; /* 18px/16=1.875em */
}

h4 {
    font-size : 1em;
}

h5 {
    font-size : 0.875em;
}

h6 {
    font-size : 0.75em;
}

p {
    font-size: 1em; /* 14px/16=0.875em */
}

img{
    max-width: 100%;
    height: auto !important;
}
.thumbScale{
    overflow: hidden;
}
.thumbScale img{
    transition: all 1.2s ease-out;
    transform: scale(1);
    width: 100%;
}
.thumbScale:hover img {
    transform: scale(1.1);
}
#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.75) url("../images/ajax-loader1.gif") no-repeat center center;
    z-index: 10;
    display: none;
}
.transition{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.modal{
    background: rgba(0,0,0,0.5);
}
.modal-content{
    border-radius: 0;
    border: none;
}
.modal-header{
    background: #fff;
    color: #5b6b7b;
    border-top: solid 3px #3faf49;
    text-transform: uppercase;
    font-size: 1.5em;
}
.modal-header a{
    color: #fff;
}
.modal-header a:hover{
    color: #ec2327;
}
.modal-footer{
    background: rgba(200, 200, 200, .5);
    text-align: center;
    font-weight: bold;
    font-size: 1.125em;
}
.modal-footer .fa{
    float: right;
}
.modal-footer{
    background: #fff;
}

.modal-footer a{
    font-weight: normal;
    font-size: 1em;
    margin-left: 10px;
}
.modal .btn{
    font-size: 1em;
    padding: 5px 20px;
}
.modal .legend{
    line-height: 35px;
    color: #5d6a7f;
    border: none;
    margin-bottom: 10px;
}
.modal .alert{
    display: none;
    margin-bottom: 0px;
}

.input-group{
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.input-group .input-group-addon{
    border-radius: 0px;
    background: #f6f6f6;
    color: #3faf49;
    border: solid 1px #c5c5c5 !important;
    border-right: none !important;
    padding: 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 15%;
    float: left;
}
.input-group .form-control{
    border-radius: 0px;
    background: #f6f6f6;
    border: solid 1px #c5c5c5 !important;
    border-left: none !important;
    padding-left: 0;
    font-size: 1em;
    height: 40px;
    display: inline-block;
    width: 85%;
    float: left;
}

fieldset{
    margin-bottom: 20px;
}
label{
    font-weight: 500;
    font-size: 0.9em;
}

/*==========================================================
                ELEMENTS
==========================================================*/
.border{
    border: solid 1px #ddd;
}
.border-h{
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
.border-v{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.border-left{
    border-left: solid 1px #ddd;
}
.border-right{
    border-right: solid 1px #ddd;
}
.border-top{
    border-top: solid 1px #ddd;
}
.border-bottom{
    border-bottom: solid 1px #ddd;
}



.headTitlePage{
    background: rgb(30, 48, 98);
    margin-bottom: 0px;
}
.headTitlePage .bgWhite{
    background: #fff;
    float: left;
    position: relative;
    min-width: 350px;
}
.headTitlePage h1{
    margin: 0px;
    display: inline-block;
    line-height: 45px;
    float: left;
    font-size: 1.5em;
    width: 100%;
    float: left;
}
.headTitlePage h1{
    padding: 10px 30px;
    padding-right: 40px;
    padding-bottom: 15px;
    font-size: 1.5em;
    font-weight: 500;
    color: #3b4297;
    text-transform: uppercase;
    position: relative;
}
.headTitlePage h1:before{
    content: "";
    width: 55px;
    border-bottom: solid 3px #d0d0d0;
    position: absolute;
    bottom: 15px;
    left: 30px;
}

/* BreadCrumbs */
.breadcrumbs{
    opacity: 0;
}
.breadcrumbs ul{
    line-height: 25px;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
}
.breadcrumbs li {
    display:inline;
    text-transform: capitalize;
}
.breadcrumbs li strong,
.breadcrumbs li a:hover {
    font-weight: normal;
    color: #404040;
    font-size: 0.875em;
    text-transform: capitalize;
    text-decoration: none;
}
.breadcrumbs li a {
    font-size: 0.875em;
    text-transform: capitalize;
    text-decoration: none;
    color: #7d7d7d;
}
.breadcrumbs li span {
    padding:  0 10px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.breadcrumbs li span:before {
    content:"\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    display: block;
    line-height: 8px;
}

.linkDropdown{
    float: right;
    width: 320px;
    text-align: center;
    margin-right: calc(50% - 160px);
}
.linkDropdown a{
    text-align: center;
    font-size: 1.125em;
}

#top {
    position:fixed;
    right:5px;
    bottom:50px;
    z-index: 99;
}
#top a{
    padding: 2px 10px;
    background-color: #3faf49;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size:43px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    display: flex;
    transition: all 0.3s;
}
#top a:hover{
    background-color: #005f08;
}

.tab-content,
.nav-tabs,
.nav-tabs li,
.nav-tabs li a,
.nav-tabs li a:hover{
    background: none;
    border: none;
    border-radius: 0 !important;
    line-height: inherit;
    padding: 0;
    margin: 0;
}

.nav-tabs{
    border-bottom: solid 1px #ec2327;
    margin-bottom: 20px;
}
.nav-tabs>li>a{
    text-transform: capitalize;
    line-height: 30px !important;
    padding: 0px 20px !important;
    font-weight: 600;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    background: #ec2327 !important;
    color: #fff;
}

/*==========================================================
             HEADER
==========================================================*/
.headerTop{
    padding: 20px 0px;
}
.headerTop .logo{
    float: left;
}
.userBar{
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.userBar .btn-group{
    background: #f9f9f9;
    padding: 2px;
}
.mainMenu_mobile .userBar .btn-group{
    background: none;
    padding: 0px;
}
.userBar a{
    margin-left: 15px;
}
.userBar a i{
    margin-right: 5px;
    color: #005f08;
    font-size: 1.25em;
    line-height: 30px;
}
.userBar .btn{
    padding: 0px;
    margin: 0px;
    background: none;
    color: #005f08;
    font-size: 1em;
}
.userBar .btn i{
    color: #999999;
    font-size: 1.25em;
    margin-right: 5px;
}
.userBar .btn span{
    background: #dbdbdb;
    color: #838383;
    display: inline-block;
    float: right;
    font-size: 1.25em;
    line-height: 21px;
    height: 21px;
    width: 21px;
    margin-left: 10px;
    text-align: center;
}
.userBar li a{
    margin-left: 0px;
    padding: 0px 10px !important;
    border-bottom: dotted 1px #d5d5d5;
}
.userBar li a:hover{
    background: #fff !important;
}
.userBar li:last-child a{
    border-bottom: none;
}
.userBar .dropdown-menu{
    left: inherit;
    right: 0;
    background: #f3f3f3;
    padding: 5px 10px;
    font-size: 1em;
    min-width: 180px;
    border-radius: 0;
}

.searchBox{
}
.searchBox .txtKeyword{
    width: 220px;
    line-height: 30px;
    padding: 0px 10px;
    border: solid 1px #9c9c9c;
    float: left;
}
.searchBox .btn{
    width: 70px;
    height: 32px;
    background: #424242;
    font-size: 0.85em;
    float: right;
    margin-left: 2px;
    padding: 0px;
}
.searchBox .btn:hover{
    background: #005f08;
}


.mainMenu{
    background: #3faf49;
    width: 100%;
}
.mainMenu.fixed{
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9;
}
.mainMenu ul{
    padding: 0;
    margin: 0;
}
.mainMenu .container > ul > li{
    float: left;
    list-style: none;
    line-height: 45px;
    border-left: solid 1px #5dda68;
    border-right: solid 1px #005f08;
    position: relative;
}
.mainMenu .container > ul > li:first-child{
    border-left: none;
}
.mainMenu .container > ul > li:last-child{
    border-right: none;
}
.mainMenu .container > ul > li > a{
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0px 17px;
}
.mainMenu .container > ul > li.active > a,
.mainMenu .container > ul > li > a:hover{
    background: #005f08;
}
.mainMenu .container > ul > li > ul{
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 0px;
    margin-top: 10px;
    padding: 5px 15px;
    width: 250px;
    min-width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: #005f08;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
    height: 0;
    overflow: hidden;
}
.mainMenu .container > ul > li:hover > ul{
    opacity: 1;
    z-index: 9;
    margin-top: 0px;
    height: auto;
}
.mainMenu .container > ul > li > ul > li{
    list-style: none;
    border-bottom: solid 1px #5dda68;
    line-height: 20px;
}
.mainMenu .container > ul > li > ul > li:last-child{
    border-bottom: none;
}
.mainMenu .container > ul > li > ul > li a{
    width: 100%;
    padding: 10px 0px;
    color: #fff;
    text-transform: capitalize;
    background: url("../images/iconSubMenu.png") no-repeat -10px top;
}
.mainMenu .container > ul > li > ul > li.active a,
.mainMenu .container > ul > li > ul > li:hover a,
.mainMenu .container > ul > li > ul > li a:hover{
    font-weight: bold;
    padding-left: 12px;
    background: url("../images/iconSubMenu.png") no-repeat 0px top;
}


.lnkHome{
    content: "";
    width: 50px;
}
.lnkHome a{
    width: 100%;
    float: left;
    background: url("../images/home.png") no-repeat center center !important;
}
.lnkHome.active a,
.lnkHome:hover a{
    background-color: #005f08 !important;
}

/*==========================================================
             CONTENT
==========================================================*/
.tagTinMoi{
    width: 100%;
    float: left;
    line-height: 35px;
    display: table;
}
.tagTinMoi span{
    font-weight: bold;
    color: #ec2327;
    margin-right: 10px;
    max-width: 120px;
}
.tagTinMoi span i{
    font-size: 1.25em;
    margin-right: 5px;
}

.colLeft{
    width: 715px;
    float: left;
}
.colRight{
    width: 300px;
    float: right;
}

.rightContact{
    line-height: 40px;
    background: #e9e9e9;
    margin-bottom: 3px;
}
.fb-page{
    width: 100%;
}
.rightContact span{
    width: 40px;
    float: left;
    background: #ec2327;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    margin-right: 10px;
}
.bannerQC{
    margin-bottom: 20px;
    height: 328px;
    overflow: hidden;
}
.facebookBox{
    margin-top: 30px;
    width: 100%;
    float: left;
}
.rightBox{
    margin-bottom: 20px;
}
.rightBox .headTitle{
    padding-left: 15px;
    font-weight: bolder;
    color: #3faf49;
    border-bottom: 2px solid #3faf49;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.rightBox .headTitle a{
    color: #3faf49;
}
.rightBox .headTitle:hover{
    border-color: #ec2327;
    color: #ec2327;
}
.rightBox .headTitle:hover a{
    color: #ec2327;
}
.rightBox .headTitle span{
    background: #fff;
    padding: 0px 5px;
    position: relative;
    bottom: -5px;
}

.right-news{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.right-news .photo{
    width: 45%;
    float: left;
    padding-right: 10px;
}
.right-news .photo a,
.right-news .photo img{
    width: 100%;
    float: left;
}
.right-news .title{
    width: 55%;
    float: right;
}

.right-video .photo{
    width: 100%;
    float: left;
}
.right-video .photo a{
    position: relative;
    float: left;
    width: 100%;
}
.right-video .photo a img{
    width: 100% !important;
}
.right-video .photo a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    background: url("../images/iconVideo.png") no-repeat center center;
    opacity: 0.7;
    transition: all 0.3s;
    z-index: 1;
}
.right-video .photo:hover a:before{
    opacity: 1;
}
.right-video .title a{
    width: 100%;
    text-align: center;
    background: #3faf49;
    line-height: 1.2;
    padding: 10px;
    color: #fff;
}
.rightBox .owl-controls{
    display: none;
}


.news{
    margin-bottom: 20px;
}
.news-ggd{
    padding-bottom: 10px;
    border-bottom: dotted 1px #e2e2e2;
}
.news .photo{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.news .photo a{
    width: 100%;
}
.news .title{
    font-weight: bold;
    margin-bottom: 5px;
}
.news .des{
    text-align: justify;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.news .news-info{
    color: #c0c0c0;
    font-style: italic;
}

/* --------------- Index     -----------------------*/
.indexHotNews{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.hotNews-left{
    width: 500px;
    float: left;
}
.hotNews-left .news{
    margin-bottom: 0px;
}
.hotNews-left .news .title{
    font-size: 1.5em;
}
.hotNews-right{
    width: 200px;
    float: right;
}
.hotNews-right .news{
    margin-bottom: 5px;
}
.title-news{
    padding-top: 5px;
    border-top: dotted 1px #d5d5d5;
}

.indexNews{
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.indexNews .headTitle{
    margin-bottom: 20px;
}
.indexNews .headTitle span{
    line-height: 35px;
    padding: 0px 15px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.125em;
}
.indexNews .headTitle a,
.indexNews .headTitle a:hover{
    color: #fff;
}
.newsBox{
    width: 295px;
    float: left;
    padding-right: 20px;
    border-right: solid 1px #ddd;
}
.newsBox .news{
    margin-bottom: 0px;
}
.news-list{
    width: 400px;
    float: right;
}
.news-list p{
    /*background: url("../images/newsDot.png") no-repeat left 7px;*/
    padding-left: 20px;
    margin-bottom: 12px;
    position: relative;
}
.news-list p a{
    width: 100%;
}
.news-list p:before{
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.6em;
    position: absolute;
    top: 6px;
    left: 0;
    color: #9c9c9c;
    transition: all 0.3s;
}
.danger a:hover,
.danger .news-list p:hover:before{
    color: #ec2327;
}
.success a:hover,
.success .news-list p:hover:before{
    color: #3faf49;
}
.warning a:hover,
.warning .news-list p:hover:before{
    color: #ff7f18;
}

.indexNews .headTitle span{
    width: 200px;
}
.indexNews.danger .headTitle{
    border-bottom: solid 1px #ec2327;
}
.indexNews.danger .headTitle span{
    background: #ec2327;
}
.indexNews.danger .headTitle a.lnkSub:hover{
    color: #ec2327;
}
.indexNews.success .headTitle{
    border-bottom: solid 1px #3faf49;
}
.indexNews.success .headTitle span{
    background: #3faf49;
}
.indexNews.success .headTitle a.lnkSub:hover{
    color: #3faf49;
}
.indexNews.warning .headTitle{
    border-bottom: solid 1px #ff7f18;
}
.indexNews.warning .headTitle span{
    background: #ff7f18;
}
.indexNews.warning .headTitle a.lnkSub:hover{
    color: #ff7f18;
}
.indexNews .headTitle .lnkSub{
    padding: 0px 15px;
    border-right: solid 1px #dddddd;
    color: #464646;
    font-weight: 600;
}
.indexNews .headTitle .lnkSub:last-child{
    border-right: none;
}

.indexFooter{
    margin-top: 20px;
}
.indexFooter .headTitle{
    width: 100%;
    float: left;
    border-bottom: solid 1px #ff7f18;
    background: #e9e9e9;
    line-height: 30px;
    padding-left:60px;
    text-transform: uppercase;
    color: #ff7f18;
    position: relative;
    margin-bottom: 20px;
}
.indexFooter .headTitle a{
    color: #ff7f18;
}
.indexFooter .headTitle a:hover{
    color: #ec2327;
}
.indexFooter .headTitle span{
    background: #ec2327;
    padding: 0 10px;
    padding-top: 8px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 0px 5px 0px 0px;
}
.chiase-item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #d5d5d5;
    width: 100%;
    float: left;
}
.chiase-item:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.chiase-item .chiase-photo{
    width: 15%;
    float: left;
}
.chiase-item .chiase-photo img{
    border-radius: 50%;
}
.chiase-title{
    width: 85%;
    float: right;
    padding-top: 5px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.chiase-title a{
    width: 100%;
}

.giaidap-item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #d5d5d5;
    width: 100%;
    float: left;
}
.giaidap-item:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.giaidap-item a{
    border-left: solid 3px #ec2327;
    padding-left: 15px;
    width: 100%;
}


.newsContent h2{
    margin-top: 0;
}
.newsContent h2.headTitle{
    margin-top: 0px;
    color: #1aa2e1;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: solid 2px #eaeaea;
    line-height: 45px;
    font-size: 1.75em;
}
.newsContent h2.headTitle span{
    color: #464646;
}

h2.legend,
.headSp{
    margin-top: 0px;
    color: #1aa2e1;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: solid 2px #eaeaea;
    line-height: 45px;
    font-size: 1.25em;
}


.tinFirst{
    background: #f2f2f2;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.tinFirst .photo{
    width: 54%;
    float: left;
    margin-bottom: 0;
}
.tinFirst .photo a{
    width: 100%;
    float: left;
}
.tinFirst .info{
    width: 46%;
    float: left;
    padding: 15px;
}
.tinFirst .info .title{
    font-size: 1.125em;
}

.tinFirst .infoTMV .title{
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.tinFirst .infoTMV .title a{
    color: #1a96dd;
    font-size: 1.2em;
}
.tinFirst .infoTMV .diachi{
    font-weight: bold;
	display:none;
}
.tinFirst .infoTMV .diachi i,
.tinFirst .infoTMV .giolam i{
    margin-right: 5px;
    font-size: 1.25em;
}
.tinFirst .infoTMV .giolam{
    color: #d90000;
	display:none;
}

.thamMyVien{
    margin-bottom: 30px;
}
.thamMyVien .photo a{
    margin-bottom: 0px;
    float: left;
}
.thamMyVien .title a{
    width: 100%;
    text-align: center;
    padding:5px;
    text-transform: uppercase;
    font-size: 1.1em;
    background: #8adebc;
    height:58px;
}
.rightBox .thamMyVien{
    margin-bottom: 10px;
    font-size: 0.875em;
}

.lblOther{
    display: inline-block;
    font-size: 1.125em;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 10px;
    background: #33a677;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bannerNews{
    width: 100%;
    margin-bottom: 20px;
}
.listCatNews{
    margin-bottom: 20px;
}
.listCatNews .first{
    padding-right: 0px;
}
.listCatNews .first a{
    width: 100%;
}
.listCatNews a{
    line-height: 35px;
    background: #ececec;
    text-transform: uppercase;
    padding: 0px 20px;
    float: left;
    margin: 5px;
    min-width: 80px;
    text-align: center;
}
.listCatNews a.active,
.listCatNews a:hover{
    background: #e15327;
    color: #fff;
}

.saerchResult .news{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #d5d5d5;
}

.newsDetail .des{
    font-weight: bold;
    margin-bottom: 20px;
    color: #9d9d9d;
}
.newsDetail .tinFirst .infoTMV{
    padding-top: 50px;
}
.newsDetail h2.headTitle{
    border: none;
    text-transform: none;
    line-height: 1.2;
    color: #464646;
    font-weight: bold;
}


/*==========================================================
                FOOTER
==========================================================*/
footer{
    margin-top: 30px;
}
.footerBottom{
    width: 100%;
    float: left;
    border-top: solid 2px #eaeaea;
    padding: 20px 0px;
    padding-bottom: 15px;
    line-height: 1.6;
    position: relative;
}
.footerBottom .coppy{
    float: left;
}
.socialFooter{
    float: right;
    text-align: right;
}
.socialFooter a{
    color: #fff;
    width: 30px;
    height: 30px;
    background: #a6a6a6;
    text-align: center;
    line-height: 30px;
    font-size: 1.25em;
}
.socialFooter a:hover{
    background: #005f08;
}
.coppyRight{
    text-align: right;
    margin-top: -6px;
    margin-bottom: 0px;
    line-height: 1;
    color: #b9b9b9;
    position: absolute;
    bottom: 20px;
    right: 0px;
}
.account-create .input-group .input-group-addon{
    text-align: left;
    font-weight: bold;
    color: #464646;
    width: 25%;
    padding-left: 10px;
}
.account-create .input-group .form-control{
    width: 75%;
    background: #fff;
    padding-left: 10px;
}
.datepicker.dropdown-menu{
    width: auto !important;
}


/*==========================================================
                Page styling
==========================================================*/
.marquee {
    overflow: hidden;
    width: 885px;
}
.mm-next {
    width: 100% !important;
    border-left: none !important;
}
.mm-menu.mm-theme-dark{
    background: #005f08;
}
.mm-listview a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a{
    font-weight: 500;
    font-size: 1.125em;
    color: #fff !important;
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after{
    border-color: #fff;
}
.mm-listview > li > a,
.mm-listview > li > span{
    white-space: inherit;
}
.mm-panel > ul > li{
    text-transform: capitalize;
}
.mm-listview .lnkHome,
.mm-listview li i{
    display: none;
}
.mm-navbar,
.mm-listview .mm-next:before,
.mm-listview > li:not(.mm-divider):after{
    border-color: rgba(255,255,255,0.2) !important;
}
.mm-menu.mm-pageshadow.mm-theme-dark:after{
    box-shadow: none !important;
}

.mm-listview > li.active > a:last-child{
    color: #fff !important;
    border-left: solid 9px rgba(255,255,255,0.7);
}
.hotlineMobile{
    position: fixed;
    top: 25%;
    right: 0px;
    z-index: 9;
    width: 0px;
    transition: all 0.3s;
}
.hotlineMobile.active{
    width: auto;
}
.hotlineMobile .btnMHotline{
    position: absolute;
    top: 0;
    left: -37px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: rgba(30,48,98,1);
    border-radius: 5px;
}
.hotlineMobile .btnMHotline i:before{
    content: "\f060";
}
.hotlineMobile.active .btnMHotline i:before{
    content: "\f061";
}
.hotlineMobile > p{
    width: 100%;
    margin: 0px;
    margin-top: 1px;
    white-space: nowrap;
}
.hotlineMobile > p.hotine1 a,
.hotlineMobile > p.hotine2 a{
    background: rgba(182,30,67,0.75) url(../images/iconLeftSlider.png) no-repeat center left !important;
    padding: 10px 10px 10px 20px;
    padding-left: 25px;
    color: #fff !important;
    line-height: 1.4;
    font-size: 0.875em;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}
.hotlineMobile > p.hotine1 a span,
.hotlineMobile > p.hotine2 a span{
    font-weight: bold;
}
.hotlineMobile > p.hotine2 a{
    background: rgba(30,48,98,1) !important;
    padding-left: 0px;
}

.hotlineMobile > p.hotine2 a b{
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}



.hiddenControl .owl-controls{
    display: none !important;
}

.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
}
.dropdown-menu {
    width: 100%;
    text-transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 0.875em;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.75em;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.panel-primary>.panel-heading{
    background: rgb(204, 43, 61) !important;
    border-color: rgb(204, 43, 61) !important;
}

.paging{
    text-align: left !important;
}
.pagination>li>a,
.pagination>li>span{
    background: #ebebeb;
    color: #424242;
    margin: 0px 2px;
    font-size: 1.25em;
    border: none;
    border-radius: 0px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span{
    font-size: 1.5em;
    border-radius: 0px;
    padding: 0px;
    width: 30px;
    height: 37px;
    text-align: center;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    background: #1aa2e1;
    color: #fff;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background: #1aa2e1;
    color: #fff;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
    background: none;
    color: #fff;
    font-weight: bold;
}

.margin {
    margin: 15px;
}
.margin-h {
    margin-left:15px;
    margin-right:15px;
}
.margin-h-0 {
    margin-left:0px;
    margin-right:0px;
}
.margin-v {
    margin-top:15px;
    margin-bottom:15px;
}
.margin-v-0 {
    margin-top:0px;
    margin-bottom:0px;
}
.margin-top {
    margin-top:15px;
}
.margin-right {
    margin-right:15px;
}
.margin-bottom {
    margin-bottom:15px;
}
.margin-left {
    margin-left:15px;
}
.margin-0,
.no-margin{
    margin:0px !important;
}
.margin-top-0{
    margin-top:0px;
}
.margin-bottom-0{
    margin-bottom:0px;
}
.margin-left-0{
    margin-left:0px;
}
.margin-right-0{
    margin-right:0px;
}

.padding {
    padding: 15px;
}


.padding-0 {
    padding: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-h {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-h-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-v {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-v-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-top {
    padding-top: 15px;
}

.padding-right {
    padding-right: 15px;
}

.padding-bottom {
    padding-bottom: 15px;
}

.padding-left {
    padding-left: 15px;
}


/* --------------- Comment -----------------------*/
.commentSection .headTitle{
    background: #afeeff;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}
.headCommentBox{
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 10px;
}
.headCommentBox::after{
    border-bottom: solid 2px #bbbbbb;
    content: " ";
    width: 100%;
    margin-left: 10px;
    position: absolute;
    top: 15px;
}
.condComment{
    color: #989898;
    font-style: italic;
    margin-bottom: 5px;
    padding-left: 20px;
    background: url("../images/iconComment.png") no-repeat center left;
}
.btnComment{
    margin-bottom: 0px;
    margin-top: 10px;
}
.btnComment .btn{
    width: 100%;
    padding: 5px;
}
.commentItems{
    margin-top: 10px;
    margin-bottom: 20px;
    border: solid 1px #efefef;
}
.cmtItem{
    padding: 10px;
    border-bottom: solid 1px #efefef;
}
.cmtItem:nth-child(odd){
    background: #f9f9f9;
}
.noidungCmt{
    margin-bottom: 10px;
    color: #2c2b2b;
}
.infoCmt{
    color: #555;
    font-size: 13px;
}
.actComment{
    font-size: 12px;
    font-weight: bold;
    float: right;
}
.actComment a{
    color: #005f08;
    margin: 0px 10px
}
.actComment a:hover{
    text-decoration: underline;
}
.actComment a i{
    color: #555;
}
.subCommentBox{
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 40px;
}
.subCommentBox .form-control{
    background: #fff;
    font-size: 13px;
    padding: 5px;
}
.subCommentItems{
    padding-left: 40px;
}
.subCmtItem{
    border-top: dashed 1px #d1d1d1;
    padding-top: 5px;
    padding-bottom: 5px;
}
.imgUser img{
    float: left;
}
.ll{
    font-weight: normal;
    font-style: italic;
    color: #9f9f9f;
}