﻿:root {
    --backup-bg-color: teal;
    --widthA: calc(100% - 1px);
    --width-16-9: calc(var(--widthA) / 1.7777);
    --gf-main-color: #37b5ff;
}
body {
    font-family: system-ui;
}

.bg-ginfon {
    background-color: var(--gf-main-color);
}
main {
    min-height: 35vh;
}
img{
    max-width:100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

/*
@font-face {
    font-family: VN_Lato;
    src: local('Regular'), url('font/Lato Regular.ttf') format('truetype');*/ /* others */
    /*}
@font-face {
    font-family: VN_Lato_Black;
    src: local('Black'), url('font/Lato Black.ttf') format('truetype');*/ /* others */
    /*}

@font-face {
    font-family: VN_Lato_Bold;
    src: local('Bold'), url('font/Lato Bold.ttf') format('truetype');*/ /* others */
    /*}
@font-face {
    font-family: VN_Lato_Medium;
    src: local('Medium'), url('font/Lato Medium.ttf') format('truetype');*/ /* others */
    /*}

@font-face {
    font-family: VN_Lato_Light;
    src: local('Light'), url('font/Lato Light.ttf') format('truetype');*/ /* others */
    /*}
@font-face {
    font-family: VN_Lato_Hairline;
    src: local('Hairline'), url('font/Lato Hairline.ttf') format('truetype');*/ /* others */
    /*}
@font-face {
    font-family: VN_Lato_Heavy;
    src: local('Heavy'), url('font/Lato Heavy.ttf') format('truetype');*/ /* others */
    /*}
@font-face {
    font-family: VN_Lato_Italic;
    src: local('Italic'), url('font/Lato Italic.ttf') format('truetype');*/ /* others */
    /*}





a {
    text-decoration: none;
}
a:hover{
    text-decoration:underline;
}

.bg-sis {
    background-color: #2A4874;
}
.color-sis {
    color: #2A4874;
}
.container {
    max-width: 1260px;
}

.image-banner-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/
    .d-flex .flex-col-2 {
    width: calc((100% / 2) - 1em);
}
.d-flex .flex-col-3 {
    width: calc((100% / 3) - 1em);
}
.d-flex .flex-col-4 {
    width: calc((100% / 4) - 1em);
}
.d-flex .flex-col-5 {
    width: calc((100% / 5) - 1em);
}
.d-flex .flex-col-6 {
    width: calc((100% / 6) - 1em);
}
.text-h5 {
    font-weight: bold;
    font-size: 15pt;
}



/*multi carousel*/

.carousel.multi .carousel-inner .carousel-item.active,
.carousel.multi .carousel-inner .carousel-item-next,
.carousel.multi .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
/*@media (min-width: 768px) {

    .carousel.multi .carousel-inner .carousel-item-end.active,
    .carousel.multi .carousel-inner .carousel-item-next {
        transform: translateX(30%);
    }

    .carousel.multi .carousel-inner .carousel-item-start.active,
    .carousel.multi .carousel-inner .carousel-item-prev {
        transform: translateX(-30%);
        transition:1s;
    }
}

.carousel.multi .carousel-inner .carousel-item-end,
.carousel.multi .carousel-inner .carousel-item-start {
    transform: translateX(0);
    transition: 1s;
}

.navbar-text .navbar-text-item::after {
    content: "|";
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.navbar-text .navbar-text-item:last-child::after {
    content: "";
    padding-left: 0;
    padding-right: 0;
}
.sub-menu-area-item.active {*/
    /*background-color: #37b5ff;*/
    /*color: red;
}*/
/*.sub-menu-area > .sub-menu-area-item {
    border-left: 1px solid;
}*/
/* .sub-menu-area > .sub-menu-area-item::before {
        content: "";
        display: inline-block;
        border-bottom: 1px solid red;
        padding-left: 1em;
    }*/
/*style.min.css*/
/*.btn.btn-primary, a {
    transition: all .2s ease-in-out
}



main {
    padding: 0rem 0;
    min-height: 70vh;
    padding-top: 97px;
}

img, video {
    max-width: 100%
}

a {
    color: #f94c3b
}

    a:hover {
        color: #f71f0a
    }

blockquote {
    color: #999;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 3rem auto;
    width: 80%
}

.navbar-brand small {
    font-family: VN_Lato_Light;
    font-size: 75%;
    font-weight: 400;
    margin-left: .5rem
}



.btn.btn-primary {
    background-color: #f94c3b;
    border-color: #f94c3b
}

    .btn.btn-primary:hover {
        background-color: #e11a07;
        border-color: #e11a07
    }

.card .card-img, .card .card-img-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.navbar.fixed-top {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-family: VN_Lato_Light;
    box-shadow: 0 0 2rem rgba(0,0,0,.15)
}

    .navbar.fixed-top .navbar-nav {
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase
    }

        .navbar.fixed-top .navbar-nav .active a {
            color: #f94c3b
        }

    .navbar.fixed-top .navbar-toggler {
        padding: .25rem .5rem
    }

        .navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
            width: 1em;
            height: 1em
        }

@media (max-width:767px) {
    .navbar.fixed-top .container {
        max-width: 100%
    }
}

header {
    background-position: 50% 50%;
    background-size: cover;
    position: relative
}

    header .container {
        padding-top: 7rem;
        padding-bottom: 7rem;
        position: relative
    }

    header h1 {
        font-size: 3.6rem;
        text-transform: uppercase
    }

    header .lead {
        font-size: 1.35rem
    }

    header.has-image {
        color: #eee;
        text-shadow: 1px 1px 1px rgba(0,0,0,.15)
    }

        header.has-image .dimmer {
            background: #000;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .45
        }

.block {
    padding: 0 0 1.5rem
}

    .block img {
        border-radius: .25rem
    }

    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .block.column-block img {
        height: 100%;
        object-fit: cover
    }

    .block.image-gallery-block .carousel {
        border-radius: .25rem;
        overflow: hidden
    }

@media (min-width:768px) {
    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 0
    }
}

.post-meta {
    font-size: .875rem
}

    .post-meta span:not(:last-child)::after {
        content: "\25C6";
        display: inline-block;
        padding: 0 .25rem
    }

.archive article {
    padding-bottom: 1rem
}

.comments .alert {
    background: #f4f4f4;
    padding: 2rem 2.5rem
}

.page-link {
    color: #f94c3b;
    min-width: 2.5rem;
    text-align: center
}

    .page-link:hover {
        color: #f71f0a
    }

.page-item.active .page-link {
    background: #f94c3b;
    border-color: #f94c3b
}*/


/*hot news*/
/*.list-group.hot-news {
    overflow: hidden;
}
    .list-group.hot-news .list-group-item a {
        text-wrap: nowrap;*/
        /* text-overflow: ellipsis; */
        /*width: 100%;
        display: inline-block;
    }*/


/* slide multi items */
/*.slide-multi-group .body {
    flex-wrap: nowrap;
}

    .slide-multi-group .body > div.slide-multi-group-item {
        transform: translateX(-500px);
        transition:1s;
    }*/

.lead {
    font-size: 1.2rem;
    font-family: system-ui;
    line-height: 1.5;
}

.carousel.custom {
    overflow: hidden;
}
.carousel.custom .carousel-item {
    height: 800px;
}

.carousel-caption.custom{
    top:1.25rem;
}


    .carousel-indicators.custom button {
        height: 15px;
        width: 15px;
        background-color: white;
    }

.carousel-indicators.custom button.active {
    height: 15px;
    width: 60px;
    background-color: red;
}


.carousel-control-prev.custom {
    left: -5%;
    opacity: 0;
    transition: 1s;
}
.carousel-control-next.custom {
    right: -5%;
    opacity: 0;
    transition: 1s;
}
.carousel:hover .carousel-control-prev.custom {
    left: 0;
    opacity: 1;
}
.carousel:hover .carousel-control-next.custom {
    right: 0;
    opacity: 1;
}

.image-zoom-in{
    overflow:hidden;
    transition:1s;
}
    .image-zoom-in > img {
        transition: 1s;
    }
    .image-zoom-in:hover > img {
        scale: 1.1;
    }

.search-wrap {
    height: 100vh;
}


    .search-wrap .search {
        position: relative;
        box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    }

        .search-wrap .search input {
            height: 60px;
            text-indent: 25px;
            border: 2px solid #d6d4d4;
        }


.p5_title1 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    height: 64px;
    position: relative;
    text-transform: capitalize;
    line-height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .p5_title1:before {
        content: "";
        position: absolute;
        width: 27px;
        height: 2px;
        background: #37b5ff;
        left: 0;
        top: 38px;
    }
    .p5_title1:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #ededed;
        left: 0;
        top: 38px;
        z-index: -1;
    }

    .p5_title1 span {
        height: 40px;
        display: inline-block;
        border-bottom: solid 2px #37b5ff;
    }

