﻿@font-face{font-family:Roboto;src:url("/Content/Roboto/Roboto-Regular.ttf") format("truetype");}
@font-face{font-family:Roboto-Medium;src:url("/Content/Roboto/Roboto-Medium.ttf") format("truetype");}
@font-face{font-family:Roboto-Bold;src:url("/Content/Roboto/Roboto-Bold.ttf") format("truetype");}
@font-face{font-family:Roboto-Light;src:url("/Content/Roboto/Roboto-Light.ttf") format("truetype");}

@font-face{font-family:RobotoCondensed;src:url("/Content/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");}
@font-face{font-family:RobotoCondensed-Bold;src:url("/Content/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");}
@font-face{font-family:RobotoCondensed-Light;src:url("/Content/Roboto_Condensed/RobotoCondensed-Light.ttf") format("truetype");}
@font-face{font-family:RobotoCondensed-Italic;src:url("/Content/Roboto_Condensed/RobotoCondensed-Italic.ttf") format("truetype");}
html {
    --primary-color: #0191dd;
}
.clear-fix:after{
    content:'.';
    display:block;
    visibility:hidden;
    clear:both;height:0;
}

.container.small-container {
    max-width: 1040px;
}
header {
    background-color: #fff;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(238,238,238,1);
    -moz-box-shadow: 2px 2px 3px 0px rgba(238,238,238,1);
    box-shadow: 2px 2px 3px 0px rgba(238,238,238,1);
    padding:10px 0;
}
header .br-top-header{
    width:100%;
    height:1px;
    background:#ddd;
}
header .top-header{
    padding:10px 0;
}
header .top-header .top-header-reg{
    display:table;font-size:1.5em;width:100%;
    border-right:1px solid #ddd;
}
header .top-header .top-header-reg div{
    display:table-cell;
}
header .top-header .top-header-reg div a{
    color:#333
}
    header .top-header .top-header-reg div:first-child {
        padding-right: 5px;
        color: #9b9b9b;
    }
    header .top-header .top-header-reg div:last-child{
        padding-right:10px;
    }
    @media (min-width:991px){
        header .top-header .top-header-reg div:last-child {
            padding-right: 20px;
        }
    }
header .bot-header{
    padding-top:10px;
    position:relative;
}
header .bot-header .bt-search-d{
    position:absolute;
    top:11px;right:0;
    background:none;
    font-size:1.8em;border:none;
    color:rgba(0,0,0,.5);

}
body{
    font-family:Roboto,sans-serif
}
.no-ul
{
    margin:0;
    padding:0;list-style:none;
}
.lis_mx_header li{
    display:inline-block;
    margin:0 6px
}
.lis_mx_header li a{
    font-size:1.5em;
    color:#333;

}
.flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}
        .flex-center .flex-center-div {
            flex: 1;
        }
ul.list-menu li{
    display:inline-block;
    position:relative;
    padding:0 20px;
}
ul.list-menu li a{
    display:block;
    font-size:1.4em;
    color:#333333;
    text-transform:uppercase;
    padding:4px 0;font-family:Roboto-Bold
}
ul.list-menu li a:after{
    content:'';
    display:block;
    background:transparent;
    height:2px;
    width:100%;margin:auto;
}
ul.list-menu li a:hover,
ul.list-menu li a.act{
    color:var(--primary-color)
}
    ul.list-menu li ul li i{
        position:absolute;
        right:10px;top:10px;
    }
    ul.list-menu li ul {
        position: absolute;
        top: 30px;
        left: 10px;
        background: #fff;
        width: 200px;
        z-index: 999;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(221,221,221,1);
        -moz-box-shadow: 3px 3px 5px 0px rgba(221,221,221,1);
        box-shadow: 3px 3px 5px 0px rgba(221,221,221,1);
        display: none;
        border: 1px solid #ddd;
        border-bottom: 2px solid #ffd800;
        padding-top: 15px;
    }
        ul.list-menu li ul li ul{
            top:-10px;
            left:200px;
        }
        ul.list-menu li:hover ul {
            display: block;
        }
        ul.list-menu li ul li {
            display: block;
        }
        ul.list-menu li ul li:first-child{
            padding-left:20px;
        }
            ul.list-menu li ul li a {
                text-transform: capitalize;
                margin-bottom:10px;padding:0;
                font-size:14px;
            }
            ul.list-menu li ul li a:hover:after{
                background-color:transparent;
            }
            .tb-menu{
                width:100%;
            }
