/* Tabs */
#tabs-3d {
    border: 1px solid #ccc;
    border-radius: 8px
}

#tabs-3d .tabs-3d {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

#tabs-3d .tabs-3d li {
    display: inline-block;
; list-style: none;
}

#tabs-3d .tabs-3d li a {
    display: block;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 21px;
    color: #666c76 !important;
}

#tabs-3d .tabs-3d li a.active, #tabs-3d .tabs-3d li a:hover {
    color: #ffffff !important;
    background: #5d3173 !important;
}

#tabs-3d .tabs-3d-content {
    padding: 20px;
    font-size: 16px;
    line-height: 21px;
}

@media (max-width: 767px) {
    #tabs-3d .tabs-3d-content iframe {
        height: 300px !important;
    }
}

.contact-wrap ul .tour-3d:before {
    background: url(../image/3D.png) no-repeat;
    left: -29px;
    top: 11px;
}

.link_news_detail {
    padding: 10px 15px;
    background: #67158c;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
}

.link_news_detail:hover {
    background: #9041b4;
    border-radius: 5px;
    transition: .3s;
}