body {
    background-color: #202128;
}

#header .search {
    display: none;
}

#header .logo {
    width: 290px!important;
}

.flexslider {
    overflow: hidden;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.flexslider .slides>li {
    background-position: center 0;
}

.flexslider .slides>li a.show {
    display: block;
    height: 100%;
    width: 100%;
}

h2 {
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    background-image: url("../images/title_icon.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

h2.multiple {
    font-size: 44px;
    color: #4E4F55;
    padding-bottom: 22px;
}

h2 s {
    text-decoration: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 21px;
    color: #FFFFFF;
    font-size: 30px;
}


/*find*/

.find {
    padding: 50px 0 60px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
}

.find:before {
    content: "";
    width: 9000px;
    height: 9000px;
    border-radius: 50%;
    position: absolute;
    background-color: #292A31;
    left: 50%;
    bottom: 0;
    margin-left: -4500px;
}

.find>* {
    position: relative;
}

.find b {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
    color: #EDEDED;
    font-weight: normal;
}

.find .search {
    width: 680px;
    text-align: center;
    margin: 0 auto;
}

.find .keywords {
    border: 0;
    float: left;
    width: 615px;
    height: 46px;
    background-color: #404148;
    padding-left: 15px;
    color: #FFFFFF;
}

.find i {
    width: 50px;
    height: 46px;
    float: left;
    line-height: 46px;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    background-color: #404148;
}

.find i:hover {
    background-color: #FFFFFF;
    color: #404148;
}

.find i input {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}


/*manufacturers*/

.manufacturers {
    background-color: #292A31;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 35px;
}

.manufacturers ul li {
    float: left;
    width: 330px;
    background-color: #FFFFFF;
    margin-left: 13px;
    margin-bottom: 28px;
    text-align: center;
}

.manufacturers ul li:nth-child(4n+1) {
    margin-left: 0;
}

.manufacturers ul li a {
    display: block;
    height: 240px;
    text-decoration: none;
    border-bottom: 7px solid #52545E;
}

.manufacturers ul li a:hover {
    border-bottom: 7px solid #FF5A00;
}

.manufacturers ul li a img {
    display: block;
    max-width: 80%;
    max-height: 50px;
    margin: 35px auto;
}

.manufacturers ul li a strong {
    font-size: 18px;
    display: block;
    color: #1A1A1A;
    line-height: 20px;
    padding: 5px 0;
}

.manufacturers ul li s {
    text-decoration: none;
    color: #7A7A7A;
    font-size: 13px;
    margin: 0 15px;
    display: block;
}


/*news*/

ul.news {
    padding: 40px 0;
}

ul.news>li {
    width: 440px;
    float: left;
    margin-left: 20px;
}

ul.news>li:first-child {
    margin-left: 0;
}

ul.news>li h3 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}

ul.news>li .headlines {
    background-color: #FFFFFF;
    overflow: hidden;
}

ul.news>li .headlines a {
    display: block;
    height: 240px;
    position: relative;
    text-decoration: none;
}

ul.news>li .headlines a:before {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000000;
    opacity: 0.3;
}

ul.news>li .headlines a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

ul.news>li .headlines a strong {
    position: absolute;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    width: 433px;
    padding-left: 7px;
    z-index: 3;
    color: #FFFFFF;
}

ul.news>li .headlines a s {
    position: absolute;
    text-decoration: none;
    height: 40px;
    bottom: -40px;
    width: 433px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    z-index: 3;
    text-align: right;
    padding-right: 5px;
}

ul.news>li .headlines a:hover:before {
    background-color: #FFA200;
    opacity: 1;
}

ul.news>li:nth-child(2) .headlines a:hover:before {
    background-color: #00EAFF;
}

ul.news>li:nth-child(3) .headlines a:hover:before {
    background-color: #E10026;
}

ul.news ol {
    padding-top: 7px;
}

ul.news ol li {
    padding: 5px 0;
}

ul.news ol li a {
    color: #D2D2D2;
    position: relative;
    padding-left: 10px;
}

ul.news ol li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FFA200;
    position: absolute;
    left: 0;
    top: 5px;
}

ul.news>li:nth-child(2) ol li a:before {
    background-color: #00EAFF;
}

ul.news>li:nth-child(3) ol li a:before {
    background-color: #E10026;
}


/*order*/

.order {
    background-color: #52545E;
    margin-top: 40px;
    margin-bottom: 50px;
}

    .order .delivery {
        width: 674px;
        float: left;
        padding-top: 23px;
        padding-left: 12px;
        height: 780px;
        overflow: auto;
    }

.order .delivery h3 {
    font-size: 23px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 30px;
}

.order .delivery .text {
    font-size: 14px;
    color: #A5A6A9;
    line-height: 20px;
    margin-bottom: 15px;
}

.order .delivery table {
    border: 1px solid #ACADB4;
    padding: 4px;
    background-color: #202128;
}

.order .delivery th {
    background-color: #373942;
    height: 34px;
    text-align: left;
    padding-left: 15px;
}

.order .delivery td {
    height: 46px;
    color: #A5A6A9;
    padding-left: 15px;
    border-bottom: 1px dashed #4E4F55;
}

.order .delivery td:last-child {
    text-align: center;
}

.order .delivery td a.icon-video {
    font-size: 30px;
    color: #A5A6A9;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.order .delivery td a.icon-video:hover {
    color: #FF5A00;
}

.order .packaging {
    float: left;
    width: 658px;
    border-left: 1px solid #202128;
    padding-left: 14px;
}

.order .packaging h3 {
    height: 60px;
    line-height: 66px;
    font-size: 23px;
    color: #FFFFFF;
    display: inline-block;
    border-bottom: 3px solid #FFFFFF;
    font-weight: bold;
}

.order .packaging .text {
    padding-top: 18px;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 14px;
    min-height: 140px;
}

.order .packaging h4 {
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: bold;
}

.order .packaging .order-query .keywords {
    border: none;
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding-left: 7px;
    background-color: #656770;
    color: #FFFFFF;
    float: left;
}

.order .packaging .order-query i.icon-search {
    width: 40px;
    height: 40px;
    background-color: #656770;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.order .packaging .order-query i.icon-search input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.order .packaging .order-query i.icon-search:hover {
    background-color: #FF5A00;
    color: #FFFFFF;
}

.order .packaging .laest {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 10px;
}

.order .packaging .latest-video {
   
}


/*recommended*/

.recommended,
.recent {
    float: left;
    width: 674px;
    height: 314px;
    margin-bottom: 60px;
}

.recommended .title,
.recent .title {
    float: left;
    width: 180px;
 
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
}

.recommended .title h3,
.recent .title h3 {
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.recommended .title .text,
.recent .title .text {
    font-size: 15px;
}

.recommended ul {
    float: right;
    width: 474px;
}

.recommended li {
    float: left;
    background-color: #FFFFFF;
    border-left: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    width: 235px;
    height: 156px;
}

.recommended li a {
    display: block;
    position: relative;
    width: 215px;
    height: 141px;
    padding-left: 12px;
    padding-top: 15px;
    text-decoration: none;
}

.recommended li a img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.recommended li a strong {
    font-size: 15px;
    color: #000000;
    display: block;
    line-height: 26px;
}


/*recent*/

.recent {
    margin-left: 12px;
    background-color: #FFFFFF;
}

.recent .title {
    background-position: -200px 0;
}

.recent table {
    margin-left: 16px;
    float: left;
    width: 440px;
    margin-top: 16px;
}

.recent th {
    background-color: #F2F2F2;
    color: #8B8B8B;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding-left: 7px;
}

.recent td {
    height: 36px;
    padding-left: 7px;
    color: #7A7A7A;
    border-bottom: 1px dashed #DDDDDD;
}

.recent td a {
    color: #2E2E2E;
}

.recent tr:last-child td {
    border-bottom: none;
}

ul.about-us {
    text-align: center;
    padding-top: 60px;
}

ul.about-us li {
    display: inline-block;
    padding: 0 110px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    position: relative;
}

ul.about-us li:before {
    content: "";
    width: 78px;
    height: 1px;
    position: absolute;
    background-color: #68696E;
    right: -39px;
    top: 28px;
}

ul.about-us li:first-child {
    padding-left: 0;
}

ul.about-us li:last-child {
    padding-right: 0;
}

ul.about-us li:last-child:before {
    display: none;
}

ul.about-us li s {
    text-decoration: none;
    font-size: 14px;
    display: block;
    color: #A5A6A9;
    font-weight: normal;
}

a.icon-aircraft {
    display: block;
    width: 440px;
    height: 60px;
    background-color: #FF5A00;
    color: #FFFFFF;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    margin: 60px auto 0 auto;
    position: relative;
    text-decoration: none;
}

a.icon-aircraft:before {
    font-size: 32px;
    margin-right: 7px;
}

a.icon-aircraft:hover {
    background-color: #52545E;
}

.hot-sales ul.clearfix {
    padding: 30px 0;
}

.hot-sales li {
    float: left;
    width: 20%;
    padding: 3px 0;
    line-height: 20px;
}

.hot-sales li a {
    color: #D2D2D2;
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}

.hot-sales li a:hover {
    background-color: #FF5A00;
    color: #fff;
}

.hot-sales li img {
    max-width: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

ul.features {
    text-align: center;
    padding-bottom: 88px;
    margin-top: 60px;
}

ul.features li {
    display: inline-block;
    width: 180px;
    font-size: 14px;
    color: #A5A6A9;
    line-height: 20px;
    padding-top: 160px;
    margin: 0 44px;
    position: relative;
}



ul.features li:nth-child(2):before {
    background-position: -150px 0;
}

ul.features li:nth-child(3):before {
    background-position: -300px 0;
}

ul.features li:nth-child(4):before {
    background-position: -450px 0;
}

ul.features li:nth-child(5):before {
    background-position: -600px 0;
}

ul.features li:nth-child(1),
ul.features li:nth-child(5) {
    top: -120px;
}

ul.features li:nth-child(3) {
    top: 40px;
}

@media screen and (min-width: 767px) {
    /*lang*/
    #header ul.nav li a {
        padding: 0 24px!important;
    }
    html[lang="pt"] #header ul.nav li a {
        padding: 0 24px!important;
    }
    html[lang="hu"] #header ul.nav li a,
    html[lang="gr"] #header ul.nav li a {
        padding: 0 20px!important;
    }
    html[lang="vn"] #header ul.nav li a {
        padding: 0 18px!important;
    }
    html[lang="ph"] #header ul.nav li a {
        padding: 0 14px!important;
    }
}

