
#scrollstory {
    display: block !important;
    font-family: 'Lora-Medium';
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

#scrollstory .progress-bar-wrapper {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.34)
}

#scrollstory .progress-bar-wrapper.absolute {
    position: absolute
}

#scrollstory .progress-bar-wrapper .current-progress {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    will-change: width;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-border-top-right-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-right-radius: 100px
}

#scrollstory a {
    color: #fff
}

#scrollstory .g-asset-cover a {
    text-decoration: none
}

.g-items {
    overflow: hidden;
    background-color: #272727;
    min-height: 100vh
}

.g-items .g-item {
    position: relative;
    z-index: 1;
    pointer-events: none;
    min-height: 100vh
}

.g-items .g-item br {
    display: inline-block
}

.g-items .g-item.g-textblock {
    padding-bottom: 60vh
}

.g-items .g-item .g-asset-textblock {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0
}

.g-items .g-item .g-asset-media {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    top: 0;
    max-width: none !important
}
.g-items .g-item .g-asset-media table,
.g-items .g-item .g-asset-media video,
.g-items .g-item .g-asset-media picture,
.g-items .g-item .g-asset-media img {
  width: 100%;
}
.g-items .g-item .g-asset-media img {
    height: auto;
    max-width: 100%
}

.g-items .g-item .g-asset-media img,
.g-items .g-item .g-asset-media video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.g-items .g-item.g-item-cover .g-asset-media:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100vw;
    height: 100vh
}

.g-items .g-item.g-previousactive .g-asset-media,
.g-items .g-item.g-nextactive .g-asset-media,
.g-items .g-item.g-active .g-asset-media {
    will-change: opacity
}

.g-items .g-item.g-previousactive .g-asset-textblock,
.g-items .g-item.g-nextactive .g-asset-textblock,
.g-items .g-item.g-active .g-asset-textblock {
    opacity: 1
}

.g-items .g-item.g-active {
    pointer-events: auto
}

.g-items .g-item.g-active .g-asset-media {
    opacity: 1;
    position: fixed
}

.g-items .g-item.g-previousactive .g-asset-media,
.g-items .g-item.inviewport .g-asset-media {
    position: fixed
}

.g-items .g-item .g-asset-text {
    width: 100%;
    max-width: 47.22vw;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px !important;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    padding: 20px;
    text-align: left;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
}

.g-items .g-item .g-asset-text * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.g-items .g-item .g-asset-text .g-cate {
    padding-bottom: 10px
}

.g-items .g-item .g-asset-text .g-cate a {
    font-size: 24px;
    text-transform: uppercase
}

.g-items .g-item .g-asset-text .g-fancytext {
    position: relative
}

.g-items .g-item .g-asset-text .g-fancytext .g-copy-original {
    position: relative
}

.g-items .g-item .g-asset-text .g-fancytext .g-copy-original span {
    display: inline;
    background-color: #272727;
    -webkit-box-shadow: 15px 2px 0 #272727, -15px -5px 0 #272727, 15px -5px 0 #272727, -15px 2px 0 #272727;
    box-shadow: 15px 2px 0 #272727, -15px -5px 0 #272727, 15px -5px 0 #272727, -15px 2px 0 #272727;
    opacity: 0.5;
    color: transparent
}

.g-items .g-item .g-asset-text .g-fancytext .g-copy-copy {
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    opacity: 1
}

.g-items .g-item .g-asset-text .g-fancytext .g-copy-copy span {
    color: #fff;
    display: inline;
    background-color: transparent;
    -webkit-box-shadow: inset 15px 7px 0 transparent, inset -15px -5px 0 transparent, inset 15px -5px 0 transparent, inset -15px 7px 0 transparent;
    box-shadow: inset 15px 7px 0 transparent, inset -15px -5px 0 transparent, inset 15px -5px 0 transparent, inset -15px 7px 0 transparent
}

.g-items .g-item .g-asset-text.g-break-section {
    background: transparent;
    max-width: 40vw
}

.g-items .g-item .g-asset-text>h2 {
    font-size: 30px;
    color: #fff;
    text-align: center
}

.g-items .g-item .g-asset-text>h2:after {
    content: '';
    display: block;
    width: 180px;
    height: 2px;
    margin: 20px auto;
    background: #ffffff
}

.g-items .g-item .g-asset-head {
    text-align: center;
    background-color: transparent
}

.g-items .g-item .g-asset-head>h1 {
    font-size: 60px;
    line-height: 1.33
}

.g-items .g-item .g-asset-meta {
    margin-top: 35px;
    font-size: 18px;
    font-weight: bold;
    /*color: #d2d2d2*/
}

.g-items .g-item .g-asset-meta>a {
    font-size: inherit;
    color: #fff;
    display: inline-block
}

.g-items .g-item .g-asset-meta>a:before {
    content: ",";
    display: inline-block;
    margin-right: 3px;
    color: #fff;
    font-weight: normal
}

.g-items .g-item .g-asset-meta>a:first-of-type:before {
    display: none
}

.g-items .g-item .g-asset-meta>a:last-of-type:before {
    content: " và ";
    margin-left: 3px
}

.g-items .g-item .g-asset-meta .g-publish {
    font-style: italic
}

.g-items .g-item .g-asset-video-caption>strong {
    display: none !important
}

@media (min-width: 769px) and (max-width: 1024px) {
    #zing-header a.logo span {
        top: 29px !important
    }

    #zing-header a.logo span:after {
        font-size: 7.5px !important
    }
}