/*==============BEGIN : HEADER==============*/
.bb-header-img .bb-header-container .item .img {}

.bb-header-img .bb-header-container .item .img img {
    width: 100%;
    max-height: 711px;

}

.pagination {

    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.delay-03 {
    animation-delay: 0.3s;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    margin-bottom: 100px;
}

.slick-dots li button::after{
    position: absolute;
   left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.slick-dots li{
    width:initial;
    height:initial;
    margin: 0 5px;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border:solid 2px #008000;
    font-size:0;
    line-height: 0;
    background: #ffffff;
    padding: 0;
    position: relative;
    transition: 0.3s ease;
}
.slick-dots li button:before{
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;   
    right: -3px;
    left: -3px;
    border:solid 2px #ffffff;
    opacity: 0.5;
    border-radius: 100%;
    height:initial;
    width:initial;
}

.slick-dots li button::after{
    display: none;
}

.slick-dots li.slick-active button{
    background: #f00;
    border-color: #f00;
}
.slick-prev {
    left: 2%;
}

.slick-next {
    right: 2%;
}

.bb-header-img .bb-header-container {
    position: relative;
}

.i-box {
    width: 425px;
    height: 215px;
    background-color: rgb(198, 32, 43, 0.65);

    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 5;
    color: white;
    border-radius: 4px;
    text-align: center;
    opacity: 0;

}

.i-box p {
    text-shadow: 2px 2px black;
}

p.i-p1 {
    margin-top: 28px;
    font-size: 24px;

}

p.i-p2 {
    margin-top: 0px;
    font-size: 35px;
    font-weight: bold;

}

.i-box .bb-border {
    margin-top: 3px;
    height: 1px;
    text-align: center;
    margin-left: 175px;
    width: 65px;
    border: 1px solid white;
}

p.i-p3 {
    margin-top: 5px;
    font-size: 25px;

}

.bb-mouse {
    position: absolute;
    bottom: 15px;
    left: 50%;
    cursor: pointer;
}

.bb-mouse:hover {
    animation: updown 1.3s linear infinite;

}

@keyframes updown {

    0%,
    100% {
        bottom: 15px;
    }

    50% {
        bottom: 5px;
    }
}

/*@-webkit-keyframes updown {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}
@keyframes updown {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}*/
.bb-mouse img {
    width: 20px;
    height: 50px;
}

/*==============END : HEADER==============*/




/*==============BEGIN : SANPHAMTIEUBIEU==============*/
.bb-typroduct {
    overflow: hidden;
    width: 100%;
}

.bb-background {
    position: absolute;
    height: 635px;
    width: 606px;
    right: 0;
    overflow: hidden;
}

.bb-title {
    padding-top: 70px;
    padding-bottom: 75px;
}

.bb-title h3 {
    font-size: 40px;
    color: #333333;
    font-weight: bold
}

.bb-title-line {
    margin-top: 16px;
    width: 100px;
    height: 4px;
    background: #dd0000;
    float: left;
}

.bb-title h4 {
    float: left;
    margin-top: 9px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;

}

.bb-container {}

.bb-box {
    position: relative;
    opacity: 0;
}

.bb-box-img img {
    width: 100%;
}

.bb-container .slick-list {
    margin: 0 -5px;
}

.bb-container .slick-slide {
    padding: 0 5px;
}

.bb-box-content {
    bottom: 0;
    position: absolute;
    color: white;
    padding-bottom: 15px;
    padding-left: 32px;
    padding-right: 32px;
    transition: 1s ease;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 80px;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0,0,0,0.5) 99%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(0,0,0,0.7) 99%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(0,0,0,0.7) 99%);
    width: 100%;
}

.bb-box-content a {
    color: white;
    
}
.bb-box-img a{
    position: relative;
    padding-top: 100%;
    display: block;
}
.bb-box-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.bb-box-content a:hover {
    color: #dd0000;
}

.bb-box:hover .bb-hover {
    /*transform: translateY(px);*/
    height: 70px;
    transform: translateY(0px);
}