.tb-search {
    background: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(221,221,221,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(221,221,221,1);
    box-shadow: 2px 2px 5px 0px rgba(221,221,221,1);
    z-index:999;
    display:table;border:1px solid #ddd;display:none;
}
.tb-search div{
    display:table-cell;
}
.tb-search div #txt-search{
    font-size:1.4em;
    border:none;
    padding:4px 10px;
}
.tb-search div button{
    font-size:1.5em;
    background:none;border:none;
}
.txb-button {
    color: #333;
    height: 43px;
    display: inline-block;
    background-color: transparent;
    outline: none;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    text-align: center;
    width: 43px;
    font-size: 2em;
}

#menu-mobile {
    position: fixed;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99199;
    width: 100%;
    transition: 500ms ease-out;
    top: 0;
    bottom: 0;
    transform: translate(-100%,0);
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.25);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.25);
}#menu-mobile.w {
    transform: translate(0,0);
}
 .headerd {
    position: relative;
    border-bottom: 1px solid rgba(255,191,23,1);
    height: 40px;
}.headerd div {
    background: #1B25AB;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    padding: 9px 15px;
    white-space: nowrap;
}
 #btn-close-menu-child, #btn-close-menu-child1 {
    color: #fff;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.6em;
    cursor: pointer;
}.menu-mobile-s li {
    position: relative;
}.menu-mobile-s li a {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: .9rem;
}.menu-mobile-s li i {
    position: absolute;
    right: 0;
    font-size: 1.4em;
    top: 2px;
    padding: 14px;
    border-left: 1px solid #ddd;
    display: block;
    cursor: pointer;
    color: #333;
}
 .menuchildmible li a.pad-c {
    white-space: initial;
    background-color: #fff;
    font-weight: initial;
}
 .menuchildmible li a.pad-c.pad-c-backg:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #1B25AB;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
 .menuchildmible li a.pad-c.pad-c-backg {
    background-repeat: no-repeat;
    background-position: left 15px top 10px;
    background-size: 15px;
}
    .menuchildmible li a.pad-c.pad-c-backg.pad-c-backg-grandchild{
        padding-left:30px;
    }
    #back-to-top {
        position: fixed;
        left: 15px;
        bottom: 75px;
        background-image: linear-gradient(to right, #00caad 0%, #00a9ff 100%);
        color: #fff;
        font-size: 25px;
        line-height: 45px;
        text-align: center;
        cursor: pointer;
        width: 44px;
        height: 44px;
        text-decoration: none;
        border: none;
        outline: none;
        display: none;
        padding: 0;
    }.mota-zalo {
    top: calc(100% - 155px);
    right: 90px;
    position: fixed;
    color: #fff;
    background: rgba(14,149,230,.8);
    white-space: nowrap;
    z-index: 99;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.3em;
}.zalof {
    position: fixed; z-index: 99;
    right: 33px;
    top: calc(100% - 160px);
    display: block;
    transition: 400ms ease-out;
}.zalof:hover {
    top: calc(100% - 150px);
}
 .ticl{
     color:#333;
     font-size:2.6em;
     font-family:'RobotoCondensed-Bold';text-align:center;
     margin-bottom:30px;letter-spacing: .04em;
 }
    .ticl.white-ticl {
        color: #fff;
    }