.post-info {
    color: #acacac;
    font-size: 14px;
    text-align: center;
    height: 65px;
    line-height: 48px;
    font-weight: normal;
}
.post-title {
    text-align: center;
    border-bottom: solid 1px #f1f1f1;
    min-height: 54px;
    line-height: 40px;
    font-size: 26px;
    font-weight: normal;
    padding-top: 14px;
}

/* GF tab view */
.gf-tab-view {
    background-position-x: right;
}
.GF-tab-item {
    position: relative;
    padding-left: unset;
    padding-bottom: 2em;
}
    .GF-tab-item:before {
        content: "";
        width: 50%;
        height: 1px;
        background: #bfbfbf;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .GF-tab-item:after {
        content: "";
        width: 0;
        height: 1px;
        background: #37b5ff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .GF-tab-item a {
        font-size: 20px;
        font-weight: bold;
    }

    .GF-tab-item:hover:after {
        width: 50%;
    }
    .GF-tab-item.active:after {
        width: 50%;
    }
    .GF-tab-item:hover .GF-tab-header-icon img, .GF-tab-item.active .GF-tab-header-icon img {
        margin-top: -55px;
    }
    .GF-tab-item.active a {
        color: var(--gf-main-color)
    }
        .GF-tab-item:hover a {
            color: var(--gf-main-color)
        }

