/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * CUSTOM SCAFFOLDING
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.full-width {width: 100%}
.half-width {width: 50%}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * CUSTOM FONT
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: "Palanquin Regular";
    src: url('../fonts/palanquin-regular.ttf');
}
@font-face {
    font-family: "Palanquin Light";
    src: url('../fonts/palanquin-light.ttf');
}
@font-face {
    font-family: "Palanquin Medium";
    src: url('../fonts/palanquin-medium.ttf');
}
@font-face {
    font-family: "Palanquin SemiBold";
    src: url('../fonts/palanquin-semibold.ttf');
}
@font-face {
    font-family: "Palanquin Bold";
    src: url('../fonts/palanquin-bold.ttf');
}
@font-face {
    font-family: "PlayfairDisplay Bold";
    src: url('../fonts/PlayfairDisplay-Bold.otf');
}
@font-face {
    font-family: "PlayfairDisplay Regular";
    src: url('../fonts/PlayfairDisplay-Regular.ttf');
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * BROWSER MOD
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
th:focus,
textarea:focus,
input:focus,
a:active,
button:active,
a:focus,
button:focus {
    border: none;
    outline: 0;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 999px #FFFF inset !important;
    -webkit-text-fill-color: #0000 !important;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * BOOTSTRAP MOD
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.container {
    margin: 0 auto;
    position: relative;
}
.well {
    position: relative;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * ZBOX MOD
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.zbox {
    height: 0 !important;
    width: 0 !important;
}
.zbox .main_slot {
    
}
.zbox .overlay {
    display: none !important;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * SCROLLBAR
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* width */
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #F6F6F6; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * ANIMATION
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes flickerAnimation {
	0%   { opacity:0; }
	90%  { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes flickerAnimation{
	0%   { opacity:0; }
	90%  { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes flickerAnimation{
	0%   { opacity:0; }
	90%  { opacity:1; }
	100% { opacity:0; }
}
@-o-keyframes flickerAnimation{
	0%   { opacity:0; }
	90%  { opacity:1; }
	100% { opacity:0; }
}

.animate-fadein {
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
.opacity-0 {
    opacity: 0;
}
.opacity-1 {
    opacity: 1;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body {
    /* min-width: 375px; */
}
 #btn_ToggleDebug {
    background: #FCB448;
    border: 1px solid #FF0000;
    color: #FFF;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
}
.debug #div_Page1, .debug #div_Page2, .debug #div_Page3, .debug #div_Page4 {
    background-color: transparent !important;
}
.debug #div_Page1 > div, .debug #div_Page2 > div, .debug #div_Page3 > div, .debug #div_Page4 > div {
    opacity: 0.7;
}
.debug #div_Page1 {
    background: transparent url('../images/debug/ref_page1.jpg') no-repeat center top;
}
.debug #div_Page2 {
    background: transparent url('../images/debug/ref_page2.jpg') no-repeat center top;
}
.debug #div_Page3 {
    background: transparent url('../images/debug/ref_page3-mobile.jpg') no-repeat center top;
    background-size: contain;
}
.debug #div_Page4 {
    background: transparent url('../images/debug/ref_page4.jpg') no-repeat center top;
}
.container-fluid {
    background-size: cover;
    width: 1440px;
}
html {
    -webkit-font-smoothing: antialiased !important;
    
}
html * {
    -webkit-font-smoothing: antialiased !important;
}
body {
    background-color: transparent;
    /*background-size: cover;*/
    color: #000;
    min-width: 310px;
}
#div_PageLoader {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    border-radius: 20px;
    left: 50%;
    padding: 0 40px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    z-index: 1;
}
body.page_fadein .site_container{
    opacity: 1;
}
body.page_fadeout .site_container{
    opacity: 0;
}
body.page_fadeout #div_PageLoader {
    display: block;
}
    html.float_bottom_footer,
    html.float_bottom_footer body,
    html.float_bottom_footer body .scroll_wrapper,
    html.float_bottom_footer body .site_container {
        height: 100%;
    }
    html.float_bottom_footer body footer {
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
    }
/*.scroll_wrapper {max-height: 100vh;}*/
.site_container {
    margin: 0 auto;
    position: relative;
    transition:opacity 0.5s ease-in-out;
}
#div_Page-Index_Index {
    overflow-x: hidden;
}
a { 
    color: #005DA5;
}
a:link,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}
a:hover {
    
}
button {
    
}
p {
    margin-bottom: 10px;
}
div.inview_checker-0 {
    top: 0 !important;
    position: absolute !important;
    width: 100% !important;
}
div.inview_checker-25 {
    top: 25% !important;
    position: absolute !important;
    width: 100% !important;
}
div.inview_checker-50 {
    top: 50% !important;
    position: absolute !important;
    width: 100% !important;
}
div.filler-0px {
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}
div.filler-1px {
    height: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important;
}
a.btn_yellow_download {
    align-items: center;
    background: #FFF;
    border: 2px #FCB448 solid;
    border-radius: 5px;
    color: #1D3C6D;
    cursor: pointer;
    display: flex;
    font-family: "Palanquin Bold";
    font-size: 16px;
    height: 56px;
    justify-content: center;
    line-height: 20px;
    text-align: center;
    transform-origin: top right;
    width: 113px;
    
    position: absolute;
    top: 0;
    right: 152px;
    z-index: 10;
}
a.btn_yellow_download:hover,
a.btn_yellow_download:active {
    background: #FCB448;
}
body .lSSlideOuter .lSPager.lSpg > li a {
    height: 26px;
    width: 26px;
}
body .lSSlideOuter .lSPager.lSpg > li.active a {
    height: 24px;
    width: 24px;
}
/* #div_Page1,#div_Page2,#div_Page4 {display:none;} */
.page_title {
    display: none;
    color: #1D3C6D;
    font-size: 44px;
    font-family: "PlayfairDisplay Regular";
    margin-left: 206px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;

    -webkit-transition: left 2s, opacity 1s ease-in;
    -moz-transition: left 2s, opacity 1s ease-in;
    -o-transition: left 2s, opacity 1s ease-in;
    -ms-transition: left 2s, opacity 1s ease-in;
    transition: left 2s, opacity 1s ease-in;
}

