﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

:root {
    font-size: 16px;
    --content-size: 1410px;
    scrollbar-color: #003d36 #ccc;
    scrollbar-width: thin;
    scrollbar-face-color: #003d36;
    scrollbar-track-color: #ccc;
}

body, html, * {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

a:hover {
    text-decoration: none;
    color: #a4a4a4;
}

.bic_module {
    padding: 7.5rem 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bic_readeMore {
    padding: 1rem 2.5rem;
    display: inline-block;
    margin-top: 2.5rem;
    background: #30509b;
    color: #fff;
    transition: 0.4s ease;
    font-weight: 600;
    z-index: 1;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

    .bic_readeMore:hover {
        background: #52bc23;
        color: #fff;
    }

.b-green::after, .b-green::before {
    background: #52bc23 !important;
}

.bic_box__text {
    display: inline-block;
    margin: auto;
    padding: 1rem 1.825rem;
    position: relative;
}
    .bic_box__text.v4 {
        padding: 1rem 3rem;
    }

    .bic_box__text.v2 {
        width: 23.125rem;
    }

.bic_caption {
    color: #a4a4a4;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.bic_box__decor1, .bic_box__decor2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

    .bic_box__decor1::after, .bic_box__decor1::before, .bic_box__decor2::after, .bic_box__decor2::before {
        position: absolute;
        content: '';
        transition: 0.6s ease;
        background: #30509b;
    }

    .bic_box__decor1.v2::after, .bic_box__decor1.v2::before {
        left: 1.25rem;
        top: 1.25rem;
    }

    .bic_box__decor2.v2::before, .bic_box__decor2.v2::after {
        right: 1.25rem;
        bottom: 1.25rem;
    }


    .bic_box__decor1::after {
        height: 2.5rem;
        width: 2px;
        left: 0;
    }

    .bic_box__decor1::before {
        width: 2.5rem;
        height: 2px;
        left: 0;
    }

    .bic_box__decor2::after {
        width: 2px;
        height: 2.5rem;
        border: 0;
        right: 0;
        bottom: 0;
    }

    .bic_box__decor2::before {
        width: 2.5rem;
        height: 2px;
        right: 0;
        bottom: 0;
    }
.bct-hd {
    min-height: 70px;
    display: flex;
    align-items: center;
}

.bic_box__text .bic_tile {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
    margin-bottom: 0;
}

.gd_cat_title.gd_text .bic_tile {
    font-weight: 400;
}

.gd_cat_title .bic_box__text {
    padding: 1rem 4rem;
}

.RadMenu:after, .RadMenu ul:after, .RadMenu li:after, .RadMenu div:after {
    display: block;
}

.bic_readeMore.v2 {
    background: #52bc23;
    margin-left: 1.625rem;
}

    .bic_readeMore.v2:hover {
        background: #30509b;
    }

.c-white {
    color: #fff !important;
}


#back-to-top {
    height: 40px;
    width: 40px;
    background: #30509b;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff;
    border-radius: 5px;
}

    #back-to-top i {
        color: #fff;
        display: block;
        font-size: 25px;
        line-height: 36px;
        position: relative;
        animation: vibrate 2s linear 0s infinite;
        -moz-animation: vibrate 2s linear 0s infinite;
        -webkit-animation: vibrate 1.5s cubic-bezier(0, 0, 0.2, 1) 0s infinite;
        -o-animation: vibrate 2s linear 0s infinite;
    }

@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;
    }
}
/*#region HEADER */




/*=====================================
    1. Header_top
*/

.bic_header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.625rem 0;
    width: 100%;
}
.bic_hotline {
    display: flex;
    flex-direction: column;
    padding-left: 3.125rem;
    position: relative;
    height: 2.875rem;
    justify-content: center;
}

    .bic_hotline::after {
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: '\f1d8';
        font-weight: bold;
        left: 0;
        width: 2rem;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
        font-size: 16px;
        color: #FFE;
        background: #52bc23;
    }

.bic_header_slogan {
    font-size: 1.25rem;
    color: #52bc23;
    text-transform: uppercase;
    font-weight: 700;
}

.bic_hd_phone {
    color: #30509b;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.bic_hd_mail {
    color: #a4a4a4;
    font-size: 0.875rem;
    line-height: 1;
    margin-top: 4px;
}

