@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

.career-list table, .details-text table, .load-text table, .tab-content table {
    border-spacing: 1px;
    table-layout: fixed;
}

.box-news-2, .career-list tr, .career-title, .close-infobox, .file-up, .input-select select, .input-text input[type="file"], .item-box, .link-page, .list-view li, .radio-box input[type="radio"], .radio-box label, .select-box li, .select-box li label, button {
    cursor: pointer;
}
#about-page .row-1 .col-6:first-child {
    display: flex;
}
.loadicon, .loadx {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110000;
}

.radio-box label span, textarea {
    font-weight: 400;
    font-size: 18px;
}

.input-select select, .radio-box input[type="radio"], button, textarea {
    -webkit-appearance: none;
    outline: 0;
}

.details-center, .details-center h2, .details-text h3 {
    font-family: Lato, sans-serif;
}

.bg-first:after, .bg-fixed::after, .bg-overlay-banner, .slide-overlay {
    mix-blend-mode: multiply;
}

.list-m li a, .slider-wrap, .sub-nav ul {
    white-space: nowrap;
}

.bg-popup, .overlay-dark, .overlay-menu {
    -ms-touch-action: none;
    -webkit-touch-callout: none;
}

.all-album, .all-pics .text-length, .bg-popup, .dragscroll, .overlay-dark, .overlay-menu {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
}