.bb-box:hover .bb-box-h-line {
    width: 75px;
}

.bb-box:hover .bb-ex .plus {
    opacity: 0;
}

.bb-box-content h4 {
    font-size: 22px;
    font-weight: normal;


}

.bb-box-h-line {
    margin-top: 7px;
    width: 0px;
    height: 1px;
    background-color: white;
    transition: 1s ease;

}

.bb-box-content p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;

}

.bb-hover {
    transform: translateY(30px);
    transition: 1s ease;
    height: 0px;
}

.bb-ex {
    float: right;
    margin-bottom: 5px;
}

.bb-ex .minus {

    transition: 1s ease;
}

.bb-ex .plus {
    transition: 1s ease;
    transform: translate(9px, 11px);

}

.bb-hover {
    padding-right: 20px;
}

.bb-container .slick-prev {

    left: 0%;
    background-color: #018e42;
    padding: 15px;
}

.bb-container .slick-next {
    right: 0%;
    background-color: #018e42;
    padding: 15px;
}

.bb-container .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    font-size: 20px;
    color: white;
    margin-left: -3px;

}

.bb-container .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    font-size: 20px;
    color: white;
    margin-right: -3px;

}

/*==============END : SANPHAMTIEUBIEU==============*/


/*==============END : DICHVU==============*/
.bb-service-container {
    background: #fdf2f2;
    width: 100%;

    overflow: hidden;


}

.bb-service-slider {
    opacity: 0;
}

.bb-service-container .img {
    width: 50%;
    float: left;
}

.bb-service-container .img img {

    width: 100%;
}

.bb-service-container .content {
    width: 50%;
    position: relative;
    float: left;
    padding-left: 50px;
    padding-top: 39px;

}

.bb-service-container .content h3 {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
}

.bb-service-container .content h4 {
    font-size: 50px;
    font-weight: bold;
    color: #018e42;
    margin-top: 5px;
}

.bb-service-container .content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    color: #555555;


}

.bb-service-container .content a.btn {
    width: 200px;
    height: 45px;
    padding-top: 10px;
    color: #fdf2f2;
    background-color: #dd0000;
    border-radius: 0px;
    border: none;
    font-size: 16px;

    transition: 1s ease;
}

.bb-service-container .content a.btn:hover {
    background-color: #018e42;
}

.bb-more {
    display: flex;
    margin-top: 60px;
}

.bb-more img {
    margin-left: 20px;
    margin-top: 15px;

}

.bb-more:hover #img-more {

    animation: leftright 1.3s linear infinite;

}

@keyframes leftright {

    0%,
    100% {
        margin-left: 20px;
    }

    50% {
        margin-left: 30px;
    }
}

.bb-service-container .slick-dots {
    margin-bottom: 30px;

    margin-left: 10%;
    background-color: rgb(236, 236, 234, 0.8);
    width: auto;
    width: 345px;
    height: 45px;
    padding-top: 16px;

}

.bb-service-container .slick-dots li {
    text-align: center;

}

/* Arrows */
.bb-service-container .slick-prev,
.bb-service-container .slick-next {

    top: auto;
    bottom: -22px;
    left: 0%;


}

.bb-service-container .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    font-size: 16px;
    color: #888888;
    margin-left: 140px;

}

.bb-service-container .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    font-size: 16px;
    color: #888888;

    margin-left: 425px;
}




/*==============END : DICHVU==============*/




/*==============BEGIN : NEWS==============*/

.bb-news-container {
    width: 100%;
    background-color: #fdf2f2;
    height: 820px;
}

.news-ex {
    display: flex;
}

.news-ex .bb-title {
    width: 50%;
    padding-bottom: 47px;
}

.bb-news-container .view-all {
    text-align: right;
    width: 50%;
    margin-top: 83px;
}

.view-all i {
    margin-left: 5px;
}

.view-all a.btn {
    border: none;
    border-radius: 0px;
    width: 165px;
    height: 45px;
    background: #018e42;
    color: white;
    padding-top: 12px;
    transition: 0.5s ease;
}

