body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 1.7em;
    margin: auto;
    position: relative;
    max-width: 1349px;
}

.page-width {
    width: 1100px;
    margin: auto;
    position: relative;
}

.fa * {
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: top;
}

.paging-top {
    display: none;
}

.paging {
    text-align: center;
    font-size: 13px;
}

.list-item {
    margin: 0 -10px;
    font-size: 0px;
}

.list-item-2 {
    font-size: 0px;
}

.inner-item-2 {
    font-size: 13px;
}

.inner-item {
    margin: 0 10px;
    font-size: 13px;
}

.page-left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.page-right {
    width: 29.9%;
    display: inline-block;
    vertical-align: top;
}

.item-4 {
    width: 24.9%;
    display: inline-block;
    vertical-align: top;
}

.item-3 {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

.item-2 {
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
}

.item-5 {
    width: 19.9%;
    display: inline-block;
    vertical-align: top;
}

.sub-2-row {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-3-row {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-4-row {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}


.a-center {
    text-align: center;
}

a {
    color: #2e3039;
}

    a:hover {
        color: #e47717;
    }

#slideLogo img {
    margin: auto;
}

#slideLogo .item {
    padding: 0 10px;
}

.next_slideLogo {
    position: absolute;
    top: 1px;
    right: 0px;
    background: url(/content/images/home/next-logo.png);
    height: 70px;
    width: 20px;
    display: none;
}

.prev_slideLogo {
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(/content/images/home/prev-logo.png);
    height: 70px;
    width: 20px;
    display: none;
}

#footPage {
    background: url(/Content/Images/Home/bg-footer.jpg);
    padding: 30px 0 10px 0;
    position: relative;
}

    #footPage::after {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 21px;
        content: '';
        background: url(/Content/Images/Home/line-bg.png);
    }

#wrapBanner {
    position: relative;
}

    #wrapBanner:after {
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 21px;
        content: '';
        background: url(/Content/Images/Home/line-bottom.png);
    }

    #wrapBanner:before {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 21px;
        content: '';
        background: url(/Content/Images/Home/line-bg.png);
        z-index: 1;
    }

.foot-text {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 10px;
}

#copyRight {
    padding: 10px 0;
    text-transform: uppercase;
}

#topPage {
    padding: 10px 0;
    font-weight: bold;
    background: #f9f9f9;
    font-size: 16px;
}

    #topPage i {
        display: inline-block;
        margin-right: 5px;
    }

    #topPage a {
        display: inline-block;
        vertical-align: top;
    }

.hotline {
    margin-right: 10px;
}

.tab-lang {
    float: right;
}

#headPage {
    padding: 20px 0;
    background: url(/Content/Images/Home/head-bg.png);
    position: relative;
    z-index: 11;
}

.main-menu {
    list-style: none;
    margin: 25px 0 0 0px;
    padding: 0px;
    float: right;
}

    .main-menu > li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 10px;
    }

        .main-menu > li > a {
            display: block;
            padding: 0 10px;
            font-size: 18px;
            text-transform: uppercase;
            line-height: 40px;
            font-weight: bold;
        }

            .main-menu > li > a:before {
                display: none;
            }

    .main-menu ul {
        position: absolute;
        top: 100%;
        left: 0px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 220px;
        display: none;
    }

        .main-menu ul ul {
            left: 100%;
            top: 0px;
        }

        .main-menu ul li {
            display: block;
            border-bottom: solid 1px white;
            position: relative;
        }

            .main-menu ul li a {
                color: #333;
                background: #ddd;
                display: block;
                padding: 10px;
                line-height: 20px;
            }

                .main-menu ul li a span {
                    margin: 0px !important;
                }

    .main-menu .fa:before {
        float: right;
    }

    .main-menu li:hover > ul {
        display: block;
    }

    .main-menu li:hover > a {
        color: Black;
    }

.title-large {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}