.page_title > span {
    
}
#div_Page3-TrustedFootprint .page_title {
    white-space: nowrap;
}




#div_Page1 {
    background: #0F2C55 url('../images/Index_Index/Page1/bg.jpg') no-repeat center 0;
    background-size: contain;
    height: 1921px;
    position: relative;
    overflow: hidden;
}
    #div_Page1-Tree {
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -384px;
        top: 477px;
        z-index: 1;
    }
    #div_Page1-Glow {
        display: none;
        position: absolute;
        -webkit-animation: flickerAnimation 8s infinite;
        -moz-animation: flickerAnimation 8s infinite;
        -o-animation: flickerAnimation 8s infinite;
        animation: flickerAnimation 8s infinite;
        top: 1196px;
        z-index: 2;
    }
        #div_Page1-Tree > img,
        #div_Page1-Glow > img { 
            width: 100%;
        }
        #div_Page1-Tree .tree_1080,
        #div_Page1-Glow .glow_1080 {
            display: none;
        }
    #a_Page1_Logo {
        display: block;
        height: 77px;
        left: 211px;
        position: absolute;
        top: 174px;
        width: 246px;
    }
        #a_Page1_Logo > img {
            width: 100%;
        }
    #div_Page1-DownloadButton {
        align-items: center;
        background: #0D3B70;
        display: flex;
        flex-direction: column;
        height: 824px;
        justify-content: space-evenly;
        margin-right: -720px;
        position: fixed;
        right: 50%;
        top: 0;
        width: 125px;
        z-index: 11;
    }
        #div_Page1-DownloadButton a[id^="btn_Page1Download-"] {
            display: block;
        }
        #div_Page1-DownloadButton-1080 {
            display: none;
        }
    #div_Page1-BottomButton {
        align-items: center;
        bottom: 219px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: 50%;
        position: absolute;
        transform: translate(-50%, 0);
        width: 100%;
    }
        #div_Page1-BottomButton > div {
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            margin: 15px 0;
        }
            #div_Page1-BottomButton a[id^="btn_Page1Bottom-"] {
                margin: 0 13px;
                position: relative;
            }
                #div_Page1-BottomButton a[id^="btn_Page1Bottom-"] > img {
                    height: 100%;
                    width: 100%;
                }
                #div_Page1-BottomButton a[id^="btn_Page1Bottom-"] > span.btn_bottom_text_top,
                #div_Page1-BottomButton a[id^="btn_Page1Bottom-"] > span.btn_bottom_text_bottom {
                    background-size: contain !important;
                    height: 83px;
                    left: 50%;
                    max-width: 101px;
                    position: absolute;
                    transform: translate(-50%, 0);
                    width: 150%;
                }
                #div_Page1-BottomButton a[id^="btn_Page1Bottom-"] > span.btn_bottom_text_top {
                    display: none;
                    top: -106px;
                }
                #div_Page1-BottomButton a[id^="btn_Page1Bottom-"] > span.btn_bottom_text_bottom {
                    bottom: -106px;
                }

