
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


body {
    background-color: #231e21;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 10px;
}

[class*="hgt-1"] {
    padding: 15px;
    height: 1024px;
}

html {
    font-family: sans-serif;
}


.aside {
    background-color: #3c3c3c;
    /*padding: 12px;*/
    color: white;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.color {
    background-color: #3c3c3c;
}

.title {
    text-decoration: none;
    border-bottom: solid 7px #00A5B4;
    color: white;
}

footer {
    background-color: #dcdcdc;
    position: relative;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow:hidden;
}
/*desktop: */
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.hide {
    display: block;
}

.desc {
    color: rgba(175, 170, 164, 1);
}

.show {
    display: none;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.hgt-1 {
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    color: white;
    font-size: 14px;
    font-family: sans-serif;
}

span, h2 {
    color: white;
    font-family: sans-serif;
}

.margin {
    margin-top: 40%;
}

.godvn {
    margin-left: 10%;
    margin-top: 35%;
    margin-right: 10%;
}

.logo {
    margin-left: 70%;
    position: relative;
    float: right;
}

.arrow {
    margin-right: 10px;
    float: right;
}

.moblinkMargin {
    margin: auto;
}

.DivTab {
    margin-top: 11%;
    padding-left: 4%;
    padding-right: 4%;
}

#titleTable {
    width: 100%;
}

    #titleTable td:first-child {
        font-size: 30px;
    }

.linkstab {
    width: 100%;
}

.text {
    text-align: left;
    margin-left: 20px;
    font-size: 20px;
    transform: scaleX(0.950848);
}

.subtext {
    text-align: left;
    font-size: 12px;
    transform: scaleX(0.956946);
    margin-left: 20px;
    margin-top: -10px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#webPortal {
    margin-left: 1.5%;
    position: relative;
}


@media only screen and (max-width: 768px) {
    /*mobile*/
    [class*="col-"] {
        width: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }

    [class*="hgt-1"] {
        height: 100%;
        min-height: 0;
        margin-top: -7%;
    }


    [class*="DivTab"] {
        margin-top: 0px;
    }

    [class*="hide"] {
        display: none;
    }

    [class*="logo"] {
        margin-left: 70%;
        position: relative;
        float: right;
        padding-right: 10px;
    }

    [class*="show"] {
        display: block;
    }

    [class*="margin"] {
        margin-top: auto;
    }

    [class*="moblinkMargin"] {
        margin-left: -20%;
    }

    [class*="godvn"] {
        margin-top: 8%;
        margin-left: auto;
        width: 100%;
    }

    [class*="titleTable"] {
        margin-bottom: -5%;
    }
}
