

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    /*font-size: 1.3em;*/
    color: #333;
}

a {
    text-decoration: none;
    outline: none;
    color: #333333;
}
    /*a:visited {} */
    a:hover {
        text-decoration: none;
        color: #333333;
    }
    /*a:active {}*/
    a img {
        border: none;
    }

input, select, textarea {
    outline: none;
}

/*LAYOUT*/
.fullpage {
    clear: both;
    max-width: 1400px;
    margin: 0 auto;
}

.page-wrapper {
    clear: both;
    margin: 0 auto;
    width: 940px;
}

.page-header {
    clear: both;
}

.page-footer {
    clear: both;
    background-color: #D42D37;
}

.page-slider {
    clear: both;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}

.page-sitepath {
    clear: both;
    background-color: #EEEEEE;
}

.page-center {
    clear: both;
    margin: 0 auto;
    width: 940px;
    min-height: 200px;
}

.homepage {
    clear: both;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

.intropage {
    clear: both;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    padding-top: 40px;
}

.historypage {
    clear: both;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

.devpage {
    clear: both;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    padding-top: 40px;
    border-top: #EEEEEE 5px solid;
}

.productpage {
    clear: both;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    padding-top: 20px;
}

.gallerypage {
    clear: both;
    margin: 0 auto;
    width: 940px;
    min-height: 400px;
    padding: 30px 0;
}

.zonepage-cc {
    clear: both;
    padding: 30px 0;
}

.zonepage-ccl {
    float: left;
    width: 300px;
}

.zonepage-ccr {
    float: right;
    width: 620px;
}

.centerpage-ct {
    clear: both;
    padding: 20px 20px 20px 20px;
}

.centerpage-cc {
    clear: both;
    padding: 10px 20px 0 20px;
    border-top: #D7D2D2 1px solid;
}


.contactpage-ct {
    clear: both;
    padding: 20px 20px 20px 20px;
}

.contactpage-cc {
    clear: both;
    padding: 10px 20px 0 20px;
    border-top: #D7D2D2 1px solid;
}

.slideshow {
    clear: both;
    margin: 0 auto;
    width: 940px;
}

/*TOP*/
.topbar {
    clear: both;
    color: #FFF;
    height: 30px;
    background: url(images/topbar-bg.png) repeat-x left top;
    font-size: 12px;
    z-index: 200;
}

    .topbar ul {
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .topbar ul li {
            float: left;
            position: relative;
            z-index: 200;
            height: 30px;
        }

            .topbar ul li.first {
                padding: 0 15px;
                background-color: #FFF;
                margin-right: 15px;
            }

            .topbar ul li.sep {
                float: left;
            }

            .topbar ul li.other {
                float: left;
                padding-right: 20px;
                background: url(images/dropdown-arrow.png) no-repeat right center;
            }

            .topbar ul li.first a {
                color: #333333;
            }

            .topbar ul li a {
                clear: both;
                float: left;
                color: #FFF;
                cursor: pointer;
                padding: 8px 0;
            }

            .topbar ul li span {
                float: left;
                color: #FFF;
                padding: 8px 15px;
            }

        .topbar ul ul {
            clear: both;
            left: -15px;
            top: 30px;
            float: left;
            display: none;
            position: absolute;
            width: 150px;
            z-index: 200;
        }

    .topbar li:hover ul {
        display: block;
        background-color: #D82731;
    }

    .topbar li li {
        clear: both;
        float: left;
        width: 100%;
    }

        .topbar li li a {
            clear: both;
            float: left;
            padding: 8px 15px;
            color: #FFF;
        }

.topbar-inner {
    clear: both;
    margin: 0 auto;
    width: 940px;
}

.topbar-l {
    float: left;
    height: 30px;
}

.topbar-r {
    float: right;
    height: 30px;
}


.searchbox {
    float: right;
}

    .searchbox a {
        float: left;
        padding: 8px 0;
        text-decoration: none;
        color: #FFF;
    }

    .searchbox span {
        float: left;
        padding: 8px 15px;
    }

.searchbox-form {
    float: left;
    padding: 8px 0;
}

    .searchbox-form input.txt {
        background: none;
        width: 150px;
        height: 20px;
        display: none;
    }

    .searchbox-form input.btn {
        float: left;
        border: 0;
        width: 15px;
        height: 15px;
        cursor: pointer;
        padding: 0;
        background: url(images/search-icon.png) no-repeat left top;
        color: #FFFFFF;
    }

.langbox {
    float: left;
    height: 30px;
    position: relative;
    z-index: 200;
    background: url(images/dropdown-arrow.png) no-repeat right center;
}

    .langbox a {
        clear: both;
        float: left;
        padding: 8px 20px 8px 20px;
    }

        .langbox a.vietnamese {
            background: url(images/vietnamese.png) no-repeat left center;
        }

        .langbox a.english {
            background: url(images/english.png) no-repeat left center;
        }

    .langbox:hover .languages {
        display: block;
        right: -10px;
        top: 30px;
    }

.languages {
    clear: both;
    float: left;
    position: absolute;
    width: 100px;
    display: none;
    padding: 0 10px;
    z-index: 300;
    background-color: #D82731;
}

    .languages a {
        clear: both;
        float: left;
        clear: both;
        padding: 8px 10px 8px 20px;
    }

.lang-option {
    display: none;
    position: absolute;
}

/*HEADER*/

.header-inner {
    clear: both;
    margin: 0 auto;
    width: 940px;
    height: 90px;
    position: relative;
    z-index: 100;
    user-select: none;
}

.logo {
    position: absolute;
    display: block;
    z-index: 200;
    left: 50%;
    top: 30px;
    margin-left: -82px;
    width: 164px;
    height: 87px;
    background: url(images/logo.png) no-repeat center center;
}

    .logo a {
        float: left;
        display: block;
        width: 100%;
        height: 100%;
    }

.navbar {
    position: absolute;
    text-align: left;
    height: 35px;
    left: 0px;
    right: 0;
    bottom: 0px;
    z-index: 100;
    font-size: 13px;
    display: block;
}

    .navbar ul {
        float: left;
        width: 100%;
        list-style: none;
    }

        .navbar ul li {
            float: left;
            position: relative;
            z-index: 100;
        }

            .navbar ul li.active {
                background: url(images/field-active.png) repeat-x center top;
            }

    .navbar li.last {
        margin-right: 0px;
    }

    .navbar ul li.sep {
        width: 20px;
        height: 35px;
        padding: 0;
    }

    .navbar ul li a {
        float: left;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        color: #333333;
        cursor: pointer;
        padding: 10px 0 10px 0;
        white-space: nowrap;
    }

    .navbar li.active span, .navbar li:hover span {
        color: #333333;
        background: url(images/navbar-sel.png) repeat-x center top;
    }

    .navbar li ul {
        float: left;
        width: 230px;
        margin: 0;
        padding: 4px;
        position: absolute;
        top: 35px;
        display: none;
        z-index: 2000;
        background-color: #D82731;
    }

    .navbar li:hover ul {
        display: block;
    }

    .navbar li.last ul {
        right: 0;
    }

    .navbar li li, .navbar li:hover li, .navbar li.active li {
        padding: 0;
        margin: 0;
        float: left;
        height: 30px;
        width: 100%;
    }

        .navbar li li.child-sep, .navbar li li.child-sep:hover {
            clear: both;
            display: block;
            float: left;
            width: 100%;
            height: 3px;
        }

        .navbar li li a, .navbar li.active li a {
            display: block;
            float: left;
            padding: 10px 16px 12px 12px;
            width: auto;
            font-weight: normal;
            color: #FFFFFF;
        }

        .navbar li li:hover, .navbar li.active li:hover {
        }

            .navbar li li:hover a, .navbar li.active li:hover a {
                color: #FFF;
            }

.navbar-l {
    float: left;
}

.navbar-r {
    float: right;
}

/*NAV*/
.nav {
    display: none;
    z-index: 80;
    position: absolute;
    left: 0;
    top: 120px;
    width: 320px;
    background-color: #D82731;
}

    .nav ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
    }

        .nav ul li {
            clear: both;
            float: left;
            width: 100%;
            position: relative;
            z-index: 0;
        }

            .nav ul li em {
                position: absolute;
                right: 15px;
                top: 0;
                width: 15px;
                height: 34px;
                background: url(images/navitem-expand.png) no-repeat center center;
            }

            .nav ul li.sep {
                clear: both;
                float: none;
                padding: 0;
                height: 1px;
                font-size: 1px;
                background: url(images/navitem-sep.png) no-repeat right center;
            }

            .nav ul li > a {
                padding: 12px 5px 12px 40px;
                float: left;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
                color: #FFFFFF;
                cursor: pointer;
                background: url(images/navitem-icon.png) no-repeat 15px center;
            }

            .nav ul li.active, .nav ul li:hover {
                background: url(images/navitem-active.png) no-repeat left top;
                -moz-background-size: 100% auto;
                -webkit-background-size: 100% auto;
                background-size: 100% auto;
            }

                .nav ul li.active > a, .nav ul li.expand > a, .nav ul li.active:hover > a {
                    color: #fff200;
                }

                .nav ul li:hover > a {
                    color: #fff200;
                }

            .nav ul li.expand:hover {
                background: no-repeat;
            }

.childnav {
    clear: both;
    background: url(images/navitem-sep.png) no-repeat right top;
}

    .childnav ul {
        clear: both;
        float: left;
        width: 100%;
    }

        .childnav ul li {
            clear: both;
            float: left;
            width: 100%;
        }

            .childnav ul li.childsep {
                padding: 0;
                height: 1px;
                font-size: 1px;
                background: url(images/navitem-sep.png) no-repeat right center;
            }

            .childnav ul li > a {
                float: left;
                padding: 12px 5px 12px 55px;
                font-size: 12px;
                font-weight: bold;
                color: #FFFFFF;
                text-transform: none;
                background: none;
            }

            /*.childnav ul li.active {
                background: url(images/navitem-active.png) no-repeat left top;
                -moz-background-size: 100% auto;
                -webkit-background-size: 100% auto;
                background-size: 100% auto;
            }*/

            .childnav ul li.active > a, .childnav ul li:hover > a {
                color: #fff200;
            }

    .childnav li li a {
        float: left;
        padding: 12px 5px 12px 75px;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-transform: none;
    }

    /*.childnav li li.active {
        background: url(images/navitem-active.png) no-repeat left top;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }*/

    .childnav li li.active > a, .childnav li li:hover > a {
        color: #fff200;
    }

    .childnav.level1 li li > a {
        padding-left: 100px;
        color: #FFFFFF;
    }

    .childnav.level1 li.active > a, .childnav.level1 li li:hover > a {
        color: #fff200;
    }

.nav-inner {
    clear: both;
    padding: 40px 10px 30px 10px;
}


.nav-option {
    display: none;
    clear: both;
    position: absolute;
    z-index: 80;
    left: 20px;
    top: 30px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.option-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(images/option-icon.png) no-repeat center center;
}

/*MENUBAR*/
.menubar {
    clear: both;
}

    .menubar ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
    }

        .menubar ul li {
            clear: both;
            float: left;
            width: 100%;
        }

            .menubar ul li.sep {
                clear: both;
                float: none;
                padding: 0;
                height: 1px;
                font-size: 1px;
                background: url(images/menuitem-sep.png) no-repeat right center;
            }

            .menubar ul li > a {
                clear: both;
                float: left;
                width: 100%;
                color: #747474;
            }

                .menubar ul li > a span {
                    padding: 12px 5px 12px 40px;
                    float: left;
                    font-size: 14px;
                    font-weight: bold;
                    text-decoration: none;
                    color: #333333;
                    cursor: pointer;
                    background: url(images/menuitem-icon.png) no-repeat 15px center;
                }

            .menubar ul li.active > a {
                background: url(images/menu-item-active.png) repeat-y left top;
            }

                .menubar ul li.active > a span, .menubar ul li.active:hover > a span {
                    color: #FFFFFF;
                }

            .menubar ul li:hover > a span {
                color: #D82731;
            }

.submenu {
    clear: both;
    background: url(images/menuitem-sep.png) no-repeat right top;
}

    .submenu ul {
        clear: both;
        float: left;
        width: 100%;
    }

        .submenu ul li {
            clear: both;
            float: left;
            width: 100%;
            /*height: 39px;*/
        }

            .submenu ul li.childsep {
                padding: 0;
                height: 1px;
                font-size: 1px;
                background: url(images/menuitem-sep.png) no-repeat right center;
            }

            .submenu ul li a {
                clear: both;
                float: left;
                width: 100%;
                color: #747474;
            }

                .submenu ul li a span {
                    float: left;
                    padding: 12px 5px 12px 55px;
                    font-size: 12px;
                    font-weight: bold;
                    color: #747474;
                    text-transform: none;
                    background: url(images/menuitem-arrow.png) no-repeat 40px center;
                }

            .submenu ul li.active > a, .submenu ul li:hover > a {
                background: url(images/menu-item-active.png) repeat-y left top;
            }

                .submenu ul li.active > a span, .submenu ul li:hover > a span {
                    color: #FFFFFF;
                    background: url(images/menuitem-active-arrow.png) no-repeat 40px center;
                }

    .submenu li li a span {
        float: left;
        padding: 12px 5px 12px 75px;
        font-size: 12px;
        font-weight: bold;
        color: #747474;
        text-transform: none;
        background: url(images/subitem-arrow.png) no-repeat 60px center;
    }

    .submenu li li.active > a, .submenu li li:hover > a {
        background: url(images/menu-item-active.png) repeat-y left top;
    }

        .submenu li li.active > a span, .submenu li li:hover > a span {
            color: #FFFFFF;
            background: url(images/menuitem-active-arrow.png) no-repeat 60px center;
        }

/*FOOTER*/
.footerlink {
    clear: both;
    padding: 40px 0;
    overflow: hidden;
    background-color: #F2F4F5;
}

.footerlink-inner {
    clear: both;
    margin: 0 auto;
    width: 940px;
}

.connectbox {
    float: left;
}

    .connectbox h3 {
        clear: both;
        font-weight: bold;
        padding-bottom: 25px;
    }

        .connectbox h3 span {
            font-size: 14px;
            color: #52b5fa;
            text-transform: uppercase;
        }

    .connectbox a {
        width: 31px;
        height: 31px;
        position: absolute;
        z-index: 0;
        top: 0;
        cursor: pointer;
    }

        .connectbox a.t {
            left: 0;
        }

        .connectbox a.f {
            left: 35px;
        }

        .connectbox a.g {
            left: 70px;
        }

        .connectbox a.p {
            left: 106px;
        }

        .connectbox a.y {
            left: 143px;
        }

        .connectbox a.i {
            left: auto;
            right: 0;
        }

.connectbox-i {
    clear: both;
    width: 208px;
    height: 31px;
    background: url(images/connect.png) no-repeat center center;
    position: relative;
    z-index: 0;
}

.newsletterbox {
    float: right;
    width: 615px;
}

    .newsletterbox h3 {
        clear: both;
        font-weight: bold;
        padding-bottom: 25px;
        padding-left: 20px;
    }

        .newsletterbox h3 span {
            font-size: 14px;
            color: #333333;
            text-transform: uppercase;
        }

.newsletterbox-i {
    clear: both;
}

.newsletterbox .nl-txt {
    float: left;
    border: 0;
    outline: 0;
    width: 483px;
    height: 33px;
    padding: 5px 5px;
    color: #333;
    font-size: 14px;
    background: url(images/newsletter-input.png) no-repeat left top;
}

.newsletterbox .nl-btn {
    float: right;
    border: 0;
    outline: 0;
    width: 116px;
    height: 43px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    background: url(images/newsletter-button.png) no-repeat left top;
}

.footer-inner {
    clear: both;
    margin: 0 auto;
    width: 940px;
    padding: 15px 0;
    color: #FFF;
    font-size: 13px;
}

    .footer-inner a {
        color: #FFF;
    }

    .footer-inner span {
        color: #FFF;
    }

        .footer-inner span.sep {
            padding: 0 13px;
        }

.footercont-l {
    float: left;
    line-height: 1.5;
}

.footercont-r {
    float: right;
    line-height: 1.5;
}

.datapager {
    clear: both;
    margin: 10px 0;
    text-align: right;
}

    .datapager.center {
        text-align: center;
    }

    .datapager a {
        text-decoration: none;
        color: #333333;
        font-size: 13px;
        padding: 4px 7px;
        cursor: pointer;
        margin: 0 1px;
        border: #CCCCCC 1px solid;
    }

        .datapager a:hover {
            background: #d82731;
            color: #fff;
        }

    .datapager span {
        color: #333333;
        font-size: 13px;
        padding: 5px 8px;
        margin: 0 1px;
        border: 0;
    }

        .datapager span.active {
            background: #d82731;
            color: #fff;
        }

    .datapager a.prev {
    }

    .datapager a.next {
    }

.hsepline {
    clear: both;
    font-size: 1px;
    height: 2px;
    background: url(images/hsepline.gif) repeat-x left center;
}

.hr {
    clear: both;
    font-size: 1px;
    height: 20px;
}

.hr10 {
    clear: both;
    font-size: 1px;
    height: 10px;
}

.hr30 {
    clear: both;
    font-size: 1px;
    height: 30px;
}

.hr40 {
    clear: both;
    font-size: 1px;
    height: 40px;
}

.hrblock {
    clear: both;
    font-size: 1px;
    height: 20px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/*DIALOG*/
.dialogmask {
    display: none;
    position: fixed;
    z-index: 99990;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.dialog {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 700px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -250px;
    background-color: #FFFFFF;
    border: #A9A9A9 6px solid;
}

    .dialog h3 {
        clear: both;
        float: left;
        width: 100%;
        height: 40px;
        background-color: #FFF;
        color: #D82731;
    }

        .dialog h3 span {
            float: left;
            text-transform: uppercase;
            font-size: 18px;
            color: #d82731;
            padding: 10px 10px;
        }

        .dialog h3 a {
            position: absolute;
            z-index: 2;
            right: 5px;
            top: 8px;
            width: 24px;
            height: 24px;
            background: url(images/close-icon.png) no-repeat center center;
        }

.dialog-content {
    clear: both;
    position: absolute;
    z-index: 0;
    top: 50px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: auto;
}

.dialog img {
    max-width: 100%;
}

/*SITEMAP*/
.sitemapcont {
    clear: both;
    color: #333;
    padding-top: 20px;
}

ul.sitemap {
    clear: both;
    padding: 0;
    margin: 0;
}

    ul.sitemap li {
        clear: both;
        list-style: none;
        font-size: 12px;
        margin-bottom: 40px;
    }

        ul.sitemap li.have-child {
            margin-bottom: 0px;
        }

        ul.sitemap li a {
            font-size: 14px;
            font-weight: bold;
            padding-left: 12px;
            color: #333;
        }

            ul.sitemap li a:hover, ul.sitemap li.active a {
                color: #D82731;
            }

ul.child li {
    clear: none;
    list-style: none;
    float: left;
    text-transform: capitalize;
    line-height: 200%;
    margin-bottom: 0px;
}

ul.child {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: #747474;
}

    ul.child li a {
        font-size: 14px;
        font-weight: normal;
        background: none;
    }

        ul.child li a:hover {
            color: #D82731;
            background: none;
        }

/* Clearfix */
* html .clearfix {
    height: 1%; /* IE5-6 */
}

.clearfix {
    display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix {
    display: block; /* O */
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
}