.view-all a.btn:hover {
    background: #00632e;
}

.bb-news-left {
    max-width: 530px;
    float: left;
}

.bb-news-row {
    opacity: 0;
}

.bb-news-row .box {
    display: flex;
}

.bb-news-row .date {
    margin-top: 7px;
}

.bb-news-row .img {
    margin-left: 20px;
    overflow: hidden;
}

.bb-news-row .img img {
    max-width: 125px;

    transition: 0.5s ease;
}

.bb-news-row .img img:hover {
    transform: scale(1.02);
}

.bb-news-row .date p.day {
    width: 50px;
    height: 34px;
    color: #666666;
    background: white;
    font-size: 22px;
    padding-left: 12px;
}

.bb-news-row .date p.month {
    padding-top: 3px;
    width: 50px;
    height: 26px;
    font-size: 13px;
    color: white;
    background: #dd0000;
    padding-left: 10px;

}

.bb-news-row .content {
    margin-left: 20px;
    max-width: 315px;
}

.bb-news-row .box .content a {
    transition: 0.5s ease;
}

.bb-news-row .box .content a:hover {
    color: #018e42;
}

.bb-news-row .content p {
    margin: 0;
    padding: 0;
    margin-top: -3px;
}

.bb-news-row .content p.bold {

    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;

}

.bb-news-row .content p.light {
    margin-top: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.bb-news-row .more {
    margin-top: 10px;
    width: 100%;
    text-align: right;
}

.bb-news-row .more a {
    color: #018e42;
    font-size: 15px;
    font-weight: 300;
}

.bb-news-left hr {
    margin-top: 16px;
    margin-bottom: 18px;

    border: 1px solid rgb(0, 0, 0, 0.1);
}


.bb-news-right {
    max-width: 586px;
    float: left;
    margin-left: 55px;
    opacity: 0;

}

.bb-news-right .img {
    position: relative;
    overflow: hidden;
}

.bb-news-right .img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s ease;
    }
    
    .bb-news-right .img a {
    position: relative;
    display: block;
    padding-top: 66.78571428571429%;
    }  

.bb-news-right .img img:hover {
    transform: scale(1.02);
}

.bb-news-right .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.bb-news-right .date p.day {
    width: 60px;
    height: 40px;
    color: #666666;
    background: white;
    font-size: 24px;
    padding-left: 16px;
    padding-top: 8px;
}

.bb-news-right .date p.month {
    padding-top: 4px;
    width: 60px;
    height: 30px;
    font-size: 14px;
    color: white;
    background: #dd0000;
    padding-left: 13px;

}

.bb-news-right .content h4 {
    margin-top: 15px;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: #666666;
    text-transform: uppercase;
}

.bb-news-right .content p {
    color: #888888;
    font-size: 15px;
}

.bb-news-right .more {
    margin-top: 12px;


}

.bb-news-right .more a {
    color: #018e42;
    font-size: 18px;
    font-weight: 300;
}

/*==============END : NEWS==============*/

/*==============BEGIN : COOP==============*/
.bb-coop {
    height: 360px;
    margin: 0 auto;
}

.coop-container .item {
    padding-right: 20px;

    width: 230px;
    border-right: 1px solid #cccccc;
}


.coop-container .item img {
    width: 100%;
}

.coop-container .slick-list {
    margin: 0 -5px;
}

.coop-container .slick-slide {
    padding: 0 5px;
}

.coop-container .slick-prev {
    left: -5%;
}

.coop-container .slick-next {
    right: -5%;
}

.coop-container .slick-prev:before {
    content: url(../images/prev.png);
}

.coop-container .slick-next:before {
    content: url(../images/next.png);
}

.coop-container .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9;
    color: #666666;
    border: none;
    outline: none;
    background: transparent;
}

.bb-coop .bb-title {
    padding-top: 50px;
    padding-bottom: 75px;

}

/*==============END : COOP==============*/