.GF-tab-header-icon {
    width: 70px;
    height: 55px;
    overflow: hidden;
}
    .GF-tab-header-icon img{
        transition:.5s;
    }

.pagination .page-item.active {
    background-color: var(--bs-secondary-bg);
}


/*.card.custom .card-body:hover {
    background-color: var(--gf-main-color);
}
    .card.custom .card-body:hover a, .card.custom .card-body:hover span, .card.custom .card-body:hover p {
        color: var(--bs-white-rgb);
    }*/

a.side-link:hover{
    color: var(--gf-main-color);
}
a.side-link.active {
    color: var(--gf-main-color);
}

.unib {
    background-color: var(--bs-light);
    border-right:solid .3em white;
}
    .unib:hover, .unib.active {
        background-color: var(--gf-main-color);
    }
        .unib:hover a, .unib.active:hover a {
            color: white;
        }

/* Time line */
.block-timeline h5.title {
    font-size: 3em;
    font-weight: bold;
}
.carousel.timeline {
    margin-bottom: 6em;
}
    .carousel.timeline .card {
        border-radius: var(--bs-border-radius-xxl)
    }

    .carousel.timeline .carousel-control-prev, .carousel.timeline .carousel-control-next {
        width: 10%;
    }

    .carousel.timeline .carousel-indicators {
        bottom: -6em;
        margin-left: 0;
        margin-right: 0;
    }

        .carousel.timeline .carousel-indicators div {
            height: auto;
            text-indent: unset;
            position: relative;
            transition: .5s;

        }
            .carousel.timeline .carousel-indicators div{
                background-color:unset;
            }
            .carousel.timeline .carousel-indicators div.active {
                opacity: .5;
            }
                .carousel.timeline .carousel-indicators div .line-node{
                    transition:.5s;
                }

                .carousel.timeline .carousel-indicators div.active .line-node {
                    font-size: 2em;
                    color: var(--gf-main-color);
                }

            .carousel.timeline .carousel-indicators div.active i {
                color: var(--gf-main-color);
            }

            .carousel.timeline .carousel-indicators div::before {
                content: "";
                display: inline-block;
                position: absolute;
                /* background-color:red; */
                width: 100%;
                height: 1px;
                top: .6em;
                left: 0;
                border-bottom: dotted 2px gray;
            }
.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.modal-footer.fixed-top {
    position: fixed;
    top: 0;
    right: 24.5vw;
    background-color: rgba(0,0,0,.1);
    padding: .3em;
}