.box-chloe {
    position: relative;
    
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 16px 0 rgb(51 51 51 / 6%);
    margin-bottom:30px;
}
.box-chloe .box-chloe__main{
    padding: 20px;
}
.box-chloe .box-chloe__main h4.box-chloe__title{
    font-size: 2.4em;
    line-height: 1.25;
    display:inline-block;
    margin:10px 0;
}
.box-chloe .box-chloe__main p{
    font-size:1.4em;color:rgba(0,0,0,.5);
    line-height:1.6;

}
.box-chloe .box-chloe__main img{
    display:block;
    margin:auto;width:50px;
    transition:400ms ease-out;
}
.box-chloe:hover .box-chloe__main img{
    width:60px;
}
.box-chloe .box-chloe__main .button-ujarak{
    color: #151515;
    background-color: #eaeced;
    background-image:none;
    border-color: transparent;font-size:1.4em;
    display:inline-block;
    padding: 8px 25px;text-transform:uppercase;
    font-weight:700;
}
.box-chloe .box-chloe__main .button-ujarak:hover{
    text-decoration:none;
    background:var(--primary-color);color:#fff;
}
@media (min-width:768px){
    .box-chloe:before {
        padding-top: 100%;
        display: block;
        content: '';
    }
    .box-chloe .box-chloe__main {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;padding: 20px;
    }
}
@media (min-width:1200px) {
    .box-chloe:before {
        padding-top: 80%;
    }

    .box-chloe .box-chloe__main{
        padding: 40px 20px;
    }
}
 .news-summary,.news-detail{
     font-size:1.6em;
     color:rgba(0,0,0,.7);line-height:1.7;
 }
#whychooseus {
    background-color: #fff;
}
.whychooseus{
    width:100%;
    display:table;
    margin-bottom:30px;
}
.whychooseus div.whychooseus-icon,
.whychooseus div.whychooseus-cnt{display:table-cell;vertical-align:middle;font-size:1.4em;position:relative;}
.whychooseus div.whychooseus-icon{
    padding-right:20px;
}
.whychooseus div.whychooseus-icon .box-triangle {
    transform: rotate(-20deg);
}
.whychooseus div.whychooseus-icon i{
    color:var(--primary-color);position:absolute;
    top:35px;left:25px;font-size:2em;
}
.whychooseus div.whychooseus-cnt b{
    font-size:1.3em;
    display:block;
    margin-bottom:10px;
 }
