.ht-container,
.ht-sitecontainer--boxed {
    max-width: 1120px;
}

.nav-header .nav-header__mtoggle span,
.nav-header .nav-header__mtoggle span::before,
.nav-header .nav-header__mtoggle span::after {
    background: #000;
}

.nowrap {
    white-space: nowrap;
}

/*#region Popup Video */
.play-video-item {
    cursor: pointer;
}

.popup-video-item {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

.popup-video-item .pvi-content-item {
    position: absolute;
    width: 90%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.popup-video-item .pvi-border-item {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.popup-video-item .pvi-close-item {
    background: url('/he-thong/sites/help/images/ic-close.png') top right no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
    z-index: 2;
}

/*#endregion*/

