﻿
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');

.form-landingpage {
    background: #222;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.gd_box__title {
    text-align: center;
}

    .gd_box__title .gd_text, .bicweb-intro-text h1, .bct-title.intro, .section-camera .tab-content h2 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 300;
        color: #e5ac00;
        margin-bottom: 20px;
        display: block;
        font-weight: bold;
        padding-bottom: 20px;
        line-height: 1;
        position: relative;
    }

        .gd_box__title .gd_text:after, .bicweb-intro-text h1:after, .bct-title.intro::after, .section-camera .tab-content h2::after {
            content: "";
            height: 1px;
            width: 80px;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            background-color: #c2c2c2;
        }

/*#region Banner */
.gd-wrap-banner {
    position: relative;
}

.gd_banner {
    border-bottom: 3px solid #e5ac00;
}


.gd_countdown {
    position: absolute;
    bottom: -55px;
    left: 25%;
    text-transform: uppercase;
    color: #fff;
    animation: backwards 1.5s ease-in 1s fadeInUp;
}

    .gd_countdown .gd_event {
        font-size: 24px;
        font-weight: 600;
        padding-left: 30px;
    }

    .gd_countdown .gd_cdate {
        font-size: 27px;
        font-weight: bold;
        display: block;
        padding-left: 70px;
    }

    .gd_countdown .flip-clock-divider {
    }

    .gd_countdown .flip-clock-dot {
        display: none;
    }

    .gd_countdown .flip-clock-wrapper .down .shadow,
    .gd_countdown .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,
    .gd_countdown .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
        background: rgba(255,255,255,.15);
        border-radius: 0;
        border-top: 1px solid rgba(255,255,255,.125);
    }
/*#endregion */

/*#region Intro */
.section-introduct {
    margin-top: 60px;
}

.bicweb-intro-text h1::after {
    left: 0;
    transform: none;
}

.bicweb-readmore {
    padding-top: 15px;
}

    .bicweb-readmore a, .bct-intro-loadmore {
        cursor: pointer;
        margin-top: 15px;
        color: #222;
        font-size: 1.25rem;
        position: relative;
        background-color: #e5ac00;
        padding: 0.5rem 5.15rem 0.75rem;
        display: inline-flex;
        margin: auto;
        font-weight: 600;
        align-items: center;
        transition: all 300ms ease-in 0ms;
    }

        .bicweb-readmore a:hover, .bct-intro-loadmore:hover {
            color: #fff;
            text-decoration: none;
        }
/*#endregion */
#huyform {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
}

#modalform {
    background: rgba(0,0,0,0.5);
}

.form-gsheet {
    padding: 30px;
    background-color: #222;
    color: #fff;
}

#modalform .modal-dialog {
    max-width: 700px;
}

.form-gsheet .form-control {
    background-color: #555;
    border-color: #e5ac00;
    color: #fff;
    border-radius: 2px;
}

.form-gsheet .btn-success {
    background-color: #e5ac00;
    border-color: #e5ac00;
    border-radius: 2px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}

    .form-gsheet .btn-success:hover {
        color: #000;
    }

.form-title p {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    width: 80%;
    margin: 0 auto 1rem;
}

    .form-title p.title-text {
        color: #e5ac00;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        width: 100%;
    }

.form-gsheet .form-control::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
}

.form-gsheet .form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.form-gsheet .form-control:-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

.form-gsheet .form-control::-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

.form-gsheet .form-control::placeholder {
    color: #ccc;
    opacity: 1
}
/*Video Popup*/
.video-link {
    display: block;
}

.video-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    background: rgba(0, 0, 0, 0.85);
    visibility: hidden;
}

    .video-popup.active {
        visibility: visible;
    }

.video-wrap {
    max-width: 720px;
    width: 80%;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid rgba(255,255,255,0.5);
    border-radius: 5px;
}

.gd_closed {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #e5ac00;
    color: #fff;
}

.video-popup iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/*#region CAMERA */
.section-camera {
    padding-top: 60px;
}

.tabs-contents {
    background: url(landing/bg-cam.jpg) no-repeat center center;
    background-size: cover;
}
/* Tabs */
.tabs {
}

ul.tabs-nav {
    list-style: none;
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
}

    ul.tabs-nav li {
        font-weight: 600;
        border-radius: 50%;
        cursor: pointer;
        width: 170px;
        height: 170px;
        border: 2px solid #e5ac00;
        padding: 5px;
        position: relative;
    }

        ul.tabs-nav li a:hover,
        ul.tabs-nav li.active a {
            background-color: #e5ac00;
            color: #222;
        }

.tabs-nav li a {
    text-decoration: none;
    color: #FFF;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
}

ul.tabs-nav li::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e5ac00;
    margin: auto;
    position: absolute;
    bottom: -35px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
}

ul.tabs-nav li:hover::after,
ul.tabs-nav li.active::after {
    visibility: visible;
}