#div_Page2 {
    margin-top: 115px;
}
    #div_Page2-DiscussionAndAnalysis #div_Page2-Chart {
        background: transparent url('../images/Index_Index/Page2/chart.png') no-repeat center 0;
        background-size: contain;
        height: 669px;
        margin-top: 180px;
        width: 100%;
    }
        #ul_Page2-ChartInfo,
        #ul_Page2-ChartInfo-1080 {
            list-style-type: none;
        }
        #ul_Page2-ChartInfo {
            margin-left: 601px;
        }
        #ul_Page2-ChartInfo > li,
        #ul_Page2-ChartInfo-1080 > li {
            padding-bottom: 20px;
            padding-top: 40px;
            padding-left: 122px;
            position: relative;
            width: 595px;
        }
        #ul_Page2-ChartInfo > li {
            border-bottom: 1px solid #1A3C6E ;
        }
        #ul_Page2-ChartInfo > li:first-child {
            padding-top: 0;
        }
            #ul_Page2-ChartInfo .ico,
            #ul_Page2-ChartInfo-1080 .ico {
                height: 72px;
                left: 0;
                position: absolute;
                width: 72px;
            }
                #ul_Page2-ChartInfo .ico img,
                #ul_Page2-ChartInfo-1080 .ico img {
                    height: 100%;
                    width: 100%;
                }
            #ul_Page2-ChartInfo .title,
            #ul_Page2-ChartInfo-1080 .title {
                color: #1A3C6E;
                font-family: "Palanquin Bold";
                font-size: 20px;
                margin-top: 13px;
                text-transform: uppercase;
            }
            #ul_Page2-ChartInfo .value,
            #ul_Page2-ChartInfo-1080 .value {
                color: #FCB447;
                font-family: "Palanquin Medium";
                font-size: 68px;
                line-height: 45px;
            }
                #ul_Page2-ChartInfo .value > sup,
                #ul_Page2-ChartInfo-1080 .value > sup {
                    display: inline;
                    font-size: 40px;
                    top: -11px;
                }
            #ul_Page2-ChartInfo .desc,
            #ul_Page2-ChartInfo-1080 .desc {
                font-family: "Palanquin Regular";
                font-size: 20px;
                margin-top: 19px;
                text-transform: uppercase;
            }
    #div_Page2-DiscussionAndAnalysis #div_Page2-Chart-1080 {
        display: none;
    }

