/*********************************************
8. Module đối tác
**********************************************/
.igi_module_brand {
    background-color: #fff;
    padding: 10px 0 !important;
    position: relative;
    border-top: 1px solid #edededed;
}

.igi_module_brand .slider_brand {
    max-height: 100px;
}

.igi_module_brand .igi_item {
    height: 85px;
}

.igi_module_brand .icon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 50px;
}

.igi_module_brand .icon_wrap img {
    width: auto;
}
/*form*/
.igi_form__subscribe {
    margin-bottom: 30px;
}
.igi_form__subscribe .igi_btn {
    height: 38px;
    width: 40px;
    border-radius: 0;
    text-indent: -9999px;
    font-size: 0;
    background: #f36f21 url(../images/icon/send_email.png) no-repeat center center;
    flex: 0 0 40px;
}
.igi_form__subscribe .form-control {
  background: none;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 0;
}
.igi_form__subscribe .wpcf7-form-control-wrap {
  margin-right: 10px;
}
/*#region FOOTER */
.igi_footer {
    color: #222;
    position: relative;
    border-top: 1px solid #edededed;
}

.igi_main__footer {
    padding: 30px 0;
    background-color: #333;
    color: #fff;
}

.igi_ft_address {
    margin-top: 15px;
}
.igi_ft_address i.fa {
    color: #083190;
}

.igi_ft_address .igi_add_inner {
    padding-right: 50px;
}

.igi_add_inner p img {
    width: 100%;
    margin-bottom: 20px;
    max-width: 285px;
    height: auto;
}

.igi_ft_address .igi_add_inner > p:first-child {

}

.igi_ft_address .igi_add_inner > p:first-child strong {

}

.igi_ft_address .igi_add_inner > p {
    margin-bottom: 10px
}

.igi_ft_address .igi_add_inner address {
    margin-bottom: 0;
}

.igi_ft_address .igi_add_inner address > p:first-child {
    flex: 0 0 20%;
}

.igi_ft_address .igi_add_inner .d-flex span {
    flex: 0 0 10%;
}

.igi_ft_address a {
    color: #222222;
}

.igi_ft_address a:hover {
    color: #008ed4;
}

.igi_ft__title::after {
    width: 70px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}


.igi_ft__title {
    font-size: 1rem;
    color: #f36f21;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.igi_menu__footer > li > a {
    display: block;
    padding-left: 15px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.igi_menu ul {
    padding: 0;
    list-style: none;
}

.igi_menu li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.igi_menu a:hover {
    color: #f36f21;
    cursor: pointer;
}

.igi_menu__footer {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.igi_menu__footer > li {
    position: relative;
}

.igi_menu__footer > li:last-child {
    /*  padding-left: 15px;*/
}

.igi_menu__footer .sub-menu li {
}

.igi_menu__footer .sub-menu a {
    color: #fff;
    position: relative;
    font-size: 1rem;
    font-weight: normal;
    padding-left: 15px;
}

.igi_menu__footer .sub-menu a::before {
    border-radius: 50%;
    content: "";
    background-color: #ccc;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.45rem;
    left: 0;
}

.igi_menu__footer .sub-menu a:hover {
    opacity: 0.85;
}

.igi_menu__footer > li:first-child .sub-menu {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 285px
}

.igi_menu__footer > li:first-child .sub-menu > li {
    flex: 0 0 50%;
}

.igi_menu__footer > li:first-child .sub-menu > li {
    display: block;
}

.igi_footer_copyright {
    background-color: #2e2e2e;
    padding: 12px 0;
    color: white;
    line-height: 1;
    text-align: center;
}

.igi_copyright {
    font-size: 0.875rem;
    display: inline-block;
}

.igi_copyright a {
    color: #fff;
}

.igi_copyright a:hover {
    color: #ebebeb;
    text-decoration: underline;
}

.igi_design {
    font-size: 12px;
    display: inline-block;
}

.igi_design a {
    color: #fff;
}

.igi_design a:hover {
    color: #fff;
    text-decoration: underline;
}
/*#endregion */

.igi_fixed__contact {
    position: fixed;
    display: flex;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-flow: column;
    align-items: flex-end;
    z-index: 1;
}

.igi_fixed__contact a {
    color: #fff;
    background-color: #008ed4;
    display: block;
    margin-bottom: 3px;
    width: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 1px;
    height: 40px;
    line-height: 40px;
}

.igi_fixed__contact a.hotline:hover {
    width: auto;
}

.igi_fixed__contact a.hotline .num {
    display: none;
    background-color: #008ed4;
    padding: 0 10px;
    font-weight: bold;
}

.igi_fixed__contact a.hotline:hover .num {
    display: inline-block;
}

.igi_fixed__contact a i {
    display: inline-block;
    width: 40px;
}

.igi_readmore {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1rem;
    background: #008ed4;
    padding: .375rem 1.75rem;
    font-weight: bold;
}

.igi_readmore:hover {
    background-color: #008ed4;
    color: #fff;
}

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

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

.igi_actione .igi_ellipsis {
    display: none;
}

@keyframes igi_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 igi_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 igi_ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

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

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

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

@keyframes igi_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 igi_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);
    }
}

