*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
}
body{
    font-family: "Roboto Condensed",FontAwesome,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f1f4fb;
}
h1,h2,h3,h4,h5{
    font-weight: 700;
}

table {
    width: 100% !important;
    text-align: center;
    border: 1px solid #80808073;
}
td {
     border: 1px solid #80808073;
}

img{
    max-width: 100%;
    height: auto;
}
a{
    color: #333;
    transition: all 0.3s;
}
a,a:hover,a:visited,a:focus{
    text-decoration: none;
}
a:hover{
    color: #990100;
}
ul{
    margin: 0;
    list-style: none;
}
.row{
    margin-left: -5px;
    margin-right: -5px;
}
.row>*{
    padding-left: 5px;
    padding-right: 5px;
}

iframe{
    width: 100%;
    margin-bottom: -6px;
    height: auto;
}
ul.video-tab-title {
    height: 160px;
    overflow-x: hidden;
}


.title-partner h2 {
    color: #1e6a7a;
    text-transform: uppercase;
}
.btn{
    background: none;
    border: none;
}


.btn:hover{
    color: #429810;
}
.btn,.form-control{
    max-width: 100%;
    border-radius: 0;
}
.container{
    padding: 0 5px !important;
}
.fancybox-overlay{
    background-color: rgba(0,0,0,0.8);
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
    background-image: url("../images/fancybox_sprite.png");
}
.fancybox-prev span{
    left: -10px;
}
.fancybox-next span{
    right: -10px;
}