#div_Page3 {
    background: #FFF;
    margin-top: 115px;
}
    #div_Page3-TrustedFootprint #div_Page3-Map {
        background: transparent url('../images/Index_Index/Page3/worldmap.png') no-repeat center 0;
        background-size: contain;
        height: 814px;
        margin-top: 100px;
        width: 100%;
    }
    #div_Page3-TrustedFootprint #div_Page3-Map-1080 {
        display: none;
    }
    #div_Page3-TrustedFootprint #div_Page3-Region .title,
    #div_Page3-TrustedFootprint #div_Page3-Region-1080 .title {
        color: #1A3C6E;
        font-family: "Palanquin Bold";
        font-size: 20px;
        text-transform: uppercase;
    }
    #div_Page3-TrustedFootprint #div_Page3-Region-1080 {
        display: none;
    }
    #div_Page3-TrustedFootprint #div_Page3-Region .body,
    #div_Page3-TrustedFootprint #div_Page3-Region-1080 .body  {
        font-family: "Palanquin Regular";
        font-size: 21px;
        line-height: 27px;
        margin-top: 23px;
    }
        #div_Page3-TrustedFootprint #div_Page3-Region .body ul,
        #div_Page3-TrustedFootprint #div_Page3-Region-1080 .body ul {
            list-style-type: none;
            padding: 0;
        }
            #div_Page3-TrustedFootprint #div_Page3-Region .body li,
            #div_Page3-TrustedFootprint #div_Page3-Region-1080 .body li {
                white-space: nowrap;
            }
                #div_Page3-TrustedFootprint #div_Page3-Region .body li > i,
                #div_Page3-TrustedFootprint #div_Page3-Region-1080 .body li > i {
                    display: inline-block;
                    font-style: normal;
                    vertical-align: top;
                    width: 34px;
                }
                #div_Page3-TrustedFootprint #div_Page3-Region .body li > span,
                #div_Page3-TrustedFootprint #div_Page3-Region-1080 .body li > span {
                    display: inline-block;
                    white-space: normal;
                }
    #div_Page3-TrustedFootprint #div_Page3-Region {
        display: flex;
        position: relative;
    }
        #div_Page3-TrustedFootprint #div_Page3-Region .americas,
        #div_Page3-TrustedFootprint #div_Page3-Region .africa,
        #div_Page3-TrustedFootprint #div_Page3-Region .europe,
        #div_Page3-TrustedFootprint #div_Page3-Region .asia,
        #div_Page3-TrustedFootprint #div_Page3-Region .oceania {
            display: none;
            left: 0;
            position: absolute;
            top: 0;
        }
        #div_Page3-TrustedFootprint #div_Page3-Region .americas {
            background: transparent url('../images/Index_Index/Page3/map-america.png') no-repeat center 0;
            height: 545px;
            left: 116px;
            padding-left: 48px;
            padding-top: 7px;
            top: 0;
            width: 230px;
        }
        #div_Page3-TrustedFootprint #div_Page3-Region .africa {
            background: transparent url('../images/Index_Index/Page3/map-africa.png') no-repeat center 0;
            height: 626px;
            left: 329px;
            padding-left: 14px;
            padding-top: 7px;
            top: 0;
            width: 371px;
        }
        #div_Page3-TrustedFootprint #div_Page3-Region .europe {
            background: transparent url('../images/Index_Index/Page3/map-europe.png') no-repeat center 0;
            height: 552px;
            left: 525px;
            padding-left: 16px;
            padding-top: 7px;
            top: 0;
            width: 255px;
        }
        #div_Page3-TrustedFootprint #div_Page3-Region .asia {
            background: transparent url('../images/Index_Index/Page3/map-asia.png') no-repeat center 0;
            height: 632px;
            left: 700px;
            padding-left: 14px;
            padding-top: 7px;
            top: 0;
            width: 456px;
        }
            #div_Page3-TrustedFootprint #div_Page3-Region .asia .body {
                display: flex;
                justify-content: space-between;
            }
                #div_Page3-TrustedFootprint #div_Page3-Region .asia .body ul {
                    width: 50%
                }
        #div_Page3-TrustedFootprint #div_Page3-Region .oceania {
            background: transparent url('../images/Index_Index/Page3/map-oceania.png') no-repeat center 0;
            height: 844px;
            left: 1114px;
            padding-left: 14px;
            padding-top: 7px;
            top: 0;
            width: 251px;
        }
    #div_Part3-2 {
        margin-top: 115px;
    }
    #div_Page3-Expanding .page_title {
        font-family: "PlayfairDisplay Bold";
        font-size: 41px;
        margin-left: 147px;
    }
        #div_Page3-Expanding .page_title span:nth-child(3) {
            color: #FCB447;
            margin-left: 40px;
        }
    #div_Page3-Expanding #div_Page3-ExpandingInfo {
        background: #FCB448;
        display: flex;
        margin: 0 auto;
        margin-top: 150px;
        width: 1143px;
    }
    #div_Page3-ExpandingInfo-1080 {
        display: none;
    }
        #div_Page3-Expanding #div_Page3-ExpandingInfo .value {
            color: #FFF;
            font-family: "Palanquin Medium";
            font-size: 60px;
            margin-top: 57px;
            margin-left: 112px;
        }
        #div_Page3-Expanding #div_Page3-ExpandingInfo #div_Page3-ExpandingInfo-card_reader .value {
            margin-left: 58px;
        }
        #div_Page3-ExpandingInfo-AsOf {
            background: transparent url('../images/Index_Index/Page3/as_of.jpg') no-repeat left;
            background-size: contain;
            height: 333px;
            width: 266px;
        }
        #div_Page3-ExpandingInfo-epassport,
        #div_Page3-ExpandingInfo-eid,
        #div_Page3-ExpandingInfo-card_reader {
            background-size: contain;
            height: 333px;
        }
        #div_Page3-ExpandingInfo-epassport {
            background: transparent url('../images/Index_Index/Page3/epassport.jpg') no-repeat center;
            background-size: contain;
            width: 284px;
        }
        #div_Page3-ExpandingInfo-eid {
            background: transparent url('../images/Index_Index/Page3/eid.jpg') no-repeat center;
            background-size: contain;
            width: 300px;
        }
        #div_Page3-ExpandingInfo-card_reader {
            background: transparent url('../images/Index_Index/Page3/card_reader.jpg') no-repeat center;
            background-size: contain;
            width: 293px;
        }