.gd_header.fixed {
    position: fixed;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

    .gd_header.fixed .gd_menu__primary .RadMenu .rmRootGroup.rmHorizontal > .rmItem > .rmRootLink {
        line-height: 3.5rem;
    }

.gd_menu__primary {
    width: 100%;
}

.rmHorizontal > .rmItem.rmFirst .rmLink {
    padding-left: 25px !important;
    display: block;
}

/*=====================================
    2. Nav_menu
    =======================================*/
.RadMenu::after, .RadMenu ul::after, .RadMenu li::after, .RadMenu div::after {
    display: none;
}

.gd_menu__area {
    background: #30509b;
}

.gd_menu__primary .RadMenu .rmRootGroup.rmHorizontal > .rmItem::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.4s;
    transform-origin: 0 0;
    left: 0;
}

.gd_menu__primary .RadMenu .rmRootGroup.rmHorizontal > .rmItem:hover::after {
    transform: scaleX(1);
}

.gd_menu__primary .RadMenu .rmRootGroup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    border: none;
}

    .gd_menu__primary .RadMenu .rmRootGroup.rmHorizontal > .rmItem {
        border: none;
    }

        .gd_menu__primary .RadMenu .rmRootGroup.rmHorizontal > .rmItem:hover > .rmLink {
            color: #52bc23;
        }

        .gd_menu__primary .RadMenu .rmRootGroup.rmHorizontal > .rmItem > .rmRootLink {
            padding: 0 5px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 500;
            position: relative;
            line-height: 5rem;
            transition: all 300ms ease-in 0ms;
        }


.gd_menu__primary .RadMenu a.rmLink {
    padding: 0 15px;
    box-sizing: border-box;
    height: auto;
}

.rmFirst .rmLink.rmExpand.rmExpandRight::before {
    top: 57% !important;
}

.gd_menu__primary .RadMenu .rmHorizontal .rmFirst .rmRootLink::after {
    content: "\f015";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 1.2;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.gd_menu__primary .RadMenu .rmRootGroup .rmItem .rmGroup {
    padding: 0;
    border: unset;
}

.gd_menu__primary .RadMenu .rmRootGroup > .rmItem > .rmSlide {
    border-top: 1px solid #fff;
}

.bic_target__item:hover {
    background: #f5f5f5;
    box-shadow: none;
}

.gd_menu__primary .RadMenu .rmSlide .rmVertical .rmItem {
    background-color: rgba(255, 255, 255, 0.94);
    padding: 0 10px;
    border-bottom: 1px dashed rgba(72, 67, 67, 0.25);
}

    .gd_menu__primary .RadMenu .rmSlide .rmVertical .rmItem:last-child .rmLink {
        border-bottom: unset;
    }

    .gd_menu__primary .RadMenu .rmSlide .rmVertical .rmItem .rmLink {
        padding: 14px 0px;
        min-width: 300px;
        color: #444;
        padding-left: 15px;
        white-space: pre-wrap;
        position: relative;
        font-weight: 600;
    }

        .gd_menu__primary .RadMenu .rmSlide .rmVertical .rmItem .rmLink::before {
            content: "";
            width: 6px;
            height: 6px;
            position: absolute;
            left: 2px;
            top: 22px;
            background-color: #52bc23;
            border-radius: 50%;
        }

    .gd_menu__primary .RadMenu .rmSlide .rmVertical .rmItem:hover {
        background-color: rgb(215, 215, 215);
    }
/*-----------------------------
    2. Language
    -------------------------------*/
.bic_hd__language {
    position: relative;
    margin-left: 20px;
    display: flex;
    padding-top: 7px;
    align-items: center;
}
.current.top-inner {
    cursor: pointer;
    color: #000;
    min-width: 120px;
    text-align: center;
}
.language .top-inner .language-key.language_vi {
    background: url(images/lang-vi.png) no-repeat center left;
}
.language .top-inner .language-key:after {
    content: "\f078";
    font-family: 'Font Awesome 5 pro';
    margin-left: 5px;
}
  

.language {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
ul.language-select.top-sub {
    visibility: hidden;
    list-style: none;
    padding: 0 15px;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 999999;
    background: rgb(82 188 35);
    width: 100%;
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.5s;
    border: 1px solid #999;
}
.top-sub li {
    padding: 5px 0;
}

  
.top-sub a {
    color: #fff;
}
.language .top-inner .language-key.language_en {
    background: url(images/lang-en.png) no-repeat center left;
}
.language .top-inner .language-key.language_ko {
    background: url(images/ko.png) no-repeat center left;
}
div#languages-block:hover .language-select {
    visibility: visible;
    transition: all 0.5s;
    opacity: 1;
    transform: rotateX(0);
}
.language .top-inner .language-key {
    padding-left: 30px;
    color: #30509b;
}
/*-----------------------------
    3. Search
    -------------------------------*/


/*
    4. Content
    */


}
/*#endregion */

