@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli/Muli-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli/Muli-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli/Muli-SemiBold.ttf');
    font-weight: 600;
}


@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-SemiBold.ttf');
    font-weight: 600;
}


@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli/Muli-Black.ttf');
    font-weight: 900;
}


@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli/Muli-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli/Muli-ExtraLight.ttf');
    font-weight: 200;
}

:root {
    --max-width: 1440px;
    --font-small: .9rem;
    --font-smaill-x: .8rem;
}


.color_text {
    color: #333333;
}

.color_desc {}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Muli";
    font-weight: normal;
}

strong, b {
    font-weight: bold;
}

.clearfix::after {
    content: ' ';
    display: table;
    clear: both;
}

.clearboth {
    clear: both;
}

.margin_main {
    /* margin-left: 6.8% !important;
    margin-right: 6.7% !important; */
    /* padding-left: 15px;
    padding-right: 15px; */
}

.tai_app {
    max-width: 100% !important;
    height: 100%;
    position: relative;
}


body, html, div {
    -webkit-overflow-scrolling: touch;
}


button:focus {
    outline: 0;
}

.hide {
    visibility: hidden;
}

.none {
    display: none;
}

.w-100 {
    width: 100%;
}

.frame {
    /*
    width: 86.5%;
    height: 58.65%;
*/
    height: auto;
    position: relative;
    text-align: center;
}

/* img {
    transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
    position: absolute;
} */

.frame p {
    font-weight: normal;
    font-size: 1vw;
}


.btn-main {
    font-size: .7rem;
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: bold;
    padding: .5em 1em;
    border: none;
    background: #39b6e9;
    border-radius: 8px;
    color: #fff;
    display: block;
    float: left
}

.btn-linking {
    font-size: .7rem;
    display: inline-block;
    color: #39b6e9;
    text-decoration: none;
    font-weight: bold;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    background: #39b6e9;
}

.title_section {
    text-transform: uppercase;
    font-size: 3vw;
    font-family: "Muli";
    font-weight: bold;
    padding-top: 6.543%;
}

.subtitle_section {
    font-weight: normal;
    font-size: 1.8vw !important;
}

.header_banner_friendly {
    position: relative;
    overflow: hidden;
}

#header .frame-inner {
    width: 100%;
}

.lr_arrow {
    border: solid gray;
    border-width: 0 3px 3px 0 !important;
    display: inline-block;
    padding: 1%;
    position: absolute;
}

.left_arrow {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.left_arrow:hover {
    border: solid #3992cf;
}

.right_arrow {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.right_arrow:hover {
    border: solid #3992cf;
}

.closebtn {
    display: none;
}

/*HEADER*/

#header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999;
    border-top: 5pt solid #38b3e7;
}

.header_container {
    width: 100%;
    padding-top: 6.235%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    /*    background-color: rgb(204,204,204,0.5);*/
    display: inline-block;
}


.nav {
    width: 100%;
    height: 6.235%;
    float: right;
    display: inline-block;
    position: absolute;
    /* top: 3% !important; */
    /* left: 25% !important; */
}

.nav::after {
    clear: both;
}

#logo_header {
    width: 11.5%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 15%;
    left: 6.8%;
    right: 0;
    bottom: 0;
    margin-top: .3%;
}

#header ul {
    width: 100%;
    height: 50%;
    list-style: none;
    text-align: center;
}

#header a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #909090;
    font-size: 1.1vw;
    font-weight: bold;
    padding: 2.3% 5.3%;
}

#header a:hover {
    color: #38b8ea;
}

#header li {
    padding: 2% 1.94%;
    margin: auto 0;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 2.5%;
}

/*HEADER*/
/*BANNER*/

#banner {
    width: 100%;
    max-height: 35.4%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    position: relative;
    padding-top: 26.5%;
}

#banner img {
    width: 100%;
    height: 100%;
}

.img_banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 69%;
    background-size: 100% 100%;
}

.banner_index {
    padding-top: 42% !important;
}



.content_banner {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 75%;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    line-height: 1.1;
}



.tag_line {

    text-transform: uppercase;
    font-size: 2.5vw;
    width: 57%;
    margin: 0 auto;
}

.tag_line p {
    font-weight: bold;
}

.sub_title {
    color: white;
    position: absolute;
    top: 49%;
    right: 0;
    bottom: 0;
    left: -1%;
}

.sub_title p {
    font-family: 'Muli';
    font-size: 1.5vw;
    font-weight: 600;
}

