/*#region FOOTER */
    .gd_footer {
        color: #222;
        position: relative;
        background-image: url(../images/footer_background.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        padding-top: 50px;
    }
    .gd_footer.hb_contain {
        background-size: contain;
        padding-top: 0;
    }

    .gd_main__footer {
        color: #2d7138;
        padding-bottom:15vh;
    }
    .hb_main_footer{
     /*   display: flex;
     justify-content: space-between;*/
    }
    .gd_ft_address{
        display: flex;
    }
    .gd_add_inner{

    }
    .hb_content_footer a{
        color: #2d7138;
    }
    .hb_certification .hb_certification_title .hb_text{
        font-size: 1.5rem;
        color: #2d7138;;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .hb_certification{
        width: 87%;
    }
    .hb_certification_img{
        margin-bottom: 20px;
    }
    .hb_certification_img a{
        padding-right: 20px;
    }
    .hb_certification_img a:nth-child(5){
       padding-right: 0;
    }
  /*  .side-contact{
        position: relative;
    }
    .side-contact::before {
        content: "123 456 789";
        position: absolute;
        height: 20px;
        color: #c62128;
        bottom: 20%;
        left: 13%;
        z-index: 999;
        font-size: 19px;
        font-weight: 700;
    }*/

/*#endregion */
/*#region LOAD MORE */
.gd_actione {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

    .gd_actione .gd_loadbtn {
        text-transform: uppercase;
        letter-spacing: 1.5px;
        cursor: pointer;
        display: inline-block;
        padding: 5px;
        position: relative;
        z-index: 1;
    }

    .gd_actione .gd_ellipsis {
        display: none;
    }

@keyframes gd_ellipsis3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        left: 100px;
    }

    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes gd_ellipsis3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        left: 100px;
    }

    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes gd_ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes gd_ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes gd_ellipsis {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        left: 100px;
    }

    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes gd_ellipsis {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        left: 100px;
    }

    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.gd_ellipsis {
    position: relative;
    width: 80px !important;
    height: 80px !important;
    -webkit-transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
    transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
}

    .gd_ellipsis > span {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 32px;
        height: 32px;
    }

    .gd_ellipsis span > span {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #326c58;
        position: absolute;
        top: 100px;
        left: 32px;
        -webkit-animation: gd_ellipsis 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        animation: gd_ellipsis 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    }

    .gd_ellipsis span:nth-child(1) span {
        -webkit-animation: gd_ellipsis2 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        animation: gd_ellipsis2 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        background: #dea65c;
    }

    .gd_ellipsis span:nth-child(2) span {
        -webkit-animation-delay: -0.75s;
        animation-delay: -0.75s;
        background: #6a67ce;
    }

    .gd_ellipsis span:nth-child(3) span {
        -webkit-animation-delay: -0.375s;
        animation-delay: -0.375s;
        background: #267c3c;
    }

    .gd_ellipsis span:nth-child(4) span {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background: #3be8b0;
    }

    .gd_ellipsis span:nth-child(5) span {
        -webkit-animation: gd_ellipsis3 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        animation: gd_ellipsis3 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
        background: #ffb900;
    }
/*#endregion */

/*********************************************
Video Popup
*********************************************/

/*********************************************
TOOLBAR IN MOBILE
*********************************************/

/*********************************************
SCROLL ICON
*********************************************/
.wheel, .wheel-b {
    border: 1px solid rgba(255,255,255,1);
    width: 30px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    height: 54px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 1;
    pointer-events: none;
    z-index: 20;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wheel-b {
    left: 50%;
    margin-top: 150px;
    margin-left: -15px;
    position: absolute;
    opacity: 1;
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .wheel::before, .wheel-b::before {
        content: " ";
        width: 2px;
        height: 35px;
        background-color: #fff;
        top: -47px;
        left: 50%;
        position: absolute;
    }

    .wheel::after, .wheel-b::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: #fff;
        width: 5px;
        height: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-animation: trackBallSlide 3s linear infinite;
        animation: trackBallSlide 3s linear infinite;
    }

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    15% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    15% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

.logo_gov {
    margin-top: 1.5rem;
    flex: 0 0 50%;
    padding-left: 15px;
    border: none !important;
}

/*********************************************
BACK TO TOP
*********************************************/

.fixed_right {
	display:none;
    position: fixed;
    top: 80%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 100;
}
.kh_item_icon {
    margin-bottom: 0;
    padding: 0 5px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    background: #2d7138;
    border-radius: 50%;
    text-align: center;
}
.kh_item_icon.gd_backtop {
    background-color: #2d7138;
}
    .fixed_right ul {
        padding: 0;
        list-style: none;
    }

        .kh_item_fixed {
            padding: 5px 0;
        }

#float_button {
    margin-top: 60px;
    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 #666;
        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: #666;
        }

        #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-phone-alt {
            color: #fff;
            position: relative;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
            font-weight: bold;
        }

    #back-to-top .fa-angle-up {
        font-size: 30px;
        font-weight: 300;
    }