.loadx {
    background: url(https://img.htvietnam.vn/layouts/layout103/cycle.png) center center no-repeat;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: Rotate 1.5s linear infinite;
    animation: Rotate 1.5s linear infinite;
}

.loadicon {
    width: 90px;
    height: 80px;
    margin: -40px 0 0 -45px;
}

.load-present {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.select-box li label, input[type="checkbox"] {
    top: 50%;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    position: absolute;
}

.container, .content-table, .input-text, section {
    height: auto;
    position: relative;
}

.loadicon.show .stroke-line {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    fill-opacity: 1;
    stroke-opacity: 0;
}

input[type="password"], input[type="text"], textarea {
    -webkit-transition: all 0.3s ease-in-out;
    color: #464646;
}

.stroke-line {
    fill-opacity: 0;
    fill: #213679;
    stroke: #213679;
    stroke-miterlimit: 10;
    stroke-width: 1;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
}

.loader .stroke-line {
    -webkit-animation-name: DrawStroke;
    animation-name: DrawStroke;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.loadicon.show .color-stroke-01 {
    fill: #213679;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.is-IE .stroke-line {
    stroke-dasharray: 800;
    stroke-dashoffset: 0;
}

.container {
    width: 100%;
    display: block;
    margin: 90px 0 0;
    min-height: 100vh;
    overflow: hidden;
    opacity: 0;
}

.content-table, section {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.content-home, .content-page {
    background-color: #ececec;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.no-display {
    display: none !important;
    visibility: hidden;
}

section.bg-white, section.contact-info {
    z-index: 2;
}

.bg-grey {
    background-color: #666;
    color: #fff;
}

.bg-white, .select-box li label {
    background-color: #fff;
}

form {
    width: 100%;
    height: auto;
}

.input-text {
    margin-bottom: 10px;
}

input[type="password"], input[type="text"], input[type="email"] {
    width: 100%;
    height: 57px;
    position: relative;
    display: block;
    font-size: 18px;
    background-color: #fff;
    line-height: 57px;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #a1a1a1;
    opacity: 0.8;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
}

input[type="password"]:focus, input[type="text"]:focus {
    opacity: 1;
}

input[type="checkbox"] {
    opacity: 0;
    right: 20px;
}

.select-box li label {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: 20px;
}

.select-box li label::after {
    content: "";
    width: 15px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: 0 0;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.select-box li input[type="checkbox"]:checked+label::after, textarea:focus {
    opacity: 1;
}

.input-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    height: 160px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #a1a1a1 !important;
    line-height: 1.4;
    resize: none;
    overflow: auto;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.bg-overlay-banner, .bottom-footer, .box-news-1 h3, .box-news-home, .box-s-1, .box-service-home, .footer, .input-select select, .item-name h3, .item-pic, .list-m li a, .member-list, .pic-ach, .pic-img, .pic-news-2, .row-1, .row-2, .scrollA, .scrollB, .select-header h3, .slide-mask, .text-news-home p, .txt-his, .txt-news-2 p {
    overflow: hidden;
}

.wrap-content .row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#about-page .row-1 .col-6:first-child {
    display: flex;
}

#about-page .row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

#about-page .img-value img {
    width: 70%;
    max-width: inherit;
}

.radio-box {
    position: relative;
    display: block;
    height: 64px;
    line-height: 64px;
    text-align: left;
}

.radio-box label span, .radio-box li {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.radio-box li {
    display: inline-block;
    margin-right: 15px;
    line-height: normal;
}

.radio-box label {
    position: relative;
    display: block;
    text-align: left;
    z-index: 1;
}

.details-content, .input-but, .social, .title-1, .title-2, .title-2 h2, .title-page, .title-page h1 {
    text-align: center;
}

.radio-box label span {
    display: inline-block;
    margin-left: 7px;
    line-height: 1;
    color: #464646;
}

.radio-box input[type="radio"] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    opacity: 0;
    background-color: transparent;
    border: none;
    vertical-align: middle;
}

.radio-box input[type="radio"]+.radio-mask {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: -1;
    margin: 0 0 0 -25px;
    background-color: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radio-box input[type="radio"]+.radio-mask::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -7px;
    width: 100%;
    height: 100%;
    background: url(../images/check.png) center center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.radio-box input[type="radio"]:checked+.radio-mask::before {
    opacity: 1;
}

.input-but {
    position: relative;
    height: auto;
}

.outer-but {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.input-select, .input-select select {
    position: relative;
    display: block;
    width: 100%;
}

button {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding: 23px;
    background-color: #f1662f;
    border: none;
    text-transform: uppercase;
}

.input-select select, .input-select select option {
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
}

.input-select {
    height: auto;
    margin: 0 0 10px;
    z-index: 1;
}

.input-select select {
    height: 64px;
    padding: 5px 64px 5px 20px;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #999;
    font-size: 16px;
    background: url(../images/arrow-down.png) right center no-repeat;
    border: 1px solid #ddd;
}

.input-select::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(0deg, #fff 0, #eee 100%);
    background: linear-gradient(0deg, #fff 0, #eee 100%);
    z-index: -1;
}

.input-select select::-ms-expand {
    display: none;
}

.input-select select option {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    background-color: #62676e;
}

.input-select select [title] {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.title-1 h2, .title-border h2, .title-page h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: inherit;
}

.social {
    float: left;
    height: auto;
}

.social ul {
    width: 100%;
    height: auto;
    display: block;
    list-style: none;
}

.social li {
    position: relative;
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.social li a {
    width: 50px;
    height: 50px;
    opacity: 1;
    display: block;
    text-indent: -9999px;
}

.banner-home, .banner-inner, .slide-mask {
    height: auto;
    width: 100%;
    position: relative;
    display: block;
}

.facebook {
    background: url(../images/facebook.svg) center center/contain no-repeat;
}

.google {
    background: url(../images/google.svg) center center/contain no-repeat;
}

.youtube {
    background: url(../images/youtube.svg) center center/contain no-repeat;
}

.banner-home, .banner-inner {
    margin-top: 70px;
    z-index: 1;
}

.slide-mask {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg-home, .bg-inner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    display: block;
    width: 100%;
}

.bg-home {
    background-color: #ccc;
}

.bg-home img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center center;
}

.bg-cover, .bg-cover::after, .bg-home, .bg-inner {
    backface-visibility: hidden;
}

.bg-home {
    height: auto;
}

.bg-inner {
    height: 75vh;
}

.bg-home:after, .bg-overlay-banner, .box-line, .slide-overlay {
    position: absolute;
    top: 0;
    height: 100%;
}

.play, .stop {
    display: block;
    position: absolute;
    z-index: -9999;
}

.slide-overlay {
    width: 100%;
    left: 0;
    background: -webkit-linear-gradient(180deg, rgba(91, 84, 80, 0.6) 0, rgba(226, 6, 19, 0.8) 100%);
    background: linear-gradient(180deg, rgba(91, 84, 80, 0.6) 0, rgba(226, 6, 19, 0.8) 100%);
    opacity: 0;
    z-index: 1;
}

.bg-overlay-banner {
    display: none;
    left: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
}

.box-line, .slide-item.ani-text .bg-overlay-banner {
    width: 20vw;
}

.slide-item.ani-text:nth-child(odd) .bg-overlay-banner {
    background-color: rgba(226, 6, 19, 0.8);
}

.box-line {
    display: none;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.banner-home .box-line {
    display: none;
}

.pic-img, .pic-img img {
    height: auto;
    display: block;
    width: 100%;
    position: relative;
}

.pic-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pic-img img {
    opacity: 0;
    pointer-events: none;
}

.scrollA, .scrollB {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
}

.sub-menu .nicescroll-cursors {
    margin-right: -9px;
}

.title-page {
    display: none;
    position: absolute;
    width: 20vw;
    height: auto;
    left: 0;
    top: calc(37.5vh - 50px);
    pointer-events: none;
    z-index: 10;
    padding: 0 1vw;
}

#home-page .title-page {
    display: none;
}

.title-page h1 {
    position: relative;
    display: inline-block;
    color: #fff;
    opacity: 0;
}

.title-border, .title-page h1>span {
    display: block;
}

.title-page h1>span>span {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    opacity: 0;
}

.title-page h1.show, .title-page h1>span>span.move {
    opacity: 1;
}

.title-page h1::after, .title-page h1::before {
    content: "";
    position: absolute;
    width: 212px;
    height: 100%;
    display: block;
    left: 50%;
    margin: 0 0 0 -106px;
}

.title-page h1.show::after {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.title-page h1.show::before {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.title-border {
    position: relative;
    height: auto;
    width: 100%;
    padding: 40px 0 40px 23vw;
    min-width: 130px;
}

.title-border:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: 100%;
    border-right: 1px solid #ddd;
}

.title-1, .title-2 {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}

.title-1 {
    margin-bottom: 30px;
}

.title-2 {
    margin-bottom: 40px;
}

.title-2:after, .title-2:before {
    content: " ";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background-color: #666;
    left: 0;
}

.title-2:before {
    left: auto;
    right: 0;
}

.title-2.title-white:after, .title-2.title-white:before {
    background: #fff;
}

.title-2 h2 {
    font-weight: 700;
    font-size: 35px;
    color: #666;
    text-transform: inherit;
}

.box-companyinfo h3, .details-center h2, .details-text h3, .newletter h3, .sub-nav li a {
    text-transform: uppercase;
}

.title-2.title-white h2, .title-white h2 {
    color: #fff;
}

.details-content {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3000;
    overflow-x: hidden;
    top: 0;
}

.details-content::after, .details-content::before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle;
}

.details-content>span {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.details-center {
    position: relative;
    display: inline-block;
    width: 90%;
    height: 100vh;
    vertical-align: middle;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    z-index: 5;
    background-color: #fff;
    opacity: 0;
}

.details-outer, .details-text {
    position: relative;
    width: 100%;
}

.details-center h2 {
    color: #213679;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: block;
    margin: 0 0 20px;
}

.details-outer {
    height: auto;
    margin: 0;
    padding: 30px 50px 50px;
    background-color: #fff;
}

.details-text {
    height: auto;
    padding: 30px 0;
    display: block;
    border-bottom: 1px dotted #404040;
    border-top: 1px dotted #404040;
    font-size: 15px;
    line-height: 1.4;
    color: #404040;
    text-align: left;
}

.details-text h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #404040;
}

.details-text h3 strong {
    font-weight: 700;
}

.details-text p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.details-text p strong {
    font-weight: 700;
}

.details-text img, .details-text p img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.details-text ol, .details-text ul {
    text-align: left;
    list-style: inherit;
    -webkit-margin-start: 16px;
}

.details-text li, .details-text ol li, .details-text p span, .details-text span {
    text-align: left;
    margin: 5px 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.details-text table {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 20px auto;
}

.details-text table td, .details-text table th {
    padding: 10px 10px 12px;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    line-height: 1.2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.date-news, .date-news span, .details-center .download-but h3, .details-center .download-but span, .item-date, .item-link-name, .item-search p, .item-search::before, .resultCount span, .search-mess p, .sub-nav li a {
    font-family: Arial, Helvetica, sans-serif;
}

.details-text iframe {
    max-width: 100%;
}

.details-text table tbody:only-child tr:first-child td, .details-text table thead td, .details-text table thead th {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.details-content .close-popup {
    top: 10px;
    right: 30px;
    position: fixed;
}

.download-but {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 0 80px;
    text-align: center;
}

.download-but a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 20px 80px 20px 30px;
    background-color: #213679;
    text-align: left;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.download-but a::after, .download-but a::before {
    position: absolute;
    content: "";
}

.download-but a::before {
    left: -7px;
    top: -7px;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ef402a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.download-but a::after {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    background: url(../images/select.png) center center no-repeat #a12415;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer, .left-footer, .right-footer {
    position: relative;
    display: block;
}

.details-center .download-but span {
    font-size: 20px;
    font-weight: 400;
}

.details-center .download-but h3 {
    margin-top: 5px;
    font-size: 36px;
    font-weight: 700;
}

.download-but a:hover {
    background-color: #999898;
}

.download-but a:hover::before {
    border: 11px solid #999898;
}

.download-but a:hover::after {
    background-color: #5f5f5f;
}

.footer {
    height: auto;
    width: 100%;
    color: #fff;
    /* background-color: #666; */
}

.footer a {
    color: #fff;
}

.left-footer {
    width: 60%;
    float: left;
    height: auto;
    padding: 40px 10%;
    background-color: #213679;
}

.right-footer {
    background: white;
    width: 40%;
    float: left;
    padding: 40px 7%;
    height: 288px;
}

.bottom-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px 15px 20px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
}

.box-companyinfo, .company-info, .company-info li {
    position: relative;
    width: 100%;
}

.box-companyinfo {
    display: inline-block;
    vertical-align: top;
}

.box-companyinfo h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.company-info {
    height: auto;
    font-size: 16px;
}

.company-info a, .company-info li {
    font-weight: 400;
    line-height: 1.6;
}

.company-info li {
    padding-left: 35px;
    display: block;
    height: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 15px;
}

.company-info li::before, .company-info p {
    display: inline-block;
    vertical-align: middle;
}

.company-info li::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    margin-right: 10px;
    margin-left: -2px;
    top: -2px;
    left: -2px;
}

.form-newletter, .newletter {
    width: 100%;
    position: relative;
}

.company-info .bt-location::before {
    background: url(https://img.htvietnam.vn/layouts/layout103/location.svg) left center/contain no-repeat;
}

.company-info .bt-phone::before {
    background: url(https://img.htvietnam.vn/layouts/layout103/phone.svg) left center/contain no-repeat;
}

.company-info .bt-email::before {
    background: url(https://img.htvietnam.vn/layouts/layout103/email.svg) left center/contain no-repeat;
}

.company-info .bt-tax::before {
    background: url(https://img.htvietnam.vn/layouts/layout103/tax.svg) left center/contain no-repeat;
}

.company-info p {
    max-width: calc(100% - 40px);
    position: relative;
    margin: 0 -3px;
}

.company-info-r .bt-location::before {
    background: url(../images/location1.svg) left center/contain no-repeat;
}

.company-info-r .bt-phone::before {
    background: url(../images/phone1.svg) left center/contain no-repeat;
}

.company-info-r .bt-email::before {
    background: url(../images/email1.svg) left center/contain no-repeat;
}

.newletter {
    height: auto;
}

.newletter h3 {
    color: #213679;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: left;
}

.form-newletter {
    padding-right: 100px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: block;
}

.form-newletter input[type="text"] {
    display: block;
    height: 51px;
    line-height: 38px;
    padding: 10px;
    font-size: 14px;
    border: none;
    opacity: 1;
    border-radius: 0;
}

.form-newletter .button-red {
    position: absolute;
    width: 110px;
    top: 0;
    right: 0;
    padding: 18px 0;
    display: block;
    height: 51px;
}

.copyright {
    float: right;
    margin-top: 20px;
    font-size: 12px;
}

.footer-inner {
    background-color: #213679;
    padding: 40px 0;
}

.footer-inner .newletter {
    float: left;
    width: auto;
}

.footer-inner .newletter h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.footer-inner .form-newletter {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin-left: 10px;
    border: 1px solid #fff;
}

.outer-nav, .sub-nav {
    position: relative;
    width: 100%;
}

.footer-inner .copyright, .footer-inner .social {
    float: right;
}

.outer-nav {
    padding: 0;
    background-color: #e7e7e7;
    z-index: 3;
    display: none !important;
}

.outer-nav.second {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pic-news-home, .sub-nav li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub-nav {
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.sub-nav li, .sub-nav ul {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

.sub-nav ul {
    font-size: 0;
    background-color: #fff;
}

.sub-nav li {
    vertical-align: middle;
    margin: 0 -1px;
}

.sub-nav li a {
    border: 1px solid #ddd;
    display: block;
    padding: 15px;
    vertical-align: top;
    margin: 0 1px;
    font-weight: 700;
    font-size: 13px;
    color: #333;
}

.sub-nav li.current a {
    background-color: #213679;
    color: #fff;
}

.sub-nav li.current::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-ach:after, .item-history h3:after, .item-member-about:before, .list-m li a:after, .list-service-home li:before, .pic-news-home::before, .row-2 .circle-about:before, .slider-history:before, .text-news-home::after, .text-news-home::before, .value-about:before {
    content: " ";
}

.page-pagination, .slide-pagi {
    height: auto;
    position: relative;
}

.outer-nav.second.fixed {
    top: 90px;
    opacity: 1;
    pointer-events: inherit;
}

.fullcontent .header, .item-project::before, .level-index-out, .link-page.current, .mobile-call ul, .nav-history li.active a, .news-pic img, .no-link, .overlay-menu, .pic-thumb img, .slide-pagi a.current, .title-detial, .wheel {
    pointer-events: none;
}

.outer-nav.second.fixed ul {
    background-color: #fff;
}

.outer-nav.second.fixed .sub-nav li a {
    padding: 10px 15px;
    font-size: 12px;
}

.sub-nav.release li.current::after {
    display: none;
}

.page-pagination {
    width: 100%;
    max-width: 1050px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.slide-pagi {
    width: 212px;
    display: inline-block;
    margin: 0;
    z-index: 10;
}

.slide-pagi span {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    text-align: center;
}

.slide-pagi a {
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
    color: #444;
    background-color: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.slide-pagi a.current {
    color: #fff;
    background-color: #213679;
}

.slide-pagi .slide-buttons {
    top: 0;
    margin: 0;
}

.slide-pagi .slide-prev {
    background: url(../images/previous2.svg) 50%/50% no-repeat #666;
    width: 40px;
    height: 40px;
    top: 0;
    left: -42px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.slide-pagi .slide-next {
    background: url(../images/next2.svg) 50%/50% no-repeat #666;
    width: 40px;
    height: 40px;
    top: 0;
    right: -42px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.slide-pagi .slide-next:hover, .slide-pagi .slide-prev:hover {
    -webkit-transform: none;
    transform: none;
    background-color: #ddd;
}

.slide-pagi .slide-buttons:not(.disabled) {
    display: block;
}

.txt-banner {
    position: absolute;
    height: auto;
    width: 100%;
    top: 50%;
    left: 20vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 700px;
    color: #fff;
    z-index: 4;
}

.txt-banner h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}

.txt-banner p {
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 400;
}

.bg-first:after {
    background-color: rgba(226, 6, 19, 0.4);
    width: 80vw;
}

.box-service-home {
    position: relative;
    display: block;
    width: 100%;
    background-color: #213679;
    padding-left: 20vw;
}

.list-service-home {
    float: left;
    width: 50%;
    position: relative;
    height: auto;
    display: block;
    padding: 20px 20px 20px 0;
}

.list-service-home li:before {
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #fff;
}

.list-service-home li a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: block;
}

.list-service-home li {
    margin: 40px 0;
    padding: 0;
    position: relative;
}

.pic-service-home {
    width: 50%;
    float: right;
    height: 400px;
}

.padding-main {
    padding: 60px 0;
}

.box-news-1 {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    text-align: left;
    display: block;
}

.box-news-1 a {
    display: block;
    color: #333;
    padding: 10px 20px 10px 10px;
    position: relative;
}

.box-news-1 h3, .news-new, .news-top {
    display: inline-block;
    height: auto;
    position: relative;
}

.box-news-1 h3 {
    max-height: 59px;
    max-width: calc(100% - 80px);
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    text-transform: inherit;
}

.news-new, .news-top {
    vertical-align: top;
}

.news-new {
    width: 42%;
    margin-left: 8%;
}

.news-top {
    width: 49%;
    margin-bottom: 30px;
}

.slider-newstop {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.box-news-2 {
    width: 99%;
    margin: auto;
    border: 1px solid #ddd;
    position: relative;
    display: block;
    padding: 15px;
}

.pic-news-2, .txt-news-2 {
    width: 100%;
    display: block;
}

.box-news-2 a {
    display: block;
}

.pic-news-2 {
    position: relative;
    height: auto;
}

.pic-news-2 .pic-img {
    position: relative;
    display: block;
    height: 270px;
}

.pic-news-2 span {
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 15px;
    text-transform: uppercase;
}

.txt-news-2 {
    padding: 15px 0;
    height: auto;
}

.txt-news-2 h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    height: auto;
    text-transform: inherit;
}

.button-red, .circle-about, .head-circle, .txt-direc {
    text-transform: uppercase;
}

.txt-news-2 p {
    display: block;
    font-size: 14px;
    height: auto;
    max-height: 45px;
}

.date-news {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0 10px 0 0;
    color: #333;
    text-align: center;
    border-right: 1px solid #213679;
    font-size: 12px;
    line-height: 1.2;
    z-index: 1;
}

.date-news span {
    font-weight: 400;
    display: block;
    position: relative;
    font-size: 30px;
    opacity: 0.4;
}

.button-red, .col-m {
    display: inline-block;
}

.button-red, .text-news-home h3 {
    font-size: 15px;
    font-weight: 700;
}

.button-red {
    padding: 10px 20px;
    color: #fff;
    background-color: #213679;
}

.col-m {
    width: 48%;
    margin: 0 5px;
    vertical-align: top;
}

.list-m li a {
    display: block;
    padding: 20px 40px 20px 20px;
    color: #666;
    text-overflow: ellipsis;
    position: relative;
    background-color: #fff;
    text-align: left;
}

.list-m li a:after {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/g.png) no-repeat;
}

.bg-cover, .news-pic, .pic-news-home, .pic-thumb {
    background-position: center center;
}

.padding-top {
    padding-top: 60px;
}

.list-news-home {
    position: relative;
    width: 100%;
    display: table;
}

.box-news-home, .pic-news-home, .text-news-home {
    float: left;
    display: block;
}

.box-news-home {
    position: relative;
    width: 40%;
}

.pic-news-home {
    position: relative;
    width: 50%;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-news-home::before {
    width: 0;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.text-news-home {
    padding: 40px;
    width: 50%;
    background-color: #666;
    color: #fff;
    height: 270px;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.a-col-4, .box-news-home:nth-child(2) .pic-news-home, .box-news-home:nth-child(3) .pic-news-home {
    float: right;
}

.text-news-home::after, .text-news-home::before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.text-news-home h3 {
    line-height: 1.4;
    margin: 0 0 10px;
    display: block;
}

.center-text-news {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: 0 -5px;
}

.text-news-home p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px;
    display: block;
    max-height: 133px;
}

.box-news-home:nth-child(1) {
    width: 20%;
}

.box-news-home:nth-child(1) .pic-news-home, .box-news-home:nth-child(1) .text-news-home, .item-ach {
    width: 100%;
}

.box-news-home:nth-child(1) .pic-news-home::before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #666;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
}

.box-news-home:nth-child(2) .pic-news-home::before, .box-news-home:nth-child(3) .pic-news-home::before {
    border-left: 30px solid #666;
    left: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: 50%;
    margin-top: -30px;
}

.box-news-home:nth-child(4) .pic-news-home::before, .box-news-home:nth-child(5) .pic-news-home::before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #666;
    top: 50%;
    margin-top: -30px;
    right: 0;
}

.about-home {
    background-color: #213679;
}

.item-ach {
    position: relative;
    display: block;
    height: auto;
    padding: 20px 300px 20px 20px;
}

.item-ach:after {
    position: absolute;
    top: 0;
    right: 150px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.circle-about, .txt-ach, .txt-direc {
    background-color: #213679;
}

.pic-ach {
    position: relative;
    display: block;
    width: calc(100% - 300px);
    height: auto;
    max-height: 600px;
}

.txt-ach {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 300px;
    padding: 50px 0 50px 30px;
    color: #fff;
    right: 0;
    z-index: 4;
}

.txt-ach h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
}

.txt-ach p {
    font-size: 20px;
}

.slide-buttons.disabled {
    display: none !important;
}

.slide-ach {
    position: relative;
    display: block;
}

.slide-ach .slide-buttons {
    position: absolute;
    bottom: 200px;
    right: -65px;
    top: auto;
    left: auto;
    margin: 0;
    width: 420px;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.a-col-4, .a-col-8, .box-direc, .col-6, .item-partner, .row-1, .row-2, .slide-partner, .txt-direc, .value-about, .value-about:before {
    position: relative;
}

.slide-ach .slide-page.active span:not(.dot-number) {
    background-color: #fff;
}

.slide-ach .slide-page.active span:not(.dot-number)::before {
    border-color: #fff;
}

.slide-ach .slide-next, .slide-ach .slide-prev {
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    right: auto;
    display: inline-block;
    margin: 0 10px;
    background-color: #213679;
}

.a-col-4, .a-col-8, .item-partner, .item-partner img, .row-1, .row-2, .slide-partner {
    display: block;
}

.item-partner, .item-partner img, .row-1, .row-2, .slide-partner {
    height: auto;
    width: 100%;
}

.item-ach .view-album {
    opacity: 0;
}

.item-partner {
    text-align: center;
}

.row-1 .col-6:first-child {
    padding-right: 40px;
    /* display: contents; */
}

.row-2 .col-6:first-child {
    float: right;
    padding-left: 40px;
}

.a-col-4 {
    width: 25%;
}

.a-col-8, .col-6 {
    float: left;
}

.a-col-8 {
    width: 75%;
    padding: 60px 40px 60px 0;
}

.box-direc, .box-direc img {
    width: 100%;
    height: auto;
    display: block;
}

.a-col-8 p {
    margin-bottom: 15px;
}

.box-direc {
    max-width: 400px;
    margin: 67px auto auto;
}

.txt-direc {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    text-align: left;
}

.circle-about, .head-circle, .history-about, .item-history, .nav-history, .vision {
    text-align: center;
}

.txt-direc strong {
    display: block;
    margin-bottom: 5px;
}

.col-6 {
    display: block;
    width: 50%;
}

.value-about {
    display: block;
}

.value-about:before {
    display: block;
    padding: 50%;
}

.circle-about {
    position: absolute;
    z-index: 5;
    font-size: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #c1c1c1;
    color: #fff;
    width: 35%;
    height: 35%;
    padding: 8% 5% 0;
}

.circle-about h3 {
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 5px;
}

.circle-about p {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3;
}

.circle-about:nth-child(2) {
    left: 0;
    bottom: 40px;
}

.circle-about:nth-child(3) {
    right: 0;
    bottom: 40px;
}

.circle-about:nth-child(1) {
    left: 50%;
    top: 0;
    margin-left: -17%;
}

.head-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    line-height: 1.4;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 15px;
    color: #213679;
}

.col-txt .title-sm, .item-member-about h3, .item-name h3, .title-member, .title-sm {
    text-transform: inherit;
}

.circle-big {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 13%;
    left: 10%;
    border: 30px solid #c1c1c1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.title-sm {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
}

.col-txt p {
    margin-bottom: 15px;
}

.row-2 .circle-about {
    font-size: 57%;
    padding-top: 9%;
}

.row-2 .circle-about p {
    font-size: 1.5em;
}

.head-circle {
    font-size: 24px;
}

.row-2 .circle-about:before {
    width: 20px;
    height: 35%;
    position: absolute;
    background-color: #c1c1c1;
}

.history-about, .slider-history, .slider-history .slide-buttons, .vision {
    position: relative;
    display: block;
    height: auto;
}

.row-2 .circle-about:nth-child(1):before {
    bottom: -35%;
    left: 50%;
    margin-left: -10px;
}

.row-2 .circle-about:nth-child(2):before {
    top: -4%;
    right: -13%;
    transform: rotate(50deg);
}

.row-2 .circle-about:nth-child(3):before {
    top: -4%;
    left: -13%;
    transform: rotate(-50deg);
}

.date, .video-full {
    -webkit-transform: translateY(-50%);
}

.vision {
    background-color: #e4e4e4;
    color: #333;
}

.vision .wrap-content {
    max-width: 800px;
}

.history-about {
    width: 100%;
    color: #fff;
}

.slider-history .slide-buttons {
    top: auto;
    left: auto;
    margin: 0;
}

.slider-history {
    padding: 0 10%;
}

.slider-history:before {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

.slider-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

.slider-history .slide-next, .slider-history .slide-prev {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0;
    left: auto;
    right: auto;
    vertical-align: middle;
}

.item-history:after, .member-list:before, .slider-history .slide-buttons:before {
    left: 50%;
    content: " ";
}

.slider-history .slide-buttons:before {
    position: absolute;
    top: 59px;
    margin-left: -35px;
    width: 70px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

.item-history, .txt-his {
    position: relative;
    height: auto;
}

.item-history {
    color: #fff;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    max-width: 350px;
    background-color: #666;
}

.item-history h3 {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    white-space: normal;
    color: #fff;
}

.item-history h3:after {
    display: block;
    width: 80px;
    margin: auto;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

.item-history:after {
    position: absolute;
    top: 97px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
}

.achievement-about, .item-history.active, .item-history.active:before, .member-list:before, .nav-history li.active a {
    background-color: #213679;
}

.item-history p {
    margin-bottom: 15px;
    white-space: normal;
}

.txt-his {
    display: block;
    height: 75px;
}

.member-list, .nav-history, .nav-history li, .nav-history ul {
    position: relative;
    height: auto;
}

.item-history, .item-history:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-history {
    width: 90%;
    display: block;
    margin: auto;
}

.nav-history ul {
    width: 100%;
    white-space: nowrap;
}

.nav-history li {
    display: inline-block;
    vertical-align: top;
}

.nav-history li a {
    display: block;
    padding: 10px;
    font-weight: 700;
    color: #fff;
}

.nav-history li.active a {
    color: #fff;
}

.chart-about img {
    width: 100%;
}

.chart-about .zoom {
    display: none;
}

.member-list {
    width: 100%;
    display: block;
    margin: auto;
    padding: 50px 0;
}

.member-list:before {
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
}

.item-member-about {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: right;
    padding-right: 30px;
}

.item-member-about:before {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #213679;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 4;
}

.member-list li {
    min-height: 192px;
    margin-bottom: 75px;
}

.member-list li:nth-child(2n) {
    text-align: right;
}

.member-list li:nth-child(2n) .item-member-about {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
}

.item-member-about img {
    height: 180px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    right: -192px;
}

.achievement-about, .item-achievement {
    position: relative;
    display: block;
    height: auto;
}

.member-list li:nth-child(2n) .item-member-about img {
    left: -192px;
    right: auto;
}

.member-list li:nth-child(2n) .item-member-about:before {
    right: auto;
    left: -10px;
}

.item-member-about h3 {
    color: #213679;
}

.achievement-about {
    color: #fff;
}

.two-column p {
    /* line-height: 1.7; */
    /* margin-bottom: 20px; */
}

.achievement-about .wrap-content {
    max-width: 1100px;
}

.item-achievement {
    width: 100%;
}

.item-achievement .pic-img {
    height: 400px;
}

.item-achievement h3 {
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
}

.item-box, .item-name, .item-pic, .item-pic::before {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}

.pic-slider {
    display: block;
    width: 100%;
}

.item-box {
    border: none;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

.item-pic {
    max-height: 400px;
    line-height: 0;
}

.item-pic::before {
    content: "";
    padding: 58% 0 0;
}

.bg-grey-1:before, .box-s-2:before {
    content: " ";
}

.item-name {
    padding: 15px 10px 10px;
    color: #333;
    line-height: 1.4;
    z-index: 1;
    text-align: center;
}

.item-name h3 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    max-height: 44px;
    white-space: normal;
}

.file-name, .select-box li h3, .select-header h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pic-slider .slide-wrapper-outer {
    padding: 15px 0;
}

.slider-achievement {
    margin-bottom: 40px;
}

.slider-achievement .slide-prev {
    left: 10px;
}

.slider-achievement .slide-next {
    right: 10px;
}

.bg-grey-1:before {
    position: absolute;
    top: 40%;
    height: 60%;
    background-color: #666;
    width: 100%;
}

.box-member, .txt-member {
    position: relative;
    height: auto;
}

.img-value img {
    max-width: 65%;
    display: block;
    margin: auto;
}

.box-member {
    display: block;
    width: 100%;
}

.box-member .bg-cover {
    width: 100%;
    left: auto;
    right: 0;
    background-attachment: inherit;
    z-index: 2;
}

.logo-member, .txt-member {
    background-color: #fff;
    z-index: 4;
}

.txt-member {
    display: inline-block;
    width: calc(100% - 250px);
    padding: 30px;
    text-align: left;
}

.bg-color, .box-member .wrap-content {
    padding: 15vh 0;
}

.title-member {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 15px;
}

.logo-member {
    position: absolute;
    top: 0;
    right: 0;
}

.logo-member img {
    width: 200px;
    display: block;
}

.box-member .company-info li a {
    color: #737373;
    font-weight: 400;
}

.select-header h3, .t-project h3, .title-pro {
    font-weight: 700;
    text-transform: inherit;
}

.btn-red, .col-num p, .date, .date-vb, .file-mark, .head-list th, .item-s h3, .public, .select-box li h3, .title-b p, .title-d, .title-d-1 {
    text-transform: uppercase;
}

.des-member {
    margin-bottom: 20px;
}

.box-member::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    z-index: 1;
}

.members .item-member:nth-child(2n) .wrap-content {
    text-align: right;
}

.members .item-member:nth-child(2n) .bg-cover {
    /* right: 0; */
    /* left: 0; */
}

.members .item-member:nth-child(2n) .logo-member {
    top: 0;
    right: auto;
    left: 0;
}

.box-s-1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.pic-s-1 {
    position: absolute;
    display: block;
    height: 100%;
    width: 45%;
    top: 0;
    left: 0;
}

.content-s-2, .txt-s-1 {
    height: auto;
    position: relative;
    color: #fff;
}

.txt-s-1 {
    width: 55%;
    padding: 15vh 4%;
    float: right;
    background-color: #666;
}

.box-s-2, .box-s-3::after {
    background-color: #213679;
}

.txt-s-1 p {
    margin-bottom: 15px;
}

.content-s-2 {
    display: block;
    width: 100%;
    padding: 130px 0;
}

.box-s-2 {
    max-width: 700px;
    width: 90%;
    position: relative;
    margin: auto;
    padding: 30px;
}

.box-s-2:before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #213679;
}

.item-project::before, .project-section:before {
    left: 0;
    content: " ";
}

.content-s-2 p {
    margin-bottom: 15px;
}

.content-s-2 p:last-child {
    margin-bottom: 0;
}

.box-s-3 {
    padding-bottom: 0;
}

.box-s-3 .txt-member {
    margin-bottom: 0;
    width: 60%;
}

.box-s-4 {
    background-color: #fff;
    border: 1px solid #ddd;
    max-width: 700px;
    width: 90%;
    position: relative;
    margin: auto;
    padding: 30px;
}

.content-s-4 {
    position: relative;
    display: block;
    width: 100%;
    padding: 250px 0 0;
    margin: 0;
}

.content-s-4 .bg-cover {
    height: calc(100% - 50px);
}

.p-content p {
    margin-bottom: 15px;
}

.p-content p:last-child {
    margin-bottom: 0;
}

.slider-project, .slider-project-1, .title-pro {
    margin-bottom: 30px;
}

.project-section {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40px;
    color: #fff;
}

.project-section:before {
    width: 100%;
    background-color: #666;
    height: calc(100% - 150px);
    position: absolute;
    top: 0;
}

.item-project {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.more-plus, .t-project h3 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.item-project::before, .item-project>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.item-project::before {
    border: 0 solid #213679;
    z-index: 1;
}

.item-project.current::before {
    border-width: 8px;
    border-color: #213679;
}

.item-project.current .t-project {
    bottom: 8px;
    left: 8px;
}

.item-project>a {
    left: 0;
    z-index: 5;
}

.pic-project {
    height: 400px;
}

.t-project {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 16px);
    z-index: 3;
}

.t-project h3 {
    position: relative;
    background-color: #213679;
    padding: 12px 20px;
    font-size: 15px;
    max-width: calc(100% - 55px);
}

.t-project h3:before {
    content: " ";
    width: 5px;
    height: 100%;
    background-color: #666;
    position: absolute;
    top: 0;
    right: -5px;
}

.more-plus {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    background-color: #213679;
    text-align: center;
}

.title-pro {
    font-size: 24px;
    text-align: center;
}

.slider-project-1 .pic-project {
    height: 500px;
}

.project-2n .project-section:before {
    background-color: #666;
}

.project-2n .title-pro {
    color: #fff;
}

.select-list {
    position: relative;
    width: 300px;
    height: 46px;
    z-index: 1;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    vertical-align: top;
    margin: 0 auto 20px;
}

.select-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.select-header::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/select.png) center center no-repeat #213679;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.news-pic, .pic-thumb {
    background-repeat: no-repeat;
    background-size: cover;
}

.file-mark, .select-box li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.select-header h3 {
    display: block;
    padding: 0 40px 0 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 44px;
    text-align: left;
}

.career-list table, .file-mark, .file-name, .list-conpen li span {
    font-family: Lato, sans-serif;
}

.select-box {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 300px;
    height: auto;
    padding-top: 45px;
    z-index: 1;
}

.select-box li, .select-box li a, .select-box ul {
    display: block;
    width: 100%;
}

.select-box li, .select-box ul {
    position: relative;
    height: auto;
}

.select-box ul {
    text-align: center;
    font-size: 0;
    padding: 3px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.file-name, .join-form, .link-page, .link-text, .link-text h3, .list-view, .map-box, .news-item:nth-child(1), .news-list, .news-pic, .news-txt, .pic-thumb, .scroll-slide, .select-box li h3 {
    overflow: hidden;
}

.select-box li {
    margin: 0 auto 1px;
    background-color: #213679;
}

.item-fa h3, .location-box, .txt-fa {
    background-color: #eaeaea;
}

.select-box li:first-child {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.select-box li:last-child {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.select-box li a {
    height: auto;
    padding: 10px 25px;
}

.select-box li h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.col-num h3, .item-fa h3, .item-s h3, .title-d-1 {
    font-weight: 700;
}

.select-box li.selected:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box-conpen:before, .btn-red:before, .pic-item-s::after, .pic-item-s::before {
    content: " ";
}

#project-detail-page .bg-home:after {
    display: none;
}

.title-detial {
    position: absolute;
    display: block;
    width: 20vw;
    height: auto;
    left: 0;
    top: 44vh;
    text-align: center;
    z-index: 10;
    padding: 0 3vw;
    color: #fff;
}

.num-detial, .title-b {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

.title-d {
    font-size: 23px;
    margin-bottom: 20px;
}

.title-detial img {
    max-width: 100%;
}

.title-b {
    margin-bottom: 40px;
    height: auto;
}

.title-b .title-2 {
    margin-bottom: 0;
}

.title-d-1 {
    font-size: 13px;
}

.num-detial {
    margin: 30px 0;
}

.col-num {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    height: auto;
    margin: 0 2%;
}

.col-num svg {
    width: 80%;
    max-width: 80px;
    margin: auto auto 10px;
}

.col-num h3 {
    font-size: 36px;
    color: #213679;
}

.col-num p {
    font-size: 14px;
}

.pic-about-detial {
    position: relative;
    display: block;
    empty-cells: 100%;
    height: auto;
}

.location-box, .location-pic, .location-txt {
    display: inline-block;
}

.pic-about-detial img {
    width: 100%;
}

.location-box {
    position: relative;
    height: auto;
    width: 100%;
}

.location-pic {
    width: 60%;
    vertical-align: middle;
    height: auto;
}

.location-pic img {
    width: 100%;
}

.location-txt {
    width: 38%;
    vertical-align: middle;
    height: auto;
    padding: 30px;
}

.item-s, .pic-fa {
    width: 100%;
}

.item-fa, .pic-fa {
    position: relative;
    display: block;
    height: auto;
}

.txt-facilities h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.txt-facilities {
    margin: 40px auto;
}

.item-fa {
    margin: 5px 3px;
}

.item-s, .pic-item-s img, .pic-item-s::after, .pic-item-s::before {
    display: inline-block;
    vertical-align: middle;
}

.pic-fa .pic-img {
    height: 300px;
}

.item-fa h3 {
    position: absolute;
    padding: 10px 15px 0;
    text-transform: uppercase;
    font-size: 14px;
    bottom: 0;
}

.pic-item-s, .txt-fa {
    position: relative;
    width: 100%;
}

.txt-fa {
    padding: 15px;
    height: auto;
}

.item-s {
    height: auto;
    text-align: center;
}

.item-s h3 {
    font-size: 15px;
}

.pic-item-s {
    height: 150px;
}

.pic-item-s img {
    max-height: 100%;
    max-width: 100%;
}

.pic-item-s::after, .pic-item-s::before {
    height: 100%;
}

.left-conpen, .right-conpen {
    vertical-align: top;
    position: relative;
}

.slide-detail .slide-prev {
    left: 10px;
}

.slide-detail .slide-next {
    right: 10px;
}

#project-detail-page .slide-mask .slide-buttons {
    width: 360px;
    left: 50%;
    bottom: 160px;
    top: auto;
    margin: 0 0 0 -180px;
    z-index: 11;
}

.box-recruitment {
    padding: 30px 0;
}

.box-recruitment .bg-cover {
    width: 100%;
}

.box-recruitment::after {
    display: none;
}

.box-recruitment .txt-member {
    width: 60%;
}

.box-res-1 .txt-s-1 {
    background-color: #213679;
    color: #fff;
    padding: 30px 12% 30px 30px;
}

.box-conpen {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.box-conpen:before {
    background-color: #213679;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
}

.left-conpen {
    display: inline-block;
    width: 40%;
    color: #fff;
    padding: 0 30px 30px 0;
}

.list-conpen li {
    position: relative;
    margin-bottom: 20px;
    display: block;
    padding-left: 50px;
}

.list-conpen li span {
    position: absolute;
    top: -14px;
    left: 0;
    font-size: 30px;
    font-weight: 300;
}

.right-conpen {
    display: inline-block;
    width: 58%;
}

.career-box, .career-list, .join-form, .join-us {
    display: block;
    height: auto;
    position: relative;
}

.file-name, .join-us .input-text input[type="text"] {
    height: 64px;
}

.right-conpen .txt-member {
    width: 100%;
    border: 1px solid #ddd;
}

#recruitment-page .title-pro {
    text-align: left;
}

.box-conpen .wrap-content {
    max-width: 1500px;
}

.career-box {
    width: 100%;
    margin: 0;
}

.career-list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.career-list tbody td, .head-list th {
    padding: 10px 15px;
    vertical-align: middle;
}

.career-list table {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}

.career-list tbody td {
    font-size: 15px;
    font-weight: 400;
}

.career-list tbody tr {
    background-color: #eaebec;
    color: #414141;
}

.career-list tbody tr:nth-child(even) {
    background-color: #dfdfdf;
    color: #414141;
}

.career-title a {
    font-size: 15px;
    font-weight: 700;
    color: #414141;
}

.career-list td {
    text-align: center;
    font-size: 15px;
}

.head-list th {
    background-color: #213679;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.head-list th[scope="Number"] {
    width: 50px;
}

.head-list th[scope="Position"] {
    width: auto;
    min-width: 220px;
}

.head-list th[scope="Quantity"] {
    width: 80px;
}

.head-list th[scope="Company"], .head-list th[scope="Location"] {
    width: 220px;
}

.head-list th[scope="Expire"] {
    width: 120px;
}

.head-list th[scope="Status"] {
    width: 140px;
}

.career-list td:nth-child(2), .career-list td:nth-child(4), .career-list td:nth-child(5), .head-list th:nth-child(2), .head-list th:nth-child(4), .head-list th:nth-child(5) {
    text-align: left;
}

.career-form .title-sm, .join-form, .join-us {
    text-align: center;
}

.career-form {
    background-color: #666;
}

.file-name, .join-us .input-text input[type="text"] {
    line-height: 64px;
    background-color: #fff;
    color: #727272;
    font-weight: 400;
}

.join-form {
    width: 100%;
    padding: 30px 0;
}

.join-us {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.join-us .input-text {
    float: left;
    width: 50%;
    margin: 0 0 12px;
}

.join-us .input-text:nth-child(odd) {
    padding-right: 6px;
}

.join-us .input-text:nth-child(even) {
    padding-left: 6px;
}

.join-us .input-but {
    margin-top: 15px;
}

.input-text input[type="file"] {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    z-index: 1;
    opacity: 0;
    border: 1px solid #ddd;
}

.file-mark, .file-name {
    position: absolute;
    display: block;
}

.file-name {
    left: 6px;
    top: 0;
    width: calc(100% - 6px);
    border: 1px solid #a1a1a1;
    z-index: 0;
    padding: 0 100px 0 20px;
    text-align: left;
}

.btn-red, .date, .date-thumb, .file-mark, .status.hot {
    text-align: center;
}

.btn-red, .file-mark, .status.hot a {
    background-color: #213679;
    color: #fff;
}

.file-mark {
    top: 5px;
    right: 9px;
    width: 96px;
    height: 54px;
    line-height: 54px;
    font-weight: 700;
    font-size: 14px;
}

.btn-red, .status {
    display: inline-block;
    font-weight: 700;
}

.btn-red {
    padding: 15px 20px;
    position: relative;
    border: 0;
}

.btn-red:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #213679;
}

.date::after, .link-page.current::after, .news-item::before {
    content: "";
}

.status {
    position: relative;
    font-family: inherit;
}

.status.hot {
    position: relative;
    display: block;
}

.status.hot a {
    padding: 7px 15px;
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.date-news-3 {
    background-color: #e4e4e4;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}

.date, .date-thumb {
    font-family: Lato, sans-serif;
    width: auto;
    height: auto;
    padding: 5px 10px;
    line-height: 1.2;
    left: 0;
}

.date-news-3 mark {
    font-family: Lato, sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    color: grey;
}

.date, .date-vb, .public {
    font-weight: 700;
    color: #006810;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.date-thumb {
    position: absolute;
    top: 0;
    color: #999;
    background-color: #f1f1f1;
    font-weight: 400;
    font-size: 36px;
    z-index: 1;
}

.date, .date::after {
    position: absolute;
    top: 50%;
    z-index: 1;
}

.date-thumb span {
    font-weight: 500;
    font-size: 10px;
    display: block;
    color: #4a4a4a;
}

.date, .date span, .news-txt h3 {
    font-weight: 400;
}

.date {
    transform: translateY(-50%);
    background-color: #7e8387;
    font-size: 36px;
    color: #fff;
}

.date span {
    font-size: 10px;
    display: block;
    color: #e0e0e0;
}

.date::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #7e8387;
    right: -10px;
    margin: -10px 0 0;
}

.load-list, .news-item, .news-list {
    position: relative;
    display: block;
}

.load-list {
    width: 100%;
    height: auto;
    margin: 0;
    min-height: 100vh;
}

.load-list.show {
    min-height: inherit;
}

.news-list {
    width: 90%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto 30px;
    text-align: left;
}

.news-item {
    float: left;
    vertical-align: top;
    width: calc(33.33% - 12px);
    margin: 6px;
    text-align: left;
    padding: 18px;
}

.news-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}

.news-pic, .news-pic img, .news-txt {
    position: relative;
    width: 100%;
    display: block;
}

.news-pic {
    padding: 0;
    background-color: #eee;
    height: 264px;
}

.news-pic img {
    height: auto;
    opacity: 0;
    z-index: -1;
}

.news-txt {
    height: 76px;
    padding: 15px 0 0 60px;
}

.news-txt h3 {
    font-size: 14px;
    line-height: 1.4;
    color: #6f6f6f;
    text-transform: inherit;
    display: block;
}

.link-text h3, .load-title h3, .scroll-slide h2 {
    text-transform: uppercase;
}

.news-item .date-thumb {
    left: 1px;
    top: auto;
    bottom: 28px;
}

.news-item:nth-child(1) {
    width: calc(44% - 12px);
    max-width: inherit;
    float: left;
}

.news-item:nth-child(1) .news-pic {
    height: 360px;
}

.news-item:nth-child(1) .news-txt {
    padding: 15px 0 0 60px;
    max-height: inherit;
    height: 86px;
}

.news-item:nth-child(2), .news-item:nth-child(3) {
    width: calc(56% - 12px);
    height: 235px;
    max-width: inherit;
    float: left;
    overflow: hidden;
}

.news-item:nth-child(2) .news-pic, .news-item:nth-child(3) .news-pic {
    float: left;
    width: 43%;
    height: 100%;
    padding: 0;
}

.news-item:nth-child(2) .news-txt, .news-item:nth-child(3) .news-txt {
    float: right;
    width: 57%;
    padding: 60px 0 0 15px;
    height: 170px;
}

.news-link, .scroll-slide {
    height: auto;
    position: relative;
    display: block;
}

.news-item:nth-child(2) .date-thumb, .news-item:nth-child(3) .date-thumb {
    top: 1px;
    left: calc(43% + 14px);
    bottom: auto;
}

.scroll-slide {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 3;
}

.scroll-slide h2 {
    font-size: 30px;
    font-weight: 400px;
    margin: 0 0 20px;
}

.news-link {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.link-page {
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    padding: 10px;
    color: #4d4d4d;
    text-align: left;
    background-color: #fff;
}

.pic-thumb {
    position: relative;
    float: left;
    display: block;
    width: 50%;
    height: auto;
    margin: 0 10px 0 0;
    border: 1px solid #eee;
    z-index: 1;
}

.box-thank, .load-text {
    border: 1px solid #ddd;
}

.pic-thumb img {
    position: relative;
    height: 88px;
    width: 100%;
    margin: 0;
    opacity: 0;
    z-index: -1;
}

.link-text {
    position: relative;
    display: block;
    height: 100%;
    z-index: 0;
    line-height: 90px;
}

.link-page a, .link-page.current::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.link-text h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    max-height: 82px;
    white-space: normal;
    padding: 10px 0 0;
}

.link-page.current {
    background-color: #213679;
    color: #fff;
}

.load-text, .load-title h3 {
    color: #666;
    line-height: 1.4;
}

.link-page a {
    display: block;
    z-index: 2;
}

.link-page.current::after {
    z-index: 3;
}

.load-content, .load-data, .load-details, .load-text, .load-title {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.news-link .slide-item {
    padding: 1px 3px;
}

.load-content {
    z-index: 4;
}

.load-data {
    min-height: 50vh;
}

.load-details {
    max-width: 1100px;
    margin: 0 auto;
}

.load-text iframe, .load-text img {
    max-width: 100%;
}

.load-title {
    text-align: center;
    padding: 20px 5%;
    margin: 0 0 30px;
}

.load-title h3 {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 30px;
}

.load-text {
    padding: 40px;
    font-size: 16px;
}

.load-text p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6;
}

.load-text a {
    color: #940000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.load-text img {
    width: auto !important;
    height: auto !important;
    margin: 10px auto;
    display: block;
}

.load-text h1, .load-text h2, .load-text h3, .load-text h4, .load-text h5, .load-text h6 {
    font-size: 18px;
    color: #383838;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0;
}

.load-text table {
    width: auto;
    height: auto;
    display: table;
    margin: 30px auto;
}

.load-text table td, .load-text table th {
    border: 1px solid #788892;
    background-color: #7e8387;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    padding: 10px 15px;
}

.descript, .number, .print {
    text-align: center;
}

.load-text table tbody, .load-text table tr {
    min-width: 360px;
}

.number {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0 0 50% 50%;
    border-radius: 0 0 50% 50%;
    color: #fff;
    background-color: #788892;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.print, .print-box {
    position: relative;
}

.descript {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #526f81;
    display: block;
    padding: 40px 5%;
    background-color: #fff;
}

.link-page .date, .link-page .date span {
    color: #4a4a4a;
    font-size: 11px;
    font-weight: 400;
    display: inline;
}

.link-page .date {
    background-color: #f1f1f1;
    left: auto;
    right: 0;
    top: 0;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    z-index: 2;
}

.link-page .date::after {
    display: none;
}

.link-page .date span::before {
    content: "-";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.load-details .date {
    font-family: Lato, sans-serif !important;
    color: #fff;
    background-color: #213679;
    display: inline-block;
    left: auto;
    right: 0;
    top: -66px;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0;
}

.load-details .date::after {
    display: none;
}

.load-details .date span {
    color: #fff;
}

.print {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 5%;
}

.print-box {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.print-box a {
    color: #666;
}

.print-but, .save-but, .share-but {
    padding: 0 20px 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    color: #4c4c4c;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 1;
}

.print-but::before, .save-but::before, .share-but::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

.contact-form .radio-box label span, .contact-info a, .title-video {
    color: #fff;
}

.save-but::before {
    height: 40px;
    background: url(../images/favorite.svg) 50%/80% no-repeat;
}

.print-but::before {
    height: 40px;
    background: url(../images/print.svg) 50%/80% no-repeat;
}

.share-but::before {
    height: 40px;
    background: url(../images/share.svg) 50%/80% no-repeat;
}

.share-item {
    position: absolute;
    right: -100%;
    bottom: 5px;
    width: 100%;
    height: 40px;
}

.share-item ul {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 0 0 0 10px;
}

.captcha, .g-recaptcha {
    text-align: center;
    height: auto;
}

.share-item li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #aaa;
    -webkit-transition: all 0.3s cubic-bezier(0.44, 0.39, 0.34, 1.03);
    transition: all 0.3s cubic-bezier(0.44, 0.39, 0.34, 1.03);
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    left: -40px;
    opacity: 0;
}

.share-item li a::after, .share-item li a::before {
    content: "";
    position: absolute;
    top: 0;
}

.share-item li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999px;
}

.share-item li a::before {
    left: 0;
    width: 100%;
    height: 100%;
}

.share-item li a::after {
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.item-intergram::before {
    background: url(../images/intergram-grey.svg) 50%/70% no-repeat;
}

.item-intergram::after {
    background: url(../images/intergram-red.svg) 50%/70% no-repeat;
}

.item-facebook::before {
    background: url(../images/facebook-grey.svg) 50%/70% no-repeat;
}

.item-facebook::after {
    background: url(../images/facebook-red.svg) 50%/70% no-repeat;
}

.item-linkedin::before {
    background: url(../images/linkedin-grey.svg) 50%/70% no-repeat;
}

.item-linkedin::after {
    background: url(../images/linkedin-red.svg) 50%/70% no-repeat;
}

.share-but.active+.share-item li {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    left: 0;
    opacity: 1;
}

.share-but.active+.share-item li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.share-but.active+.share-item li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.video-center {
    position: relative;
    display: block;
    margin: auto;
}

.bottom-video, .item-video {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
}

.item-video {
    height: 80vh;
    max-height: 600px;
}

.bottom-video {
    height: auto;
    padding: 20px 0;
}

.image-video, .image-video img, .thumb-item img, .title-video {
    position: absolute;
}

.title-video {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    line-height: 1.4;
}

.image-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-video-playing .image-video, .slide-video-playing .title-video {
    display: none;
}

.image-thumb-video {
    height: 60px;
}

.contact-info {
    background-color: #213679;
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    padding: 40px 0 40px 23vw;
    color: #fff;
}

.contact-info:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.col, .form-main {
    position: relative;
    display: block;
}

.col {
    width: 100%;
    height: auto;
}

.size_6 {
    float: left;
    width: calc(50% - 6px);
}

.size_6:nth-child(even) {
    float: right;
}

.form-main {
    padding: 40px;
    background-color: #e2e2e2;
}

.contact-form {
    max-width: 900px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 60px;
    width: 90%;
}

.input-but, .input-text {
    display: table;
    width: 100%;
}

.captcha, .g-recaptcha, .g-recaptcha>div {
    display: inline-block;
    position: relative;
}

.captcha {
    width: 304px;
    vertical-align: top;
    float: left;
}

.g-recaptcha {
    width: 100%;
    margin: 0;
}

.g-recaptcha>div {
    width: 100% !important;
    height: auto !important;
}

.captcha+.outer-but {
    float: right;
}

.map-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #fff;
    z-index: 10;
}

.map-box::after, .map-view iframe {
    position: absolute;
    width: 100%;
    left: 0;
}

.map-box::after {
    content: "";
    bottom: 0;
    height: 1px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

#home-page .map-view {
    width: 100%;
    height: 70vh;
}

.map-view iframe {
    height: 100%;
    top: 0;
}

.map-view {
    position: relative;
    float: left;
    display: block;
    width: calc(100% - 600px);
    height: calc(100vh - 200px);
    background-color: #f2f2f2;
}

.map-view .googlemap {
    width: 100%;
    height: 100%;
    max-height: none;
}

.map-view .googlemap .zoom-control {
    right: auto;
    left: 20px;
    bottom: 20px;
    top: auto;
}

.map-view .googlemap::after, .map-view .googlemap::before {
    display: none;
}

.list-view {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 600px;
    height: calc(100vh - 200px);
}

.list-result {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #fff;
    scrollbar-width: none;
}

.list-result::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.map-inner.level-index-in, .map-view.full-screen {
    position: fixed;
    top: 0;
    width: 100vw;
    max-height: inherit;
    z-index: 9999;
    left: 0;
}

.list-view li {
    display: block;
    padding: 25px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.list-view h3 {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: inherit;
    font-weight: 700;
}

.events-title h3, .infobox h3, .mobile-call ul li, .resultCount span, .search-mess p, .search-tempty p {
    text-transform: uppercase;
}

.list-view p {
    font-size: 16px;
    line-height: 1.6;
}

.infobox h3, .infobox p {
    font-size: 12px;
    position: relative;
}

.list-view a {
    color: #666;
}

.infobox a, .infobox h3, .infobox p, .list-view li.active a, .list-view li.active h3, .list-view li.active p {
    color: #fff;
}

.list-view li.active {
    background-color: #213679;
}

.list-view li.hide {
    display: none;
}

.map-inner.level-index-in {
    height: 100vh;
}

.map-view.full-screen {
    height: 100vh !important;
}

#map-canvas, .google-map {
    display: block;
    width: 100%;
    position: relative;
}

.map-view.full-screen #map-canvas {
    height: 100vh;
}

.google-map {
    height: auto;
}

#map-canvas {
    height: 100%;
}

.gm-style .gm-style-iw {
    width: 100% !important;
    height: auto !important;
    background-color: transparent !important;
    top: 50% !important;
    overflow: inherit !important;
}

.gm-style .gm-style-iw>div {
    max-width: inherit !important;
    max-height: inherit !important;
    overflow: inherit !important;
}

.gm-style .gm-style-iw>div>div {
    overflow: inherit !important;
    width: 100%;
    height: auto;
    text-align: center;
}

.pic-map, .popup-home {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-t::after {
    display: none !important;
}

.gm-style div div div div {
    z-index: 200 !important;
}

.gm-style div div div div:nth-child(4) {
    z-index: 10 !important;
}

.gm-style div div div div div div div {
    background-color: transparent !important;
    box-shadow: none !important;
}

.gm-style .gmnoprint {
    z-index: 300 !important;
}

.gm-style div.infobox {
    position: relative;
    display: inline-block;
    width: 270px;
    height: auto;
    z-index: 999 !important;
}

.gm-style div.infobox-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-color: #e00009 !important;
}

.pic-map {
    width: 100%;
    height: 130px;
    position: relative;
    display: block;
}

.all-album, .all-pics, .full {
    overflow: hidden;
}

.pic-map img {
    width: 100%;
    height: auto;
    display: block;
}

.infobox {
    font-family: Montserrat, sans-serif;
    text-align: left;
    line-height: 1.6;
}

.infobox h3 {
    font-weight: 700;
    display: block;
    padding: 15px 15px 10px;
}

.infobox p {
    display: block;
    padding: 0 15px;
}

.album-pic-center .pic-name h3, .all-pics .text-length h3 {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 50px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
}

.googlemap::after, .googlemap::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #018bd2;
    z-index: 30;
}

.close-infobox, .gm-style .gm-style-iw~img {
    width: 40px !important;
    height: 40px !important;
}

.close-infobox:hover {
    background-color: #000 !important;
    transform: rotate(180deg);
}

.googlemap::before {
    top: 0;
}

.googlemap::after {
    bottom: 0;
}

.close-infobox {
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: -20px !important;
    top: -20px !important;
    background: url(../images/close.png) center center/contain no-repeat #e00009 !important;
    opacity: 1 !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 99999 !important;
}

.gm-style button[title="Close"] {
    display: none !important;
}

.gm-style .gm-style-iw+div img, .gm-style button img {
    display: none;
}

.gm-style .gm-style-iw~img {
    right: -10px !important;
    top: calc(50% - 20px) !important;
    opacity: 0;
}

.zoom-control {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 20;
}

.zoom-control a {
    display: block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.zoom-in {
    background: url(../images/zoom-in.svg) 50%/80% no-repeat #e00009;
}

.zoom-out {
    background: url(../images/zoom-out.svg) 50%/80% no-repeat #e00009;
}

.zoom-full {
    background: url(../images/video/fullscreen.svg) 50%/80% no-repeat #e00009;
}

.zoom-full.active {
    background: url(../images/video/cancel-fullscreen.svg) 50%/80% no-repeat #e00009;
}

.gm-style button {
    background: url(../images/video/fullscreen.svg) 50%/80% no-repeat #697a86 !important;
    width: 35px !important;
    height: 35px !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gm-style.fullcontent button {
    background: url(../images/video/cancel-fullscreen.svg) 50%/80% no-repeat #697a86 !important;
}

.fullcontent .header {
    z-index: -9999;
}

.map-1.fullcontent {
    z-index: 99999;
}

.all-album {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 3600;
}

.album-center, .album-load, .album-pic-center {
    position: relative;
    display: block;
}

.album-load {
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
}

.album-center {
    width: 100vw;
    height: 100vh;
}

.album-pic-center {
    width: 100%;
    height: 100%;
    text-align: center;
}

.album-pic-center .pic-name {
    position: absolute;
    left: 0;
    top: 1.5%;
    z-index: 5;
    width: 100%;
    height: auto;
}

.album-pic-center .pic-name h3 {
    display: inline-block;
    position: relative;
}

.album-pic-center .pic-name h3>span>span {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.album-pic-center .pic-name.move h3>span>span.move {
    opacity: 1;
}

.container-zoom {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
}

.container-zoom::after, .container-zoom::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.container-zoom>img {
    width: auto;
    height: auto;
    max-height: calc(100vh - 200px);
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 -3px;
}

.all-pics {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

.all-pics.show {
    display: block;
}

.all-pics .text-length {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
    text-align: center;
}

.all-pics .text-length h3 {
    display: inline-block;
    position: relative;
    width: 70%;
}

.full, .full img {
    display: block;
    position: relative;
}

.full {
    width: 100vw;
    height: 100vh;
}

.full img {
    width: auto;
    height: auto;
    outline: 0;
    border: none;
    margin: 0 auto;
    opacity: 0;
    cursor: url(../images/openhand.png) 6 8, move;
    z-index: 5;
    max-height: 80%;
}

.full.size-large img {
    max-width: inherit;
    max-height: inherit;
}

.size-large::after, .size-large::before {
    display: none;
}

.size-large img {
    max-width: inherit !important;
    max-height: inherit !important;
    left: 0;
    top: 0;
    display: block;
    margin: 0;
}

.size-large {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bg-cover, .size-large.dragscroll {
    overflow: hidden;
}

.full span {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.pinch-zoom-container {
    width: 100vw !important;
    height: 100vh !important;
    position: relative;
    display: block;
    margin: 0;
}

.pinch-zoom::after, .pinch-zoom::before, .pinch-zoom>img, .zoom-large {
    display: inline-block;
    vertical-align: middle;
}

.pinch-zoom {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.pinch-zoom::after, .pinch-zoom::before {
    content: "";
    height: 100%;
}

.pinch-zoom>img {
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    margin: 0 -3px;
}

.zoom, .zoom::after {
    position: absolute;
    -webkit-border-radius: 50%;
}

.zoom {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    z-index: 20;
}

.zoom-details::after, .zoom::after {
    top: 0;
    content: "";
    left: 0;
}

.zoom::after {
    width: 100%;
    height: 100%;
    background: url(../images/zoom.svg) 50%/90% no-repeat rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.zoom-details, .zoom-details::after {
    position: absolute;
    -webkit-border-radius: 50%;
}

.zoom-details {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    z-index: 20;
}

.go-top, .zoom-large {
    right: 20px;
    border-radius: 50%;
}

.zoom-details::after {
    width: 100%;
    height: 100%;
    background: url(../images/zoom.svg) 50%/80% no-repeat rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.zoom-large, .zoom-large::after {
    position: absolute;
    -webkit-border-radius: 50%;
}

.zoom-large {
    width: 70px;
    height: 70px;
    top: 20px;
    z-index: 99999;
}

.zoom-large::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom.svg) 50%/90% no-repeat rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.bg-cover, .touch {
    background-repeat: no-repeat;
}

.go-top.white {
    background-color: #fff;
    color: #213679;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.go-top.white:hover {
    color: #fff;
}

.touch {
    background-image: url(../images/pinchzoom.svg);
    background-position: left top;
}

.cursor {
    cursor: url(../images/openhand.png) 8 8, move;
}

.drag-cursor {
    cursor: url(../images/grabbing.png) 8 8, move;
}

.go-top {
    position: fixed;
    color: #fff;
    bottom: 40px;
    width: 60px;
    height: 60px;
    background-color: #213679;
    cursor: pointer;
    opacity: 0;
    display: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 60;
}

.go-top svg {
    width: 80%;
    height: 80%;
    margin: 10%;
}

.go-top.show {
    opacity: 1;
    display: block;
}

.wheel {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 54px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 23px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

.wheel.show {
    opacity: 1;
    visibility: visible;
}

.wheel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.bg-cover::after, .bg-fixed::after {
    content: "";
    top: 0;
    left: 0;
}

.wheel.show::after {
    background-color: #fff;
    width: 5px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: trackBallSlide 3s linear infinite;
    animation: trackBallSlide 3s linear infinite;
}

.bg-cover, .bg-cover::after {
    height: 100%;
    width: 100%;
}

.bg-cover {
    position: relative;
    background-size: cover;
    background-attachment: scroll;
    -webkit-transition: -webkit-transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
}

.bg-cover::after {
    position: absolute;
}

.bg-popup, .overlay-dark {
    background: rgba(0, 0, 0, 0.8);
    height: 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: height 0.8s ease-in-out;
    transition: height 0.8s ease-in-out;
    z-index: 1500;
}

.bg-popup.show, .overlay-dark.show {
    height: 100%;
}

.bg-color {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #788892;
    margin: -30vh 0 0;
    z-index: -1;
}

.view-album, .view-video {
    margin: -35px 0 0 -35px;
    z-index: 10;
}

.bg-fixed {
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg-fixed::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(180deg, rgba(91, 84, 80, 0.8) 0, rgba(216, 129, 3, 0.8) 100%);
    background: linear-gradient(180deg, rgba(91, 84, 80, 0.8) 0, rgba(216, 129, 3, 0.8) 100%);
}

.is-IE .bg-fixed::after {
    display: none;
}

.overlay-menu {
    background-color: rgba(0, 0, 0, 0.5);
    height: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 10;
}

.bg-screen, .bg-screen:before {
    height: 100%;
    position: absolute;
}

.overlay-menu.active {
    pointer-events: auto;
    height: 100%;
    opacity: 1;
}

.bg-screen {
    width: 100%;
    display: block;
    left: 0;
    top: 0;
}

.bg-screen:before {
    content: " ";
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    mix-blend-mode: overlay;
    backface-visibility: hidden;
}

.view-album::after, .view-album::before, .view-video::after, .view-video::before {
    content: "";
}

.view-album {
    background-color: rgba(226, 9, 6, 0.7);
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
}

.view-album::after, .view-video {
    -webkit-border-radius: 50%;
    position: absolute;
}

.view-album::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://img.htvietnam.vn/layouts/layout103/album.svg) 50%/80% no-repeat;
    border-radius: 50%;
}

.view-album::before {
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.view-video {
    background-color: rgba(226, 9, 6, 0.7);
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
}

.player-vid, .view-video::after {
    -webkit-border-radius: 50%;
    position: absolute;
}

.view-video::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/player.svg) 50%/80% no-repeat;
    border-radius: 50%;
}

.view-video::before {
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.player-vid {
    width: 140px;
    height: 140px;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-radius: 50%;
    opacity: 1;
    z-index: 99999;
}

.player-vid::after, .player-vid::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.player-vid::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/play.svg) 50%/80% no-repeat;
    z-index: 1;
}

.player-vid::after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-linear-gradient(180deg, rgba(91, 84, 80, 0.8) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(91, 84, 80, 0.8) 0, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0;
    z-index: -1;
}

.player-vid.hide, .player-vid.show.hide {
    display: none;
    opacity: 0;
}

.player-vid.show {
    display: block;
    opacity: 1;
}

.close-album, .close-details, .close-pics, .close-popup, .close-video {
    background: url(https://img.htvietnam.vn/layouts/layout103/close.svg) center center/cover no-repeat;
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 999999;
}

.close-pics-small {
    background: url(https://img.htvietnam.vn/layouts/layout103/close.svg) center center/cover no-repeat rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    z-index: 99999;
}

.close {
    background: url(https://img.htvietnam.vn/layouts/layout103/close.svg) 50%/90% no-repeat #526f81;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 100px;
    right: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 99999;
}

.controls button, .pic-video {
    background-position: center center;
    background-repeat: no-repeat;
}

.allvideo, .video-list {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.no-scroll {
    overflow-x: hidden;
    overflow-y: hidden !important;
    overflow: hidden;
}

.no-index {
    position: static !important;
    visibility: hidden !important;
}

.level-index-out {
    z-index: -9999;
}

.level-index-in {
    z-index: 9990;
}

.visible {
    overflow: visible;
}

.two-column {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -ms-column-count: 2;
    -ms-column-gap: 40px;
    -o-column-count: 2;
    -o-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
    text-align: justify;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

img.desktop {
    display: block;
}

.allvideo, img.mobile {
    display: none;
}

.allvideo {
    position: fixed;
    overflow: hidden;
    z-index: 2200;
}

.video-list, .video-wrap {
    z-index: 100;
    position: absolute;
}

.video-wrap {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden;
}

.video-skin {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 10;
}

.pic-video, .video-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video-wrap iframe {
    background-color: #000;
    z-index: 10;
}

.pic-video {
    background-size: cover;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    z-index: 2;
}

.box-video-center, .video-cover {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.controls, .controls button {
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.pic-video.hide {
    opacity: 0;
    z-index: -1;
}

.box-video-center {
    margin: 0;
    text-align: center;
    z-index: 10;
}

.video-cover {
    background-color: #7e8387;
}

.controls, .overlay-video, .video-full {
    position: absolute;
    width: 100%;
    left: 0;
}

.video-full {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.overlay-video {
    height: 100%;
    top: 0;
    z-index: -1;
}

.controls {
    height: 30px;
    padding: 5px 0;
    bottom: 0;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0;
    z-index: 10;
}

.controls .progress, .controls button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.controls[data-state="hidden"] {
    visibility: hidden;
}

.controls[data-state="visible"], .controls[data-state="visible"].addshow {
    visibility: visible;
    bottom: 30px;
    opacity: 1;
}

.controls .progress {
    width: calc(100% - 150px);
    max-width: 220px;
    height: 10px;
    margin: 1px 0;
    padding: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.controls progress[data-state="fake"] {
    background-color: rgba(255, 255, 255, 0.2);
    height: 20px;
}

.controls button {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-size: contain;
    font-size: 0;
    padding: 0;
    font-weight: inherit;
    opacity: 1;
    z-index: 999;
}

.controls button:hover {
    opacity: 0.5;
}

.controls button:focus {
    opacity: 1;
}

.controls progress {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.controls progress span {
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #ef402a;
}

.is-Chrome .video-cover[data-fullscreen="true"] .controls, .is-IOS .video-cover[data-fullscreen="true"] .controls, .mobile-call, .video-cover[data-fullscreen="true"] figcaption {
    display: none;
}

.controls progress::-moz-progress-bar {
    background-color: #fff;
}

.controls button[data-state="play"] {
    background-image: url(../images/video/play.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.controls button[data-state="pause"] {
    background-image: url(../images/video/pause.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.controls button[data-state="stop"] {
    background-image: url(../images/video/stop.svg);
    width: 0;
    height: 0;
    background-size: cover;
    opacity: 0;
}

.controls button[data-state="mute"] {
    background-image: url(../images/video/mute.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
}

.controls button[data-state="unmute"] {
    background-image: url(../images/video/unmute.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
}

.controls button[data-state="go-fullscreen"] {
    background-image: url(../images/video/fullscreen.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.controls button[data-state="cancel-fullscreen"] {
    background-image: url(../images/video/cancel-fullscreen.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.video-cover[data-fullscreen="true"] {
    position: fixed;
    left: 0;
    top: 0;
}

.video-cover[data-fullscreen="true"] video {
    height: auto;
}

.video-cover[data-fullscreen="true"] .controls {
    bottom: 30px;
    opacity: 1;
    z-index: 2147483647 !important;
}

.video-cover[data-fullscreen="true"] .overlay-video {
    z-index: 1000;
}

.mobile-call {
    width: auto;
    height: 40px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 12;
}

.call-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/call.svg) 50%/90% no-repeat #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.call-icon.active {
    background-color: #7e8387;
}

.mobile-call ul {
    width: 200px;
    height: auto;
    display: block;
    position: absolute;
    left: 50px;
    bottom: -300px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-call ul.active {
    bottom: 0;
    pointer-events: auto;
}

.mobile-call ul li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #7e8387;
    display: block;
    position: relative;
    background-color: #fff;
    margin: 0 0 5px;
    white-space: normal;
    padding: 5px 0 0 15px;
}

.mobile-call ul li:first-child {
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}

.mobile-call ul li:last-child {
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.mobile-call ul li a {
    font-size: 18px;
    color: #213679;
    font-weight: 700;
    display: block;
    vertical-align: middle;
    padding: 5px 15px 10px 0;
    line-height: 1.4;
}

.class-hidden {
    display: none;
}

.data-updating {
    text-align: center;
}

#contact-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110000;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: Rotate 2.5s linear infinite;
    -webkit-animation: Rotate 2.5s linear infinite;
    display: none;
}

.contact-success, .register-success {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -150px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    width: 300px;
    height: auto;
    background-color: #c30004;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 99999;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.color-red {
    background-color: #700809;
    color: #fff;
}

.color-blue {
    background-color: #042750;
    color: #fff;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: -30px;
    left: 20px;
    display: block;
    cursor: pointer;
    z-index: 5000;
}

.formErrorContent {
    background-color: rgba(209, 0, 8, 0.8);
    position: relative;
    display: inline-block;
    color: #fff;
    width: auto;
    height: auto;
    max-width: 250px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 8px 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 5001;
}

.formErrorContent::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: rgba(209, 0, 8, 0.8) transparent transparent;
}

.item-link-name, .search-result {
    position: relative;
    height: auto;
    display: block;
}

.greenPopup .formErrorContent {
    background-color: #ef402a;
}

.blackPopup .formErrorContent {
    background-color: #393939;
    color: #fff;
}

.ajaxSubmit {
    padding: 20px;
    background-color: #ef402a;
    display: none;
}

#search-page .content-text {
    background: 0 0;
    box-shadow: none;
    padding: 0;
}

#search-page .content-picture, #search-page .content-text p, #search-page .slide-award .slide-item {
    opacity: 1 !important;
}

.search-content {
    background-color: #fff;
    z-index: 1;
}

.search-content .title {
    padding: 0 0 20px;
}

.search-content h2 {
    font-size: 36px;
}

.search-result {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
}

.item-search, .item-search a, .resultCount, .search-box {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
}

.search-box {
    counter-reset: div;
}

.resultCount {
    padding: 10px 0;
}

.resultCount span {
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    font-weight: 700;
}

.item-search {
    margin: 0 0 1px;
    text-align: left;
}

.item-link-name, .item-search::before {
    text-align: center;
}

.item-search a {
    padding: 15px 30px;
}

.item-search:nth-child(odd) a {
    background-color: #676767;
}

.item-search:nth-child(even) a {
    background-color: #788892;
}

.item-link-name {
    width: 120px;
    font-size: 13px;
    line-height: 1.4;
    margin: 7px 0;
    color: #d2d2d2;
    word-break: break-word;
    padding: 5px 0;
    background: #213679;
}

.item-search h3, .item-search::before {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.item-search::before {
    content: counter(div) " ";
    counter-increment: div;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.item-search:nth-child(-n + 9)::before {
    content: "0"counter(div);
}

.back-event::before, .title-left::after {
    content: "";
}

.item-search:nth-child(odd)::before {
    background-color: #44484d;
}

.item-search:nth-child(even)::before {
    background-color: #676767;
}

.item-date, .item-search p {
    font-size: 13px;
    color: #eee;
}

.item-date {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 0 5px;
}

.item-search p {
    line-height: 1.4;
    margin: 7px 0;
}

.search-mess p, .search-tempty p {
    font-size: 18px;
    text-align: center;
}

.item-search h3 strong, .item-search p strong {
    font-weight: 700;
    color: #fff;
}

.item-search p .item-date {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
}

.search-mess {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.search-mess p {
    line-height: 1.4;
    color: #333;
}

.search-content .page-num {
    max-width: 252px;
}

.search-tempty {
    padding: 5% 0;
}

.new-icon {
   
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.project-updating {
    color: #666;
}

#project-detail-page .title-2 h2 {
    margin: 0 auto;
    max-width: 38%;
}

.popup-home {
    opacity: 0;
}

.popup-home img {
    width: 100%;
    height: auto;
    display: block;
}

.popup-home.details-content:after, .popup-home.details-content:before {
    display: inline-block;
}

.popup-home.details-content {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3000;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
}

.popup-home.details-content::after, .popup-home.details-content::before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle;
}

.popup-home.details-content>span {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.popup-home .details-center {
    min-height: 0;
    font-family: Montserrat, sans-serif;
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    vertical-align: middle;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    z-index: 5;
    background-color: #fff;
    opacity: 0;
}

.box-events, .events-title, .pic-events {
    width: 100%;
    height: auto;
}

.popup-home.details-content .close-popup {
    top: 30px;
    right: 30px;
    position: fixed;
    margin: 0;
}

.event-section {
    background-color: #eee;
    z-index: 2;
}

.wrap-large-events {
    position: relative;
    display: block;
    max-width: 1400px;
    padding: 0 100px;
    margin: auto;
}

.slide-events {
    position: relative;
    display: block;
    padding: 0 10px;
}

.slide-events .slide-wrapper-outer {
    text-align: center;
}

.slide-events .slide-wrapper {
    display: inline-block;
}

.box-events, .box-events a, .pic-events {
    position: relative;
    display: block;
}

.box-events {
    background-color: #fff;
    text-align: left;
}

.pic-events .pic-img {
    padding-top: 66%;
}

.box-events .pic-img img {
    display: none;
}

.events-info, .events-title {
    display: block;
    position: relative;
}

.events-title {
    padding: 10px 15px;
    color: #fff;
    background-color: #213679;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.events-title h3 {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
}

.events-info {
    margin: 0;
    padding: 15px;
}

.events-info li {
    display: flex;
    position: relative;
    margin: 7px 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
}

.events-info li svg {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 8px 0 0;
    color: #213679;
}

.events-info li span {
    width: calc(100% - 35px);
    position: relative;
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 1.4;
}

.done-title h3, .regis-event span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.regis-event {
    position: relative;
    display: inline-block;
    border: 1px solid #213679;
    color: #213679;
    background-color: #fff;
    margin: 0 5px 20px 20px;
    padding: 5px 10px 5px 5px;
}

.regis-event svg {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.regis-event span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.done-box, .view-events {
    position: relative;
    display: block;
}

.view-events {
    text-align: center;
    margin: 20px auto 0;
}

.load-events-done {
    min-height: 50vh;
}

.done-box {
    width: auto;
    height: auto;
    padding: 5px;
    background-color: #fff;
    text-align: left;
}

.all-tab-content, .tab-des {
    text-align: center;
    height: auto;
}

.done-box .pic-img img {
    display: none;
}

.done-pic, .done-title, .tab-des, .tab-des ul, .wrap-large {
    display: block;
    position: relative;
}

.done-pic {
    width: 100%;
    height: auto;
}

.done-pic .pic-img {
    padding-top: 66%;
}

.done-title {
    width: 100%;
    height: auto;
    padding: 15px;
    color: #213679;
}

.done-title h3 {
    line-height: 1.5;
    height: 63px;
    overflow: hidden;
}

.done-box .date-thumb {
    font-size: 32px;
}

.wrap-large {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.tab-des {
    width: 100%;
    margin: 0 0 30px;
    z-index: 10;
}

.tab-des ul {
    width: auto;
}

.wrap-tab, .wrap-tab .map-box {
    width: 100%;
}

.tab-des li {
    position: relative;
    display: inline-block;
    margin: 1px -1px;
}

.tab-des li a {
    display: block;
    padding: 15px;
    background-color: #acacac;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.tab-des li.current a, .tab-des li:hover a {
    background-color: #213679;
}

.all-tab-content {
    position: relative;
    display: block;
    width: 100%;
}

.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    animation: fadeOut 0.4s ease forwards;
    pointer-events: none;
}

.tab-content.active {
    animation: fadeIn 1s ease forwards;
    pointer-events: auto;
}

.wrap-tab {
    position: relative;
    display: block;
    height: auto;
    padding: 20px;
    margin: 0;
}

.tab-content table {
    display: table;
    width: auto;
    width: 100%;
    margin: 30px auto;
    overflow: scroll;
}

.tab-content table tbody:only-child tr:first-child td, .tab-content table thead td, .tab-content table thead th {
    background-color: #213679;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.tab-content table tbody {
    display: table-row-group;
    vertical-align: middle;
}

.details-text table th, .tab-content table td {
    padding: 10px 10px 12px;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    line-height: 1.2;
    border-radius: 5px;
}

.tab-content table td {
    background-color: #ddd;
    text-align: left;
    font-size: 13px;
}

.tab-content table tbody tr:nth-child(odd) td {
    background-color: #f0f0f0;
}

.tab-content table tbody tr:nth-child(even) td {
    background-color: rgba(18, 38, 170, 0.1);
}

.tab-content table p {
    margin: 0;
    line-height: 1.6;
}

.tab-content iframe {
    max-width: 100%;
    max-height: calc(1100px / 1.77);
    margin: 10px auto;
    display: block;
}

.tab-content .map-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: inherit;
    max-height: inherit;
}

#events-page .outer-nav {
    display: block !important;
}

.load-events {
    display: block;
    position: relative;
    margin: 0;
}

.events-list .box-events, .events-list .done-box {
    width: calc(25% - 12px);
    margin: 6px;
}

.events-list {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}

.pagi-events {
    padding: 30px 0;
}

.pagi-events .slide-pagi a {
    background-color: #fff;
}

.pagi-events .slide-pagi a.current, .pagi-events .slide-pagi a:hover {
    background-color: #213679;
}

.slide-list-pdf, .wrap-full-news {
    margin: auto;
    display: block;
    position: relative;
}

.event-section-news {
    background-color: #fff;
    padding: 60px 0 0;
    z-index: 2;
}

.wrap-full-news {
    background-color: #dadada;
    width: 10%0%;
    height: auto;
    padding: 5vw 0 8vw;
}

.slide-list-pdf {
    width: 90%;
    max-width: 1100px;
}

.list-m {
    position: relative;
    display: block;
}

.slide-list-pdf .list-m {
    margin: 0 -20px 0 0;
}

#events-details-page .outer-nav {
    display: block !important;
}

.future-details-section {
    background-color: #fff;
    z-index: 2;
}

.wrap-future-details {
    position: relative;
    width: 90%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
}

.left-event, .right-event, .title-left {
    display: block;
    position: relative;
}

.left-event {
    width: 52%;
}

.right-event {
    width: 44%;
}

.left-event h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #213679;
}

.title-left {
    width: 100%;
    height: atuo;
}

.title-left::after {
    position: relative;
    display: inline-block;
    background-color: #aaa;
    width: 120px;
    height: 1px;
    margin: 30px 0;
}

.form-regis-event, .right-event img, .text-left, .text-left h3, .title-form-reg {
    display: block;
    position: relative;
}

.left-event .events-info {
    padding: 0 0 30px;
}

.left-event .events-info li svg {
    color: #213679;
}

.text-left {
    margin: 0 auto;
    padding: 0;
}

.text-left h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    margin: 0 0 10px;
}

.right-event img {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.form-regis-event {
    padding: 30px;
    background-color: #bbb;
    margin: 20px 0;
}

.form-regis-event .input-text {
    margin-bottom: 2px;
}

.form-regis-event input[type="text"] {
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    color: #666;
    opacity: 1;
    margin: 1px;
    border: 0;
}

.form-regis-event .input-but {
    margin: 20px 0;
    text-align: left;
}

.form-regis-event .outer-but {
    margin: 5px 25px 5px 5px;
}

.form-regis-event .outer-but .btn-red:hover {
    background-color: #222;
}

.form-regis-event .outer-but .btn-red:hover::before {
    border-color: #222;
}

.form-regis-event .captcha {
    float: none;
}

.title-form-reg {
    color: #fff;
    margin: 0 0 25px;
}

.title-form-reg h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.back-event, .title-form-reg p {
    font-size: 14px;
}

.back-section {
    background-color: #eee;
    box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0.03);
    padding: 50px 0;
    text-align: center;
}

.back-event {
    position: relative;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #213679;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 15px 15px 35px;
    color: #213679;
}

.back-event::before {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/back-event.png) center center/contain no-repeat;
    top: 14px;
    left: 12px;
}

.done-intro-section {
    background-color: #fff;
    z-index: 2;
}

.done-intro-section .details-text {
    border: 0;
    max-width: inherit;
    margin: auto;
}

.done-intro-section .details-text img {
    border-radius: 0;
    margin: 20px auto;
}

.top-intro {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    padding: 0;
}

.pic-top-intro, .time-intro {
    position: relative;
    display: block;
    width: 48%;
}

.time-intro h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
}

.time-intro .events-info {
    padding: 10px 0 0;
}

.bottom-intro {
    position: relative;
    display: block;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    color: #444;
    margin: 20px 0 0;
}

.done-news-section .details-text {
    border: 0;
    max-width: 1000px;
    margin: auto;
}

.done-news-section .details-text img {
    border-radius: 0;
    margin: 20px auto;
}

.slide-done-pic .slide-buttons {
    margin: -40px 0 0;
}

.slide-done-pic .slide-prev {
    left: 20px;
    background: url(../images/prev3.svg) center center/contain no-repeat;
}

.slide-done-pic .slide-next {
    right: 20px;
    background: url(../images/next3.svg) center center/contain no-repeat;
}

.slide-done-pic .view-album {
    width: 60px;
    height: 60px;
    pointer-events: none;
    opacity: 0;
}

.slide-done-pic .view-album::before {
    display: none;
}

.box-pic-done, .slide-done-pic {
    position: relative;
    display: block;
}

.slide-done-pic .view-album::after {
    background: url(../images/zoom.svg) 50%/100% no-repeat;
}

.done-pictures-section {
    padding: 50px 0 20px;
}

.slide-done-pic {
    margin: 0 auto;
}

.box-pic-done {
    margin: 0;
    width: 100%;
}

.box-pic-done .pic-img img {
    display: none;
}

.box-pic-done .pic-img {
    padding-top: 66%;
}

.box-pic-done .zoom {
    left: 50%;
}

.back-section-done {
    background-color: #fff;
    box-shadow: none;
}

.login-down {
    width: 400px;
    height: auto;
    position: fixed;
    left: calc(50% - 200px);
    top: calc(50% - 150px);
    background: #213679;
    transform: scaleX(0);
    padding: 30px 30px 0;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    z-index: 1600;
}

.button-downpdf, .fb-thank {
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.login-down.show {
    transform: none;
}

.login-down .input-text {
    margin-bottom: 3px;
}

.login-down .input-text input[type="text"] {
    margin: 0;
    height: 52px;
    line-height: 52px;
    opacity: 1;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
}

.login-down h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
}

.input-but-pdf {
    position: relative;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.button-downpdf {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    color: #213679;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.button-downpdf:hover {
    background-color: #999898;
    color: #fff;
}

.login-down .close {
    top: -30px;
    right: -30px;
    background: url(https://img.htvietnam.vn/layouts/layout103/close.svg) 50%/90% no-repeat #999898;
    width: 60px;
    height: 60px;
    bottom: auto;
    margin: 0;
}

.details-thankyou .details-center, .pic-thank {
    height: auto;
}

.login-down .close:hover {
    background-color: #666;
}

.details-thankyou::after, .details-thankyou::before {
    display: none;
}

.details-thankyou {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-thankyou {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 0 30px;
}

.title-thankyou h3 {
    font-size: 2.3vw;
    font-weight: 700;
    text-transform: uppercase;
    color: #213679;
    margin: 0 0 5px;
}

.title-thankyou p {
    font-size: 16px;
    font-style: italic;
    color: #666;
    max-width: 600px;
    position: relative;
    display: block;
    margin: auto;
}

.box-thank {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.pic-thank, .pic-thank img, .text-thank {
    position: relative;
    display: block;
}

.box-thank .events-info {
    padding: 0;
}

.pic-thank {
    width: 300px;
    margin: 0 20px 0 0;
}

.pic-thank img {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
}

.text-thank {
    width: calc(100% - 330px);
    text-align: left;
}

.fb-thank, .fb-thank span, .fb-thank svg {
    position: relative;
    display: inline-block;
}

.text-thank h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px;
    color: #444;
}

.fb-thank {
    margin: 20px 0 0;
    background-color: #4167b2;
    padding: 9px 17px 9px 12px;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
}

.fb-thank span {
    vertical-align: middle;
}

.fb-thank svg {
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}

.details-thankyou .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #213679;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 0;
    transform: none;
}

.details-thankyou .close-popup:hover {
    transform: none;
    background-color: #222;
}

.fb-thank:hover {
    background-color: #213679;
}

.title-pic {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 7px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    width: 100%;
    z-index: 5;
}

.title-pic h3 {
    font-size: 16px;
    max-height: 44px;
    overflow: hidden;
}

@media screen and (max-width: 1500px) {
    .title-page {
        top: calc(37.5vh - 42px);
    }

    .title-page h1 {
        font-size: 30px;
    }

    .footer-inner .social {
        margin-right: 40px;
    }

    .head-list th[scope="Number"] {
        width: 50px;
    }

    .head-list th[scope="Position"] {
        width: auto;
        min-width: 220px;
    }

    .head-list th[scope="Quantity"] {
        width: 80px;
    }

    .head-list th[scope="Company"], .head-list th[scope="Location"] {
        width: 180px;
    }

    .head-list th[scope="Expire"], .head-list th[scope="Status"] {
        width: 120px;
    }

    .slide-ach .slide-buttons {
        right: -10px;
    }

    .txt-ach {
        right: 60px;
    }

    .item-ach::after {
        right: 210px;
    }
}

@media screen and (max-width: 1300px) {
    .news-item:nth-child(1) {
        margin: 0 0 4px 6px;
    }

    .news-item:nth-child(2), .news-item:nth-child(3) {
        height: 223px;
    }

    .news-item:nth-child(2) .news-txt, .news-item:nth-child(3) .news-txt {
        height: 160px;
    }

    .news-item:nth-child(1) .news-txt {
        padding: 10px 0 0 60px;
        height: 68px;
    }
}

@media screen and (max-width: 1100px) {
    .bottom-footer, .box-video-center, .company-info p, .detail-popup, .pic-ach, .share-item, .thumb-box, .txt-ach, .video-full {
        position: relative;
    }

    #about-page .img-value img {
        max-width: 300px;
    }

    #about-page .img-value {
        margin: 10px auto;
    }

    .events-list .box-events, .events-list .done-box {
        width: calc(33.33% - 10px);
        margin: 5px;
    }

    .wrap-future-details {
        display: block;
    }

    .left-event {
        width: 100%;
    }

    .right-event {
        width: 100%;
        margin: 20px 0 0;
    }

    .title-form-reg {
        max-width: 600px;
        margin: 0 auto 25px;
        text-align: center;
    }

    .form-regis-event form {
        max-width: 600px;
        margin: auto;
    }

    .form-regis-event .input-but {
        text-align: center;
        margin: 15px 0;
    }

    .done-intro-section .details-text {
        padding: 30px;
    }

    .done-pictures-section {
        padding: 20px 0;
    }

    .slide-done-pic {
        width: 90%;
    }

    .back-section {
        padding: 30px 0;
    }

    .back-event {
        padding: 13px 13px 13px 35px;
        font-size: 13px;
    }

    .back-event::before {
        top: 11px;
    }

    .details-thankyou .details-outer {
        padding: 30px;
    }

    .title-pic h3 {
        font-size: 14px;
        max-height: 38px;
    }

    .all-pics .text-length h3 {
        width: 100%;
    }

    p {
        font-size: 15px;
    }

    .container {
        margin: 60px 0 0;
    }

    .link-home:before {
        content: " ";
        padding: 0;
        width: 34px;
        height: 22px;
        background: url(https://img.htvietnam.vn/layouts/layout103/home.png) -3px -7px no-repeat;
        text-indent: -9999px;
        font-size: 0;
        display: block;
        margin: auto;
    }

    .print-but, .save-but, .share-but::before, .slide-overlay {
        display: none;
    }

    .share-but {
        height: auto;
        line-height: inherit;
        padding: 0 0 10px;
    }

    .share-item {
        right: auto;
        bottom: auto;
        height: auto;
    }

    .share-item ul {
        text-align: center;
        padding: 0;
    }

    .share-item li {
        -webkit-transform: none;
        transform: none;
        left: auto;
        opacity: 1;
    }

    .scrollA {
        width: 100%;
        height: auto;
        display: block;
        overflow: visible;
    }

    .full.lock, .scrollB {
        overflow-x: hidden;
    }

    .scrollB {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .sub-nav ul::after {
        height: 65px;
    }

    .sub-nav li a {
        font-size: 12px;
        padding: 15px;
    }

    .outer-nav.second.fixed {
        top: 60px;
    }

    .view-album, .view-video {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }

    .player-vid {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }

    .player {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }

    .play-video {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }

    .go-top, .zoom, .zoom-details, .zoom-large {
        width: 40px;
        height: 40px;
    }

    .album-pic-center img {
        max-width: 98%;
        max-height: inherit;
    }

    .go-top {
        right: 10px;
        bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
        color: #fff;
        border: none;
    }

    .zoom {
        left: auto;
        margin: -20px 0 0 -20px;
    }

    .zoom-large {
        top: 10px;
        right: 10px;
    }

    .box-content, .colum-box {
        position: relative;
        height: auto;
        display: block;
    }

    .box-content {
        top: auto;
        left: auto;
        width: auto;
    }

    .colum-box {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .full img {
        max-width: 100%;
        max-height: 90%;
    }

    .all-pics .text-length h3 {
        font-size: 16px;
        padding: 10px 50px;
    }

    .pass-mask, textarea {
        font-size: 14px;
    }

    .allvideo {
        top: 0;
        z-index: 5000;
    }

    .close-album, .close-popup, .close-video {
        width: 50px;
        height: 50px;
        right: 0;
        top: 0;
        background-color: #213679;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .close-pics {
        display: none;
    }

    .close-pics-small {
        display: block;
    }

    .googlemap::after, .googlemap::before, .slide-bg::after, .slide-bg::before, .zoom-control .zoom-in, .zoom-control .zoom-out {
        display: none;
    }

    .close {
        width: 50px;
        height: 50px;
        right: 50%;
        top: auto;
        bottom: -25px;
        margin: 0 -25px 0 0;
    }

    .thumb-content {
        bottom: 60px;
    }

    .thumb-box, .video-full {
        left: auto;
        bottom: auto;
    }

    .gallery-thumbs .item-container {
        width: 80px;
        height: 50px;
    }

    .bg-cover {
        -webkit-transition: none;
        transition: none;
    }

    .bg-fixed {
        background-attachment: scroll;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .bg-home {
        height: auto;
    }

    .bg-inner {
        height: calc(800 / 2000 * 100vw);
        min-height: 250px;
    }

    .close-map {
        width: 40px;
        height: 40px;
    }

    .details-center, .size_6, .video-full {
        width: 100%;
    }

    .is-IOS .gm-style button {
        display: none !important;
    }

    .video-full {
        display: block;
        top: auto;
        height: 100%;
        min-height: inherit;
        min-width: inherit;
        -webkit-transform: none;
        transform: none;
    }

    .details-content::after, .details-content::before, .details-content>span, .is-IOS .controls, .pic-video::after {
        display: none;
    }

    .box-video-center {
        height: calc(1125 / 2000 * 100vw);
        width: 100%;
    }

    .controls {
        bottom: 0;
        left: 0;
        margin: 0;
    }

    .controls.addshow {
        bottom: 10px;
    }

    .size_6 {
        float: none;
    }

    input[type="password"], input[type="text"] {
        height: 56px;
        line-height: 56px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pass-mask {
        line-height: 54px;
    }

    .load-title h3 {
        font-size: 18px;
    }

    .join-title h3 {
        font-size: 20px;
    }

    .top-order-main h2 {
        font-size: 23px;
        margin-top: 10px;
    }

    .outer-but .btn-orange {
        padding: 18px 20px;
        margin-top: 5px;
        margin-left: 10px;
    }

    .input-but {
        margin-top: 10px;
    }

    .captcha+.outer-but button {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        font-size: 16px;
    }

    .details-content {
        margin-top: 0;
    }

    .details-center h2 {
        font-size: 24px;
        font-weight: 400;
        padding: 20px 30px;
        margin-bottom: 0;
    }

    .details-outer {
        padding: 0 20px 20px;
    }

    .details-text {
        padding: 10px 0;
    }

    .details-text h3 {
        font-size: 15px;
    }

    .details-text p, .details-text table tbody:only-child tr:first-child td, .details-text table thead td, .details-text table thead th {
        font-size: 14px;
    }

    .download-but {
        padding: 0 0 30px;
    }

    .download-but a {
        padding: 10px 60px 10px 10px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

    .download-but a::after {
        right: 10px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .details-center .download-but span {
        font-size: 14px;
        font-weight: 400;
    }

    .details-center .download-but h3 {
        font-size: 18px;
    }

    .details-content .close-popup {
        right: 0;
        top: 0;
    }

    .left-footer, .right-footer {
        width: 50vw;
        padding: 30px;
        display: table-cell;
        float: none;
    }

    .bottom-footer {
        width: 100%;
        left: auto;
        bottom: auto;
        padding: 15px;
    }

    .box-companyinfo h3 {
        font-size: 20px;
    }

    .company-info {
        font-size: 13px;
    }

    .company-info p {
        margin: 0 -3px;
        font-size: 14px;
    }

    .company-info li {
        padding: 0 0 10px 30px;
    }

    .newletter {
        max-width: 500px;
        margin: auto;
        padding: 20px 0;
        width: 90%;
    }

    .social {
        float: none;
    }

    .copyright {
        float: none;
        margin-top: 0;
        text-align: center;
        font-size: 11px;
    }

    .footer-inner {
        background-color: #213679;
        padding: 20px 0;
    }

    .footer-inner .newletter {
        float: none;
        width: auto;
    }

    .footer-inner .newletter h3 {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }

    .footer-inner .form-newletter {
        display: block;
        width: 90%;
        max-width: 400px;
        margin: auto;
    }

    .form-newletter .button-red {
        padding: 15px 0;
        height: 45px;
        width: 90px;
    }

    .form-newletter input[type="text"] {
        height: 45px;
        margin-bottom: 0;
    }

    .footer-inner .copyright, .footer-inner .social {
        float: none;
    }

    .title-page {
        font-size: inherit;
        top: calc(300 / 2000 * 100vw);
        white-space: nowrap;
        width: 100%;
    }

    .title-page h1 {
        font-size: 50px;
        display: none;
    }

    .bg-overlay-banner, .title-border:before {
        display: none;
    }

    .title-1 h2, .title-1 h3, .title-2 h2 {
        font-size: 30px;
    }

    .title-2:after, .title-2:before {
        width: 20%;
    }

    .bg-first:after, .box-nav ul {
        width: 100%;
    }

    .title-border {
        padding: 20px 0;
        text-align: center;
    }

    .title-border h2 {
        font-size: 25px;
    }

    .txt-banner {
        left: 50%;
        text-align: center;
        width: 100%;
        padding: 0 20px;
        max-width: 500px;
        margin: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .box-news-home:nth-child(1) .pic-news-home:before, .box-news-home:nth-child(3) .pic-news-home:before {
        border-right: 20px solid #666;
        left: auto;
        right: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .txt-banner h2 {
        font-size: 30px;
    }

    .txt-banner p {
        font-size: 18px;
    }

    .arrows {
        display: none !important;
    }

    .box-nav {
        bottom: 20px;
    }

    .box-service-home {
        padding-left: 0;
        background-color: transparent;
        text-align: center;
    }

    .list-service-home {
        float: none;
        width: 90%;
        padding: 30px;
        display: inline-block;
        background-color: #213679;
        max-width: 550px;
        margin: -100px 0 0;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .list-service-home li:before {
        display: none;
    }

    .list-service-home li a {
        font-size: 18px;
        color: #fff;
        padding: 7px 5px;
        line-height: 1.8;
        text-align: center;
    }

    .list-service-home li {
        margin: 10px 0;
    }

    .pic-service-home {
        width: 100%;
        float: none;
        height: calc(1125 / 2000 * 100vw);
    }

    .padding-main {
        padding: 30px 0;
    }

    .list-m {
        max-width: 500px;
        display: block;
        margin: auto;
    }

    .row-5 .col-5 {
        width: 100%;
        max-width: inherit;
    }

    .row-news {
        display: block;
        width: 90%;
        margin: 0 auto 20px;
        float: none;
    }

    .box-news-5 {
        background-color: #eee;
    }

    .list-news-home .box-news-home {
        width: 90%;
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 700px;
    }

    .pic-news-home {
        height: 200px;
    }

    .text-news-home {
        height: 200px;
        padding: 15px;
    }

    .text-news-home p {
        font-size: 13px;
    }

    .box-news-home:nth-child(1) .pic-news-home, .box-news-home:nth-child(1) .text-news-home {
        width: 50%;
    }

    .box-news-home:nth-child(2n) .pic-news-home {
        float: right;
    }

    .box-news-home:nth-child(3) .pic-news-home {
        float: left;
    }

    .box-news-home:nth-child(1) .pic-news-home:before {
        bottom: auto;
        top: 50%;
        margin-top: -30px;
    }

    .box-news-home:nth-child(2) .pic-news-home:before {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #666;
    }

    .box-news-home:nth-child(3) .pic-news-home:before {
        border-left: none;
    }

    .box-news-home:nth-child(4) .pic-news-home:before {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #666;
        border-right: 0;
        left: 0;
        right: auto;
    }

    .box-news-home:nth-child(5) .pic-news-home:before {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #666;
    }

    .pic-news-home:before {
        margin-top: -20px !important;
    }

    .padding-top {
        padding: 30px 0;
    }

    .col-m {
        width: 100%;
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: top;
    }

    .list-m li a {
        font-size: 14px;
        padding: 15px 40px 15px 15px;
    }

    .list-m li:nth-child(2n) a {
        background-color: #213679;
        color: #fff;
    }

    .list-m li:nth-child(2n) a:after {
        background-position: -30px 0;
    }

    .list-m li a:after {
        transform: scale(0.8, 0.8);
        top: 8px;
        right: 5px;
    }

    .item-ach {
        padding: 0;
    }

    .item-ach:after {
        display: none;
    }

    .pic-ach {
        display: block;
        max-height: calc(1125 / 2000 * 100vw);
        width: 100%;
    }

    .box-member .bg-cover, .content-s-4 .bg-cover, .pic-s-1 {
        max-height: 450px;
        height: calc(1000 / 2000 * 100vw);
        right: auto;
    }

    .txt-ach {
        right: auto;
        left: auto;
        bottom: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 20px;
        background-color: #fff;
        color: #737373;
    }

    .txt-ach h3 {
        font-size: 22px;
    }

    .txt-ach p {
        font-size: 18px;
    }

    .slide-ach .slide-buttons {
        right: 0;
        width: 100%;
        bottom: auto;
        top: 50%;
        display: block;
    }

    .slide-ach .slide-next, .slide-ach .slide-prev {
        position: absolute;
        background-color: #666;
    }

    .a-col-4, .a-col-8, .member-list, .value-about {
        position: relative;
        display: block;
    }

    .slide-ach .slide-prev {
        left: 0;
    }

    .slide-ach .slide-next {
        right: 0;
    }

    .slide-mask .slide-pagination {
        bottom: 10px;
    }

    .item-wrap {
        width: 200%;
    }

    .row-1 .col-6:first-child {
        padding-right: 20px;
    }

    .row-2 .col-6:first-child {
        padding-left: 20px;
    }

    .a-col-4 {
        width: 30%;
        float: right;
    }

    .a-col-8 {
        width: 70%;
        float: left;
        padding: 30px 20px 30px 0;
    }

    .txt-direc {
        padding: 10px 15px;
        font-size: 13px;
    }

    .col-6 {
        width: 100%;
        float: none;
    }

    .value-about {
        max-width: 500px;
        margin: auto;
        width: 100%;
    }

    .value-about:before {
        padding: 50%;
    }

    .circle-about h3 {
        font-weight: 700;
        font-size: 2em;
        margin-bottom: 5px;
    }

    .circle-about p {
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.3;
    }

    .title-sm {
        font-size: 23px;
    }

    .col-txt p {
        margin-bottom: 10px;
    }

    .row-2 .circle-about {
        font-size: 50%;
        padding-top: 9%;
    }

    .row-2 .circle-about p {
        font-size: 1.5em;
    }

    .head-circle {
        font-size: 25px;
        font-size: 18px;
    }

    .row-2 .circle-about:before {
        width: 10px;
        height: 30%;
    }

    .row-2 .circle-about:nth-child(1):before {
        bottom: -30%;
    }

    .row-2 .circle-about:nth-child(2):before, .row-2 .circle-about:nth-child(3):before {
        top: -2%;
    }

    .circle-about {
        font-size: 70%;
    }

    .vision {
        text-align: left;
    }

    .box-member, .title-detial, .vision .title-sm {
        text-align: center;
    }

    .vision .wrap-content {
        max-width: 700px;
    }

    .slider-history:before {
        top: 115px;
    }

    .item-history:after {
        top: 60px;
        width: 15px;
        height: 15px;
    }

    .slider-history .slide-next, .slider-history .slide-prev {
        width: 60px;
        height: 60px;
    }

    .slider-history .slide-buttons:before {
        top: 30px;
        margin-left: -22px;
        width: 44px;
    }

    .item-history h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .img-value {
        margin-bottom: 20px;
    }

    .member-list {
        height: auto;
        width: 100%;
        margin: auto;
        padding: 30px 0;
        overflow: hidden;
    }

    .item-achievement .pic-img {
        height: 250px;
    }

    .chart-about .zoom {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        left: auto;
    }

    .item-achievement h3 {
        font-size: 15px;
        bottom: auto;
        left: auto;
        padding: 10px;
        position: relative;
    }

    .box-member .bg-cover {
        width: 100%;
        position: relative;
        margin: auto;
        left: auto;
        top: auto;
    }

    .title-member {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .logo-member, .members .item-member:nth-child(2n) .logo-member {
        top: -100px;
        right: auto;
        left: 0;
    }

    .content-s-4 .bg-cover, .pic-s-1 {
        left: auto;
        top: auto;
        position: relative;
    }

    .logo-member img {
        width: 110px;
    }

    .box-member {
        padding-bottom: 30px;
    }

    .box-member .wrap-content {
        padding: 0;
    }

    .txt-member, .txt-s-1 {
        padding: 20px;
        max-width: 600px;
    }

    .txt-member {
        width: 100%;
        margin: -50px 0 0;
    }

    .box-s-1 {
        background-color: #e7e7e7;
    }

    .pic-s-1 {
        width: 100%;
    }

    .txt-s-1 {
        position: relative;
        width: 90%;
        float: none;
        background-color: #666;
        color: #fff;
        margin: -50px auto 20px;
    }

    .content-s-2 p, .txt-s-1 p {
        margin-bottom: 10px;
    }

    .content-s-2 {
        padding: 60px 0;
    }

    .box-s-2, .box-s-4 {
        padding: 20px;
    }

    .box-s-3 .txt-member {
        width: 100%;
        max-width: 600px;
    }

    .box-s-4 {
        max-width: 600px;
        margin: -50px auto 20px;
    }

    .content-s-4 {
        padding: 0;
    }

    .content-s-4 .bg-cover {
        width: 100%;
    }

    .p-content p {
        margin-bottom: 15px;
    }

    .slider-project, .slider-project-1, .title-b, .title-pro {
        margin-bottom: 20px;
    }

    .project-section {
        padding-top: 20px;
    }

    .pic-project {
        height: 300px;
    }

    .t-project h3 {
        padding: 11px 15px;
        font-size: 13px;
        max-width: 80%;
    }

    .left-conpen, .location-txt, .right-conpen, .wrap-content-sm {
        max-width: 700px;
    }

    .more-plus {
        width: 41px;
        height: 41px;
        line-height: 45px;
        font-size: 30px;
    }

    .title-pro {
        font-size: 24px;
        line-height: 1.4;
    }

    .slider-project-1 .pic-project {
        height: 300px;
    }

    .title-detial img {
        max-height: 17vh;
    }

    .title-d {
        font-size: 20px;
    }

    .num-detial {
        margin: 20px 0;
    }

    .col-num {
        width: 28%;
    }

    .col-num h3 {
        font-size: 30px;
    }

    .location-pic {
        display: block;
        width: 100%;
        vertical-align: middle;
        height: auto;
    }

    .location-txt {
        display: block;
        width: 90%;
        margin: -50px auto auto;
        background-color: #213679;
        color: #fff;
        padding: 20px;
        position: relative;
        z-index: 4;
    }

    .box-recruitment .bg-cover, .box-recruitment .txt-member, .item-fa, .left-conpen {
        width: 100%;
    }

    .txt-facilities h3 {
        font-size: 20px;
    }

    .txt-facilities {
        margin: 20px auto;
    }

    .pic-fa .pic-img {
        height: 250px;
    }

    .title-detial {
        display: none;
    }

    .slide-detail .slide-buttons {
        display: block;
    }

    .slide-detail .slide-next, .slide-detail .slide-prev {
        transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
    }

    .career-form {
        display: none;
    }

    .box-recruitment:after, .left-conpen, .right-conpen {
        display: block;
    }

    .box-recruitment {
        padding: 0 0 20px;
    }

    .box-res-1 .txt-s-1 {
        padding: 20px;
    }

    .box-conpen {
        padding: 0 0 20px;
    }

    .box-conpen:before {
        height: 100%;
    }

    .left-conpen {
        margin: auto auto 15px;
        padding: 20px;
        background-color: #fff;
        color: #737373;
    }

    .list-conpen li {
        margin-bottom: 15px;
        display: block;
        padding-left: 30px;
    }

    .list-conpen li span {
        top: -4px;
        font-size: 20px;
    }

    .right-conpen {
        width: 100%;
        margin: auto;
    }

    .right-conpen .txt-member {
        margin-top: 0;
    }

    .item-pic {
        height: 250px;
    }

    .txt-member.p-content {
        max-width: inherit;
    }

    .career-list {
        padding: 10px;
        width: 96%;
        max-width: 700px;
    }

    .career-list table {
        margin: 0;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .head-list {
        display: none;
    }

    .career-list tr {
        display: block;
        margin: 0 0 20px;
    }

    .career-list tr:last-child {
        margin: 0;
    }

    .career-list tbody td {
        font-size: 14px;
        background-color: #eee;
        color: #333;
        border: none;
        border-bottom: 1px solid #fff;
        display: block;
        text-align: right;
        position: relative;
        padding: 10px 10px 10px 120px;
    }

    .career-list td::before {
        content: attr(data-label);
        float: left;
        font-size: 13px;
        color: #999;
        position: absolute;
        left: 10px;
        top: 50%;
        margin: -10px 0 0;
        text-align: left;
        line-height: 1.4;
    }

    .news-item .date-thumb, .news-item:nth-child(2) .date-thumb, .news-item:nth-child(3) .date-thumb {
        left: 1px;
        top: 1px;
        bottom: auto;
    }

    .career-list tbody tr:nth-child(even) td {
        background-color: #eee;
        color: #333;
        border-bottom: 1px solid #fff;
    }

    .career-title {
        background-color: #213679 !important;
    }

    .career-title::before {
        color: #eee !important;
    }

    .career-title a {
        color: #fff;
        display: inline-block;
    }

    #news-detail-page .load-data::before, .career-list td:last-child {
        display: none;
    }

    .career-list td:nth-child(2), .career-list td:nth-child(4), .career-list td:nth-child(5) {
        text-align: right;
    }

    .news-list {
        width: 96%;
        margin: 0 auto 30px;
        text-align: center;
    }

    .news-item {
        padding: 14px;
        margin: 7px 0.5%;
    }

    .news-txt {
        height: 68px;
        padding: 10px 0;
    }

    .news-pic {
        min-height: inherit;
        height: 228px;
    }

    .news-txt h3 {
        font-size: 13px;
    }

    .news-item .date-thumb {
        font-size: 24px;
    }

    .news-item:nth-child(1) {
        margin: 0 0 5px 6px;
    }

    .news-item:nth-child(2) {
        margin: 0 0 12px 12px;
        height: 197px;
        width: calc(56% - 12px);
    }

    .news-item:nth-child(3) {
        margin: 0 0 5px 12px;
        height: 197px;
        width: calc(56% - 12px);
    }

    .news-item:nth-child(2) .news-txt, .news-item:nth-child(3) .news-txt {
        height: 100%;
        padding: 10px;
    }

    .news-item:nth-child(1) .news-pic {
        height: 310px;
    }

    .news-item:nth-child(1) .news-txt {
        padding: 10px 0;
        height: 68px;
    }

    #news-detail-page .load-title {
        width: 90%;
        margin: 20px auto;
    }

    #news-detail-page .link-text h3 {
        font-size: 12px;
        font-weight: 400;
        padding: 15px 0 0;
    }

    #news-detail-page .load-content.show::before {
        padding: 30px 0;
    }

    #news-detail-page .scroll-slide {
        padding: 0 0 20px;
    }

    #news-detail-page .load-content {
        padding: 0;
    }

    #news-detail-page .load-title h3 {
        font-weight: 500;
    }

    .load-details .date {
        margin: 0 0 0 2%;
        font-size: 24px;
        top: -52px;
    }

    .news-detail {
        padding-top: 30px;
    }

    .link-page {
        padding: 10px;
        width: 240px;
        height: 90px;
        -webkit-transition: none;
        transition: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
    }

    .contact-info:before, .scroll-slide.at-bottom {
        display: none;
    }

    .link-page:first-child {
        margin: 0 2px 0 10px;
    }

    .link-page:last-child {
        margin: 0 10px 0 2px;
    }

    .pic-thumb {
        width: 40%;
    }

    .pic-thumb img {
        height: 68px;
    }

    .link-text {
        line-height: 80px;
    }

    .link-text h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 400;
        max-height: 70px;
    }

    .scroll-slide {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding: 10px 0;
        box-shadow: none;
    }

    .news-link {
        width: 100%;
        white-space: nowrap;
    }

    .load-text p {
        font-size: 15px;
    }

    .load-text table td, .load-text table th {
        font-size: 15px;
        padding: 8px 10px;
        font-weight: 400;
    }

    .number {
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .descript, .load-text, .print {
        width: 96%;
        margin: auto;
    }

    .load-text {
        padding: 20px;
    }

    .descript {
        font-size: 16px;
        padding: 20px 5%;
    }

    .print {
        z-index: 2;
    }

    .load-content::before {
        bottom: 0;
    }

    .item-video, .video-center {
        height: calc(1125 / 2000 * 100vw);
    }

    .stock-but {
        margin: 100px 0;
    }

    .contact-form {
        padding: 20px;
        max-width: 700px;
    }

    .input-text {
        margin-bottom: 0;
    }

    .map-view {
        width: calc(100% - 250px);
        height: 80vh;
    }

    .list-view {
        width: 300px;
        height: 80vh;
    }

    .list-view h3 {
        font-size: 15px;
    }

    .list-view p {
        font-size: 13px;
    }

    #home-page .map-view {
        max-height: 500px;
        min-height: 350px;
    }

    #home-page .map-view.full-screen {
        max-height: inherit;
        min-height: inherit;
    }

    .new-icon.list-news-icon {
        top: 45px;
    }

    .popup-home.details-content .close-popup::after {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .popup-home.details-content .close-popup {
        top: 0;
        right: 0;
    }

    #project-detail-page .title-2 h2 {
        margin: 0 auto;
        max-width: 58%;
    }
}

@media screen and (max-width: 950px) {
    .news-item {
        margin: 5px 0.3%;
        display: inline-block;
        float: none;
    }

    .news-item:nth-child(1) {
        margin: 0 0 5px 10px;
    }

    .news-item:nth-child(2) {
        margin: 0 0 12px 6px;
    }

    .news-item:nth-child(3) {
        margin: 0 0 5px 6px;
    }
}

@media screen and (max-width: 840px) {
    .events-list .box-events, .events-list .done-box {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .box-companyinfo, .news-home {
        text-align: left;
    }

    .left-footer, .right-footer {
        width: 100%;
        padding: 20px;
        display: block;
    }

    .bottom-footer {
        position: relative;
        padding: 15px;
    }

    .company-info li {
        display: inline-block;
        padding: 0 0 10px;
    }

    .company-info li::before {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
        top: auto;
        left: auto;
    }

    .slide-buttons {
        display: none;
    }

    .txt-banner h2 {
        font-size: 24px;
    }

    .txt-banner p {
        font-size: 16px;
    }

    .news-new, .news-top {
        margin: 0 auto 20px;
        width: 100%;
        display: block;
    }

    .news-home {
        max-width: 600px;
        display: block;
        margin: auto;
    }

    .title-page h1 {
        font-size: 40px;
    }

    .title-1 h2, .title-1 h3, .title-2 h2 {
        font-size: 25px;
    }

    .title-border h2 {
        font-size: 22px;
    }

    .news-item {
        width: 45%;
        padding: 10px;
        height: auto;
        max-width: 380px;
        margin: 2px 0;
    }

    .news-txt {
        float: none;
        width: 100%;
        padding: 10px;
        height: 68px;
    }

    .news-item:nth-child(1) {
        width: calc(90% + 2px);
        float: none;
        margin: 0 0 5px;
    }

    .news-item:nth-child(1) .news-pic {
        height: 200px;
        margin: 0;
    }

    .news-item:nth-child(1) .news-txt {
        max-height: inherit;
        height: auto;
        padding: 10px;
    }

    .news-item:nth-child(2), .news-item:nth-child(3) {
        width: 45%;
        height: auto;
        max-width: 380px;
        float: none;
        margin: 2px 0;
    }

    .news-item:nth-child(2) .news-pic, .news-item:nth-child(3) .news-pic {
        float: none;
        height: calc(900/1200 * 83vw);
        width: 100%;
    }

    .news-item:nth-child(2) .news-txt, .news-item:nth-child(3) .news-txt {
        float: none;
        width: 100%;
        padding: 10px;
        height: 68px;
    }

    .item-achievement h3 {
        font-size: 14px;
    }

    .title-thankyou h3 {
        font-size: 4vw;
    }

    .details-thankyou .close-popup {
        width: 40px;
        height: 40px;
    }

    .title-thankyou p {
        font-size: 14px;
    }

    .pic-thank {
        display: none;
    }

    .text-thank {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .wrap-tab {
        padding: 0;
    }

    .loadx {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }

    .a-col-4, .a-col-8 {
        width: 100%;
        float: none;
    }

    .a-col-8 {
        padding: 20px 0;
    }

    .box-direc {
        margin-top: 30px;
    }

    .title-thankyou h3 {
        font-size: 24px;
    }

    .title-thankyou {
        margin: 0 0 20px;
    }

    .text-thank h3 {
        margin: 0 0 15px;
        font-size: 15px;
    }

    .details-thankyou .details-outer {
        padding: 20px;
    }

    .fb-thank {
        padding: 7px 14px 7px 10px;
        font-size: 13px;
    }

    .left-event h2 {
        font-size: 19px;
    }

    .btn-red {
        padding: 10px 15px;
        font-size: 14px;
    }

    .form-regis-event .captcha {
        margin: 0 5px;
    }

    .pic-top-intro {
        width: 100%;
        margin: 0 0 20px;
    }

    .time-intro {
        width: 95%;
        margin: 0 auto 20px;
    }

    .wrap-large-events {
        padding: 0 20px;
    }
}

@media screen and (max-width: 640px) {
    .tab-des {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-color: inherit;
        scrollbar-width: none;
    }

    .captcha, .captcha+.outer-but {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .captcha {
        width: 110px;
        height: 60px;
        overflow: hidden;
        margin: 10px 5px;
    }

    .g-recaptcha>div {
        margin: -6px 0 0 -2px;
        overflow: hidden;
    }

    .captcha::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png) center center no-repeat #f9f9f9;
        z-index: 100;
    }

    .captcha+.outer-but {
        margin: 10px 5px;
    }

    .text-news-home {
        height: auto;
        float: none !important;
        width: 100% !important;
    }

    .box-news-home .pic-news-home {
        max-height: 200px;
        float: none !important;
        width: 100% !important;
    }

    .box-news-home .pic-news-home::before {
        display: none;
    }

    .map-view {
        width: 100%;
        height: 60vh;
    }

    .list-view {
        width: 100%;
        height: auto;
        position: relative;
    }

    .list-view h3 {
        font-size: 15px;
    }

    .list-view p {
        font-size: 13px;
    }
}

@media screen and (max-width: 540px) {
    #about-page .img-value img {
        max-width: 200px;
    }

    .login-down {
        padding: 20px 20px 0;
        width: 340px;
        left: calc(50% - 170px);
    }

    .login-down h3 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .login-down .input-text input[type="text"] {
        height: 45px;
        line-height: 45px;
    }

    .login-down .close {
        transform: scale(0.8);
    }

    .events-list .box-events, .events-list .done-box {
        width: 100%;
        margin: 0;
    }

    .title-1, .title-2, .title-sm {
        margin-bottom: 20px;
    }

    .load-text p {
        font-size: 14px;
    }

    .slide-mask .slide-pagination {
        bottom: 0;
        transform: scale(0.7, 0.7);
    }

    .title-page h1 {
        font-size: 25px;
    }

    .title-1 h2, .title-1 h3, .title-2 h2 {
        font-size: 20px;
    }

    .title-border h2 {
        font-size: 17px;
    }

    .title-2:after, .title-2:before {
        width: 10%;
    }

    .title-page {
        top: calc(500 / 2000 * 100vw);
    }

    .box-companyinfo h3 {
        font-size: 18px;
    }

    .company-info li::before {
        width: 25px;
        height: 25px;
    }

    .txt-banner h2 {
        font-size: 25px;
    }

    .txt-banner p {
        font-size: 16px;
    }

    .list-service-home li a {
        font-size: 14px;
    }

    .txt-ach h3 {
        font-size: 18px;
    }

    .txt-ach p {
        font-size: 16px;
    }

    .list-service-home {
        padding: 20px;
        margin: -60px 0 0;
    }

    .row-1, .row-2 {
        margin-bottom: 20px;
    }

    .value-about {
        max-width: 400px;
    }

    .row-1 .col-6:first-child {
        padding-right: 0;
    }

    .row-2 .col-6:first-child {
        padding-left: 0;
    }

    .circle-about {
        font-size: 66%;
        padding: 5% 2% 0;
    }

    .title-sm {
        font-size: 20px;
        padding: 0;
    }

    .row-2 .circle-about {
        font-size: 42%;
        padding-top: 7%;
    }

    .head-circle {
        font-size: 20px;
        font-size: 16px;
    }

    .row-2 .head-circle {
        font-size: 12px;
        margin-top: -2px;
    }

    .vision .wrap-content {
        max-width: 700px;
    }

    .slider-history:before {
        top: 90px;
    }

    .item-history h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .item-achievement .pic-img {
        height: 180px;
    }

    .two-column {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }

    .member-list li {
        text-align: center !important;
    }

    .item-member-about {
        width: 100%;
        text-align: left !important;
        background: #eee;
        padding: 20px !important;
        max-width: 330px;
    }

    .item-member-about:before {
        left: 50% !important;
        right: auto !important;
        top: 0;
        margin: -10px 0 0 -10px;
    }

    .item-member-about h3 {
        font-size: 15px;
    }

    .item-member-about img {
        position: relative;
        height: auto;
        width: 100%;
        max-width: 190px;
        display: block;
        transform: none;
        margin: 0 auto 15px;
        left: auto !important;
        right: auto !important;
        top: auto;
    }

    .member-list li {
        margin-bottom: 30px;
    }

    .item-achievement h3 {
        font-size: 13px;
    }

    .pic-project {
        height: 250px;
    }

    .more-plus {
        width: 41px;
        height: 41px;
        font-size: 20px;
    }

    .title-pro {
        font-size: 17px;
    }

    .slider-project-1 .pic-project {
        height: 250px;
    }

    .title-detial img {
        max-height: 15vh;
    }

    .col-num p {
        font-size: 13px;
    }

    .col-num svg {
        max-width: 50px;
    }

    .news-item, .news-item:nth-child(2), .news-item:nth-child(3) {
        max-width: inherit;
    }

    .col-num h3 {
        font-size: 20px;
    }

    .pic-fa .pic-img {
        height: 230px;
    }

    .title-d {
        margin-bottom: 10px;
    }

    .title-detial {
        top: calc(600 / 2000 * 100vw);
    }

    .item-pic {
        height: 250px;
    }

    #news-detail-page .load-title h3 {
        margin-bottom: 20px;
    }

    .news-item {
        width: 90%;
        margin: 5px 0;
    }

    .news-pic {
        height: calc(900/1200 * 83vw) !important;
    }

    .pic-thumb {
        width: 60px;
    }

    .news-item:nth-child(1), .news-item:nth-child(2), .news-item:nth-child(3) {
        width: 90%;
        margin: 5px 0;
        max-width: inherit;
    }

    #project-detail-page .title-2 h2 {
        margin: 0 auto;
        max-width: 78%;
    }

    .title-video {
        font-size: 14px;
    }
}

@media screen and (max-width: 440px) {
    .title-2 h2 {
        font-size: 18px;
    }

    .box-companyinfo h3 {
        font-size: 16px;
    }

    .txt-banner h2 {
        font-size: 20px;
    }

    .txt-ach h3 {
        font-size: 17px;
    }

    .list-service-home {
        margin: -30px 0 0;
    }

    .txt-member {
        margin: -20px 0 0;
    }

    .box-s-4, .txt-s-1 {
        margin: -20px auto 20px;
    }

    .career-list tbody td {
        font-size: 13px;
    }

    .career-list td::before {
        font-size: 12px;
    }
}

@media print {
    .footer, .header, .load-content::before, .outer-nav, .print, .scroll-slide, .slide-buttons, .slide-pagination, .title-page {
        display: none;
    }

    .container {
        opacity: 1;
        margin: auto;
        visibility: visible;
    }
}

.sub-nav::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.scroll-slide::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.content-table::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.nav-home::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.wrap-header::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.navigation::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.controls progress::-webkit-progress-bar, .controls progress::-webkit-progress-value {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

:-webkit-full-screen, :-webkit-full-screen-ancestor:not(iframe) {
    background-color: #fff !important;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 2147483647 !important;
}

#about-page .slide-mask .slide-buttons, #contact-page .slide-mask .slide-buttons, #library-page .slide-mask .slide-buttons, #members-page .slide-mask .slide-buttons, #news-detail-page .slide-mask .slide-buttons, #news-page .slide-mask .slide-buttons, #project-detail-page .slide-mask .slide-buttons, #projects-page .slide-mask .slide-buttons, #recruitment-page .slide-mask .slide-buttons, #search-page .slide-mask .slide-buttons, #services-page .slide-mask .slide-buttons {
    display: none;
}
.alert-success{
    margin-top:15%
}
          /* Style for the dropdown container */
 .dropdown {
	position: relative;
	display: inline-block;
}


/* Style for the dropdown button */
.dropdown-btn {

	color: #fff;
	padding-top: 10px;
	border: none;
	cursor: pointer;
}



/* Style for the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Style for the dropdown items */
.dropdown-content a {
	color: #333;
	padding: 15px 16px;
	/* text-decoration: none; */
	display: block;
}

/* Change color on hover */
.dropdown-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown content when the dropdown button is hovered over */
.dropdown:hover .dropdown-content {
	display: block;
}
  .pding-0 {
                                padding: 0;
                            }