body, td, input, textarea {
    margin: 0;
    font-family: Arial,Helvetica,Nimbus Sans L,Liberation Sans,FreeSans,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #5a5a5a;
    text-align: left;
    background-color: #fff;
}

img {
    max-width: 100%;
}

h2 {
    font-weight: normal;
}

h3 {
    color: #777;
}

a {
    color: #206548;
    text-decoration: none;
}

a:hover,
.nav a:hover {
    color: #206548;
}

blockquote {
    margin-left: 0;
    padding-left: 1.5em;
    padding-right: 2em;
    border-left: 4px solid #ddd;
    font-style: italic;
    color: #777;
}

pre, code {
    background: #eee;
    border: 1px solid #ddd;
}

pre {
    font-size: 14px;
    line-height: 1.4em;
    padding: 1em;
    border-left: 4px solid #ddd;
}

.breadcrumbs {
    clear: both;
    padding-top: 1em;
}

.breadcrumbs span:after {
    content: ">";
    color: #999;
    padding-left: 0.5em;
    padding-right: 0.25em;
}

#main {
    padding-top: 1em;
    margin-top: 1em;
    clear: both;
}

#content, #sidebar {
    padding-bottom: 2em;
}

.nav {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.nav .nav {
    padding-left: 1.5em;
    list-style: disc;
}

.nav li {
    margin: 1em 0;
}

.nav-tree li {
    margin-top: 0;
    margin-bottom: 0;
}

.nav a {
    font-weight: bold;
}

.nav-tree li a {
    color: #777;
}

.nav .current > a {
    color: #333;
}

.align_left {
    /* for images placed in rich text editor */
    float: left;
    margin: 0 1em 0.5em 0;
    position: relative;
    top: 0.5em;
    max-width: 50%;
}

.align_right {
    /* for images placed in rich text editor */
    float: right;
    margin: 0 0 0.5em 1em;
    max-width: 50%;
}

.align_center {
    /* for images placed in rich text editor */
    display: block;
    margin: 1em auto;
    position: relative;
    top: 0.5em;
}

figure {
    display: table;
    width: 1px;
    margin: 1em 0;
}

figure img {
    display: table-row;
    margin-bottom: 0.5em;
}

figure figcaption {
    display: table-row;
    font-size: smaller;
    color: #777;
    line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
    /* mobile layout */
    body, td, textarea {
        font-size: 100%;
    }

    body.has-sidebar #content,
    body.has-sidebar #sidebar {
        float: none;
        width: 100%;
        padding: 0;
    }

    #content {
        width: 100%;
    }

    #sidebar {
        border-top: 1px solid #eee;
        padding-top: 1em;
    }

    .align_left, .align_right, .align_center {
        display: block;
        float: none;
        margin: 1em auto;
        max-width: 100%;
    }

}

.site-header {
    /* position: fixed; */
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.site-header-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding-top: 0.6rem;
}

.brand > img {
    margin-right: 15px;
    height: 42px;
}

.brand-info > h1 {
    color: black;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    width: 90%;
    margin: 0;
}

.brand-info>span {
    display: none;
}

.navbar-nav .nav-link,
.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #206548;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.dropdown-item.active, 
.dropdown-item:active {
    background-color: #206548;
    color: #fff;
}

.navbar-nav .dropdown-menu {
    position: static!important;
    transform: none !important;
    background-color: #E0E0E0;
    border: 0 none;
}

.menu > a,
.menu div.dropdown > a {
    text-transform: uppercase;
    font-weight: 600;
}

.menu a:first-child {
    padding-left: 0;
}

.menu-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: #f4f4f4;
}

.brand-wrapper {
    padding: 1rem;
}

.top-header {
    display: flex;
    flex-direction: column;
}

.top-header-menu {
    display: flex;
    flex-direction: column;
}

form.search {
    padding: 0.7rem 0.75rem;
    display: flex;
    justify-content: space-between;
}

form.search input,
form.search button {
    margin: 0;
    padding: 0.25em 0.5em;
    border: 1px solid #ccc;
}

form.search input {
    width: 100%;
}

.top-header > nav {
    margin-top: 0.5rem;
}

.backdrop {
    width: 100%;
    height: 150px;
    position: relative;
}

.backdrop.backdrop-custom {
    height: 450px;
}

.backdrop-title {
    position: absolute;
    top: 30%;
    background-color: black;
    padding: 0.9rem;
    color: white;
    border-radius: 5px;
    border: 1px solid black;
    font-weight: bold;
    margin: 0;
    width: auto;
    max-width: 87%;
}

.backdrop-custom .backdrop-title {
    top: 65%;
    font-size: 3rem;
}

