.title-detail {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 10px;
}

.content-detail-check-price {
    width: 100%;
    display: inline-block;
}

.content-detail-check-price .date {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #727272;
    margin-bottom: 20px;
}

.content-detail-check-price .btn-button {
    width: auto;
    display: inline-block;
    background: #16BCDC;
    border-radius: 10px;
    height: 36px;
    border: 0;
    cursor: pointer;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.content-detail-check-price .des {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #303030;
    margin-bottom: 20px;
}

.content-detail-check-price .box-col {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.content-detail-check-price .box-col .row {
    margin: 0 -12px;
}

.content-detail-check-price .box-col .photo {
    width: 100%;
    border-radius: 10px;
}

.content-detail-check-price .box-col .item {
    width: 100%;
    float: left;
    padding: 12px;
}

.content-detail-check-price .title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #303030;
    margin-top: 15px;
}

.content-detail-check-price .box-col .title {
    margin-top: 0;
    margin-bottom: 6px;
}

.content-detail-check-price .box-col .price {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #303030;
    margin-bottom: 20px;
}

.content-detail-check-price .box-col .price strong {
    color: #128AC5;
    font-weight: bold;
    margin-left: 10px;
}

.content-detail-check-price .list-dot {
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
}

.content-detail-check-price .list-dot li {
    width: 100%;
    float: left;
    list-style: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    color: #303030;
}

.content-detail-check-price .list-dot .text {
    position: relative;
    font-weight: 500;
    padding-left: 20px;
    width: 100%;
}

.content-detail-check-price .list-dot .text:before {
    position: absolute;
    content: "";
    background: #303030;
    height: 3px;
    width: 3px;
    left: 5px;
    top: 7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.box-note-d {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 15px 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #303030;
}

.box-note-d h2 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 20px;
}

.box-note-d p {
    margin: 0;
    padding-bottom: 15px;
}

.box-note-d a {
    color: #303030;
}

.box-note-d .alink {
    font-weight: bold;
    color: #303030;
}

.box-note-d strong:before {
    display: inline-block;
    content: "";
    height: 16px;
    width: 16px;
    background: url(../images/icon-i.svg) no-repeat 0 0;
    vertical-align: middle;
}

@media screen and (min-width: 767px) {

}

@media screen and (min-width: 767px) and (max-width: 1060px) {

}

@media screen and (min-width: 960px) {
    .box-note-d {

        padding: 15px 30px;
        line-height: 29px;
    }

    .title-detail {
        font-size: 22px;
        line-height: 32px;
    }

    .content-detail-check-price .box-col .item {
        width: 50%;
    }

    .content-detail-check-price .title {

        font-size: 22px;
        line-height: 32px;
        margin-top: 25px;
    }

    .content-detail-check-price .box-col .title {
        margin-top: 15px;
    }

    .content-detail-check-price .list-dot .text {
        float: left;
    }

    .content-detail-check-price .list-dot .text.w-140 {
        width: 140px !important;
    }

    .content-detail-check-price .list-dot .small-140 {
        width: calc(100% - 140px);
        float: left;
    }

    .content-detail-check-price .list-dot .text.w-165 {
        width: 165px !important;
    }

    .content-detail-check-price .list-dot .small-165 {
        width: calc(100% - 165px);
        float: left;
    }

    .content-detail-check-price .list-dot .text.w-225 {
        width: 225px !important;
    }

    .content-detail-check-price .list-dot .small-225 {
        width: calc(100% - 225px);
        float: left;
    }

    .content-detail-check-price .list-dot .text:before {

        top: 12px;
    }
}