.sub_title p::first-letter {
    text-transform: capitalize;
}

/*BANNER*/

/* FOOTER */

#footer {
    /* display: block; */
    width: 100%;
    height: auto;
    font-family: 'Muli Regular';

}

.top_footer {
    /* float: left; */
    display: block;
    width: 100%;

    background-color: #2a2d39;
    padding: 1% 0;
    padding-top: 5%;
}

.top_footer .frame-inner {
    position: relative;
}

.column_top_footer {
    width: 22%;
    max-width: 22%;
    font-size: .75vw;
    color: #fff;
    /* margin-top: 1.5%; */
    /* margin-bottom: 0.5%; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 1.5% auto 0.5% auto;
    text-align: left;
}




.column_top_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

column_top_footer ul li {
    overflow: hidden;
    float: left;

}

.column_4_top_footer span:last-child:hover {
    cursor: pointer;
    color: #31658d;

}

.column_1_top_footer {
    margin-left: 8.8%;
}

.column_1_top_footer img {
    max-width: 80%;
}

/*
.column_2_top_footer img {
    max-width: 23%;
}
*/

.column_1_top_footer img {
    /*    max-width: 80%;*/
    width: 15%;
    position: absolute;
    top: 22%;
    left: 9.5%;
    right: 0;
    bottom: 0;
}

#mobile_awards_logo {
    display: none;
}


.column_2_top_footer img {
    max-width: 6.5%;
    /* position: absolute;
    top: 22%;
    left: 26%;
    right: 0;
    bottom: 0; */
    position: relative;
}

#spca_logo {
    max-width: 7.4%;
    left: 35.33%;
}

#cp_logo {
    max-width: 7.5%;
    top: 17%;
    left: 43.86%;
}

.column_3_top_footer {
    position: absolute;
    right: 0;
    top: 5%;
    bottom: 0;
    left: 75%;
}

.column_3_top_footer ul li {
    margin: 2% 0;

}

.column_3_top_footer ul li span {
    margin-left: 3%;
    font-size: .9vw;

}


/* .column_4_top_footer span:hover {
    color: #31658d;


} */

.column_3_top_footer img {
    float: left;
    width: 10%;
    max-width: 6%;
    min-width: 6%;
}

.column_3_top_footer ul li .phone-number {
    margin-top: 1%;
}

.column_3_top_footer ul li .mail {
    /* color: #31658d; */
}

.column_4_top_footer {
    margin-right: 8.7%;
    float: right;
    text-align: left;
}


.column_4_top_footer img {
    float: left;
    width: 10%;
    max-width: 5%;
    min-width: 5%;
}



.column_4_top_footer span {
    width: 90%;
    margin-left: 3%;
    float: right;
    text-align: left;
    font-size: .9vw;
}

.column_4_top_footer .street {
    /* width: 88%; */
    float: right;
    text-align: left;
}

.column_4_top_footer .vnth {
    /* width: 88%; */
    /* color: #31658d !important; */
}

.btn_footer {
    text-transform: uppercase;
    color: white;
    font-size: 1.1vw;
    position: absolute;
    top: 25%;
    left: 0;

}

.btn_footer:hover {
    color: #38b8ea;
}



.bottom_footer {
    height: 12%;
    float: right;
    position: relative;
    width: 100%;
    background-color: #1e2021;
    /* margin: 0% 6.7% 0 6.8%; */
    overflow: auto;
    padding: 1.8% 0;

}

.left_bottom_footer {
    float: left;
    /* margin-left: 8.7%; */
    /* width: 37%; */
    max-width: 100%;
    font-size: .7vw;
    color: #999999;
}

.right_bottom_footer {
    position: relative;
    margin-top: .3%;
    margin-right: 8.8%;
    width: 35%;
    float: right;
}

.right_bottom_footer .social-footer {
    width: 10%;
    padding-top: 5%;
    display: inline-block;
    float: right;
    vertical-align: middle;
    cursor: pointer;
}

