.menuTop>ul>li>a {
    text-transform: uppercase;
}

/* // COMMENT /// */
.grid-comment {
    margin-bottom: 20px;
}

.grid-comment .node-commnet {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.grid-comment .node-commnet .avatar {
    width: 55px;
    float: left;
    height: 55px;
    margin-top: 8px;
}

.grid-comment .node-commnet .avatar img {
    width: 55px;
}

.grid-comment .node-commnet .info-comment {
    margin-left: 10px;
}

.grid-comment .node-commnet .info-comment {
    margin-left: 65px;
    width: calc(100% - 75px);
}

.grid-comment .node-commnet .info-comment .info-preson {
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}

.grid-comment .node-commnet .info-comment .info-preson .name {
    font-size: 14px;
    /*color: #cd211e;*/
    font-weight: bold;
}

.grid-comment .node-commnet .info-comment .ccomment {
    font-size: 14px;
    line-height: 20px;
}

.grid-comment .node-commnet .info-comment .linkanswer {
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #f58021;
}

.grid-comment .node-commnet .info-comment .linkanswer a {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    /*color: #dd0000;*/
}

.grid-comment .node-commnet .info-comment .linkanswer a:hover {
    text-decoration: underline;
}

.grid-comment .node-commnet .info-comment .linkanswer a:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f054";
    top: 2px;
    right: 0;
    /*color: #dd0000;*/
    font-size: 7px;
}
.reply-name .form-control, textarea.form-control {
    border-radius: 0;
    box-shadow: none;
}
.reply-name {
    width: 90%;
    float: left;
}
.reply-com {
    margin-bottom: 10px;
}
.reply-button {
    width: 10%;
    float: left;
    text-align: right;
}
.reply-button .btn {
    height: auto;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding: 4px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.reply-button .btn:hover {
    background: #c4161c;
}
.listanswer .nodeanswer {
    margin-bottom: 5px;
    padding: 10px;
}
label.error{
    width: 100% !important;
    margin-top: 3px !important;
    margin-bottom: 5px;
    font-size: 12px !important;
    font-style: italic;
    color: #f00 !important;
    font-weight: normal;
}
.code-error .input-group-img {
    vertical-align: top;
    padding-top: 1px;
}
.boxFilter .content ul li.active a {
    color: #107fae;
    font-weight: 600;
}
#vnt-header .vnt-lang a {
    text-transform: uppercase;
}
.form-contact .flexDesign {
    align-items: flex-start;
}
.input-group-img {
    vertical-align: top;
}
.item-brand .info-contact {
    min-height: 200px;
}
.form_reply{
    margin-bottom: 10px;
}
.p-status span{
    text-transform: uppercase;
}
.att span{
    text-transform: uppercase;
}
.popup-catalogue{
    width: 650px;
    padding: 25px 70px 50px;
    margin: auto;
}
.formContact .row-form .input-group-img {
    vertical-align: top;
    border: none;
}
.i-title h3{
    text-transform:capitalize;
	font-family:'Muli';
	padding-top:5px;
}
.i-code{padding-bottom:5px;}
.form-contact.v2 .flexDesign .flexLeft {
    width: 240px;
}
.form-contact.v2 .flexDesign {
    align-items: flex-start;
}
.gridButton {
    margin: 27px -10px 0;
}
.boxAccount .col-input:before {
    top: 24px;
}
.the-price .price .nor {
    line-height: 32px;
}
.mmMember .icon .img {
    background: transparent;
    border: 1px solid #c4161c;
}
button.btn span {
    color: #ffffff;
}
.table-bordered>thead>tr>th {
    border-bottom-width: 1px !important;
}
.btn-download{
    padding: 2px 5px;
    border: 1px solid #c4161c;
    border-radius: 3px;
}
div#vnt-slide-home .pro img{
    height: 380px;
    width: auto;
    max-width: initial;
}
.productHome .bannerProduct .des{
    font-size: 15px;
}
#popup_title {
    background: #005abb;
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.fancybox-show-thumbs .fancybox-inner .fancybox-thumbs__list{
    margin: 0 auto;
}
.fancybox-thumbs__list a::before{
    border: solid 2px #ffffff;
}
#list_mon{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*=============LOADING=================*/
.loading{
    position: relative;
    z-index: 9999;
    height: 20vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.loading:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.97);
    z-index: 1;
}
.loading:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 150px;
    height: 150px;
    background: url(../images/loading2.svg) no-repeat center center;
    background-size: cover;
    opacity: 0.6;
}
/*=============LOADING=================*/
@media (max-width: 991px){
    .search-content .box-item {
        width: 100% !important;
        margin: 0 !important;
    }
    #btn-search.btn{
        background: transparent;
        border: none;
    }
    div#vnt-slide-home .pro img{
        width: 100%;
        height: inherit;
    }
    #vnt-mm-fixed{
        display: none;
    }
}