/*#region back_to_top */
.fixed_right {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
}

    .fixed_right ul {
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }

#back-to-top .play-now {
    display: block;
}

.play-now .ripple {
    background: #dcae48;
}

    .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(255, 150, 25, 0.66);
        -moz-box-shadow: 0 0 0 0 rgba(255, 150, 25, 0.66);
        -ms-box-shadow: 0 0 0 0 rgba(255, 150, 25, 0.66);
        -o-box-shadow: 0 0 0 0 rgba(255, 150, 25, 0.66);
        box-shadow: 0 0 0 0 rgba(255, 150, 25, 0.66);
        -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 i {
    color: #fff;
    position: relative;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    width: 40px;
    font-size: 16px;
}

@-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);
    }
}
/*#endregion */

/*#region RESPONSIVE */
@media screen and (max-width : 1920px) {
    .container {
        max-width: 1410px !important;
    }

    :root {
        --content-size: 1410px;
    }
}

@media screen and (min-width:1200px) and (max-width:1410px) {
    .container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width : 1600px) {
    :root {
        --content-size: 1410px;
    }
}

@media only screen and (min-device-width : 1600px) {
    :root {
        font-size: 16px;
        --content-size: 1410px;
    }

    #header .container {
        max-width: 1410px;
    }

    .container {
        max-width: 1410px;
    }
}

@media only screen and (max-device-width : 1440px) {
    :root {
        font-size: 15px;
        --content-size: 1200px;
    }

    .container {
        max-width: 1200px;
    }


    .gd_menu__primary .RadMenu .rmRootGroup.rmHorizontal > .rmItem > .rmRootLink {
        font-size: 15px;
    }
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .rmItem.rmFirst.menu8 .rmLink.rmRootLink {
        font-size: 0 !important;
    }
}

