﻿/*@import url('https://fonts.googleapis.com/css2?family=Mali:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    src: url("fonts/SVN-A Love Of Thunder.ttf");
    font-family: 'SVN-A Love Of Thunder';
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 100%;
    height: 100%;
}

ul li {
    list-style-type: none;
}

a, a:hover {
    text-decoration: none;
    color: #5530BE;
}

@media screen and (max-width: 1920px) and (min-width: 1500px) {
    .container {
        max-width: 1650px;
    }
}

.VR-3D-library {
    background-color: #F4F0FF;
    padding: 30px;
}

.Infographic-bg-lg,
.Image-bg-lg {
    background-image: url(/Portals/_default/skins/huecit_kph/assets/images/bg-enterprise-right.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
    height: calc(100% - 40px);
}*/

.Image-bg-lg .section-title h4,
.Image-bg-lg .section-title h4 a{
    color: #EE952D;
}

.Infographic-gallery .section-title,
.Image-gallery .section-title {
    padding: 0px;
}

.section-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

    .section-title h4 {
        font-family: 'Mali', cursive;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        color: #5530BE;
        text-align: left;
        margin-bottom: 0;
    }

    .VR-3D .section-title{
        margin-bottom: 25px;
    }

    .VR-3D .section-title h4,
    .VR-3D .section-title h4 a{
        line-height: 50px;
        color: var(--danger);
    }

    .section-title > a::before,
    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h > span > a::before,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h > span > a::before {
            content: "|";
            padding: 0px 32px;
            font-size: 24px;
            color: var(--purple);
        }

    .section-title > a > span{
        color: var(--purple);
        text-decoration: underline;
    }

.view-all {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #5530BE;
    text-align: left;
    margin-bottom: 0;
}

.VR-3D-library {
    margin-bottom: 20px;
}

.vr3d-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.first-Library-Digital .vr3d-gallery li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)):not(:nth-of-type(6)){
    display: none;
}

.vr3d{
    padding: 0px 15px;
}

.first-Library-Digital .vr3d {
    flex: 0 0 calc(100%/6);
    max-width: calc(100%/6);
}

.vr3d > a{
    display: block;
    width: 100%;
}

.vr3d-img {
    position: relative;
    background-image: url("/Portals/_default/skins/huecit_kph/assets/images/bg-final-travel-item.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.vr3d .img360 {
    display: block;
    width: 100%;
    height: 100%;
}

.vr3d .img360-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}

/*.vr3d .img360-2 {
    background: url(../Image/20210301phuoctich.jpg) no-repeat center;
}

.vr3d .img360-3 {
    background: url(../Image/2022_08_02HOangThanh.jpg) no-repeat center;
}

.vr3d .img360-4 {
    background: url(../Image/Lang-Khai-Dinh-Hue-3.jpg) no-repeat center;
}

.vr3d .img360-5 {
    background: url(../Image/092705-internet---l-ng-t----c-1.jpg) no-repeat center;
}

.vr3d .img360-6 {
    background: url(../Image/kinh-thanh-hue-1.jpg) no-repeat center;
}*/

.background-icon-360 {
    position: absolute;
    inset: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 45px;
    z-index: 2;
}

.icon360 {
    background-image: url(/desktopmodules/MVC/KPH_BanDo/Assets/img/360deg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.vr3dtitle,
.videostitle,
.imagetitle,
.infographictitle {
    font-family: "Roboto Slab";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-mi, #182940);
    margin-bottom: 0;
    margin-top: 10px;
}

.videostitle{
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

#html5-videos,
#video-gallery-ytb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px -15px;
}

    #html5-videos li,
    #video-gallery-ytb a {
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
        padding: 0px 15px 30px;
    }

    .section-media #html5-videos li,
    #video-gallery-ytb a {
        flex: 0 0 calc(100%/4);
        max-width: calc(100%/4);
        padding: 0px 15px 30px;
    }

        #html5-videos li > a,
        #video-gallery-ytb a {
            display: block;
            overflow: hidden;
            position: relative;
        }

        #html5-videos li > a{
            border-radius: 10px;
            overflow: hidden;
        }

        .lg-sub-html h4 {
            font-family: "Mali", cursive;
            font-size: 18px;
            color: var(--white);
        }

.ytb-videos-title {
    display: flex;
    width: 100%;
    margin: 0 -10px;
}

    .ytb-videos-title a {
        width: calc(100%/3);
        padding: 10px;
    }

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    /*transition: transform 0.15s ease 0s;
    transform: scale3d(1, 1, 1);*/
}