@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;
    }
}

/*======================================
Animated play btn, call hotline
======================================*/

.gd_hotline .gd_float_call {
    transform: rotateY(90deg);
    transform-origin: center top 0;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    top: -5px;
    right: 100% !important;
    margin-left: 1px;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    position: absolute;
    white-space: nowrap;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px 15px;
}

.gd_hotline .gd_call {
    line-height: 1.42;
    font-size: 15px;
    margin-right: 20px;
}

    .gd_hotline .gd_call span {
        color: #4285f4;
        margin-right: 10px;
    }

    .gd_hotline .gd_call a {
        color: #222;
    }

.gd_hotline:hover .gd_float_call {
    transform: rotateY(0deg);
    visibility: visible;
}

.play-now {
    position: relative;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
}

#float_button .play-now .ripple {
    background-color: #4285f4;
}

.play-now .ripple {
    background-color: #4285f4;
}

    .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 #4285f4;
        -moz-box-shadow: 0 0 0 0 #4285f4;
        -ms-box-shadow: 0 0 0 0 #4285f4;
        -o-box-shadow: 0 0 0 0 #4285f4;
        box-shadow: 0 0 0 0 #4285f4;
        -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: 1440px) {
    .gd_copyright{
      
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
    .hb_certification_img a{
        padding-right: 15px;
    }

}
@media screen and (max-device-width: 1199px) {
    .logo_gov {
        float: right;
        margin-right: 22%;
    }
    .gd_footer_copyright{
        margin-top: 0;
    }
    .gd_copyright{
        margin-left: 0;
    }

}

@media screen and (max-device-width: 1024px) {
    .wheel-b {
        display: none;
    }
}
@media screen and (max-width: 992px) {

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .hb_certification{
        width: 100%;
    }
    .hb_certification_img a img{
        width: 17%;
    }
    .hb_logo_namDc img{
        margin: 0 auto;
        display: block;
    }
    .side-contact{
        margin: 0 auto;
        display: block;
    }
    .side-contact::before{
        left: 43%;
    }
}


@media screen and (max-device-width: 576px) {
    .hb_certification{
        width: 100%;
    }
    .hb_certification_img a{
        padding-right: 0;
    }
    .hb_certification_img a img{
        width: 19%;
    }
    
    .gd_main__footer{
        padding: 30px 0 15px;
    }
    .side-contact::before{
        left: 16%;
    }
    /*-----------------------*/
    .fixed_right {
        background-color: #0000004f;
    }
    .gd_backtop {
        bottom: 60px;
    }

    .play-now .ripple, .play-now .ripple::before, .play-now .ripple::after {
        width: 40px;
        height: 40px;
    }

    #float_button {
        margin-top: 30px;
    }
    .fixed_right {
        right: 0;
    }
    .fixed_right ul {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    .fixed_right {
        top: unset;
        bottom: 0;
        right: 50% !important;
        transform: translateX(50%);
        width: 100%;
    }
    .kh_item_fixed {
        padding: 5px 0;
    }
    .gd_footer {
        padding-bottom: 50px;
    }
    .kh_item_icon .img-fluid {
        max-width: 80%;
    }
    .kh_item_icon a {
        display: block;
        width: 100%;
    }
    .kh_item_icon .img-fluid {
        margin: 0 auto;
        display: block;
    }
    .kh_item_fixed.d-none{
        display: block !important;
    }
    .kh_item_fixed {
        padding: 5px 10px;
        text-align: center;
    }
    .kh_item_icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .kh_item_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-device-width: 414px) {

}

@media screen and (max-device-width: 375px) {
/*    .hb_certification_img{
        margin-bottom: 0;
    }*/
}
