@media (min-width: 1200px) {
    nav>.container {
        max-width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav>div>.container,
    .news>.container,
    .footer>.container,
    .pro>.container {
        max-width: 80%;
    }
}

/* ******************************************************************************************************** */
nav>div:nth-child(2) {
    background: #163b5d;
    position: relative;
}

nav>.container span {
    font-weight: bold;
    letter-spacing: 28px;
    font-size: 28px;
}

nav>.container>p {
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
}

.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.navbar-nav>.nav-item {
    width: 100px;
    text-align: center;
}

.navbar-nav>.nav-item>.nav-link {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
}

.nav-item>a {
    color: #fff;
}

.navbar-nav>.nav-item>.nav-link:hover,
.active>a {
    border-bottom: 1px solid #fff;
}

.navbar-nav>.nav-item>div {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #F0F0F0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .4);
}

.navbar-nav>.nav-item:hover>div {
    height: 85px;
}

.nav-item>div>a {
    font-size: 18px;
    display: block;
    padding: 0 60px;
    color: #052d55;
}

/* ******************************************************************************************************** */
.about h1 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
}

.about h2 {
    font-size: 26px;
    text-align: center;
}

.about p {
    /*color: #9b9b9b;*/
    font-size: 16px;
    text-align: justify;
    padding: 20px 0;
}

/* ******************************************************************************************************** */
.lxwm {
    position: relative;
}

.lxwm>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99.5%;
    background: #052d5569;
    padding: 150px 5%;
    color: #fff;
}

.lxwm>div>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.lxwm>div>div>h1 {
    font-size: 40px;
}

.lxwm>div>div>p {
    font-size: 24px;
    padding: 10px 0 50px 0;
}

.lxwm>div>div>a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 5px 30px;
    font-size: 18px;
}

.lxwm>div>div>a:hover {
    background: #fff;
    color: #052d55;
}

.lxwm>div>div>a>i {
    margin-left: 20px;
}

.lxwm>div>div>div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.lxwm>div>div>div>h1 {
    font-size: 40px;
}

.lxwm>div>div>div>h1>span {
    font-size: 26px;
}

/* ******************************************************************************************************** */
.rcln h1 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
}

.rcln h2 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
}

.rcln p {
    /*color: #9b9b9b;*/
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.rcln a {
    border: 1px solid #ffb643;
    color: #ffb643;
    margin: auto;
    padding: 5px 40px;
    font-size: 16px;
}

.rcln a:hover {
    background: #ffb643;
    color: #fff;
}

.rcln>div>div {
    padding-top: 30px;
}

.pro {
    border-top: 1px solid #00000020;
    border-bottom: 1px solid #00000020;
}

/* ******************************************************************************************************** */

.pro h1 {
    font-size: 38px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
}

.pro h2 {
    font-size: 26px;
    padding-bottom: 20px;
    text-align: center;
}

.pro_con {
    padding: 20px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #00000017;
    margin: 15px 0;
}

.pro_con:hover {
    box-shadow: 0px 0px 10px 0px #00000059;
}

.pro_con>p {
    font-size: 16px;
    padding-top: 10px;
}

/* ******************************************************************************************************** */
.news h1 {
    font-size: 38px;
    color: #efefef;
    font-weight: bolder;
    text-transform: uppercase;
    display: inline-block;
    font-style: italic;
}

.news h2 {
    font-size: 26px;
    padding-bottom: 20px;
}

.new_con {
    padding: 20px;
    display: block;
}

.new_con:hover {
    box-shadow: 0px 0px 10px 0px #00000059;
}

.new_con>p {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.news .more {
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    border: 1px solid #616161;
    border-radius: 15px;
    color: #616161;
    font-weight: bold;
    padding: 10px 0;
}

.news .more:hover {
    background: #616161;
    color: #fff;
}

.news i {
    margin-left: 20px;
}

/* ******************************************************************************************************** */

.footer {
    background: #24292d;
    color: #fff;
}

.footer h1 {
    font-size: 30px;
}

.footer h5 {
    font-size: 18px;
}

.footer a {
    color: #fff;
}

/* ******************************************************************************************************** */
.title {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
}

.title h2 {
    margin-bottom: 0;
    color: #ffb643;
    font-size: 18px;
    border-left: 10px solid #ffb643;
    padding-left: 20px;
}

.new_list {
    display: block;
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px 0;
}

.new_list h3 {
    margin-bottom: 0;
    font-size: 20px;
    padding: 5px 0;
    letter-spacing: 3px;
}

.new_list p {
    line-height: 2;
    color: #6b6f73;
    font-size: 16px;
}