.tab-content {
    border-top: 3px solid #e5ac00;
}

.section-camera .gd-absolute {
    padding: 100px 50px;
    max-width: 100%;
    margin: auto;
    width: 750px;
}

.section-camera .tab-content {
    text-align: center;
}

    .section-camera .tab-content h2 {
        text-align: center;
    }

/*#endregion */
/*#region ad-bottom */
.section-bqc-bottom {
    padding-top: 60px;
    padding-bottom: 30px;
}

.ctabn-item {
    position: relative;
    margin-bottom: 30px;
}

.ctabn-item-readmore {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #222;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    white-space: nowrap;
    z-index: 1;
    padding: 15px 30px;
    right: 50px;
    font-weight: 500;
}

    .ctabn-item-readmore:hover {
        background: #e5ac00;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);
    }
/*#endregion */
/*#region FOOTER */
.bct-copyright {
    position: relative;
}

.bct-design {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}

.bct-copyright-wrap {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    line-height: 1;
}

    .bct-copyright-wrap a {
        font-weight: 500;
        color: #fff;
    }

.bct-ft-map a {
    font-weight: 600;
}

.bct-ft-item strong {
    font-size: 1.25rem;
    position: relative;
    font-weight: 600;
}

.bct-ft-item li {
    font-size: 15px;
    font-weight: 400;
    padding-left: 5px;
    line-height: 1.3rem;
    margin-bottom: 1rem;
}

.bct-footer-copyright {
    background: #222;
    color: #fff;
}

.bct-ft-item {
    padding-right: 4.5rem;
}

    .bct-ft-item:last-child {
        width: 24.5rem;
    }

.bct-ft-map a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

    .bct-ft-map a:hover {
        color: #fff;
        text-decoration: none;
    }

.bct-ft-item ul {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.bct-ft-lastit-inner ul {
    padding-left: 20px;
}

.bct-ft-item strong::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    bottom: -15px;
}

.bct-ft-item:last-child li a {
    color: #fff;
}

.bct-ft-items {
    padding-top: 2rem;
    display: flex;
    padding-bottom: 3rem;
}

.bct_footer {
    background-color: #e5ac00;
}

.bct-ft-item li::before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 900;
}

.bct-ft-add::before {
    content: "\f3c5";
}

.bct-ft-phone::before {
    content: "\f879";
}

.bct-ft-mail::before {
    content: "\f0e0";
}

.bct-ft-map::before {
    content: "\f279";
}

.bct-ft-item > ul > li {
    position: relative;
    padding-left: 25px;
}

.bct-ft-items .bct-ft-item:last-child li {
    list-style: disc;
    padding-left: 6px;
}
/*#endregion */


/*======================================
2. BackToTop
======================================*/

.fixed_right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

    .fixed_right ul {
        padding: 0;
        list-style: none;
    }

#float_button {
    margin-top: 20px;
    position: relative;
}

    #float_button .play-now {
        display: block;
    }

    #float_button .d-flex {
        background: #fff;
        visibility: hidden;
        position: absolute;
        top: -15px;
        right: 50px;
        box-shadow: 0 0 5px #0e4736;
        border-radius: 25px;
        padding: 5px 15px;
        animation: fadeInRight 500ms ease-in;
        display: none;
    }

    /*#float_button:hover .d-flex,*/
    #float_button.active .d-flex {
        visibility: visible;
        display: block;
    }

    #float_button .d-flex a {
        display: inline-block;
        border-right: 1px solid #e5e5e5;
        line-height: 30px;
        padding: 0px 15px;
        color: #757575;
        position: relative;
    }

        #float_button .d-flex a:hover {
            color: #0e4736;
        }

        #float_button .d-flex a::before {
            content: "";
            border-left: 6px solid transparent;
            border-top: 8px solid rgba(0,0,0,0.85);
            border-right: 6px solid transparent;
            display: none;
            visibility: hidden;
            position: absolute;
            top: -18px;
            left: 50%;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            animation: fadeIn 300ms ease-in;
        }

        #float_button .d-flex a::after {
            content: attr(title);
            position: absolute;
            visibility: hidden;
            top: -40px;
            white-space: nowrap;
            font-size: 12px;
            left: 50%;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background: rgba(0,0,0,0.85);
            color: #fff;
            border-radius: 15px;
            line-height: 1;
            padding: 5px 10px;
            animation: fadeIn 300ms ease-in;
            display: none;
        }

        #float_button .d-flex a:hover::after, #float_button .d-flex a:hover::before {
            visibility: visible;
            display: block;
        }

#back-to-top {
}

    #back-to-top .play-now {
        display: block;
    }

    #back-to-top .fa-angle-up, #float_button .fa-comment-dots {
        color: #fff;
        position: relative;
        font-size: 30px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        cursor: pointer;
    }

#float_button .fa-comment-dots {
    font-size: 16px;
}

