﻿h2.head { font-size: 50px; color: #2d5593; font-weight: 700; text-align: center; padding-bottom: 40px; }
ul.nav-tabs li { width: 100%; text-align: left; }
    ul.nav-tabs li:nth-child(1) a { border-top-left-radius: 15px; border-top-right-radius: 15px; }
    ul.nav-tabs li:last-child a { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
    ul.nav-tabs li a { color: #242424; padding: 20px; display: block; min-height: 100%; font-size: 20px; background: rgb(217, 217, 217); background: linear-gradient(0deg, rgb(241 241 241) 0%, rgb(194 194 194) 100%); }
        ul.nav-tabs li a:hover,
        ul.nav-tabs li a.active { background-color: #03467d; background: #03467d; color: white; }
.tab-content > .tab-pane { display: block; visibility: hidden; position: absolute; width: calc(100% - 30px); top: -80%; z-index: 0 }
.tab-content > .active { visibility: visible; top: 0; height: 100%; position: relative; z-index: 1 }
@media all and (max-width:900px) {
    .tab-content > .tab-pane { width: 100%; top: -40px; }
    .tab-content { margin-top: 50px; }
}
/* ' #carousel3da .carousel-3d-slide:before {
    ' content: '';
    ' display: block;
    ' width: 50%;
    ' height: 18px;
    ' background: #f6821e;
    ' position: absolute;
    ' right: 0;
    ' bottom: 0px;
    ' z-index: 11111;
' } */