#div_Page4 {
    margin-top: 115px;
}
    #div_Page4 #div_Page4-SustainabilityInfo {
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto;
        margin-top: 150px;
        width: 1143px;
    }
    #div_Page4 #div_Page4-SustainabilityInfo-1080 {
        display: none;
    }
        #div_Page4-SustainabilityInfo > div.item {
            background: transparent no-repeat 0 0;
            background-size: contain;
            height: 540px;
            width: 330px;
            transition: background-position 0.3s ease;
    
            -webkit-transition:background-position 0.3s ease;
            -moz-transition: background-position 0.3s ease;
            -o-transition: background-position 0.3s ease;
        }
        #div_Page4-SustainabilityInfo #div_Page4-SustainabilityInfo-Prosperity {
            background: transparent url('../images/Index_Index/Page4/prosperity.jpg') no-repeat center;
            background-size: contain;
            background-position: 0 540px;
        }
        #div_Page4-SustainabilityInfo #div_Page4-SustainabilityInfo-Planet {
            background: transparent url('../images/Index_Index/Page4/planet.jpg') no-repeat center;
            background-size: contain;
            background-position: 0 -540px;
        }
        #div_Page4-SustainabilityInfo #div_Page4-SustainabilityInfo-People {
            background: transparent url('../images/Index_Index/Page4/people.jpg') no-repeat center;
            background-size: contain;
            background-position: 0 540px;
        }