#float_button.active .fa-comment-dots::before {
    content: "\f057";
}

.introduction #back-to-top {
    visibility: hidden;
}

@keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Firefox */
@-moz-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Safari and Chrome */
@-webkit-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Opera */
@-o-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}

/*======================================
3. animated play btn, call hotline
======================================*/
.play-now {
    position: relative;
    right: 16px;
    bottom: 15px;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
}

    .play-now .ripple {
        background: #00a850;
    }

        .play-now .ripple,
        .play-now .ripple:before,
        .play-now .ripple:after {
            position: absolute;
            top: 50%;
            left: 50%;
            height: 45px;
            width: 45px;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -webkit-transform-origin: center;
            transform-origin: center center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            -moz-box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            -ms-box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            -o-box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            box-shadow: 0 0 0 0 rgba(0, 168, 80, .3);
            -webkit-animation: ripple 3s infinite;
            -moz-animation: ripple 3s infinite;
            -ms-animation: ripple 3s infinite;
            -o-animation: ripple 3s infinite;
            animation: ripple 3s infinite;
        }

            .play-now .ripple:before {
                -webkit-animation-delay: .9s;
                -moz-animation-delay: .9s;
                -ms-animation-delay: .9s;
                -o-animation-delay: .9s;
                animation-delay: .9s;
                content: "";
                position: absolute;
            }

            .play-now .ripple:after {
                -webkit-animation-delay: .6s;
                -moz-animation-delay: .6s;
                -ms-animation-delay: .6s;
                -o-animation-delay: .6s;
                animation-delay: .6s;
                content: "";
                position: absolute;
            }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@media screen and (min-width:1441px) {
    :root {
        font-size: 15px;
        --content-size: 1410px;
    }

    .container {
        max-width: 1410px;
    }

    .product-sidebar {
        padding-left: 5px;
    }

    .gd_ft__info .gd_address {
        flex: 0 0 40%;
        padding-right: 12%;
    }

    .gd_ft__cef {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .gd_ft__gov {
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 0;
    }

        .gd_ft__gov .gd_inner {
            padding-left: 3.125rem;
        }
}

@media screen and (min-device-width: 1600px) and (max-device-width: 1800px) {
    ul.tabs-nav {
        padding: 0;
    }
}

@media screen and (max-device-width: 1536px) and (min-device-width: 1440px) {
    ul.tabs-nav {
        padding: 0;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
    .ctabn-item-readmore {
        bottom: 35px;
    }

    ul.tabs-nav {
        padding: 0;
    }

    .bicweb-intro-text p.intro-desc {
        margin: 0;
    }
}

@media only screen and (max-width: 1119px) and (min-width: 1080px) {
    .ctabn-item-readmore {
        bottom: 25px;
    }

    ul.tabs-nav {
        padding: 0;
    }

    .bicweb-intro-img {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .bicweb-intro-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .bicweb-intro-text p.intro-desc {
            text-align: justify;
        }

    .bg-gradient img {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 1079px) and (min-width: 992px) {
    .bg-gradient img {
        width: 100%;
        height: 100%;
    }

    .ctabn-item-readmore {
        bottom: 30px !important;
        right: 40px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .section-introduct {
        margin-top: 30px;
    }

    .bicweb-intro-img {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .bicweb-intro-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .bicweb-intro-text p.intro-desc {
            text-align: justify;
        }

    ul.tabs-nav {
        padding: 0;
    }

        ul.tabs-nav li {
            width: 120px;
            height: 120px;
        }

    .bicweb-readmore a {
        padding: 0.5rem 3.15rem 0.75rem;
    }

    .ctabn-item-readmore {
        bottom: 15px;
        padding: 10px 25px;
        right: 35px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .section-introduct {
        margin-top: 30px;
    }

    .bicweb-intro-img {
        margin-bottom: 20px;
    }

    .bicweb-intro-text p.intro-desc {
        text-align: justify;
    }

    .bicweb-readmore {
        text-align: center;
    }

        .bicweb-readmore a {
            padding: 0.5rem 2.15rem 0.75rem;
            font-size: 1rem;
        }

    .section-camera {
        margin-top: 30px;
    }

    ul.tabs-nav {
        padding: 0;
    }

        ul.tabs-nav li {
            border-radius: unset;
            width: unset;
            height: unset;
            border: 1px solid #e5ac00;
        }

    .tabs-nav li a {
        border-radius: unset;
        font-size: 14px;
    }

    .section-camera .gd-absolute {
        padding: 50px 50px;
    }

    .section-bqc-bottom {
        padding-top: 30px;
    }

    .ctabn-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ctabn-item-readmore {
        bottom: 15px;
        right: 30px;
        padding: 10px 25px;
        font-size: 14px;
    }

    .ctabn-item:nth-child(3) .ctabn-item-readmore {
        bottom: 10px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}
