body {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    word-break: break-word;
}

:focus {
    outline: 0;
    /* or */
    outline: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

img {
    max-width: 100%;
}

a {
    color: #333;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    height: auto;
}

header {
    background: #fff;
    padding: 15px 0;
    /*box-shadow:0 0 5px rgba(0, 0, 0, .3);*/
}

.navbar-default {
    background: transparent;
    border-color: transparent;
    margin: 0;
    border: 0;
}

.navbar-brand>img {
    width: 150px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    transition: 0.5s all ease;
    border-color: transparent;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #e67817;
}

.nav>li>a {
    padding: 20px 15px;
    font-size: 13px;
}

.nav>li>a .nav-header {
    font-size: 13px;
    font-weight: 500;
}

.navbar-right {
    margin-top: 15px;
}

.navbar-right li a {
    border: 2px solid #ff5e00;
    padding: 6px 15px;
    margin-left: 15px;
}

.navbar-right li a:hover {
    color: #e67817 !important;
}

.navbar-right li a.link-join {
    background: #f4ae00 !important;
    border-color: #f4ae00 !important;
    color: #fff;
}

.navbar-right li a.link-join:hover {
    background: transparent !important;
    color: #fff;
}


/* .nav>li>a:focus, */

.nav>li>a:hover {
    background-color: #F5F5F5;
}

.nav .show>a,

/* .nav .show>a:focus, */

.nav .show>a:hover {
    background-color: #F5F5F5;
    border-color: transparent;
}

.nav .nav-item .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: unset;
}

.dropdown-toggle::after {
    width: 6px;
    height: 6px;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #2c2c2c;
    transform-origin: 75% 75%;
    transform: rotate(45deg);
    transition: transform .1s ease;
    content: "";
    margin-left: 8px;
    margin-right: 3px;
}

.dropdown-toggle::after {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.nav .show>a.dropdown-toggle::after {
    transform: rotate(-135deg);
}

.dropdown-item,
.dropdown-item-text {
    font-size: 14px;
    text-transform: capitalize;
}

.archi-navList-wrapper>.archi-navList>.archi-navList-item>.archi-navList-wrapper {
    width: 100%;
    display: flex;
    line-height: 1;
    border-top: solid 1px #f3f3f3;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
    border-right: solid 1px #f3f3f3;
    flex-direction: row;
    border-bottom: solid 1px #f3f3f3;
    background-color: #ffffff;
    padding-top: 20px;
    border-right: solid 1px #f3f3f3;
    padding-bottom: 28px;
    border-bottom: none;
}

.archi-navList {
    width: 100%;
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
    -ms-flex-item-align: stretch;
    flex-wrap: inherit;
    height: 100%;
    margin: 0;
    padding: 0;
}

.archi-navList-item {
    display: flex;
    list-style: none;
    margin: 0;
    line-height: 1;
    font-size: 14px;
}

.archi-navList-wrapper>.archi-navList>.archi-navList-wrapper {
    padding-top: 20px;
    border-right: solid 1px #f3f3f3;
    padding-bottom: 28px;
    border-bottom: none;
}

a.archi-navLink {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    white-space: nowrap;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color .1s ease;
    padding-top: 8px;
    padding-left: 32px;
    padding-bottom: 8px;
    padding-right: 32px;
}

.archi-navLink-text {
    color: #2C2C2C;
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 400;
    transition: color .1s ease;
}

.archi-navLink-description {
    color: #656565;
    font-size: 12px;
    font-weight: 300;
    padding-top: 2px;
}

.archi-navLink-contentWrapper {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.archi-navLink-content {
    flex-direction: column;
    display: flex;
}

h5.archi-navList-header {
    display: flex;
    padding: 5px 32px 2px;
    color: #767676;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 300;
}

.archi-navList {
    width: 100%;
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
    -ms-flex-item-align: stretch;
    flex-wrap: inherit;
    height: 100%;
    margin: 0;
    padding: 0;
}

.archi-navList-item {
    display: flex;
    list-style: none;
    box-sizing: border-box;
}

.archi-navLink-content {
    flex-direction: column;
    display: flex;
}

.archi-navList-wrapper>.archi-navList>.archi-navList-item>.archi-navList-wrapper {
    flex-direction: column;
}

.archi-navList-item a.archi-navLink,
.archi-navList-item a.archi-navLink:link,
.archi-navList-item a.archi-navLink:visited {
    text-decoration: none;
}

.archi-navList-item a.archi-navLink:hover,
a.archi-navLink:hover .archi-navLink-text {
    background-color: #F5F5F5;
    color: #1473e6;
}

footer {
    padding: 30px 0;
}

.banner {
    height: 500px;
    padding: 100px 0;
    position: relative;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: cover;
}

.banner .container {
    position: relative;
    z-index: 11;
}

.banner .row {
    display: flex;
    align-items: center;
}

.banner-bg,
.section-bg {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner p {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
}

.hbtn1,
a.hbtn1:active,
a.hbtn1:link,
a.hbtn1:visited {
    background-color: hsl(206, 67%, 58%) !important;
    border-color: #5aa6e0 !important;
    text-decoration: none;
}

.banner h1 {
    font-size: 48px;
    color: #333;
    text-transform: none;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner .text {
    color: #fff;
    margin-bottom: 30px;
}

.section {
    padding: 60px 0;
    background: #fff;
}

.section-title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 40px;
    color: #333;
    line-height: normal;
}

.shorttext {
    max-width: 80%;
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 26px;
}

.section-home3 {
    background: #f1f1f1;
}

.section-home3 .item {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
}

.section-home3 .img {
    color: #999;
    font-size: 32px;
    margin-bottom: 0;
    transition: 0.5s all ease;
    width: 75px;
    text-align: center;
    line-height: 46px;
    padding-right: 30px;
}

.section-home3 .text .num {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333;
    font-size: 24px;
    transition: 0.5s all ease;
}

.section-home3 .text p {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #666;
    font-size: 16px;
    transition: 0.5s all ease;
}

.section-home3 .item:hover {
    background: #f4ae00;
}

.section-home3 .item:hover p,
.section-home3 .item:hover .img,
.section-home3 .item:hover .text .num {
    color: #fff;
}

.section-intor {
    background: #efefef;
}

.section-intor .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-intor .innercontent {
    padding-left: 50px;
}

.section-intor .h6 {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
}

.footer-div {
    padding: 40px 0;
}

.subfooter {
    padding-top: 40px;
}

.section-collection .h3 {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
}

.section-collection .textbox {
    max-width: 230px;
    margin: 0 auto;
}


@media(max-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
        border-color: transparent;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ff5e00;
    }
    .navbar-brand>img {
        width: 120px;
    }
    .navbar-right li a.link-join {
        background: #fff!important;
        border-color: #fff!important;
        color: #333;
    }
    header {
        padding: 10px 0;
    }
    .banner {
        height: auto;
    }
    .banner .row {
        display: block;
        padding: 40px 0;
    }
    .banner h1 {
        font-size: 32px!important
    }
    .section {
        padding: 40px 0;
    }
    .section-title {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .prod_list .item .prod_desc {
        max-width: 100%;
    }
    .prod_list .item.last {
        margin-bottom: 10px;
    }
    .section-technology:before {
        width: 100%;
        height: 100%;
    }
    .shorttext {
        max-width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
    .section-home3 .item {
        margin-bottom: 20px;
    }
    .section-home3 {
        padding-bottom: 20px;
    }
    .section-partners .row {
        display: block;
    }
    .section-partners .innercontent {
        padding-left: 0;
        margin-bottom: 20px;
    }
}