#div_Page5 {
    margin-top: 115px;
}
    #div_Page5-BookPDFDownload {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 80px;
        position: relative;
        width: 1205px;
    }
        #ul_Page5-PDFList {
            background: transparent url('../images/Index_Index/Page5/download.png') no-repeat center;
            background-size: contain;
            height: 524px;
            list-style-type: none;
            padding-left: 26px;
            width: 490px;
        }
            #ul_Page5-PDFList li {
                margin-top: 25.5px;
            }
            #ul_Page5-PDFList li:first-child {
                margin-top: 41px;
            }
            #ul_Page5-PDFList li a {
                color: #000;
                display: block;
                font-family: "Palanquin Medium";
                font-size: 22px;
                height: 42px;
                line-height: 42px;
                padding-left: 75px;
            }
        #div_Page5-Book {
            position: absolute;
            right: 20px;
            z-index: 1;
        }
footer {
    color: #1A3C6E;
    font-family: "Palanquin Regular";
    font-size: 20px;
    padding: 40px 0;
}
    .footer_container {
        padding-left: 206px;
    }
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * Popup
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
a.btn_close {
    display: block;
    position: absolute;
}
    a.btn_close > img {
        width: 100%;
    }
    display:none
/* ------------------------------------------------------------------
 * Lity popup
 * ------------------------------------------------------------------ */
#btn_AutoPopup {
    display: none;
}
.lity-container > button.lity-close {
    display: none !important;
}

#pdf-download-auto-popup {
    padding: 20px;
    padding-top: 65px;
}
    #pdf-download-auto-popup button.lity-close {
        background: #1D3C6D;
        border: 1px solid #DFA34A;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    #pdf-download-auto-popup .pdf_list {
        background: #FFF4E4;
        border: 1px solid #003A70;
        padding: 20px;
    }
    
    #pdf-download-auto-popup .pdf_list > ul {
        color: #000;
        list-style-position: inside;
        margin-bottom: 0;
        padding: 0;
        white-space: nowrap;
    }

/* ------------------------------------------------------------------
 * Side popup
 * ------------------------------------------------------------------ */
#pdf-download-side-popup {
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483647
}
    #pdf-download-side-popup .overlay {
        background: #000;
        height: 100%;
        opacity: 0.8;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2147483646;
    }
    #pdf-download-side-popup .content {
        background: #1A3C6E;
        height: 100%;
        margin-right: -500px;
        padding: 163px 55px 0 55px;
        position: absolute;
        right: 0;
        top: 0;
        width: 610px;
        z-index: 2147483647;
    }
        #pdf-download-side-popup a.btn_close {
            background: #48C3E3;
            border: 2px solid #FFF;
            border-radius: 4px;
            right: 55px;
            top: 85px;
            width: 46px;
        }
        #pdf-download-side-popup a.btn_close:hover {
            background: #FFF;
            border-color: #48C3E3;
        }
        #pdf-download-side-popup .body > ul {
            list-style-type: none;
            padding: 0;
        }
        #pdf-download-side-popup .body > ul li {
            align-items: center;
            background: transparent url('../images/Index_Index/Page4/btn_pdf_list.png') no-repeat calc(100% - 10px) center;
            display: flex;
            height: 75px;
        }
            #pdf-download-side-popup .body > ul a {
                align-items: center;
                color: #FFF;
                display: flex;
                font-size: 18px;
                height: 100%;
                width: 100%;
            }
                #pdf-download-side-popup .body > ul a > span {
                    display: block;
                    padding-right: 47px;
                    width: 100%;
                }
@media (max-height: 700px) {
    #pdf-download-side-popup .content {
        padding-top: 120px;
    }
        #pdf-download-side-popup a.btn_close {
            top: 65px;
        }
            #pdf-download-side-popup .body > ul li {
                height: 50px;
            }
}