/* AQ */

html { scroll-behavior: smooth; }


body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.6vw;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(234,237,237,0.9);

}

.notice {
    font-size: 1.0vw;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    font-size: 1.2vw;
    padding: 0.4vw;
}

th {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    font-size: 1.4vw;
    padding: 0.4vw;
}

.ten {
  width: 10%;
}

.twenty {
  width: 20%;
}

.thirty {
  width: 30%;
}



ul {
    padding: 0;
    margin: 0;
}

nav > ul > li { list-style: none; }

a { 
    color: #001299;
    text-decoration: none;
    transition: all 0.3s ease; 
}

p { 
    line-height: 1.8; 
    margin-top: 0;
}

.chead { font-size: 2.0vw; padding-left: 1vw;}

h2 { margin-top: 0; }

.txtul {
    padding-left: 2vw;
    padding-bottom: 0.8vw;
    padding-top: 0.8vw;
    /* list-style-position: inside; */
}

.tm-container { padding: 2vw; }

.tm-row {
    display: flex;
    justify-content: space-between;
}

.tm-right {
    width: 100%;
}

.tm-site-nav-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.langsw {
    background: #04AA6D;
    color: #fff;
    border-radius: 50%;
}

.tm-page-link:hover,
.tm-page-link.active {
    background-color: #005199;
    color: white;
}

.tm-black-bg {
    /* background-color: rgba(234,237,237,0.9); */
    background-color: rgba(255,255,255,0.9);
    /* color: silver; */
}

.tm-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1vw;
}

.tm-list-item-2 { align-items: flex-start; }

.tm-list-item-map {
/*
    margin-right: 20px;
    align-items: center;
    */
    margin-top: 25px;
    width: 100%;
    height: 100%;
    background-color: #005199;
    display: flex;
    justify-content: space-between;
    margin-top: 50;
    border-radius: 5px 10px;


}

.tm-list-item-map-m {
/*
    margin-right: 20px;
    align-items: center;
    */
    margin-top: 25px;
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20;
    margin-bottom: 20;
    border-radius: 0.5vw 0.8vw;


}

.tm-list-item-map-b {
    margin-top: 1.5vw;
    width: 30%;
    height: 30%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.tm-funded {
    margin-top: 1.5vw;
    width: 30%;
    height: 30%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}


.tm-list-item-img {
/*
    margin-right: 20px;
    align-items: center;
    */
    width: 95%;
    height: 95%;
    background-color: #005199;
    display: flex;
    justify-content: space-between;
    margin-top: 50;


}

.tm-list-item-img-big {
    margin-right: 25px;
    width: 200px;
    height: 200px;
}

.tm-list-item-text {
    padding: 20px 25px;
    flex: 1;
}

.tm-list-item-text-2 { flex: 1; }

.tm-list-item-name {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.tm-list-item-price { color: #96FEFF; }
.aq-footer { margin-top: 0.5vw; }

.tm-footer-text {
    padding: 0vw 2vw 1vw 1vw;
    display: inline-block;
    font-size: 1vw;
}

.tm-footer-link { color: white; }
.tm-tab-content { animation: fadeEffect 1s; }
.tm-page-content { animation: fadeEffect 1s; }

.tm-text-primary { color: #001299; }
.tm-mb-20 { margin-bottom: 0.5vw;  border-radius: 1.0vw;}
.tm-mb-5 { margin-bottom: 0.5vw;  border-radius: 0.5vw;}
.tm-mb-30 { margin-bottom: 0.5vw; }

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from { opacity: 0.3; }
    to { opacity: 1; }
}

/* About */
.tm-about-box-1 { padding: 1.0vw 1.2vw 1.0vw 1.2vw; }
.tm-about-box-2 { padding: 1.0vw 1.2vw 1.0vw 1.2vw; }
.tm-about-box-t { padding: 0.5vw 0.5vw 0.5vw 0.5vw; z-index: 10000; top: 1.3vw; }
.tm-about-box-m { padding: 0.1vw 0.1vw 0.1vw 0.1vw; }

.tm-align-right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.tm-mb-30 { margin-bottom: 30px; }

@media screen and (min-width: 1200px) {
body { font-size: 18px; }
div { font-size: 18px; }
td { font-size: 16px; }
th { font-size: 18px; }
.topnav a { font-size: 16px; }
.notice { font-size: 12px; }
.tm-footer-text { font-size: 14px; }
.chead { font-size: 20px; padding-left: 1vw;}
}

@media (max-width: 1080px) {
    .tm-row { display: block; }
}


@media (max-width: 574px) {
    .tm-site-nav-ul { display: block; }
}

@media (max-width: 550px) and (min-width: 501px) {
    .tm-list-item-img-big {
        width: 160px;
        height: 160px;
    }

}

@media (max-width: 500px) {
    .tm-list-item-2 { flex-direction: column; }
    .tm-about-box-1 { padding-left: 0.8vw; }

    .tm-list-item-img-big {
        margin-right: 0;
        margin-bottom: 2vw;
    }

    .tm-img-right { margin-left: 0; }
}

@media (max-width: 479px) {
    .tm-list-item {
        flex-direction: column;
        margin-top: 2vw;     
    }

    .tm-list-item-img {
        margin-right: 0;
        margin-bottom: 1.1vw;        
    }

}