/*==============RESPONSIVE==============*/
/*==============RESPONSIVE==============*/
/*==============RESPONSIVE==============*/


@media only screen and (max-width :1200px) {
    .coop-container .slick-prev {
        left: 0%;
    }

    .coop-container .slick-next {
        right: 0%;
    }

    /*------------HEADER - IMG--------------*/
    .i-box {
        width: 220px;
        height: 113px;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 20px;
        z-index: 5;
        opacity: 0;
    }

    .bb-mouse {
        display: none;
    }

    .i-box p {
        text-shadow: 2px 2px black;
    }

    p.i-p1 {
        margin-top: 10px;
        font-size: 14px;
    }

    p.i-p2 {
        margin-top: 0px;
        font-size: 14px;
        font-weight: bold;

    }

    .i-box .bb-border {
        margin-top: 0px;
        text-align: center;
        margin: 0 auto;
        width: 65px;
        border: 1px solid white;
    }

    p.i-p3 {
        margin-top: 0px;
        font-size: 14px;

    }

    /*------------HEADER - IMG--------------*/

    /*------------SERVICE--------------*/
    .bb-service-container .content h3 {
        font-size: 20px;
        font-weight: 300;
        color: #333333;
    }

    .bb-service-container .content h4 {
        font-size: 35px;
        font-weight: bold;
        color: #018e42;
        margin-top: 5px;
    }

    .bb-service-container .content p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 0px;
        color: #555555;
        width: 100%;


    }

    /*------------SERVICE--------------*/


    /*
	.bb-about-content img {
   		 max-height: 369px;
		text-align: center;
	
	}
*/
}

@media only screen and (max-width :1110px) {
       .bb-news-right {
        max-width: 100%;
        margin-right: 0;
        opacity: 0;
        order: 1;
        margin-bottom: 20px;
        width: 100%;
    }
.bb-news-row .img {
    margin-left: 0px;
    overflow: hidden;
    max-width: 23.58490566037736%;
}
    .bb-news-left {
        max-width: 100%;
        width: 100%;
        order: 2;

    }
    .bb-news-right {
        /*    max-width: 586px;*/
        margin-left: 0px;
        /*    opacity: 0;*/
    }
    .bb-news-container {
        height: auto;
        padding-bottom: 30px;
    }
    .bb-news-container .view-all {
        text-align: center;
        width: initial;
    }
}

@media only screen and (max-width :1024px) {


 

    .bb-news-row .content {
        padding-left: 10px;
        max-width: 59.43396226415094%;
    }

    .bb-news-right .img img {
        width: 100%;
        transition: 0.5s ease;
    }

    .bb-news-container .rtl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    /*------------SERVICE--------------*/
    .news-ex .bb-title {
        width: 100%;
        padding-bottom: 47px;
    }


    .bb-service-container .content {
        width: 50%;
        position: relative;
        float: left;
        padding-left: 50px;
        padding-top: 39px;
    }

    .bb-service-container .img {
        text-align: center;
        margin: 0 auto;
        width: 50%;
        display: inline-block;
        position: relative;

    }

    .bb-more {
        display: flex;
        margin-top: 0px;
    }

    .bb-service-container .img img {
        margin: 0 auto;
        text-align: center;
    }

    .bb-service-container .slick-dots {
        margin-bottom: 30px;
        margin-left: 6%;
        background-color: rgba(236, 236, 234, 0.8);
        width: auto;
        width: 345px;
        height: 45px;
        padding-top: 16px;
    }

    .bb-service-container .slick-prev,
    .bb-service-container .slick-next {
        top: auto;
        bottom: -22px;
        left: -6%;
    }

    /*------------SERVICE--------------*/

}

