

.page-width {
    width: 1170px;
    margin: auto;
    position: relative;
}

.page-width-1000 {
    width: 1000px;
    margin: auto;
    position: relative;
}

.page-width-900 {
    width: 900px;
    margin: auto;
    position: relative;
}

.page-width-800 {
    width: 800px;
    margin: auto;
    position: relative;
}

#footPage {
    background: #272727;
    color: #666;
    padding: 30px 0;
}

.title-foot {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: white;
}

    .title-foot:after {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 70px;
        left: 0px;
        height: 2px;
        background: white;
    }

#footPage2 {
    padding: 10px 0;
}

.social {
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    background: #383838;
    margin-bottom: 10px;
    vertical-align: top;
    margin-right: 10px;
    color: white;
}

    .social span {
        display: none;
    }

    .social:hover {
        color: #006ecd !important;
    }

#footPage .social:last-child {
    width: 90px;
}

    #footPage .social:last-child span {
        display: block;
    }

#headPage {
    height: 64px;
    border-bottom: solid 1px black;
    padding: 10px 0;
    position: sticky;
    top: 0px;
    z-index: 112;
    background: white;
}

#logo {
    display: inline-block;
    vertical-align: top;
    width: 50px;
}

    #logo img {
        display: block;
        margin: auto;
    }

.menu-select {
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    font-size: 28px;
}

.lang {
    display: inline-block;
    vertical-align: top;
}

    .lang a {
        display: inline-block;
        vertical-align: top;
        line-height: 44px;
        margin-left: 5px;
        font-size: 16px;
    }

#mainMenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: white;
    position: absolute;
    top: 64px;
    left: 0px;
    height: calc(100vh - 64px);
    overflow: auto;
    width: 300px;
}

    #mainMenu > li {
        border-bottom: solid 1px #ddd;
        position: relative;
        z-index: 1;
    }

    #mainMenu a {
        display: block;
        padding: 0 20px;
        line-height: 46px;
        font-size: 18px;
        color: #666;
    }

    #mainMenu li:hover > a {
        color: black;
    }

#wrapMenu {
    position: fixed;
    top: -100vh;
    width: 100%;
    z-index: 111;
    transition: all 1s;
}

    #wrapMenu.open {
        top: 0px;
    }

#mainMenu .more {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    color: #666;
}

#mainMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    display: none;
}

    #mainMenu ul li {
        border-top: solid 1px #ddd;
    }

    #mainMenu ul a {
        padding-left: 40px;
        font-size: 16px;
    }

#wrapMenu .page-width:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 100%;
    background: white;
    width: 2000px;
    height: 100vh;
}

#mainMenu .open > .more:before {
    content: "\f0d7";
}

#mainMenu .open > ul {
    display: block;
}

.slide-item {
    position: relative;
    height: calc(100vh - 64px);
}

    .slide-item .desc {
        bottom: 50px;
        left: 50px;
        text-align: center;
        color: #ff9700;
        position: absolute;
        padding: 1px;
        font-size: 24px;
        font-weight: bold;
    }

    .slide-item .name {
        text-shadow: 2px 2px 2px black;
        font-size: 72px;
        line-height: normal;
    }

.intro-home {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 50px;
    width: 500px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.59);
    padding: 50px;
    color: white;
    z-index: 111;
}

.title-line {
    color: #ff9700;
    font-size: 28px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .title-line:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100px;
        height: 2px;
        background: #ff9700;
    }

#playVideoHome {
    line-height: 44px;
    width: 60px;
    font-size: 32px;
    border-radius: 100%;
    border: solid 5px black;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    text-align: center;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding-left: 7px;
}


.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;
    }

.news-item .img, .news-item .img img {
    display: block;
}

.news-item .name {
    font-weight: bold;
    display: block;
    margin: 10px 0;
}

.news-item {
    margin-bottom: 20px;
}

.b-item .img {
    float: right;
    margin-left: 20px;
}

.b-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #666;
}

.form {
    width: 100%;
}

    .form th, .form td {
        padding: 0 10px 10px 0;
        text-align: left;
        background: none;
        border: 0px;
    }

    .form .TextBox, .form .TextArea, .form .SelectBox {
        width: 100%;
        height: 40px;
        border-radius: 5px;
    }

    .form th {
        width: 140px;
        font-weight: normal;
        font-size: 18px;
    }

    .form .TextArea {
        height: 100px;
    }

.clear-p p {
    margin: 0px;
}

.Button {
    line-height: 40px;
    height: 40px;
    background: #85c43f;
    min-width: 100px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
}

.detail-left {
    width: 70%;
}

.detail-right {
    width: 30%;
}

.title-left {
    background: #ff9700;
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title-large {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 30px;
}

    .title-large:after {
        content: '';
        height: 2px;
        width: 100px;
        display: block;
        margin: auto;
        margin-top: 20px;
        background: #ff9700;
    }

.list-cate {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

    .list-cate li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
    }

    .list-cate ul {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        margin: 0px;
        padding: 0px;
        border-bottom: solid 2px #ddd;
    }

    .list-cate a {
        line-height: 60px;
        font-size: 20px;
        padding: 0 20px;
        display: block;
        vertical-align: top;
        position: relative;
    }

        .list-cate a:hover, .list-cate a.select {
            color: black;
        }

            .list-cate a:hover:before, .list-cate a.select:before {
                content: '';
                position: absolute;
                bottom: -3px;
                height: 4px;
                left: 0px;
                width: 100%;
                background: #ff9700;
                border-radius: 10px;
            }

.intro-item {
    margin-bottom: 30px;
}

    .intro-item .img, .intro-item img {
        display: block;
    }

    .intro-item .name {
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }

    .intro-item .date {
        color: #666;
        margin-bottom: 10px;
        font-size: 14px;
    }

        .intro-item .date i {
            display: inline-block;
            margin-right: 10px;
            vertical-align: top;
        }

    .intro-item .desc {
        color: #444;
        margin-bottom: 10px;
    }

    .intro-item .view-more {
        color: black;
        font-size: 18px;
    }

.menu-service {
    display: none;
    vertical-align: top;
}

    .menu-service a {
        display: inline-block;
        vertical-align: top;
        line-height: 22px;
        margin: 0 40px;
        height: 44px;
        text-align: center;
        position: relative;
        padding: 0 10px;
    }

        .menu-service a.select:before {
            content: '';
            position: absolute;
            top: 51px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: #ff9700;
        }

#headPage.open .menu-service {
    display: inline-block;
}

#headPage.open .lang {
    float: right;
}

.btn-show-gallery {
    position: absolute;
    bottom: 30px;
    right: 50%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 0 10px;
    line-height: 36px;
    text-transform: uppercase;
}

.media-detail {
    height: calc(100vh - 64px);
    position: relative;
    background-size: cover;
    background-position: center center;
}


.tab-slide {
    border-bottom: solid 1px #ddd;
}

.tab-slide-title {
    padding: 15px 0;
    line-height: 20px;
    font-weight: bold;
    text-transform: capitalize;
    color: black;
    cursor: pointer;
}

    .tab-slide-title i {
        float: right;
        color: #9e9e9e;
        font-size: 14px;
    }

.tab-slide.open .tab-slide-title i:before {
    content: "\f0d7";
}

.tab-slide-content {
    display: none;
}

.partner-item {
    margin-bottom: 20px;
}

    .partner-item > * {
        display: block;
        margin: auto;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }

    .partner-item .name {
        margin-top: 10px;
    }

    .partner-item .desc {
        text-transform: none;
        font-weight: normal;
    }