@media screen and (max-width:991px) {
    :root {
        font-size: 15px;
        --content-size: 960px;
    }

    .gd_menu__primary .RadMenu .rmRootGroup {
        flex-flow: nowrap;
        overflow: hidden;
    }
    /* #region MEAN MENU*/
    /* hide the link until viewport size is reached */
    a.meanmenu-reveal {
        display: none;
    }

    /* when under viewport size, .mean-container is added to body */
    .mean-container .mean-bar {
        background: none;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 9999;
        right: 0;
    }

    .mean-container a.meanmenu-reveal {
        color: #52bc23;
        cursor: pointer;
        display: block;
        font-weight: 700;
        height: 35px;
        line-height: 40px;
        padding: 0;
        position: absolute;
        text-decoration: none;
        top: -46px;
        background: none;
        width: 55px;
        right: 20px !important;
    }

        .mean-container a.meanmenu-reveal::before {
            content: "MENU";
            font-size: 11px;
            font-weight: 400;
            padding-top: 1px;
            text-indent: 0px;
            display: none;
            line-height: 1;
            text-align: center;
        }

        .mean-container a.meanmenu-reveal.meanclose::before {
            display: none;
        }

        .mean-container a.meanmenu-reveal span {
            background: linear-gradient(45deg,#52bc23 44%,#30509b);
            border-radius: 10px;
            display: block;
            height: 3px;
            margin: 9px auto 5px;
            width: 35px;
        }

            .mean-container a.meanmenu-reveal span:first-child {
                margin-top: 4px;
                width: 45px;
            }

            .mean-container a.meanmenu-reveal span:last-child {
                width: 50px;
            }

    .mean-container .mean-nav {
        position: absolute;
        width: 100vw;
        top: 0;
        padding: 0;
        z-index: 2000;
        max-height: calc(100vh - 115px);
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .mean-container .mean-nav::-webkit-scrollbar {
            display: none; /* Chrome Safari */
        }

        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            background: rgb(48, 80, 155);
            list-style-type: none;
            float: left;
        }


            .mean-container .mean-nav ul li {
                border-top: 1px solid rgba(255,255,255,0.2);
                background: none;
                float: left;
                position: relative;
                width: 100%;
            }

                .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li > span {
                    color: #fff;
                    display: block;
                    font-size: 1rem;
                    float: left;
                    line-height: 42px;
                    margin: 0;
                    padding: 0 15px;
                    text-align: left;
                    text-decoration: none;
                    width: 100%;
                }

                .mean-container .mean-nav ul li li a {
                    width: 90%;
                    padding: 0 5%;
                    opacity: 0.75;
                    filter: alpha(opacity=75);
                    text-shadow: none !important;
                    visibility: visible;
                }

        .mean-container .mean-nav > ul > li:first-child {
            border: none;
        }

        .mean-container .mean-nav .sub-menu li a {
            text-transform: none;
            white-space: nowrap;
        }

        .mean-container .mean-nav ul li.mean-last a {
            border-bottom: none;
            margin-bottom: 0;
        }

        .mean-container .mean-nav ul li li li a {
            width: 80%;
            padding: 0 10%;
        }

        .mean-container .mean-nav ul li li li li a {
            width: 70%;
            padding: 0 15%;
        }

        .mean-container .mean-nav ul li li li li li a {
            width: 60%;
            padding: 0 20%;
        }

        .mean-container .mean-nav ul li a:hover {
            background: rgba(255, 255, 255, 0.1);
            font-weight: bold;
        }

        .mean-container .mean-nav ul li a.mean-expand {
            margin-top: -1px;
            width: 45px;
            line-height: 1rem;
            padding: 12px !important;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            font-weight: 300;
            background: none;
            border: none !important;
            color: rgba(255,255,255,0.5);
        }

            .mean-container .mean-nav ul li a.mean-expand:hover {
                background: none;
            }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }

    .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mean-container .mean-bar, .mean-container .mean-bar * {
    }

    .mean-remove {
        display: none !important;
    }

    .home .mean-container a.meanmenu-reveal, .sticky .mean-container a.meanmenu-reveal {
        color: #7f7f7f;
    }

        .home .mean-container a.meanmenu-reveal span, .sticky .mean-container a.meanmenu-reveal span {
            background: #7f7f7f;
        }

    .mean-container .mean-nav > .igi_menu__primary {
        padding: 0 15px;
    }
    /* #endregion MEANMENU*/
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .header-search {
        width: auto;
    }

    .gd_logo {
        position: static;
        flex: 0 0 24%;
    }

    .mean-container a.meanmenu-reveal {
        top: -4.5rem;
    }
}

@media screen and (max-width : 991px) {
    .bct_hd__hotline {
        display: none;
    }

    .header-search {
        line-height: 80px;
        position: relative;
        right: -172px;
    }

    .gd_menu__primary {
        margin-left: 1.8rem;
    }

    .bic_header_slogan {
        display: none;
    }

    .bic_hotline {
        margin-right: 7rem;
    }
}

@media only screen and (max-device-width : 767px) {
    :root {
        font-size: 15px;
        --content-size: 100vw;
    }

    .gd_logo {
        flex: 0 0 30%;
    }

    .bic_header__top {
        padding: 10px 0;
        min-width: 70px;
        width: 100%;
    }

    .mean-container a.meanmenu-reveal {
        top: -52px;
    }


    .container {
        max-width: 100%;
    }

    .gd_header > .container {
        padding: 0 15px;
    }

    .header-search {
        position: relative;
        right: -108px;
        width: auto;
    }
}

@media only screen and (max-device-width : 575px) {
    :root {
        font-size: 15px;
        --content-size: 575px;
    }
    .bic_hd__language {
        right: 60px;
    }
    .mean-container a.meanmenu-reveal {
        top: -48px;
    }
    .bic_readeMore.v2 {
        margin-left: 0;
    }
    .bic_hotline::after {
        display: none;
    }

    .gd_logo {
        flex: 0 0 30%;
    }

    .bic_hotline {
        display: none;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .language a, .gd_language a.icon-search {
        background-color: transparent;
        border: none;
        width: 35px;
    }

    .header-search {
        position: relative;
        right: -66px;
    }
}

@media screen and (max-width : 767px) {
    #search .input-text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:480px) {
    :root {
        --content-size: 480px;
    }
    .bic_hd__language {
        right: 60px;
    }
    .header-search {
        position: relative;
        right: 0;
    }
}

@media screen and (max-width:414px) {
    :root {
        --content-size: 414px;
    }
}

@media screen and (max-width:375x) {
}
/*#endregion */