.whychooseus div.whychooseus-cnt .nt{
    color:rgba(0,0,0,.5);font-size:1.1em;line-height:1.6;
}
 #service{
     background:#FAFAFA;
 }
 .lb-b{
     text-align:center;
 }
    .lb-b i {
        line-height: 55px;
        font-size: 55px;
        width: 90px;
        height: 90px;
        padding: 17px;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
        background-size: 200% 100%;
        background-color: #fdba15;
        background-image: -webkit-linear-gradient(left, #fdba15 0%, #fcd914 50%,#fdba15 100%);
        background-image: linear-gradient(to right, #fdba15 0%, #fcd914 50%,#fdba15 100%);
        transition: all 250ms ease-out;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
.lb-b i:hover{
    background-size: 100% 200%;
}
.lb-b span {
    display: block;
    color: #ffffff;
    font-family: RobotoCondensed;font-size:1.6em;
    margin-bottom:15px;
}
.row.m-5px{
    margin:0 -5px;
}
*.p-5px{
    padding-right:5px;
    padding-left:5px;
}
.pos-type-img {
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}.pos-type-img:before {
    padding-top: 70%;
    content: '';
    display: block;
}.pos-type-img img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
    .pos-type-img .title--dd {
        position:absolute;
        top:0;
        left:0;right:0;bottom:0;text-align:center;
        padding:0 20px;
    }.pos-type-img .title--dd span{
         color:#fff;
         border:2px solid rgba(255,255,255,.7);
         display:block;
         padding:10px;
         font-size:1.8em;text-transform:uppercase;
     }
    .pos-type-img .hover-post-type {
        position: absolute;
        top: 0;
        left: -275%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX( -25deg );
        -ms-transform: skewX(-25deg);
        transform: skewX( -25deg );
        transition: 900ms ease-out;
    }
    .pos-type-img:hover .hover-post-type{
        left: 275%;
    }
    .con-t-ft{
        background-color:#36b4e6;
        color:#fff;
        font-size:22px;
        padding:20px 0;
    }
    .con-t-ft .x-cx{
        color:#fff;
        display:inline-block;
         padding: 15px 30px;
     font-size:16px;
        border:1px solid #fff;
    }
    .con-t-ft .x-cx:hover{
        background:#fff;
        color:#36b4e6;text-decoration:none;
    }
footer {
    background-color: #28272d;
    padding-top: 50px;
    color: #bbb;
    
    position: relative;
}
footer .mg-50{
    margin-bottom:50px;
}
    footer .ti-news,
    footer .d-news {
        font-size: 1.4em;
        
    }
    footer .ti-news {
        color: #fff;
        display: block;
        margin-bottom: 6px;font-family: Roboto-Bold;
    }
    footer .d-news {
        color:rgba(255,255,255,.4);
    }
.titl{
    color: var(--primary-color);
    font-family:'RobotoCondensed-Bold';font-size: 25px;
    margin-bottom: 15px;text-transform:uppercase;
}
.title-ft {
    color: #fff;
    margin-bottom:30px;
    padding-bottom:15px;
    border-bottom:1px solid #6a7688;
    position: relative;
    font-family:Roboto-Medium;
    font-size: 1.6em;
    letter-spacing: .2em;
    text-transform: uppercase;
    display:block;padding-left:20px;
}
.sum-ft{
    color:rgba(255,255,255,.7);
    margin-bottom:15px;font-size:1.4em;
}
    .title-ft::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 4px;
        left: 0;
        background-image: linear-gradient(to right, #00a9ff 0%, #00caad 100%);
        width: 6px;
        height: 19px;
    }
    .bottom-footer{
            background-color: #1c1d22;
    color: rgba(255,255,255,.4);
    font-size:1.5em;padding:20px 0;
    }
    .list-ft li {
    font-size: 1.4em;
    color: rgba(255,255,255,.8);
}
.list-ft.list-ft-lienhe li {
    margin-bottom: 10px;
}
    .list-ft li a {
    color: rgba(255,255,255,.8);
    transition: 400ms ease-out;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px dashed transparent;
}
    .list-ft li a:hover{
        color:#36b4e6;text-decoration:none;
    }
    .list-ft li i {
    color: #36B4E6;
    margin-right: 8px;
    font-size: 1.2em;
    width: 20px;
    display: inline-block;
}
        .list-ft li i.sss {
            margin-right: 4px;
            font-size: .5em;
            width: 10px;
            position: relative;
            top: -2px;
        }
.list-ft.list-ft-lienhe li a {
    padding: 0;
    margin: 0;
}
.lit-socail li a {
    display: inline-block;
    padding: 2px;
    margin: 0 3px;
    vertical-align: top;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 5px;
    line-height: 28px;
    box-sizing: content-box;
    background: #fff;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    color: #333;
    font-size: 1.2em;
    color: #fff;
}
.lit-socail li:first-child a {
    margin-left: 0;
}.lit-socail li:first-child a {
    background-color: #305594;
}.lit-socail li:nth-child(2) a {
    background-color: #f10;
}.lit-socail li:last-child a {
    background-color: #0276b9;
}
 .bg-ee{
     background:#F9F9F9;
 }
 .partnertmb{
     background:#fff;
     display:block;
     position:relative;
 }
 .partnertmb:focus{outline:none;}
 .partnertmb:before{
     padding-top:50%;
     display:block;
     content:'';
 }
 .partnertmb img{
     position:absolute;
     top:0;left:0;right:0;bottom:0;
     margin:auto;
 }
 .bdtcd{
     background:#fff;
     padding:10px 0;
     font-size:1.4em;
     border-top:1px solid #eee;
 }
 .bdtcd .space_caret{
     margin:0 5px;
 }
 .form-control{
     border-radius:initial;
     background-color:#F3F3F3;border:none;
 }
 .cnt-contact{
     font-size:1.6em;
     display:table;
     margin-bottom:15px;
 }
 .cnt-contact div{
     display:table-cell;
 }
    .cnt-contact div i {
        margin-right: 8px;
        font-size: 1.1em;
        width: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 50%;
        color: #c8502d;
        background: rgb(255,255,255);
        background: linear-gradient( 166deg, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    }
    .smass{
        color:#636363;
        font-size:1.6em;font-family:RobotoCondensed-Bold;
    }
    .smass.act{
        color:#1B25AB
    }
    .bvb{
        font-size:1.8em;
        border-bottom:2px solid #1B25AB;
        margin-bottom:15px;
    }.bvb span{
         display:inline-block;
         background-color:#1B25AB;padding:7px 10px;
         color:#fff;
     }
     .titien-productname {
    color: #fff;
    background-color: #222;
    padding: 10px;
    text-align: center;
    font-size: 1.4em;
    margin-top: 0;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}
     .col-md-4:nth-child(1) .titien-productname {
    background-color: #0c0;
}
     .col-md-4:nth-child(2) .titien-productname {
    background-color: #09f;
}
     .col-md-4:nth-child(3) .titien-productname {
    background-color: #ff0;
    color: #222;
}
.brd-titien-productname {
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #e0e0e0;
    border-top: none;
    border-radius: 2px;
    background-color: #fff;
    transition: all .25s ease 0s;
}
.brd-titien-productname .prprice {
    display: block;
    text-align: center;
    font-size: 30px;
    color: rgba(0,0,0,.6);
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 8px;
}
.brd-titien-productname p{
    font-size:1.4em;
}
.notice-b {
    margin: 20px 4px;
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}.listbrand {
    border-bottom: 1px solid #ddd;
    padding: 10px 16px;
    font-size: 1.4em;
    color: #607d8b;
}.listbrand i {
    font-size: 18px;color:red;
}.listbrand i.fa-check {
    color: #32cd32;
}

.quote_partners {
    position: relative;
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 19%);
    text-align: left;
}
.quote_partners .quote_partners_info{
    display:table;
    margin-bottom:20px;
    position:relative;
    
}
.quote_partners .quote_partners_info .quote_partners_info_td{
    display:table-cell;vertical-align:middle;
}
.quote_partners .quote_partners_info .quote_partners_info_td span{
    display:block;
}
.quote_partners .quote_partners_info .quote_partners_info_td span.cr-1{
    margin-bottom:6px;color:rgba(0,0,0,.8);
    font-size:2.4em;letter-spacing:1.3px;font-family:'Roboto-Medium';
}
.quote_partners .quote_partners_info .quote_partners_info_td span.cr-2{
    font-size:1.5em;letter-spacing:1.3px;color:rgba(0,0,0,.4);
    font-family:'Roboto-Medium';
}
.quote_partners .quote_partners_info .quote_partners_info_td:first-child{
    padding-right:20px;
}
    .quote_partners .quote_partners_cnt {
        font-family: 'Roboto-Medium';
        color: rgba(0,0,0,.4);
        font-size: 1.5em;
        line-height: 1.7;
        margin: 30px 30px 0 30px;
    }
@media (min-width:991px) {
    .partn {
        padding: 0 30px;
    }

    .quote_partners .quote_partners_info {
        left: -30px;
    }

    .quote_partners .quote_partners_cnt {
        background: url("/assets/frontend/images/quote_c.jpg?v=1") no-repeat left top;
        padding-left: 60px;
    }
    .ticl {
        font-size:4em;
    }
}
.row-style-1 .col-md-6{
    position:relative;
}
#stats{
    background:url("/assets/frontend/images/bg-2-1920x545.jpg?v=1");
    background-position: center center;
    background-size: cover;
    padding:50px 0 20px 0;
}
@media (min-width: 768px) {
    #stats {
        padding: 80px 0 50px 0;
    }
}
@media (min-width: 992px) {
    #stats {
        padding: 100px 0 70px 0;
    }
    .row-style-1 .col-md-6:nth-child(odd)::before {
        border: 1px solid rgba(255,255,255,.3);
        content: '';
        position: absolute;
        top: -20px;
        right: 80px;
        height: 100%;
    }
}
.about-us-k{
    font-size:3.7em;
    color:#fff;text-transform:capitalize;
    letter-spacing:2px;
}
.about-us-sum{
    color:#fff;
    font-size:1.6em;
    margin:20px 0;letter-spacing:1.2px;
    margin-bottom:30px;
}
.button-ujarak {
    color: #ffffff;
    background-image: linear-gradient(to right, #00a9ff 0%, #00caad 100%);
    font-weight: 700;
    letter-spacing: .05em;
    padding: 16px 50px;
    font-size: 1.6em;
    line-height: 28px;
    display:inline-block;
   
}
.button-ujarak:hover{
    color:#fff;
    text-decoration:none;
    background-image: linear-gradient(to right, #00caad 0%, #00a9ff 100%);
}
@media (min-width:1200px){
    .about-us-k {
        font-size: 4em;
    }
}
.icon-r {
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.icon-r.icon-r-bot{
    border-bottom:1px solid rgba(255,255,255,.3);
    display:inline-block;
}
@media (max-width:767px){
    .icon-r, .icon-r.icon-r-bot {
        border-bottom: 1px solid rgba(255,255,255,.3);
        display: block;
        text-align: center;
    }
}

.icon-r .icon{   
    position:relative;
}
    .icon-r .icon .box-icon {
        top: 18px;
        display: inline-block;
        padding-right: 8px;
        vertical-align: middle;
        font-size: 30px;
        min-height: 65px;
        min-width: 82px;
        border-style: solid;
        border-width: 0 0 2px 2px;
        text-align: center;
        border-image: linear-gradient(to right, #00a9ff 0%, #00caad 100%);
        border-image-slice: 1;
        position: absolute;
    }
    .icon-r .icon .box-cn{
        margin-left:20px;
    }
    .icon-r .icon span {
        font-size: 5.6em;
        letter-spacing: 2px;
    }
    .icon-r .icon span label{
        font-size:inherit;margin-bottom:0;
    }
.icon-r .icon i{
    margin-right:5px;font-size:2.2em;
}
.icon-r .icon-info{
    margin-top:15px;
    font-size:1.8em;letter-spacing:1.7px
}
.tb-ava-news-small {
    
    transition: 400ms ease-out;
    position:relative;display:block;background:#fff;
}.tb-ava-news:before, .tb-ava-news-small:before {
    content: '';
    display: block;
    padding-top: 100%;
}
 .tb-ava-news img, .tb-ava-news-small img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 400ms ease-out;
}
.tinc {
    font-size: 1.7em;
    display: block;
    padding: 6px 0;
    height: 60px;
    margin-bottom:6px;
    overflow-y: hidden;color:#333;font-family:Roboto-Medium
}
.sum-news{
    font-size:1.4em;
    color:rgba(0,0,0,.5);line-height:1.7;
}
    .tb-ava-news-small.tb-ava-news-small-80:before {
        padding-top: 80%;
    }
 .tb-ava-news-small .bg-wh{
     position:absolute;
     bottom:0;
     padding:10px;
     background:rgba(0,0,0,.5);
     color:#fff;font-size:1.4em;text-align:center;width:100%;
 }