@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

.error_msg {
    margin-top: 10px;
    display: none;
    color: red;
}

html {
    /*zoom: 0.9;*/
    font-family: "cwTeXYen", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Lato", sans-serif;
}

body {
    margin: 0px;
    line-height: normal;
    -webkit-transition-property: -webkit-scrolling;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0.1s;
    font-family: "cwTeXYen", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-print-color-adjust: exact;
}

    body.tc_font {
        font-family: "cwTeXYen", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        !important;
    }

        body.tc_font .v_header, body.tc_font .pageHeader, body.tc_font .pageSubheader, body.tc_font .v_volunteer .header, body.tc_font .part1 {
            font-family: "cwTeXYen", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        }

.main.zoom90 {
    /*    zoom: 0.9;
    -ms-zoom: 0.9;
    -webkit-zoom: 0.9;
*/
}

#search-form {
    margin-bottom: 0px;
}

.firstLtter {
    font-size: 30px;
}

a, a:hover, a:link, a:active, a:visited {
    /*    color: inherit;*/
    text-decoration: none;
}

/*p a, .page_footer a {
    text-decoration: underline !important;
    color: #0f75bc !important;
    cursor: pointer;
    transition: color 0.2s;
}
*/
p a:hover {
    color: #0f75bc;
}

.vertical_align_top {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: flex-start; /* Safari 7.0+ */
    display: flex;
    align-items: flex-start;
}