/*.videos-title {
    margin-bottom: 20px;
}*/

.demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-gallery-ytb .demo-gallery-poster {
    margin: 0 10px;
}

.demo-gallery-poster img {
    transition: opacity 0.3s ease 0s;
    height: 70px;
    width: 70px;
}

.Video-Gallery {
    margin: 30px 0;
}

.lightgallery-image > ul {
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

    .lightgallery-image > ul > li {
        margin: 0 0 30px 0;
        padding: 0 15px;
        list-style: none;
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }

        .lightgallery-image > ul > li a {
            border-radius: 10px;
            display: block;
            overflow: hidden;
            position: relative;
        }

            .lightgallery-image > ul > li a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
            }

            .lightgallery-image > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }

            .lightgallery-image > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
                width: 24px;
                height: 24px;
            }

            .lightgallery-image > ul > li a .demo-gallery-poster > img {
                width: 24px;
                height: 24px;
            }

            .lightgallery-image > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }

                .lightgallery-image > ul > li a .demo-gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity 0.3s ease 0s;
                    -o-transition: opacity 0.3s ease 0s;
                    transition: opacity 0.3s ease 0s;
                }

            .lightgallery-image > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }

.lightgallery-image .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.lightgallery-image .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.lightgallery-image .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .lightgallery-image .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.lightgallery-image .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.lightgallery-image .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.lightgallery-image.dark > ul > li a {
    border: 3px solid #04070a;
}

.title-library-digital h4 {
    font-family: 'Mali', cursive;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #5530BE;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

ul {
    padding: 0;
}

.Image-bg-lg ul,
.Infographic-bg-lg ul {
    /*display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;*/
}

    .Image-bg-lg ul li,
    .Infographic-bg-lg ul li {
        /*width: calc(100%/3);
        padding: 0 10px 30px 10px;*/
    }

        .Image-bg-lg ul li a {
            cursor: pointer;
        }

            .Image-bg-lg ul li a img,
            .Infographic-bg-lg ul li a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 50%;
            }

.Image-bg-lg > ul > li .album-lg .image-light {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1.77;
}

            .videos-title a,
            .vr3d-title a,
            .Image-bg-lg ul li .album-lg .imagetitle {
                display: -webkit-box;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

/*********Media Content***********/

#GridLeft .DnnModule-ThuVienMedia .section-title,
#GridLeft .DnnModule-KPH_VR3D .section-title,
#sidebar .DnnModule-ThuVienMedia .section-title,
#sidebar .DnnModule-KPH_VR3D .section-title,
#sidebar .image-title{
    display: none;
}

#GridLeft .Video-Gallery{
    margin: 0;
}

#GridLeft .Image-bg-lg ul{
    margin: 0 -15px;
}

#GridLeft .Image-bg-lg ul li{
    padding-left: 15px;
    padding-right: 15px;
}

#GridLeft .demo-gallery-poster img{
    width: 64px;
    height: 64px;
}

#GridLeft .imagetitle{
    margin-top: 15px;
}

#GridLeft .videostitle{
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

#GridLeft .vr3d {
    flex: 0 0 calc(100%/5);
    max-width: calc(100%/5);
    padding-bottom: 30px;
}

#GridLeft .vr3d-img {
    background-image: url("/desktopmodules/MVC/KPH_BanDo/Assets/img/bg-thumb-img.png");
    padding: 5px;
}

#GridLeft .background-icon-360{
    inset: 30px;
    padding: 40px;
}

#sidebar .VR-3D-library{
    margin-bottom: 0;
}

#sidebar .Video-Gallery{
    margin: 0;
}

#sidebar .vr3d-gallery,
#sidebar #html5-videos,
#sidebar .Image-bg-lg ul{
    margin: 0 -7.5px;
}

#sidebar .vr3d,
#sidebar #html5-videos > li,
#sidebar .Image-bg-lg ul li{
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    padding: 0 7.5px;
}

#sidebar .vr3d-img{
    background: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}

#sidebar .background-icon-360{
    inset: unset;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    padding: 10px;
}

#sidebar .vr3d-title,
#sidebar .videos-title{
    display: none;
}

#sidebar .demo-gallery-poster img {
    height: 40px;
    width: 40px;
}

#sidebar .Image-bg-lg > ul > li .album-lg .image-light{
    border-radius: 4px;
}

/***********************************Responsive*********************************/

