* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
}

#myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
    margin-top: 2%;
}

#myTable th, #myTable td {
    text-align: left; /* Left-align text */
    padding: 12px; /* Add padding */
}

#myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}

.c-banner{
    position: relative;
}
.c-banner img{
    width: 100%;
    max-height: 600px;
}
.c-banner::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.c-banner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
}
.c-banner-content h1  , .c-banner-content p{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 4.5px;
    font-weight: 300;
    color: #fff;
}
.c-banner-text{
    min-height: 250px;
}
.contact-page-site-config{
    display: flex;
    left: 50%;
    bottom: 5%;
    width: 65%;
    position: absolute;
    transform: translateX(-50%);
}
.contact-page-site-config .item{
    height: auto!important;
    margin: 0 21px;
}
.contact-page-site-config .item img{
    width: 30px;
    height: 30px;
    margin-bottom: 30px;
}
.contact-page-site-config p , .contact-page-site-config a{
    color: #fff;
}
.page-menu{
    padding-top: 95px;
}

.left-page-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 21px 14px 21px;
    height: max-content;
}
.left-page-menu li.menu-title {
    position: relative;
    margin-left: -20px;
    z-index: 2;
    color: #111111;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 12px;
}
.left-page-menu li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.left-page-menu li .sub-menu-arrow {
    padding: 0px;
    height: 5px;
    margin-top: -1px;
    margin-left: 4px;
    display: inline-block;
}


.left-page-menu .sub-menu {
    display: none;
    margin-bottom: 15px;
    padding-left: 1.5rem;
}
.left-page-menu .sub-menu.show {
    display: block;
}
.c-accordion__list li a{
    cursor: pointer;
}   
.accordion__link.active .tabs-mark-plus{
    display: none;
}
.accordion__link.active .tabs-mark-minus{
    display: inline-block;
}
.accordion__link .tabs-mark-plus{
    display: inline-block;
}
.accordion__link .tabs-mark-minus{
    display: none;
}
.c-accordion__list li .accordion__link{
    color: #3f3f3f;
    padding: 16px 7px;
    display: block;
    border-top: 1px solid #f2f2f2;
}
.c-accordion__list li .accordion__link.active{
    background: #f2f2f2;
}
.c-accordion__list .tabs-mark{
    padding-right: 10px;
}
.c-accrodion__content{
    padding: 20px 40px;
    display: none;
}
.c-accrodion__content.active{
    display: block;
}
.c-accrodion__content .tab-item{
    padding: 13px 0;
    border-top: 2px solid #f2f2f2;
}
.c-accrodion__content .tab-item img{
    height: 30px;
    width: 30px;
}
.left-page-menu{
    padding-top: 122px;
    position: relative;
}
.left-page-menu::before{
    content: '';
    position: absolute;
    left: -20px;
    height: 70%;
    background: #111111;
    width: 3px;
}
.content-page-top-padding{
    padding-top: 122px;
}
.left-page-menu li a{
    position: relative;
}
.left-page-menu li a span{
    color: #3f3f3f;
}
.left-page-menu li a.active span{
    font-weight: bold;
    color: #000;
}