.vertical_align_center {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.vertical_align_bottom {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: flex-end; /* Safari 7.0+ */
    display: flex;
    align-items: flex-end;
}

.flex_space_between {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex_end {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex_center {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_start {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.v_header .banner .one, .v_header .banner .two, .v_header .banner .three, .v_header .mobile_banner .one, .v_header .mobile_banner .two, .v_header .mobile_banner .three {
    background: no-repeat center center;
}

.v_header .banner .carousel-inner, .v_header .mobile_banner .carousel-inner {
    height: 100%;
}

    .v_header .mobile_banner .carousel-inner > .item {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .v_header .banner .carousel-inner > .item {
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.v_header .mobile_banner {
    margin-top: 140px;
    height: 400px;
    position: relative;
    overflow: hidden;
    z-index: -1;
    background-size: contain;
}

.v_header .fullBanner .banner {
    height: calc(100% - 280px);
    /*height: 45vw;*/
    position: relative;
    background-size: contain;
}

.v_header .fullBanner .tagline, .v_header .mobile_banner .tagline {
    color: #FFF;
    font-size: 81px;
    position: absolute;
    top: 22vw;
    left: 30vw;
    z-index: 2;
    text-shadow: 1px 5px 4px rgba(0,0,0,0.75);
}

.v_header .mobile_banner .tagline {
    top: 30vw;
    left: 10vw;
    font-size: 60px;
}

.v_header .fullBanner .donate_btn, .v_header .mobile_mode .donate_btn {
    font-size: 2vw;
    color: #FFF;
    z-index: 2;
    right: 10vw;
    top: 4vw;
    position: absolute;
}

.v_header .mobile_mode .donate_btn {
    top: 55%;
    right: 15%;
    font-size: 40px;
    z-index: 103;
}

.v_header .mobile_mode .donate_btn_text .text {
    position: absolute;
    bottom: 10px;
    right: 23%;
}

.v_header .fullBanner .donate_btn_text {
    position: absolute;
    right: -40%;
    bottom: -25%;
}

    .v_header .fullBanner .donate_btn_text .text {
        position: absolute;
        bottom: 1vw;
        right: 30%;
    }

.v_header .fullBanner .bannerMenuBarMask {
    overflow: hidden;
}

    .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar {
        padding-top: 15px;
        height: 350px;
        text-align: center;
        opacity: 1;
        transition: opacity 0.2s;
        background-color: #fff;
    }

        .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar .top img {
            width: 300px;
        }

        .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar .bottom {
            margin: 0 auto;
            padding-top: 30px;
            max-width: 1800px;
        }

            .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar .bottom .top_nav div {
                display: inline-block;
            }

                .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar .bottom .top_nav div div, .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar .bottom .bottom_nav div {
                    display: inline-block;
                    font-size: 24px;
                    font-weight: 600;
                    margin-right: 80px;
                }

            .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar .bottom .top_nav .lower div:last-child {
                margin-right: 0;
            }

            .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar .bottom .bottom_nav {
                margin-top: 20px;
                margin-left: 50px;
            }

.v_header .menu_bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    display: none;
    transition: opacity 0.5s;
    z-index: 0;
}

    .v_header .menu_bar.selected {
        opacity: 1;
        display: block;
    }

.v_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'apex_newbold',sans-serif,'SimHei',Arial, Helvetica;
    /*background-color: #FFF;*/
    z-index: 16;
    background: -webkit-linear-gradient(to top, rgba(0,0,0,0) 0px,rgba(0,0,0,0) 20px,#FFFFFF 20px,#FFFFFF);
    background: -o-linear-gradient(to top, rgba(0,0,0,0) 0px,rgba(0,0,0,0) 20px,#FFFFFF 20px,#FFFFFF);
    background: -moz-linear-gradient(to top, rgba(0,0,0,0) 0px,rgba(0,0,0,0) 20px,#FFFFFF 20px,#FFFFFF);
    background: linear-gradient(to top, rgba(0,0,0,0) 0px,rgba(0,0,0,0) 20px,#FFFFFF 20px,#FFFFFF);
}

    .v_header > .header_position {
        position: fixed;
    }

.noscroll .v_header {
    padding-right: 17px;
}

.v_headerMask {
    margin-bottom: -15px;
    position: relative;
    opacity: 0;
    z-index: -1;
}

.v_header .top {
    /*padding-bottom: 7px;*/
}

    .v_header .top .menu {
        max-width: 1560px;
        padding: 0px 20px;
        margin: 0 auto;
    }

        .v_header .top .menu .left img {
            width: 250px;
        }

        .v_header .top .menu .right {
            height: 107px;
            position: relative;
            margin-top: 5px;
            margin-bottom: 15px;
            width: 155px;
            text-align: right;
        }

        .v_header .top .menu .left {
            /*max-width: 300px;*/
            width: 100%;
            height: 100%;
            padding: 15px;
            position: relative;
            overflow: hidden;
        }

            .v_header .top .menu .left div {
                display: inline-block;
                margin-left: 30px;
                color: #EC1F25;
                font-size: 53px;
                font-weight: 900;
                vertical-align: bottom;
            }

    .v_header .top .right .lang {
        padding-left: 20px;
        font-size: 20px;
        font-weight: 900;
        color: #818285;
        margin-bottom: 10px;
        vertical-align: bottom;
    }

        .v_header .top .right .lang span {
            cursor: pointer;
            transition: color 0.3s;
        }

            .v_header .top .right .lang span.selected {
                color: #EC1F25;
                font-weight: 900;
            }

            .v_header .top .right .lang span:hover {
                color: #EC1F25;
            }

            .v_header .top .right .lang span:nth-child(2):hover {
                color: #818285;
            }

            .v_header .top .right .lang span:nth-child(2) {
                padding: 0px 10px;
                cursor: auto;
            }

.lang {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 900;
    color: #818285;
    margin-bottom: 10px;
    vertical-align: bottom;
}

    .lang span {
        cursor: pointer;
        transition: color 0.3s;
    }

        .lang span.selected {
            color: #EC1F25;
            font-weight: 900;
        }

        .lang span:hover {
            color: #EC1F25;
        }

        .lang span:nth-child(2):hover {
            color: #818285;
        }

        .lang span:nth-child(2) {
            padding: 0px 10px;
            cursor: auto;
        }

.v_header .top .right div {
    display: inline-block;
}

    .v_header .top .right div.menubar {
        padding-top: 3px;
        padding-bottom: 10px;
        white-space: nowrap;
    }

        .v_header .top .right div.menubar:first-child {
            padding-left: 20px;
        }

    .v_header .top .right div.menu:hover, .v_header .top .right div.menu.selected {
        color: #EC1F25;
    }

    .v_header .top .right div.menu {
        display: inline-block;
        padding: 0px 28px;
        border-right: 1px solid #818285;
        color: #818285;
        cursor: pointer;
        font-size: 19px;
        font-weight: 900;
        transition: color 0.3s;
        position: relative;
    }

        .v_header .top .right div.menu:last-child {
            border-right: 0px solid #818285;
            padding-right: 0px;
        }

        .v_header .top .right div.menu .submenu > .page {
            display: block;
        }

        .v_header .top .right div.menu .mask, .v_header > .menu_bar > .bottom .menu > div.menuBar > div .mask, .v_header .headerDonationBtn .mask, .v_header .headerDonationBtn .mask2 {
            position: absolute;
            left: 50%;
            top: 100%;
            min-width: 50%;
            padding-top: 6px;
            z-index: 2;
            display: none;
            pointer-events: none;
        }

.v_header .headerDonationBtn .mask2 {
    left: -35%;
    top: 0;
    min-width: 70%;
}

.v_header .top .right div.menu .submenu, .v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenu, .v_header .headerDonationBtn .submenu {
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    z-index: 1;
    box-shadow: 4px 4px 5px #888888;
    color: #818285;
    opacity: 0;
    transition: opacity 1.5s;
    font-size: 18px;
    font-weight: 900;
}

.v_header .top .right div.menu:hover .mask, .v_header > .menu_bar > .bottom .menu > div.menuBar > div:hover .mask, .v_header .headerDonationBtn:hover .mask, .v_header .headerDonationBtn #btn_menu:hover .mask2 {
    display: block;
}

.v_header .top .right div.menu .fixMask, .v_header > .menu_bar > .bottom .menu > div.menuBar > div .mask .fixMask, .v_header .headerDonationBtn .fixMask {
    position: relative;
    left: -50%;
    pointer-events: auto;
}

.v_header .submenu {
    -webkit-animation: fadeInFromNone 0.5s normal forwards;
    -moz-animation: fadeInFromNone 0.5s normal forwards;
    -o-animation: fadeInFromNone 0.5s normal forwards;
    animation: fadeInFromNone 0.5s normal forwards;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.v_header .top .right div.menu .submenu > div, .v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenu > div, .v_header .headerDonationBtn .submenu > div {
    padding: 8px 5px;
    transition: color 0.3s;
}

.v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenu.ourwork > div {
    padding: 4px 0px;
}

.v_header .top .right div.menu .submenu > div span, .v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenu > div span {
    white-space: nowrap;
    padding: 0 10px;
}

.v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenu > div.selected, .v_header .headerDonationBtn .submenu div.selected {
    color: #80C342;
}

.v_header .top .right div.menu .submenu > div:hover, .v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenu > div:hover, .v_header .headerDonationBtn .submenu div:not([name="nocss"]):hover {
    color: #80C342;
    cursor: pointer;
}

.v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenu > div.header {
    cursor: auto;
    color: #818285;
    font-size: 20px;
    text-decoration: underline;
}

.v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenu > div.header2 {
    cursor: auto;
    color: #818285;
    font-size: 20px;
    padding-top: 20px;
    text-decoration: underline;
}

.v_header .top .right .headerIcon {
    white-space: nowrap;
    margin-left: 28px;
    margin-bottom: 7px;
}

    .v_header .top .right .headerIcon > div {
        display: inline-block;
        padding-right: 10px;
    }

        .v_header .top .right .headerIcon > div:last-child {
            padding-right: 0px;
        }

.v_header > .menu_bar > .bottom {
    background-color: #EC1F25;
}

    .v_header > .menu_bar > .bottom .menu {
        /*max-width: 1680px;*/
        width: 100%;
        margin: 0 auto;
        height: 50px;
        /*height: 60px;*/
        /*margin-bottom: -13px;   pair*/
    }

        .v_header > .menu_bar > .bottom .menu .menuBar {
            font-weight: 500;
            position: relative;
            padding: 30px 30px;
            /*padding-top: 27px;*/
            padding-top: 32px;
            padding-left: 0px;
            margin: 0 40px;
            color: #FFF;
            font-weight: 900;
            max-width: 1140px;
            width: 100%;
            line-height: 18px;
            font-size: 19px;
        }

            .v_header > .menu_bar > .bottom .menu .menuBar.menu_en {
                font-size: 19px;
            }

            .v_header > .menu_bar > .bottom .menu .menuBar.ie {
                padding-bottom: 0px;
                padding-top: 0px;
            }

.v_header .header_right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.v_header > .menu_bar > .bottom .menu > div > div:not(.textDiv) {
    /*display:  inline-block;*/
    display: grid;
    /*cursor:  pointer;*/
    text-align: center;
    position: relative;
}

.v_header > .menu_bar > .bottom .menu > div > div.header {
    cursor: auto;
}

.v_header > .menu_bar > .bottom .menu > div > div .line2 {
    position: absolute;
    right: -5vw;
    color: rgb(193, 192, 192);
    font-weight: normal;
    top: 0;
}

    .v_header > .menu_bar > .bottom .menu > div > div .line2.menu_en {
        right: -4vw;
    }

.v_header > .menu_bar > .bottom .menu > div > div .line {
    position: relative;
    bottom: -7px;
    /*left: -20%;*/
    width: 100%;
    height: 8px;
}

    .v_header > .menu_bar > .bottom .menu > div > div .line:before {
        display: block;
        content: '';
        width: 0%;
        height: 0px;
        background-color: rgba(128,195,66,0.8);
        transition: height 0.1s,width 0.5s,opacity 0.3s;
        text-align: center;
        margin: 0 auto;
        opacity: 0;
    }

.v_header > .menu_bar > .bottom .menu > div > div:hover .line:before, .v_header > .menu_bar > .bottom .menu > div > div.selected .line:before {
    height: 4px;
    width: 100%;
    opacity: 1;
}

.v_header .top .right div.menu .submenuDiv {
    position: relative;
    left: -50%;
    z-index: 2;
}

.v_header > .menu_bar > .bottom .menu > div.menuBar > div .submenuDiv, .v_header .headerDonationBtn .submenuDiv {
    position: relative;
    display: inline-block;
    left: 0px;
}

.v_header .headerDonationBtn {
    float: right;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 900;
    z-index: 1;
}

    .v_header .headerDonationBtn img {
        width: 300px;
    }

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    width: 0px;
    height: 0px;
    visibility: hidden;
    font-size: 0;
    background-color: rgba(0,0,0,0);
}

.v_header .headerDonationBtn .textDiv {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}

    .v_header .headerDonationBtn .textDiv.Div02 {
        width: 89%;
        padding-left: 11%;
        font-size: 30px;
        font-weight: 900;
    }

.v_header .textDiv:before { /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.v_header .textDiv > div {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
}

.btn-icon {
    margin-top: 36px;
    display: inline-block;
    color: #FFF;
    padding: 10px 90px;
    border-radius: 25px;
    border: 3px solid #FFF;
    background-image: linear-gradient(to bottom, #ed869e,#da1b5c);
    transition: background 0.5s;
    cursor: pointer;
    z-index: 2;
    position: relative;
    background-size: 100%;
}

.btn-icon {
    margin-top: 0px;
    margin-left: 20px;
}

    .btn-icon input {
        border: 0;
        background-color: transparent;
    }

    .btn-icon:before {
        border-radius: inherit;
        background: linear-gradient(to bottom, #da1b5c,#da1b5c);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        z-index: -2;
        transition: opacity 0.5s;
    }

    .btn-icon:hover:before {
        opacity: 1;
    }

.v_footer {
    width: 100%;
    min-height: 140px;
    background-color: #F1F2F2;
}

    /*.footer {
    font-size: 12px;
    max-width: 1550px;
    padding: 0px 60px;
    margin: 0 auto;
    padding-top: 44px;*/
    /*padding-bottom: 40px;*/
    /*}*/

    .v_footer .text .top {
        display: inline-block;
        font-size: 16px;
    }

        .v_footer .text .top div {
            display: inline-block;
            vertical-align: bottom;
            margin-bottom: 10px;
        }

            .v_footer .text .top div img {
                height: 50px;
            }

    .v_footer .text .bottom {
        display: inline-block;
    }

    .v_footer .bottom p a {
        text-decoration: none !important;
        color: inherit !important;
    }

    .v_footer .text .bottom ul, .v_footer .bottomLink ul {
        list-style-type: none;
        display: inline;
        padding-left: 0;
    }

        .v_footer .text .bottom ul li:hover, .v_footer .bottomLink ul li:hover {
            color: #E5186D;
        }

        .v_footer .text .bottom ul li:first-child {
            margin-left: 30px;
        }

        .v_footer .bottomLink ul li:first-child {
            margin-left: 0px;
        }

    .v_footer .img {
        /*float: right;*/
        padding-bottom: 10px;
    }

        .v_footer .img img:first-child {
            padding-right: 20px;
        }

.carousel-indicators {
    bottom: 0;
}

.carousel-caption {
    left: 0;
    top: 37%;
    padding-top: 0;
    padding-left: 120px;
    text-align: left;
    pointer-events: none;
}

    .carousel-caption .header {
        font-size: 60px;
        color: #FFF;
        font-weight: 900;
    }

    .carousel-caption .btn {
        background-color: #ed217c;
        font-size: 30px;
        display: inline-block;
        color: #FFF;
        padding: 12px 45px;
        margin-top: 10px;
        cursor: pointer;
        pointer-events: auto;
    }

    /* Animation delays */
    .carousel-caption .header {
        animation-delay: 0.5s;
    }

    .carousel-caption .btn {
        animation-delay: 1.5s;
    }

.carousel-indicators li {
    background-color: rgb(127,127,127);
    border: 1px solid rgb(127,127,127);
    margin: 0;
    margin-right: 15px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.carousel-indicators .active {
    background-color: #000;
    border: 1px solid #000;
    margin: 0;
    margin-right: 15px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.carousel-indicators li:last-child {
    margin-right: 0px;
}
/* index.php carousel fade-in effect*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.campaign-description {
    padding-top: 60px;
    font-size: 1.4em;
    text-align: left;
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

@media not all, (-webkit-transform-3d) {
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0 !important;
    }
}



.v_foodRescue, .v_team, .v_foodAssistance, .v_publication, .v_education, .v_getInvolved, .v_aboutUs, .v_ourPartners, .v_figure, .v_involvedDonation, .v_support, .v_career, .v_media, .v_donation, .v_donation_confirm, .v_site_map {
    background-color: #FFF;
    /*    margin-top: 220px;
*/ position: relative;
}

    .v_foodRescue .part1, .v_team .part1, .v_foodAssistance .part1, .v_publication .part1, .v_education .part1, .v_getInvolved .part1, .v_aboutUs .part1, .v_ourPartners .part1, .v_figure .part1, .v_involvedDonation .part1, .v_support .part1, .v_career .part1, .v_media .part1, .v_donation .part1, .v_donation_confirm .part1, .v_site_map .part1 {
        text-align: center;
        padding: 50px 0px;
        position: relative;
    }

.v_donation {
    padding-bottom: 20px;
}

.v_donation_confirm {
    padding-bottom: 50px;
}

/*    .v_donation_confirm .left, .v_donation_confirm .right, .v_donation_confirm .desc {
        display: inline-block;
        padding-left: 0;
        margin-bottom: 15px;
        font-size: 21px;
    }*/

    .v_donation_confirm .left {
        font-weight: 900;
    }

    .v_donation_confirm .confirm_btn, .v_donation .confirm_btn, .ok_btn {
        display: inline-block;
        color: #FFF !important;
        font-size: 25px;
        border-radius: 10px;
        padding: 10px 50px;
        cursor: pointer;
        background-color: #20386E;
    }

        .v_donation_confirm .confirm_btn:first-child {
            margin-right: 50px;
        }

    .v_donation_confirm .revise_btn, .ok_btn {
        display: inline-block;
        color: #FFF !important;
        font-size: 25px;
        border-radius: 10px;
        padding: 10px 50px;
        cursor: pointer;
        background-color: #20386E;
    }

        .v_donation_confirm .revise_btn:first-child {
            margin-right: 50px;
        }

    .v_donation .part3, .v_donation .part4, .v_donation_confirm .part2 {
        /*max-width: 1250px;*/
        margin: 0 auto;
        margin-bottom: 2rem;
        padding: 0 5.125rem;
    }

    .v_donation_confirm .part2 {
        margin-bottom: 0;
    }

.v_donation .oneoff {
    display: none;
}

.v_donation .method_box {
    /*display: none;*/
}

.v_donation .subheader2 {
    font-size: 23px;
    font-weight: 600;
    color: #EC1F25;
}

.v_donation label {
    width: 100%;
}

    .v_donation label > input[type="radio"] {
        visibility: hidden;
        margin-right: 20px;
    }

    .v_donation label > .radio-image {
        position: absolute;
        top: 12px;
    }

        .v_donation label > .radio-image::before {
            content: url("../Images/DonatePage/10a_btn_unseleted.png");
        }

    .v_donation label > input[type="radio"]:checked + .radio-image::before {
        content: url("../Images/DonatePage/10a_btn_seleted.png");
    }

.v_donation .form_row label > .radio-image::before {
    content: url("../Images/DonatePage/10a_btn_step2_unseleted.png");
}

.v_donation .form_row label > input[type="radio"]:checked + .radio-image::before {
    content: url("../Images/DonatePage/10a_btn_step2_seleted.png");
}

.v_donation .method_btn, .v_donation .type_btn {
    display: inline-block;
    background-color: rgba(32,56,110,0.1);
    border-bottom: 1px solid #20386E;
    padding-top: 12px;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 15px;
    height: 50px;
}

.v_donation .method_btn {
    width: 397px;
}

.v_donation .receipt_btn.col-md-4 {
    max-width: 32%;
}

.v_donation .method_btn.col-md-4 {
    max-width: 31%;
}

.v_donation .amount_btn {
    display: inline-block;
    background-color: rgba(32,56,110,0.1);
    border-bottom: 1px solid #20386E;
    padding-top: 8px;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 15px;
    width: 50%;
    height: 50px;
}

    .v_donation .amount_btn.col-md-6, .v_donation .type_btn.col-md-6 {
        max-width: 47%;
    }

.v_donation .other_amount {
    display: inline-block;
}

.v_donation input[type="number"] {
    margin-top: -5px;
}

.v_donation .content {
    font-size: 21px;
    margin-top: 70px;
}

.v_donation .submit_btn {
    font-size: 28px;
    /*    background-color: #80C342; */
    background-color: #20386E;
    color: #FFF;
    width: 222px;
    height: 65px;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    font-weight: 900;
    cursor: pointer;
}

.v_donation .form_title, .v_donation .form_titleForPaypal, .v_donation_confirm .title {
    margin: 35px 0;
    padding: 10px 15px;
    font-size: 23px;
    color: #FFF;
    font-weight: 600;
    width: 300px;
    background-color: #EC1F25;
    position: relative;
    height: 52px;
    line-height: 33px;
}

    .v_donation .form_title:after, .v_donation .form_titleForPaypal:after, .v_donation_confirm .title:after {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 300px;
        border-bottom: 52px solid transparent;
        border-left: 30px solid #EC1F25;
    }

.v_donation form {
    font-size: 21px;
    color: #414042;
}

.v_donation .formcss {
    font-size: 21px;
    color: #414042;
}

.v_donation .left {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

.v_donation .right {
    display: inline-block;
    width: 60%;
}

.v_donation #expiry_m, .v_donation #expiry_y {
    width: 25%;
}

.v_donation input[type=checkbox] {
    margin-left: 5px;
    transform: scale(1.2);
}

.v_donation .submit {
    margin: 60px auto;
    background-color: #80C342;
    border-radius: 15px;
    color: #FFF;
    font-size: 28px;
    padding: 15px 0;
    text-align: center;
    width: 222px;
    height: 65px;
    cursor: pointer;
}

.v_donation a.submit_button {
    display: inline-block;
    background-color: #80C342;
    border-radius: 15px;
    color: #FFF;
    font-size: 28px;
    padding: 10px 60px;
    margin: 50px 10px;
    cursor: pointer;
}

.v_donation .right select {
    background-color: #F1F2F2;
    color: #58595B;
    font-size: 20px;
}

.v_donation .right input, .v_donation .right select {
    width: 100%;
    padding: 5px;
}

/*.v_donation .hardcopy, .v_donation .e-receipt {
    display: none;
}
*/
.v_donation #donation_phone1, .v_donation #donation_phone2 {
    width: 15%;
    margin-right: 2%;
    display: inline-block;
}

.v_donation #donation_phone1ForPaypal, .v_donation #donation_phone2ForPaypal {
    width: 18%;
    margin-right: 2%;
    display: inline-block;
}

.v_donation #input_phone1, .v_donation #input_phone2 {
    width: 50%;
}

.v_donation .remark {
    display: inline-block;
}

.v_donation .receipt_btn {
    display: inline-block;
    background-color: #F1F2F2;
    padding-top: 10px;
    /*    margin-right: 1%;
*/ height: 45px;
}

    .v_donation .receipt_btn:last-child {
        margin-right: 0;
    }

.v_donation .form_row {
    margin: 20px 0;
}

    .v_donation .form_row .nice-select {
        height: 51px;
        border-radius: 0;
        border-width: 1px;
        border-color: rgb(221, 221, 221);
    }

    .v_donation .form_row .phone .nice-select {
        width: 25%;
    }

    .v_donation .form_row .nice-select span {
        font-size: 1.5em;
        line-height: 2.3;
    }

    .v_donation .form_row .phone .phone-no {
        width: 75%;
    }


.v_publication .part2, .v_ourPartners .part2, .v_media .part2, .v_donation .part2 {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

.v_publication .part3, .v_ourPartners .part3, .v_media .part3 {
    max-width: 1387px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.v_publication .background, .v_ourPartners .background, .v_media .background, .v_donation .background {
    /*display: inline-block !important;*/
    z-index: 0;
    /*background: linear-gradient(white 50%, #F1F2F2 50%);*/
    /*    padding-bottom: 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: var(--primaryColorDonate);*/
    /*    border-image: linear-gradient(to right, transparent 0 25%, var(--primaryColorDonate) 25% 75%, transparent 75% 100%) 1;*/
}

.v_publication .publication, .v_ourPartners .button, .v_media .subheader, .v_donation .subheader {
    margin-bottom: 0;
    /*display: inline-block;*/
    color: var(--primaryColorDonate);
    font-size: 2.25rem;
    line-height: 2.25rem;
    cursor: pointer;
    /*margin-right: 30px;*/
    /*transform: skewX(-20deg);*/
    /*    background-color: rgba(128,195,66,0.5); */
    /*background-color: rgba(216,31,37,0.5);*/
}

    .v_donation .subheader div {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .v_donation .subheader > div:first-child {
        padding: 1rem 0 0 0;
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: var(--primaryColorDonate);
    }

        .v_donation .subheader > div:first-child > div {
            margin: 0 0 0.9rem 0;
            padding: 1rem 0;
            border-width: 0 0 .875rem 0;
            border-color: transparent;
            transition: border-color 0.5s ease;
        }

    .v_donation .subheader > div:nth-child(2) {
        margin-top: 4rem;
        opacity: 0;
    }

    .v_donation .subheader > div:nth-child(3) {
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .v_publication .publication:last-child, .v_ourPartners .button:last-child, .v_media .subheader:last-child, .v_donation .subheader:last-child {
        margin-right: 0;
    }

    .v_publication .publication:hover, .v_ourPartners .button:hover, .v_media .subheader:hover, .v_donation .subheader:hover {
        /*        background-color: rgba(128,195,66,0.7); */
        /*background-color: rgba(216,31,37,0.7);*/
        /*color: white;*/
        /*transform: skewX(-20deg);*/
    }

    .v_publication .publication.selected, .v_ourPartners .button.selected, .v_media .subheader.selected, .v_donation .subheader.selected {
        /*background-color: #80C342;*/
        /*background-color: #EC1F25;*/
        /*color: white;*/
        /*transform: skewX(-20deg);*/
        /*        border-style: solid;
        border-width: 0 0 .875rem 0;
        border-image: var(--primaryColorDonate);*/
    }

        .v_donation .subheader.selected > div:first-child > div {
            border-style: solid;
            border-width: 0 0 .875rem 0;
            border-color: var(--primaryColorDonate);
            margin-bottom: 0;
        }

        .v_donation .subheader.selected > div:nth-child(2),
        .v_donation .subheader.selected > div:nth-child(3) {
            opacity: 1;
        }

        .v_publication .publication div, .v_ourPartners .button div, .v_media .subheader div, .v_donation .subheader div {
            /*transform: skewX(20deg);*/
        }

    .v_publication .publication:hover div, .v_ourPartners .button:hover div, .v_media .subheader:hover div, .v_donation .subheader:hover div {
        /*transform: skewX(20deg);*/
    }


.v_volunteer, .v_meal_box_preparation, .v_registration, .v_confirmation, .v_vegetable_preparation, .v_login, .v_member_register,
.v_member_reconfirm, .v_my_account, .v_my_profile, .v_register_list, .v_check_hour, .v_other_activity {
    background-color: #FFF;
    margin-top: 10px;
    position: relative;
    font-size: 18px;
}

    .v_volunteer .header, .part1 {
        /*        text-align: center;
*/ padding-top: 40px;
        padding-bottom: 30px;
        position: relative;
        font-weight: normal;
        font-family: 'apex_newbold',sans-serif,'SimHei',Arial, Helvetica;
    }

    .v_member_register .part1 {
        text-align: center;
    }

.anchor {
    padding-top: 190px;
    display: block;
    margin-top: -190px;
}

.pageHeader {
    font-size: 53px;
    /*    margin-bottom: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 900;
    color: #EC1F25;
    font-family: 'apex_newbold',sans-serif,'SimHei',Arial, Helvetica;
}

.pageSubheader {
    font-size: 28px;
    margin-top: 10px;
    font-weight: 900;
    color: #EC1F25;
    font-family: 'apex_newbold',sans-serif,'SimHei',Arial, Helvetica;
}

.green_text {
    color: #80C342;
}

.blue_text {
    color: #20386E;
}

.v_volunteer .volunteer_div {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.v_volunteer .content_div {
    text-align: left;
    width: 30%;
    line-height: 1.5;
    vertical-align: top;
    display: inline-block;
}

.v_volunteer .blue_div .content_div {
    margin-left: 5%;
}

.v_volunteer .web_mode .green_div .content_div {
    margin-right: 5%;
}

.v_volunteer .subheader {
    font-weight: 600;
    margin-top: 15px;
}

.v_volunteer .content_div ul {
    padding-left: 20px;
}

.v_volunteer .img_div {
    width: 50%;
    max-width: 600px;
    max-height: 400px;
    overflow: hidden;
    display: inline-block;
}

    .v_volunteer .img_div img {
        width: 100%;
        height: 100%;
    }

.v_volunteer .green_div, .v_volunteer .blue_div {
    padding: 40px 0;
    position: relative;
}

.v_volunteer .green_div {
    background: rgba(128,195,66,0.1); /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(128,195,66,0.1) 65%, rgba(128,195,66,0.7) 35%);
}

.v_volunteer .blue_div {
    background: rgba(32,56,110,0.1); /* For browsers that do not support gradients */
    background: linear-gradient(to left, rgba(32,56,110,0.1) 65%, rgba(32,56,110,0.7) 35%);
}

.v_volunteer .register_btn {
    position: absolute;
    bottom: -20px;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 12px 20px;
    cursor: pointer;
    color: #fff;
    width: 150px;
}

.v_volunteer .green_div .register_btn {
    background-color: #80C342;
    right: 35%;
    transform: translate(50%,0);
}

.v_volunteer .blue_div .register_btn {
    background-color: #00AEEF;
    right: 65%;
    transform: translate(50%,0);
}

.v_volunteer .other_activity {
    text-align: center;
}

    .v_volunteer .other_activity .activity {
        max-width: 1400px;
        margin: 0 auto;
    }

.v_volunteer .activity_div {
    text-align: center;
    width: 31%;
    margin-right: 8px;
    display: inline-block;
    background: rgba(32,56,110,0.1);
    /*background: linear-gradient(to top, rgba(32,56,110,0.1) 65%, rgba(32,56,110,0.5) 30%);*/
    color: #EC1F25;
    position: relative;
    vertical-align: top;
    margin-bottom: 80px;
    padding-top: 15px;
    padding-bottom: 40px;
}

    .v_volunteer .activity_div:nth-child(4) {
        margin-right: 0;
    }

.v_volunteer .other_activity .title {
    color: #EC1F25;
    font-size: 22px;
    font-weight: 900;
    padding: 10px 5%;
}

.v_volunteer .other_activity .img_div {
    width: 85%;
    margin: 10px 0;
}

.icon {
    /*    display: inline-block;
    width: 32%;
*/ text-align: CENTER;
}

    .icon img {
        margin-bottom: 10px;
        width: 40px;
    }

.v_volunteer .other_activity .content {
    text-align: left;
    color: #5e5e60;
    width: 85%;
    margin: 30px auto;
}

.v_volunteer .other_activity .register_btn {
    right: 50%;
    background-color: #00AEEF;
    transform: translate(50%,0);
}

.v_meal_box_preparation .content_div, .v_registration .content_div, .v_confirmation .content_div, .v_vegetable_preparation .content_div, .v_member_register .content_div,
.v_member_reconfirm .content_div, .v_my_profile .content_div, .v_register_list .content_div, .v_check_hour .content_div, .v_other_activity .content_div {
    /*text-align: center;*/
    font-size: 18px;
    padding: 40px 0;
    background-color: rgba(32,56,110,0.1);
}

.content_div .left {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

div:not(.v_registration) .content_div .left {
    height: 400px;
}

.content_div .right {
    text-align: left;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.content_div .header {
    background-color: #EC1F25;
    width: 400px;
    max-width: 80%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.content_div .subheader {
    color: #EC1F25;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

/*.submit_btn, .Btn {
    border-radius: 0px;
    border: 2px solid rgb(119, 119, 119);
    background-color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    color: #555;
    width: 160px;
    margin-top: 25px;
}
*/
/*.btn_gda {
    border-radius: 0px;
    border: 2px solid rgb(119, 119, 119);
    background-color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    color: #555;
    width: 160px;
    margin-top: 25px;
}
*/
.popup_btn {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .popup_btn:last-child {
        margin-left: 20px;
    }

.certification_div {
    margin-top: 20px;
    color: #5e5e60;
    font-size: 17px;
    line-height: 1.5;
}
/*input[type='radio'], input[type='checkbox'] {
    display: none;
}*/
/*input[type='radio']+label span, input[type='checkbox']+label span {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #EC1F25;
    cursor: pointer;
    background-color: #fff;
}
label {
    display: block;
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5;
}
input[type='radio']+label span:before, input[type='checkbox']+label span:before {
    content: '';
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    position: absolute;
    margin: auto;
}
input[type='radio']:checked+label span:before, input[type='checkbox']:checked+label span:before  {
    background: #EC1F25;
    border-radius: 50%;
}*/
.selected_info {
    text-align: left;
    width: 750px;
    max-width: 75%;
    margin: 0 auto;
    border: 2px solid #EC1F25;
    padding: 25px 50px;
    padding-right: 0;
    line-height: 1.5;
}

.v_registration .content_div .remark, .v_confirmation .content_div .remark {
    width: 750px;
    max-width: 75%;
    margin: 10px auto;
    margin-bottom: 50px;
    color: #797b7b;
    text-align: justify;
}

.v_registration .content_div .contact {
    text-align: left;
    width: 750px;
    max-width: 75%;
    margin: 0 auto;
    padding: 25px 50px;
}

    .v_registration .content_div .contact > div {
        margin: 5px 0;
    }

    .v_registration .content_div .contact .left, .v_registration .content_div .contact .right {
        display: inline-block;
        vertical-align: top;
    }

    .v_registration .content_div .contact .left {
        width: 150px;
    }

    .v_registration .content_div .contact .right {
        width: calc(100% - 160px);
    }

    .v_registration .content_div .contact div:nth-child(2) .right div:not(.error_msg) {
        width: 49%;
        display: inline-block;
    }

    .v_registration .content_div .contact .right div:first-child {
        margin-right: 2%;
    }

    .v_registration .content_div .contact div:nth-child(3) .right div {
        margin-bottom: 5px;
        margin-top: 3px;
    }

.v_registration .Btn, .v_confirmation .Btn, .v_member_reconfirm .Btn, .v_register_list .Btn {
    display: inline-block;
}

    .v_registration .Btn:first-child, .v_confirmation .Btn:first-child, .v_member_reconfirm .Btn, v_register_list:first-child .Btn.Btn {
        margin-right: 30px;
    }

        .v_registration .Btn:last-child, .v_confirmation .Btn:last-child, .v_member_reconfirm .Btn:last-child, .v_register_list .Btn:last-child {
            margin-left: 30px;
        }

.v_registration input, .v_member_register input, .v_member_register select {
    /*    width: 100%;*/
}

.v_member_register .nice-select {
    border-radius: 0;
    border-width: 2px;
    line-height: 2.4;
}

.print_area {
    display: none;
}

    .print_area table {
        margin: 0 auto;
    }

/*@media print{
    body * { display: none; }
    .print_area table{display: table;}
    .print_area tr {display: table-row;}
    .print_area table:not(.confirmation_table) th {background-color: #f1f2f1;}
    .print_area th, .print_area td { display: table-cell; padding: 10px 25px; text-align: center;}
    .print_area *, .print_area { display: block;}
    .print_area img{
        display: inline-block;
    }
}*/

table.confirmation_table {
    margin: 30px 0;
}

    table.confirmation_table, table.confirmation_table td, table.confirmation_table th {
        border: 1px solid;
        padding: 5px 20px;
        text-align: left;
        border-collapse: collapse;
    }

        table.confirmation_table tr:first-child th {
            background-color: #f1f2f1 !important;
            text-align: center;
        }

        table.confirmation_table tr:last-child td {
            padding-bottom: 10px;
        }

.v_other_activity .content_div .header {
    margin-top: 15px;
}

.v_other_activity .left .icon {
    width: 100%;
}

.v_other_activity .right .icon {
    width: 100px;
}

    .v_other_activity .right .icon:first-child {
        margin-right: 30px;
    }

.v_other_activity .map {
    width: 600px;
    height: 400px;
    position: absolute;
    right: 5%;
}

.login_div {
    background-color: rgba(32,56,110,0.1);
    position: relative;
    text-align: center;
    min-height: 270px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    top: 0px;
    left: 0px;
}

    .login_div div {
        margin-top: 10px;
    }

    .login_div .Btn, .account_div .Btn {
        position: absolute;
        bottom: -20px;
        right: 50%;
        margin: 0;
        transform: translate(50%,0);
    }

.login_header {
    font-weight: 900;
    font-size: 20px;
    padding: 0 10px 0 20px;
    color: #EC1F25;
}

.login_subheader {
    width: 100px;
    text-align: left;
    display: inline-block;
    margin-right: 5px;
}

.login_div .right {
    display: inline-block;
    vertical-align: top;
}

    .login_div .right .error_msg, .form_input .error_msg {
        text-align: left;
    }

.forgot_password {
    cursor: pointer;
    /*    margin-top: 20px !important;*/
}

.register_div {
    background-color: rgba(32,56,110,0.1);
    height: 160px;
    text-align: center;
    padding-top: 35px;
}

    .register_div .Btn {
        margin: 0 auto;
        margin-top: 20px;
    }


.form_row {
    margin: 15px auto;
    /*width: 1000px;*/
    /*max-width: 85%;*/
}

.form_header {
    display: inline-block;
    width: 200px;
    margin-right: 20px;
    text-align: left;
}

.form_input {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    text-align: left;
}

    .form_input label, .v_register_list label {
        display: inline-block;
        margin: 0;
    }

.confirm_row {
    margin: 15px auto;
    width: 1000px;
    max-width: 85%;
}

    .confirm_row.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .confirm_row.row .col {
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
            flex: none;
        }


.register_birthday, input[name="register_volunteer"] + label {
    width: 32% !important;
}

input[name="register_promotion"] + label {
    width: 49% !important;
}

.v_member_register .Btn, .v_check_hour .Btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.register_tc, .register_tc + div {
    width: 85%;
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
}

.register_tc {
    background-color: #FFF;
    border: 1px solid #EC1F25;
    padding: 30px;
    height: 300px;
    margin: 50px auto;
    margin-bottom: 20px;
    overflow-y: auto;
}

.v_member_reconfirm .form_row:first-child .form_header {
    margin-bottom: 20px;
    margin-right: 0;
    width: 575px;
    max-width: 100%;
    font-size: 20px;
    color: #EC1F25;
    font-weight: 900;
}

.v_my_profile .Btn {
    margin: 0 auto;
    margin-top: 40px;
}

.large_btn {
    width: 300px;
    max-width: 28%;
    margin: 0 10px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    padding: 30px 0;
    cursor: pointer;
    background-color: #EC1F25;
}

.v_my_account .account_div {
    padding: 10px 0;
    background-color: #f1f2f1;
    text-align: center;
    position: relative;
}

.v_register_list table, .v_check_hour table {
    margin: 50px auto;
    width: 900px;
}

.v_check_hour table {
    margin-bottom: 0;
}

.v_register_list tr:first-child .v_check_hour tr:first-child {
    background-color: rgba(32,56,110,0.3) !important;
    font-size: 22px;
    height: 45px;
}

.v_register_list tr:nth-child(2), .v_check_hour tr:nth-child(2) {
    background-color: grey !important;
    color: #fff !important;
}

.v_register_list th, .v_register_list td, .v_check_hour td, .v_check_hour th {
    text-align: center;
    height: 40px;
}

.v_register_list tr:nth-child(odd), .v_check_hour tr:nth-child(odd) {
    background-color: #fff;
}

.v_register_list tr:nth-child(even), .v_check_hour tr:nth-child(even) {
    background-color: rgba(32,56,110,0.2);
}

.v_register_list tr td:first-child, .v_check_hour tr td:first-child {
    background-color: #EC1F25;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="password"], select {
    height: 35px;
}

.IS_lists_scroll {
    overflow: hidden;
    position: relative;
}

    .IS_lists_scroll > div {
        white-space: nowrap;
        overflow: visible;
        transition: left 1s,right 1s, opacity 0.5s;
        position: relative;
        left: 0px;
    }

.IS_lists_scrollDiv {
    position: relative;
    padding: 50px 50px;
    padding-top: 10px;
    border: 2px solid rgb(238,134,159);
    margin-top: 40px;
}

.IS_lists_scrollButton_div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .IS_lists_scrollButton_div > div {
        height: 100%;
        pointer-events: none;
    }

        .IS_lists_scrollButton_div > div > div {
            pointer-events: auto;
            font-size: 80px;
            color: rgb(238,134,159);
            cursor: pointer;
            padding: 0px 10px;
        }

            .IS_lists_scrollButton_div > div > div i {
                transition: color 0.2s;
            }

            .IS_lists_scrollButton_div > div > div div.block i {
                color: #919191;
                cursor: auto;
            }

.mfp-close-btn-in .mfp-close {
    display: none;
}

#magnificPopup ul {
    display: table;
    margin: 0 auto;
}

#magnificPopup {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    background-color: #FFF;
    height: 85%;
}

    #magnificPopup .login_div {
        background-color: transparent;
        min-height: inherit;
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    #magnificPopup .login_subheader {
        color: #EC1F25;
        width: 100px;
        text-align: left;
    }

.PopupBoxHeader > .vertical_align_center, .PopupBoxHeader .title {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.PopupBoxHeader {
    /*font-size: 1.2em;*/
    font-weight: bold;
    color: #FFF;
    /*background-color: #EC1F25;*/
    background-color: var(--primaryTone);
    padding: 0 10px 0 10px;
    padding-bottom: 10px;
}

    .PopupBoxHeader .closeBtn {
        position: absolute;
        top: -25px;
        right: -20px;
        /*        background-color: #EC1F25;*/
        background-color: grey;
        color: #FFF;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1.5px solid white;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        .PopupBoxHeader .closeBtn:hover {
            background-color: #071431;
        }

.PopupContent {
    max-height: calc(100% - 70px);
    height: 100%;
    padding: 0px 20px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    overflow-y: auto;
}

#magnificPopup .left {
    max-width: 70%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 10px;
}

.lSSlideOuter .lSPager.lSGallery li {
    transition: border-color 0.5s;
    border-color: transparent;
}

    .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
        border-radius: 0px !important;
        border: 2px solid;
        border-color: #ed217c;
    }

.fbIframe iframe {
    height: 30px;
}

.navbar-toggle {
    position: relative;
    padding: 0px 0px;
    margin-top: 1px;
    margin-left: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /* border-color: #ddd; */
    margin-bottom: 30px;
    margin-right: 30px;
}

    .navbar-toggle .icon-bar {
        background-color: #EC1F25;
        display: block;
        width: 50px;
        height: 7px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 10px;
        }

.mobile_mode, .mobile_inline_mode {
    display: none !important;
}

.mobile_mode {
    display: none !important;
}

.web_mode {
    display: block !important;
}

.web_inline_mode {
    display: inline-block !important;
}

.menu_bar_line {
    height: 1px;
    margin: 20px 5%;
    background-color: #fff;
}

.cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 50px !important;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(151,151,151, 0.8) url(../library/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    /*    -webkit-transition: opacity .3s 3s, visibility 0s .3s;
        -moz-transition: opacity .3s 3s, visibility 0s .3s;*/
    transition: opacity .3s 0s, visibility 0s .3s;
    /*border-radius: 20px;*/
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .8;
    }

.cd-top_mouseleave {
    -webkit-transition: opacity 0s 0s, visibility 0s 0s !important;
    -moz-transition: opacity 0s 0s, visibility 0s 0s !important;
    transition: opacity 0s 0s, visibility 0s 0s !important;
    opacity: 1 !important;
    background-color: rgba(151,151,151,1) !important;
}

.cd-top:hover {
    opacity: 1 !important;
    background-color: rgba(151,151,151, 1) !important;
}

.fbIframeDiv {
    height: 46px;
}

.carousel-control {
    width: 50px !important;
    color: rgb(127,127,127) !important;
}

    .carousel-control.invisible {
        display: none !important;
    }

    .carousel-control.right, .carousel-control.left {
        background-image: none !important;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
        font-size: 50px !important;
    }

@-webkit-keyframes fadeInFromNone2 {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone2 {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone2 {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone2 {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@media screen and (min-width:1900px) {
    .v_header > .menu_bar > .bottom .menu > div > div .line2 {
        display: none;
    }
}

@media screen and (min-width:1800px) {
    /*.v_header > .menu_bar > .bottom .menu > div > div .line2{
        display: none;
    }*/
    .v_header > .menu_bar > .bottom .menu > div > div .line2 {
        right: -2vw;
    }
}

@media screen and (min-width:1700px) {
    /*.v_header > .menu_bar > .bottom .menu > div > div .line2{
        display: none;
    }*/
    .v_header > .menu_bar > .bottom .menu > div > div .line2 {
        right: -3vw;
    }
}

@media screen and (max-width:1450px) {
    #magnificPopup .img_div {
        padding: 10px 20px;
    }
}

@media screen and (max-width:1350px) {
    .v_header .fullBanner .bannerMenuBarMask .bannerMenuBar .bottom.banner_en {
        max-width: 1200px;
    }

    body:not(.tc_font) .v_header .fullBanner .banner {
        height: calc(100% - 320px);
    }

    .mobile_inline_mode {
        display: inline-block !important;
    }

    .web_inline_mode {
        display: none !important;
    }
}

@media screen and (max-width:1300px) {
    .v_header > .menu_bar > .bottom .menu .menu_en {
        font-size: 15px !important;
        line-height: 15px;
        padding: 0 20px;
        margin-left: 20px;
    }

    .v_header > .menu_bar > .bottom .menu > div > div .line2.menu_en {
        right: -3vw;
    }

    body:not(.tc_font) .v_header .top .right div.menu .submenu, .v_header > .menu_bar > .bottom .menu > div.menu_en > div .submenu, .v_header .headerDonationBtn .submenu {
        font-size: 15px;
    }

    .v_header .top .right div.menubar:first-child {
        padding-left: 0;
    }
}

@media screen and (max-width:1250px) {
    .v_header .header_right_en {
        top: 0;
        bottom: initial;
    }
}

@media screen and (max-width:1200px) {
    .v_header > .menu_bar > .bottom .menu .menuBar {
        line-height: 15px;
        padding: 0 20px;
    }

    .v_header .top .right div.menu, .v_header .top .right .lang {
        font-size: 17px;
    }

    .content_div .left {
        width: 100%;
    }

    .content_div .right {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 5%;
    }

    .v_registration .content_div .right {
        padding: 0;
    }

    .content_div .header {
        width: auto;
        max-width: inherit;
    }

    .submit_btn {
        margin-left: auto;
        margin-right: auto;
    }

    .v_other_activity .map {
        position: relative;
        right: 0;
        margin: 0 auto;
    }

    .v_other_activity .left {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1100px) {
    .v_header > .menu_bar > .bottom .menu > div > div .line2.menu_en {
        display: none;
    }
}

@media screen and (max-width:1050px) {
    .v_header .top .right div.menu.menu_en {
        font-size: 17px;
    }
}

@media screen and (max-width:950px) {
    .v_header > .menu_bar > .bottom .menu > div > div .line2 {
        display: none;
    }

    .v_register_list table, .v_check_hour table {
        width: 90%;
    }
}

@media screen and (max-width:900px) {
    /*    .mfp-auto-cursor .mfp-content {
        height: 65% !important;
        width: 90% !important;
    }
*/
    .v_header .top .right div.menu, .v_header .top .right .lang {
        padding: 0px 15px;
    }

    .v_volunteer .activity_div {
        width: 85%;
    }
}

@media screen and (max-width:768px) {
    html {
        zoom: 1;
    }

    .v_volunteer, .v_meal_box_preparation, .v_registration, .v_confirmation, .v_vegetable_preparation, .v_login, .v_member_register,
    .v_member_reconfirm, .v_my_account, .v_my_profile, .v_register_list, .v_check_hour, .v_other_activity {
        margin-top: 140px;
    }

    .v_header .menu_bar {
        opacity: 1;
        display: block;
    }

    .v_header > .menu_bar > .bottom {
        display: none;
    }

    .v_header .headerDonationBtn {
        margin-right: 0px;
        visibility: hidden;
    }

    .v_header .top .menu {
        padding: 0px 5px;
    }

    .mobile_mode {
        display: block !important;
    }

    .mobile_inline_mode {
        display: inline-block !important;
    }

    .web_mode, .web_inline_mode {
        display: none !important;
    }

    .v_header > .bottom {
        background: -webkit-linear-gradient(to bottom, #FFFFFF 0px,#FFFFFF 45px,rgba(0,0,0,0) 45px);
        background: -o-linear-gradient(to bottom, #FFFFFF 0px,#FFFFFF 45px,rgba(0,0,0,0) 45px);
        background: -moz-linear-gradient(to bottom, #FFFFFF 0px,#FFFFFF 45px,rgba(0,0,0,0) 45px);
        background: linear-gradient(to bottom, #FFFFFF 0px,#FFFFFF 45px,rgba(0,0,0,0) 45px);
        display: none;
    }

    .v_header .top {
        background: #FFF;
    }

    .v_header {
        background: -webkit-linear-gradient(to top, rgba(0,0,0,0) 0px,rgba(0,0,0,0) 45px,#FFFFFF 45px,#FFFFFF);
        background: -o-linear-gradient(to top, rgba(0,0,0,0) 0px,rgba(0,0,0,0) 45px,#FFFFFF 45px,#FFFFFF);
        background: -moz-linear-gradient(to top, rgba(0,0,0,0) 0px,rgba(0,0,0,0) 45px,#FFFFFF 45px,#FFFFFF);
        background: linear-gradient(to top, rgba(0,0,0,0) 0px,rgba(0,0,0,0) 45px,#FFFFFF 45px,#FFFFFF);
    }

        .v_header > .bottom .menu .menuBar {
            display: none;
        }

        .v_header > .bottom .menu {
            display: -webkit-flex; /* Safari */
            display: flex;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
        }

        .v_header .top .menu .right {
            height: 95px;
            display: none;
            /*        display: -webkit-flex;  Safari 
                -webkit-align-items: flex-start;  Safari 7.0+ 
                display: flex;
                align-items: flex-start;*/
        }

        .v_header .top .right .bottom > div.menubar, .v_header .top .right .headerSearchBoxDiv {
            display: none !important;
        }

        .v_header .top .menu > div {
            height: 140px;
        }

        .v_header .top .menu .left img.full {
            opacity: 0;
        }

        .v_header .top .right .bottom {
            padding-top: 33px;
        }

    .margin_left_100_to_0 {
        left: 0 !important;
    }

    #moblie_menu_bar {
        -webkit-transition: left;
        -webkit-transition-duration: 0.8s;
        transition: left;
        transition-duration: 0.8s;
        position: fixed;
        width: 100%;
        height: calc(100% - 140px);
        left: 100%;
        bottom: 0;
        z-index: 102;
        opacity: 0.98;
        background-color: #EC1F25;
        color: #FFF;
        overflow: auto;
    }

        #moblie_menu_bar > div {
            font-size: 30px;
            font-weight: 900;
        }

            #moblie_menu_bar > div font {
                font-size: 20px !important;
            }

        #moblie_menu_bar .menuAsubmenu {
            position: relative;
            padding: 5px 5%;
        }

            #moblie_menu_bar .menuAsubmenu .menuBtnsubmenu {
                display: none;
                -webkit-transition: -webkit-opacity 1s, height 1s;
                -moz-transition: -moz-opacity 1s, height 1s;
                -o-transition: -o-opacity 1s, height 1s;
                transition: opacity 1s, height 1s;
                overflow: hidden;
                padding-left: 8%;
            }

                #moblie_menu_bar .menuAsubmenu .menuBtnsubmenu.selected {
                    display: block;
                }

        #moblie_menu_bar > div .menuBtnsubmenu div {
            padding: 10px 0px;
            font-size: 27px;
            transition: color 0.2s;
        }

        #moblie_menu_bar > div .menuBtnsubmenu > div.header {
            background: rgb(167,169,172);
            cursor: auto;
        }

            #moblie_menu_bar > div .menuBtnsubmenu > div.header span {
                cursor: auto;
            }

        #moblie_menu_bar > div .menuBtnsubmenu > div.sub {
            padding-left: 20px;
        }

        #moblie_menu_bar > div .menuBtnsubmenu .menuCsubmenu {
            padding-left: 5%;
        }

        #moblie_menu_bar > div .menuBtn {
            padding: 16px 0px;
            transition: color 0.2s;
            cursor: pointer;
        }

        #moblie_menu_bar .menuAsubmenu.selected {
            background-color: #00AEEF;
            padding-bottom: 10px;
        }

            #moblie_menu_bar .menuAsubmenu.selected .menuBtn > span {
                border-left: 5px solid white;
                padding-bottom: 5px;
                padding-left: 20px;
            }

        #moblie_menu_bar > div span ~ i {
            -webkit-transform: rotateZ(-90deg); /* Safari */
            -moz-transform: rotateZ(-90deg);
            -o-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg); /* Standard syntax */
            -webkit-transition: -webkit-transform 1s;
            -moz-transition: -moz-transform 1s;
            -o-transition: -o-transform 1s;
            transition: transform 1s;
            cursor: pointer;
        }

        #moblie_menu_bar > div span {
            padding-right: 10px;
            cursor: pointer;
        }

    #show_moblie_menu_bar {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 101;
    }

    .display {
        display: none;
    }

    .v_footer {
        text-align: center;
    }

        .v_footer .top {
            font-size: 22px;
            color: #888888;
            margin-bottom: 10px;
            padding-top: 50px;
            background-color: #FFF;
        }

        .v_footer .footer_img {
            display: inline-block;
            margin: 20px 0;
        }

        .v_footer .bottom {
            background-color: #F1F2F2;
            padding: 25px 0;
            font-size: 18px;
        }

    .v_headerMask {
        margin-bottom: 0px;
    }

    .mfp-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow-y: hidden;
    }

    .mfp-wrap {
        height: 100% !important;
        overflow-y: hidden;
        position: fixed !important;
        top: 0px !important;
    }

    .PopupContent {
        overflow-y: auto;
    }

    #moblie_menu_bar .headerIcon > div {
        display: inline-block;
    }

        #moblie_menu_bar .headerIcon > div:nth-child(n+2) {
            padding-left: 20px;
        }

    .carousel-caption {
        left: 15%;
        right: 15%;
        top: auto;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }

        .carousel-caption .btn {
            font-size: 24px;
            padding: 8px 30px;
        }

    input[type="text"], input[type="number"], input[type="tel"], input[type="password"], select {
        height: 50px;
        width: 100%;
        font-size: 25px;
    }

    #magnificPopup select {
        width: 50%;
    }

    .anchor {
        padding-top: 140px;
        margin-top: -140px;
    }

    /*    .mfp-auto-cursor .mfp-content {
        height: 85% !important;
    }
*/
    .submit_btn, .Btn {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .v_registration .content_div .contact div:nth-child(2) .right div:not(.error_msg) {
        width: 100%;
        margin-bottom: 10px;
    }

    .v_registration .content_div .contact > div {
        margin: 10px 0;
    }

    #magnificPopup .login_subheader {
        text-align: center;
    }

    .form_header, .form_input {
        margin-bottom: 10px;
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .v_registration .Btn, .v_confirmation .Btn, .v_member_reconfirm .Btn, .v_register_list .Btn {
        display: block;
        margin: 20px auto !important;
    }

    .large_btn {
        display: block;
        max-width: inherit;
        width: 50%;
        padding: 40px 0;
        margin: 25px auto;
    }

    .v_registration .content_div .contact {
        padding: 0;
        padding-bottom: 20px;
    }

        .v_registration .content_div .contact .right {
            width: 100%;
            margin: 10px 0;
        }

    .v_volunteer .green_div {
        background: rgba(128,195,66,0.1);
    }

    .v_volunteer .blue_div {
        background: rgba(32,56,110,0.1);
    }

    .v_volunteer .img_div {
        width: 85%;
        margin-bottom: 10px;
    }

    .v_volunteer .content_div {
        width: 85%;
    }

    .v_volunteer .register_btn {
        right: 50% !important;
    }

    .v_header .top .menu .left {
        padding: 15px 10px;
    }

    input[type="text"], input[type="number"], input[type="tel"], input[type="password"], select {
        height: 50px;
        font-size: 25px;
    }

    /*    .v_foodRescue, .v_team, .v_foodAssistance, .v_publication, .v_education, .v_getInvolved, .v_aboutUs, .v_ourPartners, .v_figure, .v_involvedDonation, .v_support, .v_career, .v_media, .v_donation, .v_donation_confirm, .v_site_map {
        margin-top: 110px;
    }
*/
    .v_donation .method_btn.col-md-4, .v_donation .amount_btn.col-md-6, .v_donation .type_btn.col-md-6, .v_donation .receipt_btn.col-md-4 {
        max-width: 100%;
        width: 100%;
        min-height: 60px;
        font-size: 25px;
        padding-top: 5px;
    }

    .v_donation .receipt_btn.col-md-4 {
        margin: 10px 0;
    }

    .v_donation .amount_btn.col-md-6:nth-child(6), .v_donation .method3 .amount_btn.col-md-6:nth-child(5) {
        height: 120px;
    }

    .v_donation .other_amount {
        margin-left: 7%;
        display: block;
        margin-top: 10px;
    }

    .v_donation .part3, .v_donation .part4, .v_donation_confirm .part2 {
        padding: 0 10%;
    }

    .v_donation .form_title, .v_donation .form_titleForPaypal, .v_donation_confirm .title {
        width: 221px;
        height: 80px;
    }

        .v_donation .form_title:after, .v_donation .form_titleForPaypal:after, .v_donation_confirm .title:after {
            left: 220px;
            border-bottom: 80px solid transparent;
        }

    .v_donation .left, .v_donation .right, .v_donation #donation_phone, .v_donation #input_phone {
        width: 100%;
        margin: 10px 0;
    }

    .v_donation .submit {
        height: 70px;
        padding: 10px 0;
    }

    .v_donation #expiry_m, .v_donation #expiry_y {
        width: 49%;
    }

    .v_donation_confirm .left {
        font-weight: 900;
    }

    .v_publication .background, .v_ourPartners .background, .v_media .background, .v_donation .background {
        margin-bottom: 15px;
    }

    .campaign-description {
        padding-top: 30px;
        width: 90vw;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
    .poster_but {
        background-image: url(../images/but_playvideo@2x.png);
    }
}

@font-face {
    font-family: 'apex_newmedium';
    src: url('../fonts/apexnew-medium-webfont-2.eot');
    src: url('../fonts/apexnew-medium-webfont-2.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnew-medium-webfont-2.svg#apex_newmedium') format('svg'), url('../fonts/apexnew-medium-webfont-2.woff') format('woff'), url('../fonts/apexnew-medium-webfont-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apex_newbold';
    src: url('../fonts/apexnew-bold-webfont-2.eot');
    src: url('../fonts/apexnew-bold-webfont-2.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnew-bold-webfont-2.svg#apex_newbold') format('svg'), url('../fonts/apexnew-bold-webfont-2.woff') format('woff'), url('../fonts/apexnew-bold-webfont-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apex_newbook';
    src: url('../fonts/apexnew-book-webfont-2.eot');
    src: url('../fonts/apexnew-book-webfont-2.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnew-book-webfont-2.svg#apex_newbook') format('svg'), url('../fonts/apexnew-book-webfont-2.woff') format('woff'), url('../fonts/apexnew-book-webfont-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* for ie */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .v_header > .menu_bar > .bottom .menu > div > div:not(.textDiv) {
        display: -ms-grid;
    }

    .v_header > .menu_bar > .bottom .menu > div > div .line {
        bottom: -21px;
    }
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) and (max-width:1200px) {
    .v_header .header_right {
        top: -5px;
    }
}

/*for firefox*/
@-moz-document url-prefix() {
    @media screen and (max-width:1250px) {
        .v_header .header_right {
            top: -5px;
        }
    }
}

@media screen and (orientation:landscape) and (max-width: 768px) {
    .v_header .top .menu .left img {
        width: 150px;
    }

    #moblie_menu_bar {
        height: calc(100% - 85px);
    }

    .v_header .top .menu > div {
        height: 85px;
    }

    .v_header .top .menu .left div {
        font-size: 45px;
    }

    .navbar-toggle {
        margin-bottom: 20px;
    }

    .v_volunteer, .v_meal_box_preparation, .v_registration, .v_confirmation, .v_vegetable_preparation, .v_login, .v_member_register,
    .v_member_reconfirm, .v_my_account, .v_my_profile, .v_register_list, .v_check_hour, .v_other_activity {
        margin-top: 75px;
    }

    .anchor {
        padding-top: 55px;
        margin-top: -55px;
    }
}

div#AlertDiv {
    display: table;
    visibility: hidden;
    background-color: rgba(120,120,120,0.2);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999999;
}

div#AlertMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 4em;
    font-weight: 900;
    color: #EEEEEE;
    filter: drop-shadow(0 0 0.5rem Black);
}

/* menu */
div.flex-col.hide-for-medium.flex-left.flex-grow {
    background: var(--menuBgTone);
/*    margin-left: -100px;
    margin-bottom: -18px;*/
}

ul.header-nav.header-nav-main.nav.nav-left {
    margin: 0px;
}

/*.menu-item.menu-item-type-post_type.menu-item-object-page {
    padding-left: 24px;
}*/

.btn-primary {
    background-color: #337ab7;
    border-radius: 15px;
    color: #FFF;
    font-size: 18px;
    padding: 10px 30px;
    margin: 25px 5px;
}

.btn-productListingAction {
    background-color: #337ab7;
    border-radius: 2px;
    color: #FFF;
    padding: 10px 10px;
    margin: 0 5px;
}

.text-white {
    color: white;
}

.toggle {
    height: auto;
    width: 45px;
    line-height: 1;
    box-shadow: none !important;
    padding: 0;
    color: currentColor;
    opacity: .6;
    margin: 0 5px 0 0;
}

.widget_product_categories > ul > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.active > .toggle {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.active > ul.children {
    display: block !important;
}

.nav-pagination > li > .page-number {
    font-size: 1.1em;
    display: block;
    height: 2.25em;
    line-height: 2em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid currentColor;
    transition: all .3s;
    vertical-align: top;
}

.box-image .out-of-stock-label {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    opacity: .9;
}

.woocommerce-result-count {
    display: inline-block;
    margin: 0 1em 0 auto;
}

.woocommerce-ordering, .woocommerce-ordering select {
    margin: 5px 0;
    display: inline-block;
}

.badge-container {
    margin: 30px 0 0 0;
}

.box-image {
    width: 60%;
}

.shadow-border {
    -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