.owl-nav{
    margin: 0 !important;
}
.item-form{
    margin-bottom: 10px;
    overflow: hidden;
}
#totop{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 99;
    padding: 0;
    background-color: #68b501;
    border-radius: 100%;
    color: #fff;
}
.blog-top-info {
    height: 150px;
}
@media screen and (min-width: 1600px){
    .container{
        width: 1400px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1200px){
    .container{
        width: 1150px;
    }
}

/* ========================== HEADER ================================ */
header .top-bar{
    background: #52A9BE;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.57);
    border-bottom: 1px solid #6ac1d6;
    text-align: right;
    color: #fff;
    position: relative;
}
.top-bar ul li{
    display: inline-block;
    padding: 5px;
}
.top-bar ul li a{
    color: #fff;
}
.top-bar ul li a:hover{
    text-decoration: underline;
}
.top-bar ul li a i{
    color: yellow;
}
.top-bar ul li img{
    max-width: 23px;
    max-height: 18px;
}
.main-header{
    box-shadow: 1px 2px 4px #ccc;
    background: #fff;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}
/* ============================== Menu =============================== */
.header-menu>.container{
    background-color: #1e6a7a;
    height: 40px;
}
.menu-site .main-menu>li{
    display: inline-block;
    float: left;
    font-weight: bold;
}
.menu-site .main-menu>li>a{
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
}
.menu-site .main-menu li{
    position: relative;
}
.main-menu .sub-menu{
    display: none;
}
.main-menu .sub-menu li a{
    display: block;
    padding: 7px 15px;
}
.main-menu .sub-menu li{
    border-top: #ccc thin dotted;
}
.main-menu .sub-menu li:first-child{
    border: none;
}
.main-menu .sub-menu li.menu-item-has-children>a>i{
    display: inline-block;
    float: right;
}
.main-menu .sub-menu li:hover>a,.main-menu .sub-menu li.current-menu-item>a{
    background-color: #f5f5f5;
    color: #7f9c33;
}
.menu-site>button,.menu-site>a.btn,.menu-site .show-search{
    background-color: orange;
    color: #fff;
    padding: 10px 12px;
}
.form-search{
    display: inline-block;
    float: right;

}
.form-search form{
    position: absolute;
    right: 0;
    top: 100%;
    width: 220px;
    display: none;
    /* padding-right: 40px; */
    border: #ccc thin solid;
    z-index: 9999;
}
.form-search form input{
    border: none;
}
.form-search form button{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1e6a7a;
    color: #fff;
    padding: 7px 10px;
}

@media screen and (min-width: 992px) {
    .menu-site .main-menu>li{
        padding: 10px 0;
    }
    .menu-site .main-menu>li>a{
        color: #fff;
    }
    .menu-box{
        display: inline-block;
    }
    .form-search{
        position: relative;
    }
    .menu-site .main-menu{
        display: inline-block;
    }
    .menu-site .main-menu>li:hover{
        background-color: #7f9c33;
    }
    .menu-site .main-menu li.current-menu-item>a{
        color: yellow;
    }
    .main-menu li.menu-item-has-children:hover>.sub-menu{
        display: block;
    }
    .menu-site .main-menu .sub-menu{
        position: absolute;
        width: 230px;
        z-index: 99;
        -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
        -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
        box-shadow: 3px 3px 6px rgba(0,0,0,.3);
        border-left: 1px transparent solid;
    }
    .menu-site .main-menu .sub-menu{
        background-color: #fff;
        border: #ccc thin solid;
    }
    .main-menu>li>.sub-menu{
        top:100%;
        left:0;
    }
    .main-menu .sub-menu .sub-menu{
        top:-1px;
        left:100%;
    }
    .menu-site .main-menu>li+li>a{
        border-left: 1px solid hsla(0, 0%, 100%, .2);
    }
}
@media screen and (max-width: 991px) {
    .menu-site{
        position: relative;
    }
    .form-search form{
        width: 100%;
    }
    .menu-box{
        position: fixed;
        left:0;
        top:0;
        right:0;
        width: 0;
        height:100vh;
        z-index: 999;
        transition: all 0.3s;
        overflow: hidden;
    }
    .menu-box .bg-menu{
        position: absolute;
        left: 0;
        top:0;
        width: 100%;
        height:100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 98;
    }
    .menu-box .main-menu{
        position: relative;
        z-index: 99;
        width: 250px;
        max-width: 95%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        float: left;
        background-color: #fff;
    }
    .menu-box .btn-hide-menu{
        position: relative;
        z-index: 99;
        color: #fff;
    }
    .menu-box .main-menu>li{
        display: block;
        width: 100%;
        border-bottom: #ccc thin solid;
    }
    .menu-box .main-menu>li>span{
        display: none;
    }
    .menu-box .main-menu>li>a{
        padding: 7px 10px;
    }
    .main-menu li:hover>a,.main-menu li.current-menu-item>a{
        background-color: #1e6a7a;
        color: #fff;
    }
    .main-menu .sub-menu{
        border-top: #ccc thin dotted;
        padding-left: 10px;
    }
    .main-menu li.menu-item-has-children>a{
        position: relative;
        padding-right: 40px;
    }
    .main-menu li.menu-item-has-children>a>i{
        position: absolute;
        display: inline-block;
        padding: 10px 12px;
        top:0;
        right:0;
        margin: 0 !important;
    }
}


/* ======================== Content ========================= */
.main-page{
    background: #fff;
    box-shadow: 0px 1px 3px #ccc;
    margin-bottom: 10px !important;
}
.top-page{
    padding: 5px 0;
    border-bottom: 1px solid #f1f4fb;
}
.top-page marquee{
    color: #b0000a;
    font-weight: bold;
    margin-bottom: -6px;
}
.clock{
    background: transparent;
    font-weight: 700;
    color: #1e6a7a;
    font-size: 11px;
    text-align: right;
}
.bread-crumb{
    padding: 5px 0;
    border-left: 6px #1e6a7a solid;
    overflow: hidden;
}
.bread-crumb li{
    display: inline-block;
    float: left;
    padding: 0 15px 0 15px;
    position: relative;
    overflow: hidden;
}
.bread-crumb li+li:before,
.bread-crumb li+li:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -web-kit-transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ccc;    
}
.bread-crumb li+li:before{
    border-left: 30px solid #fff;
    z-index: 2;
}
.bread-crumb li+li:after{
    margin-left: 1px;
    z-index: 1;
}
.item-sidebar{
    margin-bottom: 10px;
}
.head-this{
    border-bottom: 1px solid #f7941d;
    margin-bottom: 7px;
}
.head-this>*{
    display: inline-block;
    padding: 9px 10px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background-color: #1e6a7a;
    position: relative;
    margin-right: 40px;
}
.head-this>*:after{
    content: "";
    display: inline-block;
    width: 35px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-image: url('../images/bg-head1.png');
    background-size: 100% 100%;
}
.head-this a{
    color: #fff;
}
.item-cate-sidebar{
    margin-bottom: 5px;
}
.item-cate-sidebar h4 a, .item-cate-sidebar ul li:first-child{
    background: linear-gradient(90deg, #1f6b7b, #4a7d1a);
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
}
.item-cate-sidebar h4 a, .item-cate-sidebar ul li:first-child a{
    display: block;
    color: #fff;
    padding: 5px 10px;
}
.item-cate-sidebar h4 a:hover, .item-cate-sidebar h4 a, .item-cate-sidebar ul li:first-child a:hover{
    color: yellow;
}
.item-cate-sidebar ul{
    border: #ccc thin solid;
    background-color: #fffef1;
}
.item-cate-sidebar ul li{
    border-bottom: #eee thin dashed;
}
.item-cate-sidebar ul li:last-child{
    border: none;
}
.item-cate-sidebar ul li:hover{
    border-color: #990100;
}
.item-cate-sidebar ul li a{
    display: block;
    padding: 5px 15px;
    position: relative;
    font-weight: bold;
    color: #1e6a7a;
}
.item-cate-sidebar ul li a:hover{
    color: #990100;
}

.item-sidebar .video-tab-title li a{
    overflow: hidden;
    display: block;
    padding: 5px;
}
.item-sidebar .video-tab-title li a:hover,
.item-sidebar .video-tab-title li.active a{
    background-color: #e5e5e5;
}
.item-sidebar .video-tab-title li{
    margin-top: 7px;
}
.video-tab-title .item-vd-img{
    width: 40%;
    float: left;
    margin-right: 10px;
}
.list-qc img{
    width: 100%;
}
.list-qc li{
    margin: 5px 0;
}
.list-partner img{
    max-width: 180px;
}
.list-partner{
    /* border-top: 1px solid #bfd87c; */
    border-bottom: 1px solid #bfd87c;
    padding: 5px 0;
}
footer{
    margin-left: -5px;
    margin-right: -5px;
}
.menu-ft li{
    display: inline-block;
    padding: 0 10px;
}
.menu-ft li+li{
   border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-ft li a{
    text-transform: none;
    color: #fff;
}
footer .head-this{
    margin-bottom: 0;
}
.main-footer{
    position: relative;
    padding: 15px 0 5px;
    background: linear-gradient(#52a9be, #1e6a7a);
    color: #fff;
    font-weight: bold;
}
.main-footer:before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('../images/bg-footer.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.item-col{
    margin: 5px 0;
}

.main-news .main-new{
    display: none;
}
.main-news .main-new.active{
    display: block;
}
.main-right>h4{
    border-left: 4px #1e6a7a solid !important;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f7941d;
    font-size: 14px;
    margin: 0;
    padding: 6px 10px;
}
.main-right ul li{
    padding: 5px;
    overflow: hidden;
}
.main-right ul li img{
    width: 100px;
    float: left;
}
.main-right ul li p {
    margin: 0;
    text-align: justify;
    padding-left: 110px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.main-right ul li.active p {
    color: #b0000a;
}
.blog-box .head-this{
    margin: 0;
}
.blog-box .main-blog-box{
    background-color: #ecf3f5;
    padding: 5px;
    min-height: 620px;
}
.main-right ul li:hover,.main-right ul li.active{
    background-color: #e5e5e5;
}
.blog-top .blog-top-info h4{
    font-weight: bold;
    font-size: 15px;
    min-height: 66px;
}
.thumbnail-Left {
    float: left;
    width: 60%;
    margin-right: 10px;
}
.thumbnail-Left img {
    width: 100%;
}
.blog-top .blog-top-info h4 a{
    color: #0d6679;
}
.blog-top .blog-top-info h4 a:hover{
    text-decoration: underline;
}
.blog-top .blog-top-info p{
    margin-bottom: 0;
}
.blog-top{
    margin-bottom: 10px;
    overflow: hidden;
}
.blog-meta{
    font-size: 90%;
    padding-left: 10px;
    color: #758fca;
    font-style: italic;
}
.blog-list .item-blog{
    padding: 3px 0;
    overflow: hidden;
    min-height: 88px;
}
.blog-list .item-blog+.item-blog{
    border-top: 1px dashed #e0c252;
    padding-top: 15px;
}
.item-blog .item-blog-img{
    width: 35%;
    float: left;
}
.item-blog .item-blog-info{
    width: 65%;
    float: left;
    padding-left: 10px;
}
.item-blog .item-blog-info a{
    color: #2271b6;
}
.item-blog .item-blog-info a:hover{
    text-decoration: underline;
}
img.banner {
    border: 1px solid #a9cef7;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #B90504;
    color: #FFFF;
    padding: 7px 32px;
    border: none;
    text-transform: uppercase;
}
.post-meta{
    font-style: italic;
    color: #c74301;
    display: inline-block;
    padding-left: 5px;
}
.list-in-cate li{
    overflow: hidden;
    padding: 10px 0;
    border-bottom: #ccc thin solid;
}
.list-in-cate li:last-child{
    border-bottom: none;
}
.list-in-cate .item-post-info h4{
     font-size: 16px;
}
.list-in-cate .item-post-info h4 a{
    color: #e4810a;
}
.list-in-cate .item-post-info h4 a:hover{
    text-decoration: underline;
}
.list-in-cate .post-meta{
    color: #aaa;
    font-size: 14px;
}

.wp-pagenavi{
    border-top: 1px dashed rgba(94, 137, 236, 0.5);
    padding-top: 10px;
    margin: 15px 0;
    text-align: center;
}
.wp-pagenavi a{
    padding: 3px 10px;
    background: linear-gradient(#638ef1, #234fb2);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 23px;
    margin: 0;
    transition: all ease .3s;
    margin-right: 10px;
}
.wp-pagenavi a:hover{
    background: linear-gradient(#729512, #4a5a1c);
}
.wp-pagenavi span{
    display: inline-block;
    padding: 3px 10px;
    border-radius: 2px;
    line-height: 23px;
    color: #fff;
    background-color: #BB9F5D;
    background: linear-gradient(#729512, #4a5a1c);
    margin-right: 10px;
}
.wp-pagenavi .pages{
    display: none;
}

.blog-detail .blog-title{
    font-size: 16px;
    color: #204caf;
    font-weight: bold;
    margin-top: 10px;
}
.blog-detail .blog-meta{
    font-weight: 700;
    font-style: normal;
    color: #888;
    border-bottom: #ccc thin solid;
    padding: 0 0 5px;
    margin-bottom: 10px;
}

.share-box{
    padding: 10px 0;
    border-top: #ccc thin solid;
    border-bottom: #ccc thin solid;
    margin-bottom: 10px;
}
.old-post ul li{
    padding: 4px 0;
}
.old-post ul li:before{
    display: inline-block;
    content: ' ';
    width: 5px;
    height: 5px;
    background: #f7941d;
    border-radius: 1px;
    margin-right: 4px;
    vertical-align: middle;
}
.old-post ul li+li{
    border-top: #ccc thin dashed;
}
.old-post ul li a{
    text-decoration: none;
    font-weight: bold;
    color: #212121;
}
.old-post ul li a:hover{
    color: #f7941d;
}

.page-content{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(94, 137, 236, 0.5);
}
.blog-top-img img {
    width: 100%;
    height: 220px;
}
.main-new-img img {
    width: 100%;
    height: 194px;
}
.item-blog-img img {
    height: 100px;
    width: 100%;
}

.table-responsive table{
    width: 100%;
}
.list-vb{
    position: relative;
}
.list-vb .see-all{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
}
.list-vb .table-responsive{
    background: #ecf3f5;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.list-vb th{
    padding: 5px 10px;
    text-align: center;
    border-bottom: #ccc thin solid;
}
.list-vb td{
    padding: 5px 10px;
    vertical-align: top;
}
.list-vb td:first-child{
    min-width: 100px;
}
.search-vb{
    position: relative;
}
.search-vb form{
    padding: 5px;
    background: #ecf3f5;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.search-vb form button{
    position: absolute;
    top: 0;
    right: 0;
    background: #B90504;
    border-left: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 5px 5px;
    color: #fff;
}
.search-vb-form{
    margin: 15px 0;
    overflow: hidden;
}
.search-vb-form button{
    background: #B90504;
    border-left: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
}

@media screen and (min-width: 768px){
    .row-flex{
        display: flex;
        align-items: center;
    }
   
    .list-in-cate .item-post-img{
        width: 150px;
        float: left;
        margin-right: 10px;
    }
    .list-in-cate .item-post-info{
        padding-left: 160px;
    }
    .list-in-cate .item-post-info h4{
        margin-top: 0;
    }
}

@media screen and (min-width: 992px){
    .sidebar{
        width: 20%;
    }
    .main-content{
        width: 60%;
    }
}


/*Comment style*/
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-author.vcard {
    width: 25px;
}
#formcmmaxweb {
    overflow: hidden;
    position:relative;
    margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
    text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
    margin: 30px 0;
    font-weight: normal;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.commentlist .children {
    margin-top: 10px;
}
.commentBody em {
    color: red;
}
.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}
.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
    opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
    margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
    margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
    display: none;
}
.tools_comment a:last-child{
    padding: 0;
    margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
    cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
    color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
    width: 100%;
    background: transparent;
    outline: none;
    font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
    border: 1px solid #d7d7d7;
    color: #2e2e2e;
    display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
    border-color: #337ab7;
}
#formcmmaxweb p{
    margin-bottom: 10px;
    text-align: center;
}
#formcmmaxweb #commentform p{   
    overflow: hidden;
}
#formcmmaxweb .name-email p{
    width: 50%;
    float: left;
}
#formcmmaxweb .name-email p:first-child{
    padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
    padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #337ab7;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
    background: #c7a611;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/

.main-right {
    height: 357px;
    overflow-x: hidden;
}
.thumbnail-right {
    float: right;
    width: 60%;
    margin-left: 10px;
}
.thumbnail-center {
    margin-bottom: 30px;
}
h2.desc-single-thumbnail.text-center {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
}
.rvn-item-buy-sel.text-center {
    text-align: left;
}

.rvn-item-buy-sel.text-center span.can-buy, .rvn-item-buy-sel.text-center span.can-sell {
    border-color: rgb(235, 235, 235);
    border: 1px solid rgba(30, 106, 122, 0.55);
    cursor: pointer;
    position: relative;
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: "Roboto";
    color: #2570A9;
    line-height: 25px;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 5px 15px;
}

.rvn-item-buy-sel.text-center span.can-sell {
    border-color: #f7941d !important;
    color: #f7941d !important;
}
.main-blog-box .item-blog .item-blog-info a {
    color: #2271b6;
    margin-bottom: 10px;
    display: block;
}

.sgdvppa .blog-box .main-blog-box {
    background-color: #ecf3f5;
    padding: 5px;
   
}
.sgdvppa .read-more.text-center a {
    background: #1e6a7a;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
}

.sgdvppa .read-more.text-center {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

div#mvcip, div#mvctable, div#mvcserver {
    display: none !important;
}
ul.list-qc li:first-child{
    -webkit-animation: searchLights 2s ease-out 1s infinite;
    -o-animation: searchLights 2s ease-out 1s infinite;
    animation: searchLights 2s ease-out 1s infinite;

    }


@keyframes searchLights {
    0% {
        transform: scaleY(0);
    }
    15% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1);
    }
}