.date_share{
    padding-top: 20px;
    border-top: dotted 1px rgba(0,0,0,0.2);
}
/*====================================================*/
.linkAllpromo a{
    display: block;
    font-weight: bold;
    color:#ae1f23;
    text-transform: uppercase;
}
.linkAllpromo a span{
    padding-right: 20px;
    position: relative;
}
.linkAllpromo a span:before{
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.linkAllpromo a:hover{
    color:#feca3b;
}
.linkAllCat {
    text-align: center;
    margin-bottom: 45px;
}
.linkAllCat a {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    background: #ae1f23;
    text-transform: uppercase;
    padding: 11px 45px;
}
.linkAllCat a:hover{
    background: #feca3b;
    color:#333333;
}
/*====================================================*/
.promoSmall{
    margin-bottom: 30px;
}
.promoSmall .img{
    margin-bottom: 15px;
}
.promoSmall .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.promoSmall .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.promoSmall .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.promoSmall .tend a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    height:44px;
    overflow: hidden;
    text-transform: uppercase;
}
/*====================================================*/
.promoS{
    background: #28303d;
}
.promoS:after{
    content: "";
    display: block;
    clear: both;
}
.promoS .img{
    width:48%;
    float: left;
}
.promoS .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.promoS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.promoS .img:hover .wrap img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.promoS .caption {
    overflow: hidden;
    padding: 40px 50px;
}
.promoS .per{
    margin-bottom: 20px;
}
.promoS .per span {
    display: inline-block;
    line-height: 20px;
    background: #feca3b;
    padding: 5px 9px;
    text-transform: uppercase;
    font-weight: bold;
}
.promoS .tend{
    margin-bottom: 10px;
}
.promoS .tend a{
    display: block;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    max-height: 70px;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
}
.promoS .tend a:hover{
    color:#ffd600;
}
.promoS .des{
    overflow: hidden;
    max-height: 44px;
    margin-bottom: 20px;
    color: #bbbbbb;
}
.promoS .date{
    font-size: 13px;
    line-height: 21px;
    color: #ffd600;
    padding-left: 20px;
    position: relative;
}
.promoS .date:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slidepromo .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: center;
    z-index: 1;
}
.slidepromo .slick-dots li{
    margin-left: 10px;
    display: inline-block;
}
.slidepromo .slick-dots li button{
    width:10px;
    height:10px;
    font-size: 0;
    padding: 0;
    border:none;
    border-radius: 100%;
    background: #666666;
}
.slidepromo .slick-dots li.slick-active button{
    background: #ffd600;
}
.slidepromo{
    margin-bottom: 30px;
}
/*==================================================*/
.promo{
    margin-bottom: 30px;
}
.promo .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.promo .img img{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: initial;
}
.promo .img:hover img{
    -webkit-transform: translateX(-50%) scale(1.05);
    -ms-transform: translateX(-50%) scale(1.05);
    -o-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
}
.promo .date {
    font-size: 13px;
    line-height: 21px;
    background: rgb(254, 202, 59);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    padding-left: 30px;
}
.promo .date:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.promo .tend{
    margin-bottom: 10px;
}
.promo .tend a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    height:48px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.promo .des{
    color: #555555;
    text-align: justify;
    height: 66px;
    overflow: hidden;
}
/*====================================================*/
.the-content{
    text-align: justify;
    color:#666666;
    margin-bottom: 25px;
}
.the-content .color{
    color:#ae1f23;
}
.the-content img{
    margin: 0 auto;
    width: 100%;
}
/*===================================================*/
.promoOther .title{
    padding-bottom: 15px;
    border-bottom: solid 2px #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.promoOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.promoOther ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.promoOther ul li:last-child{
    border-bottom: none;
}
.promoOther ul li .thumb{
    width: 90px;
}
.promoOther ul li .thumb img{
    width: 100%;
}
.promoOther ul li .decs{
    width: calc(100% - 90px);
    padding-left: 12px;
}
.promoOther ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}

.promoOther ul li a span{
    color:#999999;
    font-size: 13px;
    line-height: 21px;
    padding-left: 20px;
    position: relative;
    display: block;
    font-weight: 400;
}
.promoOther ul li a span:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*=======================BOX SIDEBAR===============*/
.box_promo_sidebar{
    margin-bottom: 20px;
}
.box_promo_sidebar .bn_title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555555;
    background: #f2f2f2;
    padding: 11px 20px;
    margin-bottom: 2px;
}
.box_promo_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.box_promo_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 2px;
}
.box_promo_sidebar .bn_content .item .i-image{
    overflow: hidden;
    margin-bottom: 10px;
}
.box_promo_sidebar .bn_content .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.box_promo_sidebar .bn_content .item .i-image img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box_promo_sidebar .bn_content .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.box_promo_sidebar .bn_content .item .i-title {
    font-size: 16px;
    line-height: 24px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.promoS .caption{
    padding: 20px;
    padding-bottom: 50px;
}
.promoS .tend a{
    font-size: 20px;
    line-height: 28px;
}
.promoOther ul li a span{
    float: none;
    display: block;
}
}

@media all and (max-width: 768px){
.promoSmall{
    margin-bottom: 20px;
}
.promoSmall:after{
    content: "";
    display: block;
    clear: both;
}
.promoSmall .img{
    width: 160px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.promoSmall .tend{
    overflow: hidden;
}
.promoSmall .tend a{
    height:initial;
}
.promoS .img{
    width:100%;
    float: none;
}
.slidepromo .slick-dots {
    bottom: 25px;
    right: 25px;
    left: 25px;
}
.promo:after{
    content: "";
    display: block;
    clear: both;
}
.promo .des{
    display: none;
}
}

@media all and (max-width: 360px){
.promoSmall .img{
    width: 100%;
    float: none;
    margin-bottom: 5px;
}
.promoSmall .tend{
    overflow: initial;
}
.date_share{
    display: block;
}
.date_share .ds_share ul li{
    margin-left: 0;
    margin-right: 5px;
}
.promo .img{
    width: 100%;
    padding-top: 66.666666%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
}