@media only screen and (max-width: 900px) {
    .bb-news-container .rtl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 900px) {

    .bb-service-container {
        padding-bottom: 50px;
    }

    .bb-service-container .content {
        width: 80%;
        position: relative;
        float: left;
        padding-left: 0px;
        padding-top: 39px;
        margin-left: 10%;

    }

    .bb-service-container .img {
        text-align: center;
        margin: 0 auto;
        width: 80%;
        display: inline-block;
        position: relative;
        margin-left: 10%;
    }

    .bb-service-container .slick-dots {
        margin-bottom: 30px;
        margin-left: 50%;
        background-color: rgba(236, 236, 234, 0.8);
        width: 305px;
        height: 45px;
        padding-top: 16px;
    }

    .bb-service-container .slick-prev,
    .bb-service-container .slick-next {
        top: auto;
        bottom: -22px;
        left: 32%;

    }

    .bb-service-container button.slick-arrow {
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
    #bb-header-container .slick-dots {
        margin-bottom: 50px;
    }

    .bb-service-container .slick-dots {
        margin-bottom: 280px;

        background-color: rgba(236, 236, 234, 0.8);

        width: 220px;
        height: 40px;
        padding-top: 14px;
    }
}
@media screen and (max-width: 600px) {
    .bb-news-container .view-all {
        text-align: right;
        width: 50%;
        margin-top: 0;
    }
 }