/*@media screen and (max-width: 1500px) {
    .background-icon-360 {
        inset: 25px;
        padding: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .background-icon-360 {
        inset: 20px;
        padding: 20px;
    }


    .demo-gallery-poster,
    .img-responsive {
        height: 200px;
    }

    .Infographic-gallery,
    .Image-gallery {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .vr3d-gallery li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
        display: none;
    }

    .vr3d-gallery li {
        width: calc(100%/4);
    }

    #html5-videos li:last-child,
    #video-gallery-ytb a:last-child {
        display: none;
    }

    #html5-videos li,
    #video-gallery-ytb a {
        width: calc(100%/2);
    }

    .Infographic-gallery,
    .Image-gallery {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .Main-library-digital .container {
        max-width: 100%;
    }

    .background-icon-360 {
        inset: 35px;
        padding: 20px;
    }

    .VR-3D-library {
        padding: 0;
    }

    .vr3d-gallery li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
        display: block;
    }

    .vr3d-gallery li {
        width: calc((100% - 90px)/3);
    }

    .vr3d-gallery {
        flex-wrap: wrap;
    }

    #html5-videos li:last-child,
    #video-gallery-ytb a:last-child {
        display: block;
    }

    #html5-videos li,
    #video-gallery-ytb a {
        width: calc(100%/2);
    }

    #html5-videos,
    #video-gallery-ytb {
        flex-wrap: wrap;
    }

    .Image-bg-lg ul li, .Infographic-bg-lg ul li {
        width: calc(100%/2);
    }
}

@media screen and (max-width: 576px) {
    .background-icon-360 {
        inset: 30px;
        padding: 10px;
    }

    .demo-gallery-poster, .img-responsive {
        height: 160px;
    }
}

@media screen and (max-width: 425px) {
    .vr3d-gallery li {
        width: calc((100% - 40px)/2);
    }

    .vr3d {
        margin: 0px 10px;
    }

    .background-icon-360 {
        inset: 40px;
        padding: 20px;
    }

    #html5-videos li, #video-gallery-ytb a {
        width: 100%;
    }

    .demo-gallery-poster, .img-responsive {
        height: 220px;
    }

    .Image-bg-lg ul li, .Infographic-bg-lg ul li {
        padding: 0 10px 20px 10px;
    }

    .Image-bg-lg ul, .Infographic-bg-lg ul {
        margin: 0 -10px;
    }

    .section-title h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .section-title h4::after {
        padding: 10px;
    }

    .Infographic-bg-lg, .Image-bg-lg {
        padding: 15px;
    }

    .background-icon-360 {
        inset: 30px;
        padding: 15px;
    }
}

@media screen and (max-width: 320px) {
    .section-title {
        flex-direction: column;
    }

        .section-title h4::after {
            display: none;
        }

    .demo-gallery-poster, .img-responsive {
        height: 160px;
    }
}*/

@media screen and (max-width:1550px){
    .VR-3D .section-title h4, .VR-3D .section-title h4 a,
    .section-title h4,
    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h {
        font-size: 24px;
        line-height: 40px;
    }

    .section-title,
    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h {
        margin-bottom: 20px;
    }

    .view-all{
        font-size: 16px;
        line-height: 24px;
    }
    
    .section-content-2-columm .container .row > div .DnnModule-DNNTrinhDienTinBai .dstinbailietkeanh_tomtat ul li > .news_link > a,
    .vr3dtitle, .videostitle, .imagetitle, .infographictitle{
        font-size: 16px;
        line-height: 22px;
    }

    .demo-gallery-poster img {
        height: 65px;
        width: 65px;
    }

    .Video-Gallery {
        margin: 30px 0;
    }

    .section-title,
    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h,
    .VR-3D .section-title {
        margin-bottom: 20px;
    }

    .background-icon-360{
        padding: 35px;
    }

    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h > span > a::before,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h > span > a::before{
        font-size: 20px;
    }

    .lg-sub-html h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:1442px){
    .section-content-2-columm .container .row > div .DnnModule-DNNTrinhDienTinBai .dstinbailietkeanh_tomtat ul li > .news_link > a,
    .vr3dtitle, .videostitle, .imagetitle, .infographictitle{
        font-size: 15px;
    }

    .view-all{
        font-size: 15px;
    }

    .VR-3D .section-title h4, .VR-3D .section-title h4 a,
    .section-title h4,
    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h {
        font-size: 22px;
    }

    .section-title,
    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h,
    .VR-3D .section-title {
        margin-bottom: 15px;
    }

    .videostitle{
        margin-top: 10px;
    }

    .lg-sub-html h4 {
        font-size: 15px;
    }
}