.igi_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);
}

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

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

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

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

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

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

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

/*********************************************
Video Popup
*********************************************/
.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: 820px;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid #fff;
    border-radius: 5px;
}

.video-closed {
    position: absolute;
    background: #df0024;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    border: 1px solid #df0024;
    padding-top: 1px;
}

.video-popup iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/*.igi_backtop {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-color: #263d84;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    line-height: 1.4;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition: all .2s;
    right: -ms-calc(-594.5%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    visibility: hidden;
    opacity: 0;
}

    .igi_backtop:hover {
        background: #df0024;
    }

    .igi_backtop.show {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        visibility: visible;
        opacity: 1;
        z-index: 1001;
        }*/
/*********************************************
TOOLBAR IN MOBILE
*********************************************/

.igi_fixed__bar {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    background-color: #263d84;
    width: 100%;
    height: 42px;
    z-index: 100;
    justify-content: space-between;
    border-top: 2px solid #263d84;
    max-width: 100vw;
}

.igi_fixed__bar a {
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5;
    flex: 0 0 33.333%;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    font-size: 20px;
}

.igi_fixed__bar a:last-child {
    border-right: none;
}

.igi_fixed__bar a i {
    margin-right: 8px;
}

.igi_fixed__bar .zalo {
    background-position: 48px -27px;
    background-size: 19px;
}

/*********************************************
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;
}

.zalo {
    background: url('../images/icon/social_icon_white.png');
    background-position: 11px -24px;
    background-size: 18px;
    background-repeat: no-repeat;
}

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

.igi_social {
    display: flex;
    margin-top: 1.5rem;
}

.igi_social a {
    width: 45px;
    height: 45px;
    border: 1px solid #808080;
    border-radius: 50%;
    background-color: #fff;
    color: #464646;
    font-size: 1.25rem;
    text-align: center;
    line-height: 43px;
    margin-right: 10px;
}

.igi_social a.facebook:hover {
    color: #f36f21;
}

.igi_social a.youtube:hover {
    color: #f36f21;
}

.logo_gov {
    margin-top: 1.5rem;
    flex: 0 0 50%;
    padding-left: 15px;
}
.igi_social__wrap {
  align-items: center;
}
.igi_social__wrap .igi_social {
  margin: 0 0 0 10px;
}
.igi_social__wrap .igi_social > a {
  height: auto;
  background: no-repeat;
  border: none;
  color: #fff;
  font-size: 15px;
  width: 30px;
  line-height: 1.42;
}
/*********************************************
BACK TO TOP
*********************************************/

.fixed_right {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 100;
}

.fixed_right ul {
    padding: 0;
    list-style: none;
}

#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: none;
}

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

#back-to-top.show .play-now{
    display: block;
}

@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
======================================*/

.igi_hotline .igi_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;
}

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

.igi_hotline .igi_call span {
    color: #263d84;
    margin-right: 10px;
}

.igi_hotline .igi_call a {
    color: #222;
}

.igi_hotline:hover .igi_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: #f36f21;
}

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

