
h4, h5, h6,
h1, h2, h3 {
    margin-top: 0;
}

ul, ol {
    margin: 0;
}

p {
    margin: 0;
}

html, body {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #090303;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.active-icon {
    display: block;
}


/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
.header {
    position: fixed;
    width: 100%;
    height: 80px;
    padding-top: 0;
    z-index: 99;
    align-content: center;
    align-items: center;
    text-align: center;
}

.header .header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    position: relative;
}

.navigation {
    align-content: center;
    align-items: center;
    text-align: center;
    width: 60%;
}

.menu {
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;

}

li {
    color: white;
    font-size: 18px;
}

li a {
    color: white;
    font-size: 18px;
    margin: 8px;
    text-decoration: none;
}

.logo {
    width: 20%;
}

.logo img {
    width: 90px;
    height: 100%;
    transform: translateX(50px);
    cursor: pointer;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    overflow: hidden;
    align-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 12px;
    transition: all 0.3s;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner {
    background-image: url("../images/123.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 950px;
    position: relative;
}

.banner-describe {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
    width: 60%;
}

.banner-describe-1 {
    width: 54%;
    height: 200px;
    overflow: hidden;
    box-shadow: 0 0 35px rgb(255, 255, 255);
}

.banner-describe-1 img {
    width: 100%;

}


.describe-items {
    background-color: rgba(14, 44, 58, 0.54);
    width: 20%;
    padding: 5%;
}

.describe-items h2 {
    font-size: 18px;
    color: #fffdfd;
}

.describe-items p {
    font-size: 14px;
    color: #fffdfd;
}

/*------------------------------
Port
 ------------------------------*/

.port {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 1280px;
    background: url("../images/port1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.back {
    position: relative;
    display: flex;
    width: 60%;
    background-color: rgba(14, 44, 58, 0.54);
    margin-top: 650px;
    height: 300px;

}

.describe-back {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 5%;

}

.describe {
    width: 46%;
    margin: 2%;
}


.describe h2 {
    font-size: 18px;
    color: #fffdfd;
}

.describe p {
    font-size: 12px;
    color: #fffdfd;
}

.IT {
    background: url("../images/IT.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 750px;
}

.IT-back {
    position: relative;
    display: flex;
    margin-top: 120px;
    background-color: rgba(14, 44, 58, 0.54);
    width: 60%;
}
.IT-describe{
    width: 100%;
}
.IT-pic{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.IT-pic img{
    width: 40%;
    margin-left:5%;
}
.structure {
    width: 100%;
    background: url("../images/structure.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 650px;
}

.structure-top {
    width: 100%;
    height: 650px;
    background-color: rgba(9, 3, 3, 0.33);
}

.structure-main {
    width: 100%;
    height: 20%;
}


.contact-container {
    flex: 1;
    min-width: 300px;
    gap: 30px;
    margin-bottom: 10px;
}

.contact-panel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.contact-form {
    width: 40%;
    padding: 1%;
    margin-left: 5%;
    background: rgba(255, 255, 255, 0.56);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 10px;
}

.form-side {
    display: flex;
    flex-wrap: wrap;
    width: 50%;

}

.input-label {
    width: 90%;
    margin-left: 3%;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}


.form-text {
    width: 94%;
    margin-left: 1%;
    font-size: 12px;
}

.form-text button {
    font-size: 10px;
}


input, textarea {
    width: 100%;
    padding: 2%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

textarea {
    height: 100px;
    resize: vertical;
}

button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #2980b9;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.info-icon {
    margin-right: 15px;
    color: #3498db;
    font-size: 20px;
}

.info-content p {
    font-size: 12px;
    color: #2c3e50;
    margin-bottom: 5px;
}

.map {
    width: 100%;
    height: 400px;
    background-color: #eee;
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #2c3e50;
    color: white;
    margin-top: 40px;
}

h2 {
    margin-bottom: 20px;
    font-size: 13px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
}


/*------------------------------
Footer
 ------------------------------*/

.footer-bottom {
    width: 100%;
    text-align: center;
    align-content: center;
    align-items: center;
}

.footer-bottom p {
    font-size: 15px;
    color: white;
}