@media screen and (max-width:1367px){

}

@media screen and (max-width:1024px){

    .section-content-2-columm.section-2-column-top .container .row > div:not(:first-child) .DnnModule{
        padding-top: 0;
    }

    .first-Library-Digital .VR-3D-library{
        margin-top: 30px;
    }

    .vr3d-gallery{
        flex-wrap: nowrap;
        max-width: calc(100% + 30px);
        overflow: auto;
        padding-bottom: 20px;
    }

    .first-Library-Digital .vr3d {
        flex: 0 0 calc(100%/5);
        max-width: calc(100%/5);
    }

    .background-icon-360 {
        padding: 25px;
    }

    .VR-3D-library,
    .Video-Gallery {
        margin-bottom: 0;
    }

    .demo-gallery-poster img {
        height: 55px;
        width: 55px;
    }

    .section-content-2-columm .container .row > div .DnnModule-DNNTrinhDienTinBai .dstinbailietkeanh_tomtat ul li > .news_link > a,
    .vr3dtitle, .videostitle, .imagetitle, .infographictitle{
        font-size: 16px;
    }

    .view-all{
        font-size: 16px;
    }

    .section-media .Video-Gallery {
        margin-bottom: 20px;
    }

    .section-media #html5-videos{
        flex-wrap: nowrap;
        max-width: calc(100% + 30px);
        overflow: auto;
    }

    .section-media #html5-videos li{
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }
}

@media screen and (max-width: 992px){
    .first-Library-Digital .vr3d {
        flex: 0 0 calc(100%/4);
        max-width: calc(100%/4);
    }

    .background-icon-360 {
        padding: 30px;
    }
}

@media screen and (max-width: 800px){
    .background-icon-360 {
        padding: 25px;
    }
}

@media screen and (max-width: 768px){
    #html5-videos{
        flex-wrap: nowrap;
        max-width: calc(100% + 30px);
        overflow: auto;
    }

    #html5-videos li{
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2);
        padding-bottom: 20px;
    }

    .Video-Gallery {
        margin-bottom: 20px;
    }

    .section-media #html5-videos li{
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2);
    }
}

@media screen and (max-width: 600px) {
    .first-Library-Digital .vr3d {
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }
}

@media screen and (max-width: 540px) {
    .section-content-2-columm .container .row > div .DnnModule-DNNTrinhDienTinBai .dstinbailietkeanh_tomtat ul li,
    .Image-bg-lg ul li{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 426px){
    .vr3d-gallery,
    #html5-videos {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .first-Library-Digital .vr3d {
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2);
        padding-bottom: 20px;
    }

    .background-icon-360 {
        padding: 30px;
    }

    .section-media #html5-videos{
        flex-wrap: wrap;
    }

    .section-media .Video-Gallery {
        margin-bottom: 0;
    }

    #html5-videos li,
    .section-media #html5-videos li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-content-2-columm .container .row > div .DnnModule > .contraC {
        margin: 0 -15px 40px;
        max-width: calc(100% + 30px);
        padding: 30px 15px;
        width: calc(100% + 30px);
    }

    .section-media #html5-videos{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 376px){
    .background-icon-360 {
        padding: 20px;
    }

    .section-title > a::before, 
    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h > span > a::before,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h > span > a::before{
        padding: 0 20px;
    }
}

@media screen and (max-width: 320px) {
    .vr3d-gallery{
        margin: 0 -10px;
        max-width: calc(100% + 20px);
    }

    .first-Library-Digital .vr3d {
        padding: 0 10px 20px;
    }

    .vr3d-img{
        padding: 5px;
    }

    .background-icon-360{
        inset: 25px;
    }

    .section-title h4{
        margin-right: 10px;
    }

    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h > span > a::before,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h > span > a::before {
        padding: 0 10px;
    }

    .section-title > a::before{
        padding-right: 10px;
        padding-left: 0;
    }

    .section-title{
        flex-wrap: wrap;
    }
}

/**********************************Content Library Digital************************************/

@media screen and (max-width:1550px){
    
}

@media screen and (max-width:1440px){
    #GridLeft .videostitle {
        font-size: 15px;
        line-height: 22px;
    }

    #GridLeft .background-icon-360 {
        padding: 30px;
    }

    #GridLeft .demo-gallery-poster img {
        width: 55px;
        height: 55px;
    }
}