#social-youtube {
    background-image: url('../images/default_youtube_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-instagram {
    background-image: url('../images/default_instagram_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-facebook {
    background-image: url('../images/default_facebook_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-youtube:hover {
    background-image: url('../images/hover_youtube_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-instagram:hover {
    background-image: url('../images/hover_instagram_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-facebook:hover {
    background-image: url('../images/hover_facebook_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

/*FOOTER*/
.right_bottom_footer .social-footer {
    width: 10%;
    padding-top: 5%;
    display: inline-block;
    float: right;
    vertical-align: middle;
}

#social-youtube {
    background-image: url('../images/default_youtube_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-instagram {
    background-image: url('../images/default_instagram_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-facebook {
    background-image: url('../images/default_facebook_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-youtube:hover {
    background-image: url('../images/hover_youtube_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-instagram:hover {
    background-image: url('../images/hover_instagram_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

#social-facebook:hover {
    background-image: url('../images/hover_facebook_icon.png');
    background-position: top center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}



/*RESPONESIVE*/

/*NON-MOBILE FIRST METHOD*/

/*Large Devices, Wide Screens*/
@media only screen and (max-width: 1920px) {

    /*HEADER*/

    /*
    #logo_header {
        top: 15%;
    }

    .nav {
        top: 11%;
        left: 18%;
    }
*/

    #header li {
        padding-top: 2.5%;
    }


    /*HEADER*/


}

/*Large Devices, Wide Screens*/
@media only screen and (max-width: 1600px) {
    #header li {
        padding-top: 2.2%;
    }
}


@media only screen and (max-width: 960px) {
    #header li {
        padding-top: 2%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 480px) {

    .nav {
        top: 15%;
        left: 17%;
    }

    #header li {
        padding-top: 1.5%;
    }


    /*FOCUS*/

    .dot {
        height: 6px;
        width: 6px;
        border-width: 0.4px;
    }
}



.tai-dialog-root {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 10002;
}

.tai-dialog-root::before {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 10%;
}

.tai-dialog-container {
    display: block;
    margin: 0 auto auto auto;
    position: relative;
    padding: 18pt;
    background: #fff;
    min-width: 320px;
    width: 35%;
    text-align: right;
}

.tai-dialog-container .title,
.tai-dialog-container .message {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.tai-dialog-container .title {
    font-size: 130%;
    width: 100%;
}

.tai-dialog-container .message {
    font-size: 100%;
    width: 100%;
    margin-top: 1em;
}

.tai-dialog-container button {
    color: #3992cf;
    font-size: 100%;
    margin-top: 1em;
    padding: 0.5em 1em;
    display: inline-block;
    border: none;
    background: #fff;
    cursor: pointer;
}

/* DISCUSS */

.discuss_frame {
    text-align: center;
    background-color: #39b6e9;
    position: relative;
    padding: 1.4% 0 2.2% 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#39b6e9), to(#3992cf));
    background: -webkit-linear-gradient(top, #39b6e9, #3992cf);
    background: -o-linear-gradient(top, #39b6e9, #3992cf);
    background: linear-gradient(to bottom, #39b6e9, #3992cf);
    -webkit-box-shadow: 2px 5px 14px -5px #1e2021;
    box-shadow: 2px 5px 14px -5px #1e2021;
}

.discuss_frame span {
    display: block;
    margin-top: 1%;
}

.title_discuss span {
    margin-top: 0%;
}

.title_discuss {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 2.5vw;
}

.content_discuss {
    font-size: 1.27vw;
    font-weight: 300;
}

.discuss_frame .title_discuss {
    display: none;
}

.btn_discuss {
    font-weight: bold;
    margin-top: 2% !important;
    padding: 0.6% 2.5%;
    font-size: 1.1vw;
    text-transform: uppercase;
    color: #3992cf;
    border: none;
    border-radius: 8px;
    background: #fefefe;
}

.btn_discuss:hover {
    background: #1F5C7B;
    color: #ffffff;
    padding: 0.6% 2.5%;
    cursor: pointer;
}

/* FOOTER */

#footer {
    width: 100%;
    height: auto;
    font-family: 'Muli';
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
}

.top_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #2a2d39;
    padding: 1% 0;

}

.column_top_footer {
    width: 22%;
    max-width: 22%;
    font-size: .75vw;
    color: #fff;
    justify-content: center;
    align-content: center;
    margin: 1.5% auto 0.5% auto;
    text-align: left;
}

.column_top_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

column_top_footer ul li {
    overflow: hidden;
    float: left;

}

.column_4_top_footer span:last-child:hover {
    cursor: pointer;
    color: #31658d;
}


.column_1_top_footer {
    /* margin-left: 8.8%; */
    width: 100%;
    max-width: none;
    width: 22%;
    align-content: flex-start;
    justify-content: flex-start;
    float: left;
    z-index: 4;
    position: relative;
}

.column_1_top_footer img {
    width: auto;
    position: relative;
    /* top: 22%; */
    left: 0;
    right: 0;
    bottom: 0;

}

.column_2_top_footer img {
    max-width: 6.5%;
    /* position: absolute; */
    top: 22%;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
}

.column_3_top_footer {
    position: absolute;
    top: 7%;
    left: 26%;
    right: 0;
    bottom: 0;
}

.column_3_top_footer ul li {
    margin: 2% 0;

}

.column_3_top_footer ul li span {
    margin-left: 3%;
    font-size: .9vw;

}

.column_3_top_footer img {
    float: left;
    width: 10%;
    max-width: 6%;
    min-width: 6%;
}

.column_3_top_footer ul li .phone-number {
    margin-top: 1%;
}

.column_4_top_footer {
    margin-right: 8.7%;
    float: right;
    text-align: left;
}

.column_4_top_footer img {
    float: left;
    width: 10%;
    max-width: 5%;
    min-width: 5%;
}

.column_4_top_footer span {
    width: 90%;
    margin-left: 3%;
    float: right;
    text-align: left;
    font-size: .9vw;
}

.column_4_top_footer .street {
    float: right;
    text-align: left;
}

.bottom_footer {
    height: 12%;
    float: right;
    position: relative;
    width: 100%;
    background-color: #1e2021;
    overflow: auto;
    padding: 1.8% 0;

}


.version_footer {
    float: right;
    width: auto;
    /* padding-right: 14%; */
    padding-right: 0;
    font-size: .7vw;
    color: #999999;
}

.right_bottom_footer {
    position: relative;
    margin-top: .3%;
    margin-right: 8.8%;
    width: 35%;
    float: right;
}

/* FOOTER */


/* Otc 28 - 2022 - Enhancement */

html {
    /* font-size: 20px; */
    font-size: 1.4vw;
}


#header .nav {
    position: relative;
    top: 0;
    left: 0;
}

#header .nav ul {
    text-align: right;

}


#header li.link-vi a {
    border: 50%;
    column-gap: .5em;
    row-gap: .5em;
}

#header li.link-vi a>span {
    font-size: 0.8rem;
    font-weight: bold;
    white-space: nowrap;
}

#header li.link-vi img {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    object-fit: cover;

}

@media screen and (min-width:1440px) {

    html {
        font-size: 20px;
    }

}

#logo_header {
    top: 0;
    width: auto;
    height: 75%;
    transform: translateX(-10%);
}


#header a {
    width: auto;
    height: auto;
    padding: 0;
    height: 4rem;
    max-height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;

}

/* Cheating CSS to avoid crash UI on safari -- Safari caching have problem when render flex.  */
@keyframes aShowing {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;

    }
}

#header li a {
    animation-name: aShowing;
    animation-duration: 10ms;
    animation-delay: 100ms;
    animation-fill-mode: forwards;
    flex-shrink: 0;
    opacity: 0;
    min-width: 2.5rem;
    visibility: hidden;
}