@media only screen and (max-width: 480px) {
    .bb-about-content img {
        width: 100%;
    }

    #bb-header-container .slick-dots {
        margin-bottom: 50px;
    }




    .bb-header-img .bb-header-container .item .img img {
        width: 100%;
    }

    .bb-header-container {
        overflow: hidden;

    }




    /*------------HEADER-IMG--------------*/

    /*------------SPTB--------------*/

    .bb-title {
        padding-top: 45px;
        padding-bottom: 43px;
    }

    .bb-title h3 {
        font-size: 25px;
        color: #333333;
        font-weight: bold
    }

    .bb-title-line {
        margin-top: 16px;
        width: 70px;
        height: 2px;
        background: #dd0000;
        float: left;
    }

    .bb-title h4 {
        float: left;
        margin-top: 9px;
        margin-left: 10px;
        font-size: 16px;
        font-weight: 500;
        color: #666666;

    }

    .bb-background {
        position: absolute;
        height: 591px;
        width: 606px;
        left: 221px;
    }

    .bb-container .slick-prev {
        left: 20px;
        background-color: #018e42;
        padding: 15px;
    }

    .bb-container .slick-next {
        right: 20px;
        background-color: #018e42;
        padding: 15px;
    }

    .bb-box-content {
        padding-left: 32px;
        padding-right: 40px;
        transition: 1s ease;
        overflow: hidden;
        margin-top: 15px;
    }

    .bb-container .slick-slide {
        padding: 0 25px;
    }


    /*------------SERVICE--------------*/


    .bb-service-container .img {
        width: 100%;
        display: inline-block;

        overflow: hidden;
        margin-left: 0;
    }

    .bb-service-container .img img {

        max-height: 230px;

    }

    .bb-service-container .content {
        width: 100%;


        padding-left: 0px;
        padding-top: 15px;
        margin-left: 0;
    }

    .bb-service-container {
        background: #fdf2f2;
        width: 100%;
        padding-bottom: 20px;



    }

    .bb-about-container {
        padding-top: 40px;
        height: 810px;
    }

    .bb-service-container .slick-dots {
        position: absolute;
        top: 33%;
        margin-left: 0;
        left: 15%;
        background-color: rgba(236, 236, 234, 0.8);
        width: 220px;
        height: 40px;
        padding-top: 14px;
    }

    .bb-service-container button.slick-arrow {
        opacity: 1;
    }

    .bb-service-container .content h3 {
        font-size: 20px;
        font-weight: 300;
        color: #333333;
    }

    .bb-service-container .content h4 {
        font-size: 35px;
        font-weight: bold;
        color: #018e42;
        margin-top: 5px;
    }

    .bb-service-container .content p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 0px;
        color: #555555;


    }

    .bb-service-container .content a.btn {
        width: 200px;
        height: 45px;
        padding-top: 10px;
        color: #fdf2f2;
        background-color: #dd0000;
        border-radius: 0px;
        border: none;
        font-size: 16px;

        transition: 1s ease;
    }

    .bb-more {
        display: flex;
        margin-top: 20px;
    }

    .bb-service-container .slick-prev,
    .bb-service-container .slick-next {
        top: 39.5%;

        left: -2%;
    }

    .bb-service-container .slick-prev:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f053";
        font-size: 16px;
        color: #888888;
        margin-left: 80px;
        display: block;
    }

    .slick-next {
        right: 0%;
    }

    .bb-service-container .slick-next:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f054";
        font-size: 16px;
        color: #888888;
        margin-left: 250px;
        display: block;
    }



    /*------------NEWS--------------*/



    .news-ex .bb-title {
        width: 100%;
        padding-bottom: 25px;
    }

    .rtl {
        display: flex;
        flex-direction: column;
    }

    .bb-news-left {

        width: 100%;

        order: 2;
        float: none;
    }

    .bb-news-right {

        width: 100%;

        margin-left: 0px;
        opacity: 0;
        order: 1;
    }

    .bb-news-right .img {
        width: 100%;
    }

    .bb-news-right .img img {
        width: 100%;
    }

    .bb-news-container {
        width: 100%;
        background-color: #fdf2f2;
    }

    .bb-news-container .bb-title {
        padding-top: 30px;
    }

    .bb-news-right .content h4 {
        margin-top: 15px;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        color: #666666;
    }

    .bb-news-right .more a {

        font-size: 16px;

    }


    .bb-news-row .content p.light {
        display: none;
    }

    .bb-news-row .content p.bold {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-height: 22px;
        /* fallback */
        max-height: 66px;
        margin-top: 8px;
    }

    .bb-news-row .date p.day {
        width: 35px;
        height: 20px;
        color: #666666;
        background: white;
        font-size: 15px;
        padding: 0;
        padding-left: 9px;
    }

    .bb-news-row .date {
        margin-top: 20px;
    }

    .bb-news-row .date p.month {
        padding: 0;

        padding-top: 0;
        padding-bottom: 22px;
        padding-left: 6px;
        width: 35px;
        height: 0px;
        font-size: 10px;
        color: white;
        background: #dd0000;
    }

    .bb-news-row .more {
        display: none;
    }



    .bb-news-container .view-all {
        text-align: center;
        width: 100%;
        margin-top: 30px;

    }

    .view-all a.btn {
        font-size: 16px;
    }

    .bb-news-left hr {
        margin-top: 14px;
        margin-bottom: 14px;

        border: 1px solid rgb(0, 0, 0, 0.1);
    }

    /*------------COOP--------------*/
    .coop-container .item {
        display: block;
        width: 107px;
        border-right: none;
    }

    .coop-container .slick-prev:before {
        content: url(../images/prev-sm.png);

    }

    .coop-container .slick-next:before {
        content: url(../images/next-sm.png);

    }

    .border-right {
        display: none;
    }

    .bb-coop {
        height: 275px;
    }

    .bb-coop .bb-title {
        padding-top: 38px;
        padding-bottom: 60px;
    }

    .coop-container .slick-prev {
        left: -5%;
    }

    .coop-container .slick-next {
        right: -5%;
    }










}

@media only screen and (max-width:320px) {
    .i-box {
        width: 300px;
        height: 170px;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        opacity: 0;
    }

    p.i-p1 {
        margin-top: 20px;
        font-size: 16px;
    }

    p.i-p2 {
        margin-top: 0px;
        font-size: 25px;
        font-weight: bold;
    }

    .i-box .bb-border {
        margin-top: 0px;
        text-align: center;
        margin: 0 auto;
        width: 65px;
        border: 1px solid white;
    }

    .bb-service-container .slick-dots {
        position: absolute;
        top: 28%;
        margin-left: 0;
        left: 10%;
        background-color: rgba(236, 236, 234, 0.8);
        width: 220px;
        height: 40px;
        padding-top: 14px;
    }

    .bb-service-container .slick-prev,
    .bb-service-container .slick-next {
        top: 34.5%;
        left: -11%;
    }
}
