
.content-box .form-currency {
    margin-top: 20px;
}

.tab-box {
    margin-top: 20px;
}

.tab-box .header > div.row .inner {
    padding: 0px 15px;
}

.tab-box .header .title {
    background-color: #deeef8;
    text-align: center;
    border-left: 2px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1c62a0;
    font-size: 14px;
    padding:5px;
}

.tab-box .header .title:first-child {
    border-left: none;
}

.tab-box .tab-content {
    border: 2px solid #deeef8;
    border-radius: 5px;
    border-top-right-radius: 0px;
}



.tab-box .tab-content .item-box {
    padding-bottom: 5px;
    border-bottom: 4px solid #deeef8;
}

.tab-box .tab-content .item-box:last-child {
    border-bottom: none;
}

.tab-box .tab-content .item-box .left-title .image-logo {
    padding-top: 10px;
    padding-left: 10px;
}

.tab-box .tab-content .item-box .left-title img {
    max-width: 100%;
    margin: 0 auto;
}

.tab-box .tab-content .item-box .left-title p {
    text-align: center;
    font-size: 18px;
    padding: 8px;
}

.tab-box .tab-content .item-box .left-title h5 {
    margin-top: 0px;
}

.tab-box .tab-content .item-box .desc-box .inner {
    padding: 0px 15px;
}

.tab-box .tab-content .item-box .desc-box .inner .row .row > div[class^=col-] {
    border: 1px solid #DDDDDD;
    /*border-top: none;*/
    border-right: none;
    padding: 5px;
    font-size: 13px;
}

.tab-box .tab-content .item-box .desc-box .inner .row ul.list-text {
    padding-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-box .header > div.row {
        padding-left: 0px;
    }

    .tab-box .header .title {
        font-size: 14px;
    }

    .tab-box .tab-content {
        border-top-left-radius: 0px;
    }

    .tab-box .tab-content .item-box {
        padding-left: 0px;
    }

    .tab-box .tab-content .item-box .left-title,
    .tab-box .tab-content .item-box .detail {
        padding: 0px 10px
    }

    .tab-box .tab-content .item-box .desc-box .inner .row > div[class^=col-]:first-child {
        border-left: none;
    }
}

.tab-box .tab-content .item-box .detail {
    margin-top: 15px;
}

.tab-box .tab-content .item-box .detail .row.title img {
    max-width: 100%;
}

.tab-box .tab-content .item-box .detail .row.title p.name {
    font-size: 18px;
}

.tab-box .tab-content .item-box .detail .desc-xs-box > .row ul.list-text {
    padding-left: 15px;
}

@media (max-width: 767px) {

    .tab-box .header .title{
        padding:5px;
    }
    .tab-box .tab-content .item-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tab-box .tab-content .item-box .left-title h5 {
        font-size: 16px;
    }

    .tab-box .tab-content {
        border-top-right-radius: 5px;
    }

    .tab-box .tab-content .item-box .detail .btn-quotes{
        margin-top: 10px;
    }

    .tab-box .tab-content .item-box .detail .desc-xs-box {
        margin-top: 10px;
    }

    .tab-box .tab-content .item-box .detail .desc-xs-box > .row {
        border: 1px solid #DDDDDD;
        margin-bottom: 2px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 13px;
    }

    .tab-box .tab-content .item-box .detail .desc-xs-box > .row > div[class^=col-] {
        padding: 5px;
    }

    .tab-box .tab-content .item-box .detail .desc-xs-box > .row > div.col-xs-4 {
        background-color: #deeef8;
        text-align: center;
        color: #1c62a0;
    }

    .tab-box .tab-content .item-box .detail .desc-xs-box > .row > div.manage span {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .tab-box .tab-content .item-box .detail .btn-more{
        margin-top:5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tab-box .tab-content .item-box .detail .btn-more{
        margin-top:0px;
    }
}
@media (min-width: 1199px){
    .tab-box .tab-content .item-box .detail .btn-more{
        margin-top:5px;
    }
}