#header {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.header_container,
.header_container.clearfix {
    padding-top: 0;
    display: flex;
    position: relative;
    max-width: var(--max-width);
    margin: auto;
    min-height: 3rem;
}

#header a img {
    position: relative;
    float: left;
    width: auto;
}

#header li {
    padding-top: 0;
    padding-bottom: 0;
}


.frame-inner {
    /* max-width: 1280px; */
    max-width: var(--max-width);
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;

}


.frame-inner>.container {
    width: 100%;
    max-width: none;
}

/* 29 Oct - Enhancement */

.column_top_footer {
    margin: 0 auto;
}

.column_3_top_footer,
.column_4_top_footer {
    display: none;
}

.column_2_top_footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    max-width: none;
    text-align: center;
}

.column_2_top_footer img {
    top: 0;
    margin-left: 0;
    max-width: none;
    height: 100%;
    transform: scale(0.8);
    object-fit: contain;
}

.column_2_top_footer img+img {
    margin-left: 20px;
}

#top100_logo,
#spca_logo,
#cp_logo {
    left: initial;
    top: initial;
    max-width: none;
}

#cp_logo {
    max-width: 7%;
}


@media screen and (min-width: 1280px) {
    .column_top_footer {
        font-size: 0.5rem;
    }

    .left_bottom_footer {
        font-size: 0.5rem;
    }

    .column_3_top_footer ul li span,
    .column_4_top_footer span {
        font-size: 0.6rem;
    }


    #header a,
    .btn_footer {
        font-size: 0.8rem;
    }

    .sub_title p {
        font-size: 0.95rem;
    }

    .subtitle_section {
        font-size: 1.15rem !important;
    }

    .frame p {
        font-size: 0.65rem;
    }

    .tag_line {
        font-size: 1.45rem;
    }

    .title_section {
        font-size: 2.1rem;
    }

    .title_discuss {
        font-size: 1.6rem;
    }

    .content_discuss {
        font-size: 0.8rem;
    }

    .btn_discuss {
        font-size: 0.7rem;
    }
}