@media screen and (max-width:1367px){

}

@media screen and (max-width:1024px){

    .vr3d-gallery{
        flex-wrap: nowrap;
        max-width: calc(100% + 30px);
        overflow: auto;
        padding-bottom: 20px;
    }

    .first-Library-Digital .vr3d {
        flex: 0 0 calc(100%/5);
        max-width: calc(100%/5);
    }

    .background-icon-360 {
        padding: 25px;
    }

    .VR-3D-library,
    .Video-Gallery {
        margin-bottom: 0;
    }

    .demo-gallery-poster img {
        height: 55px;
        width: 55px;
    }

    .section-content-2-columm .container .row > div .DnnModule-DNNTrinhDienTinBai .dstinbailietkeanh_tomtat ul li > .news_link > a,
    .vr3dtitle, .videostitle, .imagetitle, .infographictitle{
        font-size: 16px;
    }

    .view-all{
        font-size: 16px;
    }

    #GridLeft .vr3d-gallery{
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    #GridLeft .vr3d {
        flex: 0 0 calc(100%/4);
        max-width: calc(100%/4);
        padding-bottom: 30px;
    }

    #GridLeft .background-icon-360 {
        inset: 20px;
        padding: 23px;
    }
}

@media screen and (max-width: 992px){
    .first-Library-Digital .vr3d {
        flex: 0 0 calc(100%/4);
        max-width: calc(100%/4);
    }

    .background-icon-360 {
        padding: 30px;
    }

    #GridLeft .vr3d {
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 800px){
    .background-icon-360 {
        padding: 25px;
    }
}

@media screen and (max-width: 768px){
    #html5-videos{
        flex-wrap: nowrap;
        max-width: calc(100% + 30px);
        overflow: auto;
    }

    #html5-videos li{
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2);
        padding-bottom: 20px;
    }

    .Video-Gallery {
        margin-bottom: 20px;
    }

    #GridLeft #html5-videos{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px){
    #GridLeft .vr3d {
        flex: 0 0 calc(100%/4);
        max-width: calc(100%/4);
    }

    #GridLeft .background-icon-360 {
        inset: 30px;
    }
}

@media screen and (max-width: 600px) {
    .first-Library-Digital .vr3d,
    #GridLeft .vr3d {
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }
}

@media screen and (max-width: 540px) {
    .section-content-2-columm .container .row > div .DnnModule-DNNTrinhDienTinBai .dstinbailietkeanh_tomtat ul li,
    .Image-bg-lg ul li{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 426px){
    .vr3d-gallery,
    #html5-videos {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .first-Library-Digital .vr3d {
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2);
        padding-bottom: 20px;
    }

    .background-icon-360 {
        padding: 30px;
    }

    #html5-videos li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-content-2-columm .container .row > div .DnnModule > .contraC {
        margin: 0 -15px 40px;
        max-width: calc(100% + 30px);
        padding: 30px 15px;
        width: calc(100% + 30px);
    }

    #GridLeft .Image-bg-lg ul li, #GridLeft #html5-videos li {
        width: 100%;
    }

    #GridLeft .vr3d {
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2);
    }

    #GridLeft .background-icon-360 {
        padding: 30px;
    }
}

@media screen and (max-width: 376px){
    .background-icon-360 {
        padding: 20px;
    }

    .section-title > a::before, 
    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h > span > a::before,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h > span > a::before{
        padding: 0 20px;
    }

    #GridLeft .background-icon-360 {
        padding: 23px;
    }
}

@media screen and (max-width: 320px) {
    .vr3d-gallery{
        margin: 0 -10px;
        max-width: calc(100% + 20px);
    }

    .first-Library-Digital .vr3d {
        padding: 0 10px 20px;
    }

    .vr3d-img{
        padding: 5px;
    }

    .background-icon-360{
        inset: 25px;
    }

    .section-title h4{
        margin-right: 10px;
    }

    .section-content-2-columm #dnn_content_col_1 .contraC h4.title-h > span > a::before,
    .section-content-2-columm #dnn_content_col_1_copy .contraC h4.title-h > span > a::before {
        padding: 0 10px;
    }

    .section-title > a::before{
        padding-right: 10px;
        padding-left: 0;
    }

    .section-title{
        flex-wrap: wrap;
    }

    #GridLeft .background-icon-360 {
        inset: 20px;
        padding: 20px;
    }
}