.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(243,111,33, .3);
    -moz-box-shadow: 0 0 0 0 rgba(243,111,33, .3);
    -ms-box-shadow: 0 0 0 0 rgba(243,111,33, .3);
    -o-box-shadow: 0 0 0 0 rgba(243,111,33, .3);
    box-shadow: 0 0 0 0 rgba(243,111,33, .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 (max-device-width: 1199px) {
    .logo_gov {
        float: right;
        margin-right: 22%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .igi_ft_social {
        order: 1;
    }

    .igi_ft_menu {
        order: 2;
        margin-top: 30px;
    }
    .igi_module_brand .icon_wrap {
        padding: 0 15px;
    }
}
@media screen and (min-device-width: 992px)  and (max-width: 1024px) {
   .igi_ft_menu {
    order: 2;
    margin-top: 0px;
}
.igi_ft_social {

}
}
@media only screen and (min-width: 767px) {
    .igi_ft_menu {
        margin-top: 15px;
    }
    .igi_ft_social {
        margin-top: 15px;
    }
}

@media screen and (max-device-width: 576px) {
    .igi_module_brand .icon_wrap {
        padding: 0 15px;
    }
    .igi_ft_address {
        margin-bottom: 15px;
    }

    .igi_ft_address .igi_add_inner {
        padding: 0;
    }

    .igi_ft_address .igi_add_inner img {
        max-width: 250px;
        height: auto;
        margin: 0 auto 15px;
    }

    .igi_menu ul {
        margin-bottom: 15px;
    }

    .igi_backtop {
        bottom: 60px;
    }

    .fixed_right {
        bottom: 60px;
        display: none;
    }

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

    #float_button {
        margin-top: 30px;
    }
}

@media screen and (max-device-width: 414px) {
    .igi_form__subscribe .igi_btn {
        height: 34px;
        width: 36px;
    }
    .igi_menu__footer > li {
    }

    .igi_menu__footer > li:last-child {
        padding-left: 0;
    }

    .igi_menu__footer > li > a {
        margin-bottom: .75rem;
    }

    .igi_fixed__bar a {
        font-size: 20px;
    }
    .igi_social a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media screen and (max-device-width: 375px) {
}
/*Import font*/
@font-face {
    font-family: 'iCiel-SamsungSharpSans-Bold';
    src: local('iCiel Samsung Sharp Sans Bold'), url('../fonts/iCiel-SamsungSharpSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Black.eot');
    src: url('../fonts/GoogleSans-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Black.woff2') format('woff2'), url('../fonts/GoogleSans-Black.woff') format('woff'), url('../fonts/GoogleSans-Black.ttf') format('truetype'), url('../fonts/GoogleSans-Black.svg#GoogleSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Regular.eot');
    src: url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Regular.woff2') format('woff2'), url('../fonts/GoogleSans-Regular.woff') format('woff'), url('../fonts/GoogleSans-Regular.ttf') format('truetype'), url('../fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Light.eot');
    src: url('../fonts/GoogleSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Light.woff2') format('woff2'), url('../fonts/GoogleSans-Light.woff') format('woff'), url('../fonts/GoogleSans-Light.ttf') format('truetype'), url('../fonts/GoogleSans-Light.svg#GoogleSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Bold.eot');
    src: url('../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Bold.woff2') format('woff2'), url('../fonts/GoogleSans-Bold.woff') format('woff'), url('../fonts/GoogleSans-Bold.ttf') format('truetype'), url('../fonts/GoogleSans-Bold.svg#GoogleSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Italic.eot');
    src: url('../fonts/GoogleSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Italic.woff2') format('woff2'), url('../fonts/GoogleSans-Italic.woff') format('woff'), url('../fonts/GoogleSans-Italic.ttf') format('truetype'), url('../fonts/GoogleSans-Italic.svg#GoogleSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-BlackItalic.eot');
    src: url('../fonts/GoogleSans-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-BlackItalic.woff2') format('woff2'), url('../fonts/GoogleSans-BlackItalic.woff') format('woff'), url('../fonts/GoogleSans-BlackItalic.ttf') format('truetype'), url('../fonts/GoogleSans-BlackItalic.svg#GoogleSans-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-MediumItalic.eot');
    src: url('../fonts/GoogleSans-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-MediumItalic.woff2') format('woff2'), url('../fonts/GoogleSans-MediumItalic.woff') format('woff'), url('../fonts/GoogleSans-MediumItalic.ttf') format('truetype'), url('../fonts/GoogleSans-MediumItalic.svg#GoogleSans-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-BoldItalic.eot');
    src: url('../fonts/GoogleSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-BoldItalic.woff2') format('woff2'), url('../fonts/GoogleSans-BoldItalic.woff') format('woff'), url('../fonts/GoogleSans-BoldItalic.ttf') format('truetype'), url('../fonts/GoogleSans-BoldItalic.svg#GoogleSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-LightItalic.eot');
    src: url('../fonts/GoogleSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-LightItalic.woff2') format('woff2'), url('../fonts/GoogleSans-LightItalic.woff') format('woff'), url('../fonts/GoogleSans-LightItalic.ttf') format('truetype'), url('../fonts/GoogleSans-LightItalic.svg#GoogleSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-ThinItalic.eot');
    src: url('../fonts/GoogleSans-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-ThinItalic.woff2') format('woff2'), url('../fonts/GoogleSans-ThinItalic.woff') format('woff'), url('../fonts/GoogleSans-ThinItalic.ttf') format('truetype'), url('../fonts/GoogleSans-ThinItalic.svg#GoogleSans-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Medium.eot');
    src: url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Medium.woff2') format('woff2'), url('../fonts/GoogleSans-Medium.woff') format('woff'), url('../fonts/GoogleSans-Medium.ttf') format('truetype'), url('../fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Thin.eot');
    src: url('../fonts/GoogleSans-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Thin.woff2') format('woff2'), url('../fonts/GoogleSans-Thin.woff') format('woff'), url('../fonts/GoogleSans-Thin.ttf') format('truetype'), url('../fonts/GoogleSans-Thin.svg#GoogleSans-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