.header_container {
    align-items: center;
}

.language_bar {
    position: fixed;
    background-color: #707070;
    top: calc(4rem + 5pt);
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1);
    transform: scaleY(0);
    transform-origin: center top;
}

#header .nav-lang {
    height: 3rem;
    display: flex;
    justify-content: flex-end;
}



#header .nav {
    display: flex;
}

#header .btn-lang {
    color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#header .btn-lang+.btn-lang {
    margin-left: 1rem;
}

#header .icon-lang {
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    font-size: .8rem;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-left: 1rem;
}


#header .btn-lang .text-lang {
    margin-left: .5rem;
    color: #fff;
    cursor: pointer;
}

#header #btnLang.icon-lang {
    color: #909090;
    border-color: #909090;
}

#header.show-lang .language_bar {
    transform: scaleY(1);
}


.section_tab {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.nav-tab {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.nav-tab li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 20%;
    max-width: 5rem;
    cursor: pointer;
}

.nav-tab li:not(.selected):hover .d-img {
    background-color: #45457E;
}

.nav-tab li:not(.selected):hover .d-img img {
    filter: brightness(0) invert(1);
}

/* .nav-tab li:hover .d-img{
    background-color: #1f5c7b8a;
} */

.nav-tab li.selected .d-img {
    background-color: #1F5C7B;
}

.nav-tab li.selected .d-img img {
    filter: brightness(0) invert(1);
}


.nav-tab li span {
    white-space: nowrap;
    color: #ffffff;
    font-size: .7rem;
    display: flex;
    justify-content: center;
    margin-top: .75em;
    text-align: center;
}

.nav-tab li+li {
    margin-left: 4rem;
}

.nav-tab li .d-img {
    position: relative;
    width: 100%;
    border-radius: 50%;
    background-color: #ffffff;
}

.nav-tab li .d-img::before {
    margin-top: 100%;
    content: '';
    display: block;
}

.nav-tab li .d-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.listing-feature {
    padding: 0;
    margin: 0;
    list-style: none;
}

.listing-feature li {
    width: 100%;
    padding-left: 1.25rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAAABHNCSVQICAgIfAhkiAAAAcdJREFUOE+VUjssQ2EU/v623iKhKpjKhqgQicfWkbKw2TpIB0mxWCy1EYOweYRFIvEaaKsh0REJQaQWg0gE0Uok2mhp7+/cPu5t9faKm9yb//7nfN/5zncOQ+pZuCuAsdwEnRBFke8GZnNUiuU4MOne5Z8B04wBnENgdvTpl/4BfrsC4y1xAOef9J2ExTCnRiBXdge2KHGQ3sSdSCBwKy58O3Aot5Am+7Ua0Hqk6omS34gJNvRXrSkpkMFidO+lDtq8PSJokhQAIXA2Bot+5TdBJliMut/KSLOXTq1yC/gAxwDO9cdwMCFFkg0WI64gtRA+pO6bk4mcPPiCRmtFT8WGOliMOgMNJN8FxoyyAvZOhMPo1W+LKcqVU9SbzwaU6E6JoF7ql/NLGmHb32Cxf85PqESjDMYtLJWioSqVczkPNk6yl3OD44ZF/px5ds/7T8XQ5B+Rpi7ZKOVtywR7QjUQwrs0544MYI49T9ttMofhgAzqTtukGP2PkLuL6uvp9K9Dw4ZkE3mEtmoUjw+rsLV/q4Pd/msy35RMChNwikYyrQTK3jBXYJ5k2+MBzidI6qwaMHNU3vtCBEs7CRhFreEM7UxRajrhDyuSpBXQBAJcAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: left .15rem;
    background-size: .5rem auto;
}

.listing-feature li+li {
    margin-top: .5em;
}

/* Loading */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #909090;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #909090 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

/* @media screen and (max-width: 992px) {
    html {
        font-size: 1.5vw;
    }
} */

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.column_1_top_footer {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}