.page-title {
    display: inline-block;
}
.main__info__title p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.main__info__other {
    border-bottom: 1px dashed #DDDDDD;
    border-top: 1px dashed #DDDDDD;
    margin: 15px 0;
    padding: 15px 0;
}
.main__info__other > li {
    line-height: 30px;
}
.main__info__other > li > span{
    display: inline-block;
    width: 100px;
}
.main__info__file{
    background-color: #DA251C ;
    border-color: transparent transparent transparent #0094DF;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    line-height: 0;
    text-indent: 10px;
}
.main__info__file a{
    color: #FFFFFF;
}
.main__info__btn {
    border-top: 1px dashed #DDDDDD;
    margin-top: 15px;
    padding-top: 15px;
}
.card--products-detail{
    padding: 15px;
    position: relative;
    padding-right: 0px;
    padding-top: 5px;
}
.card--products-detail .card-title{
    margin-bottom: 15px;
        line-height: 24px;
}
.card--products .card__content a:last-child:before{
    content: '\f1b3';
}
.card--products-detail .card-listinfo > li{
    margin-bottom: 5px;
    height: 26px;
}
.card--products-detail .card-listinfo > li:first-child{
    height: 37px;
}
.card--products-detail .card-listinfo > li span:first-child {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
    margin-right: 20px;
}
.card--products-detail .card-listinfo > li span:last-child {
     font-size: 14px;
    color: #000;
}
.card--products .card__content .desc_short{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 13px 0px;
    margin-top: 20px;
    font-size: 14px;
    color: #444;
    line-height: 20px;
}
.card--products .card__content .contact{
    display: table;
    width: 150px;
    margin-top: 20px;
    cursor: pointer;
}
.card--products .card__content .contact a {
    padding: 0;
    margin: 0;
    width: calc(100% - 40px);
    height: 40px;
    float: left;
    background: rgba(0,172,235, 0.15);
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color: #3366ff;
    border: none;
    display: block;
}
.card--products .card__content .contact:hover>span:first-child{
    background: rgba(0,172,235, 0.15) !important;
    color: #00ACEB;
}
.card--products .card__content .contact:hover>span:last-child{
    background: #00ACEB;
    color: #fff;
}
.card--products .card__content .contact >span:first-child{
    width: 40px;
    height: 40px;
    float: left;
    color:#fff;
    text-align: center;
    line-height: 40px;
}
.card--products .card__content .card-listinfo a:last-child {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 0px 10px;
    margin: 5px 0px;
    text-transform: uppercase;
}
.wrap-right .row >div:first-child{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.wrap-right .row >div:first-child .share {
    flex:1;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    position: initial;

}
.wrap-right .row >div:first-child .share i.fa-facebook{
    color: #365899;
    margin-right: 5px;
}
.wrap-right .row >div:first-child .share i.fa-google-plus-square{
    color:#CC2127;
}
.wrap-right .row >div:first-child .share:before{
    content: '';
    display: inline-block;
    width: 65px;
    height: 1px;
    background: #ddd;
    margin-right: 20px;
}
.breadcrumb li:first-child a > i {
    font-size: 20px;
    color: #999999;
}
.breadcrumb li>a {
    font-weight: normal;
    font-size: 13px;
    color: #555;
}
.fa-angle-double-right {
    color: #ccc;
    font-size: 11px;
}
.view {
    position: absolute;
    top: 4px;
    right: 0;
}
.view a{
    display: block;
    border:none !important;
    padding: 0!important; 
    margin: 0!important; 
    margin-bottom: 10px !important;
}
.view a:before{
    margin-right: 0px !important; 
    color: #fff !important;
}
.view a:hover{
    background: #fff !important;
}
.view a span{
    border: 1px solid #ddd;
    height: 30px;
    display: inline-block;
    width: 115px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}
.view a:before{
    content: "\f06e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    background: #0094DF;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
}
.detail .title{
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    display: table;
    color: #000;
    margin: 20px auto 0px;
    border-bottom: 1px solid #ccc;
}
.detail .contact {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.detail .contact .contact__left{
    margin-bottom: 0;
    margin-right: 15px;
}
.detail .contact .contact__right p {
    margin-bottom: 2px;
}
.detail .contact .contact__right p:first-child {
    font-size: 18px;
    color: #0094DF;
}
.detail .contact .contact__right p a:hover {
    color: #0094DF;
}