.action-side-bar{
    position:fixed;
    bottom:30vh;
    right:0;
    z-index:1000;
}
    .action-side-bar .action-item {
        width: 250px;
        padding: .5em 0;
        margin-bottom: 1px;
        transition: .5s;
        margin-right: -180px;
    }
        .action-side-bar .action-item:last-child {
            visibility: hidden;
        }
        .action-side-bar .action-item.none-text-hide {
            width: 80px;
            margin-right: -10px;
        }
            .action-side-bar .action-item.none-text-hide *{
                color:white;
            }

            .action-side-bar .action-item:hover {
                margin-right: 0;
            }

        .action-side-bar .action-item .df{
            width:70px;
            text-align:center;
        }
        .action-side-bar .action-item .text-hide {
            font-size: 1.2em;
            height: 2em;
            padding: .4em .4em;
        }
            .action-side-bar .action-item .text-hide * {
                color: white;
            }



/*nav custom*/

.navbar.custom .container {
    gap: 3rem;
}

ul.navbar-nav.custom li > a {
    position: relative;
    font-size: 1.2em;
}
ul.navbar-nav.custom li > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #37b5ff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

    ul.navbar-nav.custom li.active > a, ul.navbar-nav.custom li > a:hover {
        color: var(--gf-main-color);
    }
    ul.navbar-nav.custom li > a:hover:after, ul.navbar-nav.custom li.active > a:after {
        height: 3px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

.navbar-text.custom a:last-child {
    font-weight: 700;
    top: 0;
    right: 0;
    line-height: 25px;
    font-family: "DINOT";
    font-size: 20px;
    color: var(--gf-main-color);
    background: url(images/tel.gif) no-repeat 0 center;
    padding-left: 35px;
}
.navbar-text.custom a:not(:last-child):not(:first-child)::before {
    content: "|";
    padding-left: .5em;
    padding-right: .5em;
}


.GF-text-highlight {
    font-size: 1.7em;
    font-family: "DINOT";
    line-height: 1.2em;
    font-weight: bold;
}
    .GF-text-highlight * {
        color: var(--gf-main-color);
    }


/*bock layer banner*/
.block-layer .default .title {
    font-size: 2em;
    font-weight: bold;
}

/* responsive */
@media(max-width:768px) {
    h3 {
        font-size: 2.5em;
    }

    img.mob-50{
        width:50% !important;
    }

    .h5-mobile{
        margin-top:.5em;
        font-size:1.5em;
    }

    .carousel.multi .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel.multi .carousel-inner .carousel-item > div:first-child {
            display: block;
        }

    .d-flex .flex-col-3 {
        width: unset;
    }

    .d-flex .flex-col-3 {
        width: unset;
    }

    .d-flex .flex-col-4 {
        width: unset;
    }

    .d-flex .flex-col-5 {
        width: unset;
    }

    .d-flex .flex-col-6 {
        width: unset;
    }


    .navbar.custom {
        margin-bottom: 1em;
    }
        .navbar.custom .navbar-collapse {
            margin-top: 1.5rem;
        }

        .navbar.custom .container {
            gap: 0;
        }

        .navbar.custom .navbar-brand > img {
            width: 50%;
        }


    .action-side-bar{
        margin-right:-200px;
    }

    .carousel.custom .carousel-item {
        height: 390px;
    }
        .carousel.custom .carousel-item img, .carousel.custom .carousel-item video {
            scale: 4;
        }

    /* Time line */
    .block-timeline h5.title {
        font-size: 2em;
        font-weight: bold;
    }
        .carousel.timeline .card {
            border-radius: 0;
            border:unset;
        }

/*bock layer banner*/
    .block-layer .default .title {
        font-size: 1.5em;
    }

    .sup-ul ul li .hover .sup-xc{
        height:35vh;
    }
    .sup-ul ul li .hover {
        background-image: linear-gradient(0deg, rgba(0,0,0,.9), transparent);
    }
    .sup-ul ul li {
        height: 500px;
        border-radius: 0 50px 50px 0;
    }

/* GF tab view*/
    .gf-tab-view {
        padding-left: 1em;
        padding-right: 1em;
    }
    .gf-tab-view ul li > a {
        display: block;
        width: 70px;
        /*text-wrap: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1em;
    }
    .GF-tab-item{
        padding-bottom:1em;
    }
    .GF-tab-item .GF-tab-header-icon {
        width: 35px;
        height: 27px;
    }
        .GF-tab-item .GF-tab-header-icon img {
            width: 100%;
        }
        .GF-tab-item:hover .GF-tab-header-icon img, .GF-tab-item.active .GF-tab-header-icon img {
            margin-top: -27px;
        }

}