.title-medium {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.red {
    color: red;
}

.line {
    background: url('/content/Images/Home/title-bg.png') center center no-repeat;
    height: 17px;
    margin: 20px 0;
}

.list-banner-intro {
    position: relative;
    margin: 0 -5px;
    font-size: 0px;
}

.inner-item-banner {
    margin: 0 5px;
    font-size: 13px;
}

.banner-intro {
    display: block;
    overflow: hidden;
    position: relative;
}

    .banner-intro .name {
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        padding: 5px 15px;
        font-size: 15px;
    }

    .banner-intro .img {
        display: block;
    }

.banner-intro1 {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.banner-intro2 {
    display: inline-block;
    width: 59.9%;
    vertical-align: top;
}

.post-item {
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .post-item .img {
        float: left;
        width: 35%;
        margin-right: 10px;
    }

    .post-item img {
        border-radius: 10px;
    }

    .post-item .name {
        color: red;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        display: inline;
    }

.wrapBreadcrumb {
    background: #f3f3f3;
    padding: 10px 0;
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: black;
    list-style: none;
    overflow: hidden;
}

    .breadcrumb a {
        color: black;
        display: block;
        line-height: 22px;
    }

    .breadcrumb > li {
        position: relative;
        white-space: nowrap;
        display: inline-block;
        height: 22px;
        vertical-align: top;
        padding-right: 6px;
    }

.title-page {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title-box {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.form th, .form td {
    padding-bottom: 10px;
    text-align: left;
}

.form th {
    padding-right: 10px;
}

.form .TextBox, .form .TextArea, .form .SelectBox {
    width: 100%;
}

.Button {
    min-width: 100px;
}

.clear-p p {
    margin: 0px;
}

.RadioButton li {
    display: inline-block;
    vertical-align: top;
}

.hotline-support {
    color: black;
    font-size: 18px;
}

    .hotline-support i {
        color: red;
        font-size: 32px;
        float: left;
        margin-right: 10px;
    }

.skype-support {
    color: black;
    font-size: 18px;
}

    .skype-support i {
        color: #25b6f1;
        font-size: 32px;
        float: left;
        margin-right: 10px;
    }

.hotline-support div {
    display: -webkit-box;
}

.box-right {
    position: relative;
    border: solid 1px #ddd;
    padding: 10px;
}

.intro-item .name {
    font-size: 16px;
    text-align: CENTER;
    display: block;
}

.intro-item .img {
    display: block;
    margin-bottom: 5px;
}

.next-slide {
    position: absolute;
    right: 10px;
    top: 32%;
    font-size: 28px;
    background: white;
    padding: 10px 5px;
    opacity: 0.5;
    display: none;
}

.prev-slide {
    position: absolute;
    left: 10px;
    top: 32%;
    font-size: 28px;
    background: white;
    padding: 10px 5px;
    opacity: 0.5;
    display: none;
}

.box-right:hover .prev-slide, .box-right:hover .next-slide {
    display: block;
}

.last-news .img {
    float: left;
    margin-right: 10px;
    width: 30%;
}

.last-news .name {
    display: inline;
    font-size: 14px;
    font-weight: bold;
}

.last-news {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px gray;
}

#listNews {
    height: 180px;
}


.post-item-inline {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .post-item-inline .img {
        float: left;
        width: 30%;
        margin-right: 10px;
    }

    .post-item-inline img {
        border-radius: 10px;
    }

    .post-item-inline .name {
        color: red;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        display: inline;
    }

    .post-item-inline .date i {
        display: inline-block;
        margin-right: 10px;
    }

#recruitmentContact {
    display: none;
}

.post-item-slide {
    margin: 0 10px;
    font-size: 15px;
}

    .post-item-slide .img {
        display: block;
        margin-bottom: 10px;
    }

     .post-item-slide .img img{
         border-radius:5px;
     }

    .post-item-slide .name {
        display: block;
        font-weight: 600;
    }