@media screen and (max-width: 768px) {
    #header .search {
        display: block;
    }
    .flexslider {
        display: none;
    }
    .find b {
        padding-left: 7px;
        padding-right: 7px;
    }
    .find .search {
        width: auto;
        padding-left: 5%;
        padding-right: 5%;
    }
    .find #keywords {
        width: 77%;
        padding-left: 3%;
    }
    .find i {
        width: 20%;
    }
    .manufacturers ul li {
        float: none;
        width: auto;
        margin: 0 7px;
        padding-top: 35px;
    }
    .manufacturers ul li:nth-child(4n+1) {
        margin-left: 7px;
    }
    .manufacturers ul li a img {
        margin-top: 0;
    }
    ul.news>li {
        float: none;
        width: auto;
        margin-left: 7px;
        margin-right: 7px;
    }
    ul.news>li:first-child {
        margin-left: 7px;
    }
    ul.news>li h3 {
        text-align: center;
    }
    .order .delivery {
        float: none;
        width: auto;
        padding-left: 7px;
        padding-right: 7px;
    }
    .order .packaging {
        float: none;
        width: auto;
        border-left: none;
        padding-left: 7px;
        padding-right: 7px;
    }
    .order .packaging .text {
        min-height: auto;
    }
    .order .packaging .order-query #keywords {
        width: 78%;
        padding-left: 2%;
    }
    .order .packaging .order-query i.icon-search {
        width: 10%;
    }
    /*recommended*/
    .recommended,
    .recent {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }
    .recommended .title,
    .recent .title {
        background-image: none;
        float: none;
        width: auto;
        background-color: #79C6DC;
        text-align: center;
        padding-top: 7px;
        height: auto;
        padding-bottom: 15px;
    }
    .recommended ul {
        float: none;
        width: auto;
    }
    .recommended li {
        width: 49%;
        float: none;
        display: inline-block;
    }
    .recommended li a {
        width: auto;
    }
    .recommended li a img {
        max-width: 100px;
    }
    /*recent*/
    .recent {
        margin-left: 0;
    }
    .recent table {
        margin-left: 0;
        float: none;
        width: 100%;
        margin-top: 0;
    }
    ul.about-us {
        padding-top: 20px;
    }
    ul.about-us li {
        padding: 14px 20px !important;
    }
    ul.about-us li:before {
        right: 50%;
        margin-right: -39px;
        top: auto;
        bottom: 0;
    }
    a.icon-aircraft {
        width: auto;
        margin: 0 7px;
    }
    .hot-sales ul.clearfix {
        padding: 20px 00.5rem;
    }
    .hot-sales li {
        width: 50%;
    }
    ul.features {
        margin-top: 0;
    }
    ul.features li {
        top: 0 !important;
        margin-top: 35px;
    }
    ul.features li:nth-child(1),
    ul.features li:nth-child(5) {
        top: 0;
    }
}