.backdrop img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.backdrop .img-filtered {
    -webkit-filter: sepia(100%) hue-rotate(47deg) saturate(100%);
    filter: sepia(100%) hue-rotate(47deg) saturate(100%);
    opacity: 0.1;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.quick-facts,
.programme_start_dates {
    background-color: #f4f4f4;
    padding: 1.5rem;
    margin-top: 2.5rem;
}

.quick-facts > h3 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.quick-facts li {
    margin-bottom: 0.5rem;
}

.programmes-wrapper,
.our-partners-wrapper,
.wrapper,
.request-additional-info {
    background-color: #f4f4f4;
}

.quick-facts div.facts strong {
    font-size: 2rem;
    display: block;
}
.quick-facts div.facts strong,
.quick-facts div.facts p {
    text-align: center;
}

.block-style-1 {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 6%;
    background-color: #fff;
    border: #f4f4f4 solid 1px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 5%), 0 2px 8px 0 rgb(0 0 0 / 2%);
    margin-bottom: 2rem;
}

.block-style-1 > img {
    height: 40%;
    object-fit: cover;
}

.block-style-1 > h4 {
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.block-style-1 > p {
    padding: 0.5rem 1rem;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.block-style-1 > h4 > a {
    color: #4DB051;
}

.block-style-1 > span {
    display: flex;
    align-content: flex-end;
    border-top: #d5d0d0 solid 1px;
    padding: 0.5rem 1rem;
}

.footer-middle {
    padding: 0.6rem 0.6rem;
    background-color: rgb(68, 69, 68);
}

.footer-top {
    background-color: rgb(35, 32, 33);
    color: #fff;
    padding: 3rem 2rem;
}

.footer-menu h3 {
    text-transform: uppercase;
    font-size: 1rem;
    color: #757575;
}

.footer-menu menu {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.footer-menu menu a {
    display: block;
    color: #fff;
    padding: 0.125rem 0;
    font-size: 0.8rem;
}

.copy-info {
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.carousel-dark .carousel-caption {
    color: #fff;
}

.carousel-caption {
    text-align: left;
}

footer .navbar-nav .nav-link,
footer .nav-link,
footer .nav-link:focus,
footer .nav-link:hover {
    color: #30c988;
    padding: 0.125rem 0;
    font-size: 0.8rem;
    text-decoration: underline;
}

.request-additional-info {
    padding: 2rem;
}
.light-green {
    color: #00e676!important;
}
.vector-info {
    font-size: 1rem;
}
.w-99 {
    width: 99%;
}
.dropdown-item {
    white-space: break-spaces;
}
.break-spaces {
    white-space: break-spaces;
}
.footer-nav-link {
    color: #fff;
    fill: currentColor;
}
.bg-students-in-class {
    background-image: url("../images/comptia_visit.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-green--90 {
    background-color: rgba(32,101,72, 0.9)!important;
}
.text-green--90 {
    color: rgba(32,101,72, 0.9)!important;
}
.text-gray-2 {
    color: #ededed40;
}
.border-ccc--05 {
    border: 0.5rem solid #ccc;
}
.bg-gray-2 {
    background-color: #ededed40;
}
.bg-green--10 {
    background-color: rgba(32,101,72, 0.05)!important;
}
.text-green-400 {
    color: #4caf50!important;
}
.bg-green-400 {
    background-color: #4caf50!important;
}
.text-black-400 {
    color: #5a5a5a!important;
}
.text-black-40 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.4)!important;
}
.vti-btn-primary {
    color: #fff;
    background-color: #206548;
    border-color: #206548;
}
.vti-btn-primary:hover {
    color: #fff;
    background-color: #206548;
    border-color: #206548;
}
.btn-check:focus+.vti-btn-primary, .vti-btn-primary:focus {
    color: #fff;
    background-color: #206548;
    border-color: #206548;
    box-shadow: 0 0 0 .25rem rgba(32, 101, 72, .5);
}
.bg-students-playing {
    background-image: url("../images/students-playing.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-vti-logo {
    background-image: url("../images/logo_bw_op8_w300.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.vector-alert p {
    margin-bottom: 0;
}
.fs-0 {
    font-size: 3.5rem!important;
}
.w-32px {
    width: 32px!important;
}
.bg-white-10 {
    background-color: rgb(243, 241, 241)!important;
}
.fs-7 {
    font-size: 0.8rem!important;
}

.h-815px {
    min-height: 815px!important;
}

.table-style-1 {
    width: 100%;
}
.table-style-1 td,
.table-style-1 th {
    padding: 1rem;
}
.table-style-1 td {
    vertical-align: top;
}
.bg-black-1 {
    background-color: rgba(0,0,0,0.1);
}

.bg-gray-1 {
    background-color: #edeeef;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgba(32,101,72, 0.1);
    color: var(--bs-table-striped-color);
}

@media (min-width: 768px) {
    .collapse:not(.show) {
        display: flex;
    }
    .menu-wrapper .navbar-nav {
        padding: 0 0.75rem;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
    }
    .site-header-wrapper {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .menu-wrapper {
        flex-direction: column;
        background-color: inherit;
    }
    .menu-wrapper .navbar-nav {
        padding: 0;
    }
    .top-header {
        align-items: flex-start;
        justify-content: end;
        flex-direction: row;
    }
    .top-header-menu {
        flex-direction: row;
        font-size: 1rem;
        background-color: #206548;
        border-radius: 0 0 0.3rem 0.3rem;
    }
    .top-header-menu > li > a {
        color: #fff!important;
    }
    form.search {
        background-color: #206548;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-left: 2rem;
    }
    form.search input {
        width: inherit;
    }
    .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
    .navbar-nav .dropdown-menu {
        position: absolute!important;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
    }
    .carousel-item {
        height: 36rem;
    }
    .carousel-item > img {
        min-width: 100%;
        height: 36rem;
        object-fit: cover;
        object-position: center;
    }
    .carousel-caption {
        top: 9rem;
        left: 15%;
        right: 45%;
        bottom: unset;
    }
    .carousel-caption > h5 {
        font-size: 3.5rem;
    }
    .carousel-caption > div {
        font-size: 1.5rem;
    }
    .main-nav {
        background-color: #ededed;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .block-style-1 {
        margin-right: 2rem;
    }
    .quick-facts,
    .programme_start_dates {
        margin-top: 0;
    }
    .brand > img {
        width: 60px;
        height: auto;
    }
    .brand-info > h1 {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .brand-info > span {
        display: block;
        font-size: 0.9rem;
    }
    .main-nav {
        margin-top: 60px;
    }
    .brand-wrapper {
        position: absolute;
        padding-left: 0;
        padding-top: 0;
    }
    .backdrop-title {
        top: 15%;
        width: auto;
        max-width: 75%;
        display: inline;
    }
	.sg-th {
		width: 25%;
	}
}

@media (min-width: 1200px) {
    .menu-wrapper .navbar-nav {
        padding: 0 0.75rem;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
    }
    .site-header-wrapper {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .brand > img {
        width: 120px;
        height: auto;
    }
    .brand-info > h1 {
        font-size: 1.9rem;
        font-weight: bold;
    }
    .brand-info > span {
        display: block;
    }
    .menu-wrapper {
        flex-direction: column;
        background-color: inherit;
    }
    .menu-wrapper .navbar-nav {
        padding: 0;
    }
    .brand-wrapper {
        padding: 0 0 15px 0;
        position: static;
    }
    .top-header {
        align-items: flex-start;
        justify-content: end;
        flex-direction: row;
    }
    .top-header-menu {
        flex-direction: row;
        font-size: 1rem;
        background-color: #206548;
        border-radius: 0 0 0.3rem 0.3rem;
    }
    .top-header-menu > li > a {
        color: #fff!important;
    }
    form.search {
        background-color: #206548;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-left: 2rem;
    }
    form.search input {
        width: inherit;
    }
    .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
    .navbar-nav .dropdown-menu {
        position: absolute!important;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
    }
    .carousel-item {
        height: 36rem;
    }
    .carousel-item > img {
        min-width: 100%;
        height: 36rem;
        object-fit: cover;
        object-position: center;
    }
    .carousel-caption {
        top: 9rem;
        left: 15%;
        right: 45%;
        bottom: unset;
    }
    .carousel-caption > h5 {
        font-size: 3.5rem;
    }
    .carousel-caption > div {
        font-size: 1.5rem;
    }
    .main-nav {
        background-color: #ededed;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .block-style-1 {
        margin-right: 2rem;
    }
    .quick-facts,
    .programme_start_dates {
        margin-top: 0;
    }
    .collapse:not(.show) {
        display: flex;
    }
    .backdrop-title {
        top: 30%;
        width: auto;
        display: block;
    }
	.sg-th {
		width: 25%;
	}
}

/* Style the buttons that are used to open and close the accordion panel */
.vti-accordion-header {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.vti-accordion-header.active, .vti-accordion-header:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.vti-accordion-panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.vti-accordion-header:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.vti-accordion-header.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

a[href^="https://www.shopqmall.com/store/vector-tech"] {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
