*,:after,:before {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

ol,ul {
    list-style-type: none
}

.\--hide {
    display: none!important
}

.\--tc {
    text-align: center
}

body {
    font-size: 13px;
    font-family: Roboto,serif!important;
    line-height: 1.5;
    letter-spacing: .02rem;
    margin: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: Poppins,serif!important;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.5
}

table td,table th {
    padding: .35rem .2rem
}

input[type=button],input[type=reset],input[type=submit] {
    position: relative;
    padding: .35rem .75rem;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none!important;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
    background-color: #2d90fd;
    color: #fff;
    border: 1px solid #2d90fd;
    outline: 0
}

input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    background-color: #2dd9fc;
    background-image: linear-gradient(315deg,#2dd9fc 0,#2d90fd 74%)
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: .2rem .25rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

button:focus,input:focus,optgroup:focus,select:focus,textarea:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

input[type=checkbox] {
    margin-right: 4px
}

.excard-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.excard-slide__flim {
    position: absolute;
    width: inherit;
    height: inherit;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s
}

.excard-slide__slide {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: inherit;
    width: 100%;
    text-align: center
}

.excard-slide__slide--nopad {
    padding: 0
}

.excard-slide__card {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.excard-slide__card--left {
    width: 30%;
    text-align: right
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-slide__card--left {
        width:270px;
        padding-left: 20px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-slide__card--left {
        width:160px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-slide__card--left {
        width:111px
    }
}

.excard-slide__card--left img {
    width: 90%
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-slide__card--left img {
        width:290px;
        height: 270px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-slide__card--left img {
        margin-top:25px;
        width: 270px;
        height: 254px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-slide__card--left img {
        width:160px;
        height: 151px;
        margin-top: 25px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-slide__card--left img {
        width:111px;
        height: 105px;
        margin-top: 40px
    }
}

.excard-slide__card--right {
    width: 69%;
    padding-left: 40px;
    text-align: left
}

.excard-slide__title {
    font-size: 25pt;
    font-weight: 400
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-slide__title {
        font-size:32px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-slide__card--right {
        width:400px
    }

    .excard-slide__title {
        font-size: 29px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-slide__card--right {
        width:211px;
        padding-left: 10px
    }

    .excard-slide__title {
        font-size: 24px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-slide__card--right {
        width:165px;
        padding-left: 10px
    }

    .excard-slide__title {
        font-size: 19px
    }
}

.excard-slide__title span {
    color: #005e96
}

.excard-slide__star {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 2px 0;
    background-size: 100% 100%;
    background-position: 100% 100%
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-slide__star {
        width:33px;
        height: 33px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-slide__star {
        width:20px;
        height: 20px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-slide__star {
        width:15px;
        height: 15px
    }
}

.excard-slide__star--like {
    background-image: url(../images/v3/feedback/star-like.png)
}

.excard-slide__star--dislike {
    background-image: url(../images/v3/feedback/star-dislike.png)
}

.excard-slide__desc {
    color: #a0a09f;
    font-size: 13pt;
    padding-bottom: 20px;
    width: 80%
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-slide__desc {
        font-size:14px;
        padding-bottom: 10px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-slide__desc {
        width:100%;
        font-size: 13px;
        padding-bottom: 10px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-slide__desc {
        width:100%;
        font-size: 11px;
        padding-bottom: 5px;
        line-height: 1
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-slide__desc {
        width:100%;
        font-size: 11px;
        padding-bottom: 5px;
        line-height: 1
    }
}

.excard-slide__customer {
    display: block;
    width: 80%;
    text-align: left;
    font-size: 16pt
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-slide__customer {
        font-size:20px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-slide__customer {
        font-size:18px
    }

    .js-ele--blur {
        filter: blur(25px)
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-slide__customer {
        font-size:16px;
        width: 100%
    }

    .js-ele--blur {
        filter: blur(25px)
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-slide__customer {
        font-size:12px;
        width: 100%
    }

    .js-ele--blur {
        filter: blur(25px)
    }
}

.excard-slide__customer:before {
    display: inline-block;
    content: " ";
    background-image: url(../images/v3/feedback/customer.png);
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px
}

.js--drop-active~.excard-dropbox {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.excard-fixed-head {
    height: 95px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-fixed-head {
        height:71px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-fixed-head {
        height:57px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-fixed-head {
        height:38px
    }
}

.excard-fixed-head__content {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.excard-landing {
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,.8)
}

.excard-landing,.excard-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101
}

.excard-nav {
    width: 62px;
    height: 100%;
    background-color: #000;
    color: #fff
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-nav {
        width:55px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-nav {
        z-index:19;
        width: 56px;
        height: 56px;
        top: unset;
        bottom: 20px;
        right: 20px;
        border-radius: 50%
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-nav {
        z-index:19;
        width: 56px;
        height: 56px;
        top: unset;
        bottom: 20px;
        right: 20px;
        border-radius: 50%
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-nav {
        z-index:19;
        width: 56px;
        height: 56px;
        top: unset;
        bottom: 20px;
        right: 20px;
        border-radius: 50%
    }

    .excard-nav__ul {
        width: 300px;
        margin: 5px auto 0;
        text-align: center
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-nav__ul {
        width:300px;
        margin: 5px auto 0;
        text-align: center
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-nav__ul {
        width:300px;
        margin: 100px auto 0;
        text-align: center
    }
}

.excard-nav__ul>li {
    margin-top: 0
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-nav__ul>li {
        display:inline-block;
        vertical-align: top;
        width: 53px;
        height: 68px;
        margin: 0 0 25px 40px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-nav__ul>li {
        display:inline-block;
        vertical-align: top;
        width: 53px;
        height: 68px;
        margin: 0 0 25px 40px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-nav__ul>li {
        display:inline-block;
        vertical-align: top;
        width: 53px;
        height: 68px;
        margin: 0 10px 30px
    }
}

.excard-nav__li--hr {
    padding: 5px;
    text-align: center
}

.excard-nav__li--hr_line {
    border-top: 1px solid #fff;
    height: 40px
}

.excard-nav__li--hr:hover {
    background-color: #00abce
}

.excard-nav__li--mobile {
    display: none;
    margin-top: 100px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-nav__li--hr {
        padding:0;
        border-top: unset
    }

    .excard-nav__li--mobile {
        display: inline-block
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-nav__li--hr {
        padding:0;
        border-top: unset
    }

    .excard-nav__li--hr:hover {
        background-color: transparent
    }

    .excard-nav__li--mobile {
        display: inline-block
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-nav__li--hr {
        padding:0;
        border-top: unset
    }

    .excard-nav__li--hr:hover {
        background-color: transparent
    }

    .excard-nav__li--mobile {
        display: inline-block
    }

    .excard-nav__div {
        display: none
    }
}

.excard-nav__div {
    position: relative;
    height: 100%
}

.excard-nav__blocks {
    position: absolute;
    left: 0;
    width: 100%
}

.excard-nav__blocks--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-nav__blocks--center {
        top:50px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .excard-nav__blocks--bottom {
        display: none
    }
}

@media screen and (max-height: 560px) {
    .excard-nav__blocks--center {
        top:0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.excard-nav__blocks--bottom {
    bottom: 5px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-nav__blocks--bottom,.excard-nav__div {
        display:none
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-nav__blocks--bottom,.excard-nav__div {
        display:none
    }
}

.excard-nav__blocks--bottom:hover>.excard-nav__excardgo {
    visibility: visible
}

.excard-nav__btn {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.m-btn-menu,.m-btn-x {
    background-position: 100% 100%
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-nav__btn {
        width:36px;
        height: 36px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-nav__btn {
        background-size:35px 35px;
        border-radius: 50%;
        background-color: #000;
        width: 53px;
        height: 53px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-nav__btn {
        background-size:35px 35px;
        border-radius: 50%;
        background-color: #000;
        width: 53px;
        height: 53px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-nav__btn {
        background-size:35px 35px;
        border-radius: 50%;
        background-color: #000;
        width: 53px;
        height: 53px
    }
}

.excard-head .excard-premium__badge,.excard-head__btn,.excard-login__btn--mback,.m-btn-menu,.m-btn-x {
    background-size: 100% 100%
}

.excard-nav__btn--topup {
    background-image: url(../images/v3/master/topup.png)
}

.excard-nav__btn--apps {
    background-image: url(../images/v3/master/apps.png)
}

.excard-nav__btn--complain {
    background-image: url(../images/v3/master/complain.png)
}

.excard-nav__btn--feedback {
    background-image: url(../images/v3/master/feedback.png)
}

.excard-nav__btn--repeatorder {
    background-image: url(../images/v3/master/repeatorder.png)
}

.excard-nav__btn--trackorder {
    background-image: url(../images/v3/master/trackorder.png)
}

.excard-nav__btn--editor {
    background-image: url(../images/v3/master/ExcardEditor.gif)
}

.excard-nav__btn--go {
    background-image: url(../images/v3/master/excardgomobile.png)
}

.excard-nav__btn+span {
    display: block;
    font-size: 9px;
    line-height: 1.25;
    color: #c0c4c4;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-nav__btn+span {
        font-size:9px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-nav__btn+span {
        font-size:10px;
        font-weight: 700;
        color: #000;
        line-height: 1.1
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-nav__btn+span {
        font-size:10px;
        font-weight: 700;
        color: #000;
        line-height: 1.1
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-nav__btn+span {
        font-size:10px;
        font-weight: 700;
        color: #000;
        line-height: 1.1
    }
}

.excard-nav__excardgo {
    position: absolute;
    width: 280px;
    height: 210px;
    background-color: #00abce;
    left: -290px;
    top: -160px;
    text-align: center;
    padding: 10px;
    visibility: hidden;
    box-shadow: -3px -2px 10px rgba(0,0,0,.38)
}

.excard-nav__excardgo:hover {
    visibility: visible
}

td.excard_go_td {
    width: 170px
}

.excard-nav__excardgo:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 15px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #00abce
}

.excard-nav__excardgo h4 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 12pt
}

.excard-nav__excardgo .\--desc {
    font-size: 9pt;
    padding-top: 5px
}

.excard-nav__mobile_blocks {
    display: inline-block;
    width: 230px;
    height: 100px
}

.m-excard-nav__btn {
    position: absolute;
    display: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #000;
    color: #fff!important;
    font-size: 32px;
    text-align: center;
    line-height: 1.8;
    cursor: pointer;
    z-index: 5
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .m-excard-nav__btn {
        display:block
    }

    .js-nav--active {
        width: 100%;
        height: 100%;
        border-radius: unset;
        background-color: rgba(0,0,0,.2);
        top: 0;
        left: 0
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .m-excard-nav__btn {
        display:block
    }

    .js-nav--active {
        width: 100%;
        height: 100%;
        border-radius: unset;
        background-color: rgba(0,0,0,.2);
        top: 0;
        left: 0
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-nav__btn {
        display:block
    }

    .js-nav--active {
        width: 100%;
        height: 100%;
        border-radius: unset;
        background-color: rgba(0,0,0,.2);
        top: 0;
        left: 0
    }
}

.js-nav--active>.m-excard-nav__btn {
    bottom: 20px;
    right: 20px;
    background-color: #3bc2e1;
    -webkit-box-shadow: 0 12px 12px rgba(0,0,0,.2);
    -moz-box-shadow: 0 12px 12px rgba(0,0,0,.2);
    -ms-box-shadow: 0 12px 12px rgba(0,0,0,.2);
    -o-box-shadow: 0 12px 12px rgba(0,0,0,.2);
    box-shadow: 0 12px 12px rgba(0,0,0,.2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.excard-form__wrapper,.excard-welcome__btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.js-nav--active>.excard-nav__div {
    display: block
}

.excard-form {
    height: 100%;
    width: 100%
}

.excard-form__imgwrapper {
    display: none;
    padding: 20px 0;
    text-align: center
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__imgwrapper {
        display:block
    }
}

.excard-form__img {
    width: 130px;
    height: 52px
}

.excard-form__label--warning {
    color: #fc0613;
    font-size: 9px
}

.excard-form__btnclose {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    right: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    text-align: center
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__imgwrapper {
        display:block
    }

    .excard-form__btnclose {
        display: flex;
        justify-content: flex-end;
        padding: 0 10px;
        position: static;
        width: 100%;
        height: 57px;
        background-color: #006698
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__btnclose {
        display:flex;
        justify-content: flex-end;
        padding: 0 10px;
        position: static;
        width: 100%;
        height: 57px;
        background-color: #006698
    }

    .excard-form__b {
        display: none
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__b {
        display:none
    }
}

.excard-form__wrapper {
    position: relative;
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    margin: 0 auto;
    height: 600px;
    width: 980px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper {
        height:457px;
        width: 750px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper {
        height:457px;
        width: 700px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper {
        display:block;
        width: 100%;
        height: 100%;
        background-color: hsla(0,0%,100%,.8)
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper {
        display:block;
        width: 100%;
        height: 100%;
        background-color: hsla(0,0%,100%,.8)
    }
}

.excard-form__wrapper .excard-form__box {
    border: 10px solid #08caf7;
    height: 100%
}

.excard-form__wrapper .excard-form__box--left {
    display: flex;
    flex-wrap: wrap;
    border-right: unset;
    width: 380px;
    height: 100%;
    align-content: space-evenly;
    background-color: #fff
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--left {
        width:293px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper .excard-form__box--left {
        width:250px
    }
}

.excard-form__wrapper .excard-form__box--right {
    border: unset;
    width: 600px;
    padding: 20px 50px;
    background-color: hsla(0,0%,100%,.8)
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--right {
        width:457px;
        padding: 14px 20px
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__title {
    color: #005b7f;
    font-size: 26pt;
    font-weight: 600
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__title {
        font-size:19px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper .excard-form__box--right {
        width:457px;
        padding: 14px 20px
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__title {
        font-size: 19px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--left {
        display:none
    }

    .excard-form__wrapper .excard-form__box--right {
        padding: 0;
        background-color: unset;
        width: 440px;
        margin: 0 auto
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__title--large {
        display: none
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--left {
        display:none
    }

    .excard-form__wrapper .excard-form__box--right {
        padding: 0;
        background-color: unset;
        width: 281px;
        margin: 0 auto
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__title--large {
        display: none
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__title--small {
    font-size: 9px;
    font-weight: 700;
    margin-top: 10px;
    color: #727272;
    text-align: center;
    line-height: 1.8
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__title--small {
        font-size:8px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__title--small {
        font-size:8px
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__title--mobile {
    position: relative;
    background-color: #005b7f;
    font-size: 12pt;
    color: #fff;
    padding: 0 5px;
    z-index: 10;
    display: inline-block;
    margin-top: -1px
}

.excard-form__wrapper .excard-form__box--right .excard-form__title--mention {
    padding-top: 10px;
    font-size: 15px;
    text-align: center;
    color: #727272
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__title--mention {
        font-size:11px;
        padding-top: 5px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__title--mention {
        font-size:11px;
        padding-top: 5px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__title--mention {
        font-size:11px;
        padding-top: 5px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__title--mention {
        font-size:8px
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__title--mention .\--mention {
    color: #05aa21;
    font-weight: 400;
    text-decoration: none
}

.excard-form__wrapper .excard-form__box--right .excard-form__title--mention .\--mention:visited {
    text-decoration: underline
}

.excard-form__wrapper .excard-form__box--right .excard-form__table {
    width: 100%;
    font-size: 11pt
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__table {
        font-size:12px
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__table thead tr th:first-child {
        width: 35%
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__table thead tr th:nth-child(2) {
        width: 65%
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__table tbody tr td {
    padding-bottom: 5px
}

.excard-form__wrapper .excard-form__box--right .excard-form__table .excard-form__td,.excard-form__wrapper .excard-form__box--right .excard-form__table .excard-form__td--rel {
    position: relative
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__table {
        font-size:12px
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__table thead tr th:first-child {
        display: none
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__table thead tr th:nth-child(2) {
        width: 100%
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__table .excard-form__td--m-hide {
        display: none
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__table .excard-form__td:after {
    content: ":";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px
}

.excard-form__wrapper .excard-form__box--right .excard-form__required {
    color: #ff0808
}

.excard-form__wrapper .excard-form__box--right .excard-form__required+span {
    color: #005b7f
}

.excard-form__wrapper .excard-form__box--right .excard-form__input {
    width: 90%;
    height: 26px;
    font-family: inherit;
    border: none;
    padding-left: 5px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__table {
        font-size:12px
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__input {
        height: 20px;
        width: 95%
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__table {
        font-size:12px
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__input {
        height: 20px;
        width: 95%
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__input {
        height:20px;
        width: 95%
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__input+i {
    display: none
}

.excard-form__wrapper .excard-form__box--right .excard-form__input:focus {
    outline: 0;
    box-shadow: -2px -2px 4px rgba(0,91,127,.5)
}

.excard-form__wrapper .excard-form__box--right .excard-form__input::placeholder {
    color: #fff
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__input {
        height:20px;
        width: 95%
    }

    .excard-form__wrapper .excard-form__box--right .excard-form__input::placeholder {
        color: #005b7f;
        opacity: .6;
        text-transform: uppercase
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__input--mid {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 30px
}

.excard-form__wrapper .excard-form__box--right .excard-form__input--valid+i {
    display: inline
}

.excard-form__wrapper .excard-form__box--right .excard-form__select {
    width: 90%;
    height: 25px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__select {
        height:20px;
        width: 95%
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__select {
        height:20px;
        width: 95%
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__select {
        height:20px;
        width: 95%
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__select {
        height:20px;
        width: 95%
    }
}

.excard-form__wrapper .excard-form__box--right .excard-form__btn {
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center
}

.excard-form__wrapper .excard-form__box--right .excard-form__btn--vef {
    font-size: 5pt;
    background-color: #005b7f;
    padding: 3px;
    width: 80px
}

.excard-form__wrapper .excard-form__box--right .excard-form__btn--signup {
    background-color: #05a32a;
    font-size: 15pt;
    font-weight: 700;
    width: 150px;
    border-radius: 15px;
    margin: 15px auto 0;
    padding: 3px 0
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__btn--signup {
        margin-top:0;
        width: 110px;
        font-size: 15px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__btn--signup {
        margin-top:0;
        width: 110px;
        font-size: 15px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__btn--signup {
        width:100%;
        font-size: 20px;
        font-weight: 700
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--right .excard-form__btn--signup {
        width:100%;
        font-size: 20px;
        font-weight: 700
    }
}

.excard-form__wrapper .excard-form__box--right .excard-hr {
    position: relative;
    text-align: center;
    color: #333;
    font-size: 9pt;
    margin: 20px 0
}

.excard-form__wrapper .excard-form__box--right .excard-hr:after,.excard-form__wrapper .excard-form__box--right .excard-hr:before {
    content: " ";
    display: block;
    width: 48%;
    border-top: 2px solid #333
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--right .excard-hr {
        margin:5px 0
    }

    .excard-form__wrapper .excard-form__box--right .excard-hr:after,.excard-form__wrapper .excard-form__box--right .excard-hr:before {
        width: 45%
    }
}

.excard-form__wrapper .excard-form__box--right .excard-hr:before {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    right: 0
}

.excard-form__wrapper .excard-form__box--right .excard-hr:after {
    position: absolute;
    top: 8px;
    right: 0
}

.excard-form__wrapper .excard-form__box--right .excard-social__title {
    font-size: 13pt;
    font-weight: 600
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper .excard-form__box--right .excard-hr {
        margin:5px 0
    }

    .excard-form__wrapper .excard-form__box--right .excard-hr:after,.excard-form__wrapper .excard-form__box--right .excard-hr:before {
        width: 45%
    }

    .excard-form__wrapper .excard-form__box--right .excard-social__title {
        font-size: 12px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--right .excard-hr {
        margin:5px 0
    }

    .excard-form__wrapper .excard-form__box--right .excard-hr:after,.excard-form__wrapper .excard-form__box--right .excard-hr:before {
        width: 42%
    }

    .excard-form__wrapper .excard-form__box--right .excard-social__title {
        font-size: 12px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--right .excard-hr {
        margin:5px 0
    }

    .excard-form__wrapper .excard-form__box--right .excard-hr:after,.excard-form__wrapper .excard-form__box--right .excard-hr:before {
        width: 42%
    }

    .excard-form__wrapper .excard-form__box--right .excard-social__title {
        font-size: 12px
    }
}

.excard-form__wrapper .excard-form__box--right .excard-social__media {
    text-align: center
}

.excard-form__wrapper .excard-form__box--right .excard-social__media li {
    display: inline-block;
    padding: 5px;
    margin-right: 10px
}

.excard-form__wrapper .excard-form__box--right .excard-social__media li a {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-form__wrapper .excard-form__box--right .excard-social__title {
        font-size:12px
    }

    .excard-form__wrapper .excard-form__box--right .excard-social__media li a {
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-form__wrapper .excard-form__box--right .excard-social__media li a {
        width:40px;
        height: 40px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-form__wrapper .excard-form__box--right .excard-social__media li a {
        width:40px;
        height: 40px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-form__wrapper .excard-form__box--right .excard-social__media li a {
        width:40px;
        height: 40px
    }
}

.excard-form__wrapper .excard-form__box--right .excard-social__media li a img {
    width: 100%;
    height: 100%
}

.excard-welcome__wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.excard-welcome__btns {
    height: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 10
}

.excard-welcome__btn {
    cursor: pointer;
    z-index: 10;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.excard-welcome__btn--radio {
    border-radius: 50%;
    background-color: #d9f1f4;
    margin: 0 5px;
    display: inline-block;
    width: 20px;
    height: 20px
}

.excard-login__btn,.m-excard-login__btn {
    border: 1px solid #b4b4b4;
    cursor: pointer;
    text-align: center
}

.excard-welcome__btn--radio-active {
    background-color: #a4ebf7
}

.excard-visitor-login {
    background-color: #005b7f
}

.excard-login {
    display: flex;
    justify-content: flex-end;
    padding: 5px 0;
    height: 95px;
    width: 1200px;
    margin: 0 auto
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-login {
        width:900px;
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-login {
        width:725px;
        margin: 0 auto;
        padding: 2px 0;
        height: 71px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-login {
        display:none
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-login {
        display:none
    }
}

.excard-login__blocks {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.excard-login__blocks--mobile {
    display: none
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-login__blocks--mobile {
        display:flex;
        width: 300px
    }

    .excard-login__blocks--desktop {
        display: none
    }
}

.excard-login__blocks--mobilelog {
    display: none
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-login__blocks--mobilelog {
        display:block;
        position: fixed;
        background-color: rgba(0,0,0,.9);
        z-index: 105;
        width: 100%;
        height: 100%;
        top: 0
    }
}

.excard-login__btn {
    display: block;
    color: #fff!important;
    font-size: 16pt;
    border-radius: 5px;
    text-decoration: none;
    width: 120px;
    height: 40px;
    line-height: 1.8
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-login__btn {
        width:108px;
        font-size: 16px;
        line-height: 2.5
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-login__btn {
        width:120px;
        height: 26px;
        font-size: 16px;
        line-height: 1.8
    }
}

.excard-login__btn--login {
    background-color: #3291b7
}

.excard-login__btn--login-master {
    background-color: #3291b7;
    margin-top: 15px
}

.excard-login__btn--mback {
    width: 24px;
    height: 24px;
    background-image: url(../images/v3/master/mback.png);
    border: none;
    border-radius: unset
}

.excard-login__btn--mlogin {
    width: 100%;
    font-size: 18px;
    background-color: #3291b7;
    height: 35px;
    margin: 0
}

.excard-login__label {
    font-size: 10px;
    margin-top: -10px
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-login__label {
        font-size:8px
    }
}

.excard-login__label--warning {
    color: #f94141
}

.excard-login__label--txtcenter {
    text-align: center
}

.excard-login__box {
    margin: 0 10px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-login__box {
        margin:0 20px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-login__box {
        margin:0 15px
    }
}

.excard-login__box:last-child {
    margin-right: 0
}

.excard-login__box--center {
    text-align: center
}

.excard-login__box .excard-login__title {
    color: #fff;
    font-size: 10pt
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-login__box .excard-login__title {
        font-size:10px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-login__box .excard-login__title {
        font-size:12px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-login__box .excard-login__title {
        font-size:10px
    }
}

.excard-login__box .excard-login__title--small {
    font-size: 8pt;
    color: #a8b6cc;
    vertical-align: super
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-login__box .excard-login__title--small {
        font-size:9px
    }

    .excard-login__box .excard-login__input {
        width: 157px;
        height: 27px;
        margin: 5px 0
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-login__box .excard-login__title--small {
        font-size:10px
    }
}

.excard-login__box .excard-login__title--small-2 {
    font-size: 5pt;
    color: #8794aa;
    vertical-align: super
}

.excard-login__box .excard-login__title--link {
    cursor: pointer;
    font-style: italic
}

.excard-login__box .excard-login__title--link-2 {
    font-style: normal;
    color: #d9dfe8;
    text-decoration: underline
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-login__box .excard-login__title--link-2 {
        font-size:12px
    }

    .excard-login__box .excard-login__input {
        width: 128px;
        height: 22px
    }
}

.excard-login__box .excard-login__title--link:hover {
    text-decoration: underline
}

.excard-login__box .excard-login__input {
    padding: 5px 0;
    font-size: 10pt;
    font-family: inherit
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-login__box .excard-login__input {
        width:130px
    }
}

.excard-login__box .excard-login__check {
    width: 10px;
    height: 10px;
    vertical-align: super;
    margin-top: 2px
}

.m-excard-login {
    display: none;
    width: 100%;
    background-color: #006698;
    height: 57px
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .m-excard-login {
        display:block
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-login {
        display:block;
        height: 38px
    }
}

.m-excard-login__wrapper {
    display: flex;
    justify-content: space-between;
    width: 440px;
    margin: 0 auto;
    height: 100%
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-login__wrapper {
        width:281px;
        margin: 0 auto
    }
}

.m-excard-login__box {
    display: flex
}

.m-excard-login__btn {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    padding: 2px 5px;
    width: 78px;
    height: 26px;
    margin-top: 15px
}

.m-excard-login__btn:hover {
    color: #fff;
    border: 1px solid #b4b4b4
}

.m-excard-login__btn--login {
    background-color: #3290b6;
    margin-right: 30px
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-login__btn {
        font-size:12px;
        width: 62px;
        height: 22px;
        margin-top: 8px;
        line-height: 1.5
    }

    .m-excard-login__btn--login {
        margin-right: 22px
    }
}

.m-excard-login__btn--signup {
    background-color: transparent
}

.m-login-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 102
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .m-login-form {
        display:block
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-login-form {
        display:block
    }
}

.m-login-form__wrapper {
    height: 100%;
    width: 440px;
    margin: 0 auto
}

.m-login-form__wrapper--header {
    display: flex;
    justify-content: flex-end
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-login-form__wrapper {
        width:281px;
        margin: 0 auto
    }
}

.m-login-form__header {
    width: 100%;
    height: 57px;
    background-color: #006698
}

.m-login-form__row {
    margin-top: 10px
}

.m-login-form__row--center {
    margin: 15px auto;
    text-align: center
}

.m-login-form__row--warning {
    font-size: 14px;
    font-weight: 700;
    color: #f81d27
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-login-form__header {
        height:38px
    }

    .m-login-form__row--warning {
        font-size: 12px
    }
}

.m-login-form__img {
    width: 130px;
    height: 52px
}

.m-login-form__label {
    font-size: 14px;
    color: #005b7f;
    vertical-align: text-bottom
}

.m-login-form__label--rmb,.m-login-form__link:hover {
    color: #5a5c5e
}

.m-login-form__input {
    display: block;
    width: 100%;
    height: 33px
}

.m-login-form__link {
    font-size: 12px;
    color: #5a5c5e;
    font-style: italic
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-login-form__label {
        font-size:12px
    }

    .m-login-form__link {
        font-size: 10px
    }
}

.m-login-form__checkbox {
    border: none;
    background-color: #fff
}

.m-login-form__btn {
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    margin: 10px 0;
    color: #fff;
    background-color: #3290b6
}

.m-login-form__btn:hover {
    color: #fff
}

.m-btn-menu {
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url(../images/v3/master/excard-hamburgur.png);
    margin-top: 17px
}

.m-btn-menu__close,.m-btn-x {
    background-image: url(../images/v3/master/excard-close.png)
}

.m-btn-menu__close {
    width: 18px;
    height: 18px
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .m-btn-menu {
        display:block
    }

    .m-btn-menu--tmini {
        margin-top: -5px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-btn-menu {
        display:block;
        width: 16px;
        height: 16px;
        margin-top: 12px
    }
}

.m-btn-x {
    display: none;
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .m-btn-x {
        display:block
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-btn-x {
        display:block;
        width: 16px;
        height: 16px
    }
}

.excard-head {
    line-height: unset!important
}

.excard-head--bg {
    background: #005e95
}

.excard-head__menu {
    display: none
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head__menu {
        display:block
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__menu {
        display:block
    }
}

.excard-head__sec {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto
}

.excard-head__sec--top {
    height: 38px
}

.excard-head__sec--bottom {
    padding: 10px 15px!important;
    align-items: flex-end
}

.excard-head__call {
    font-size: 11pt;
    color: #fff;
    font-weight: 400;
    width: 500px;
    display: none
}

@media (min-width: 576px) {
    .excard-head__sec {
        max-width:540px;
        margin: 0 auto;
        padding: 25px 10px
    }

    .excard-head__sec--top {
        height: 57px
    }
}

@media (min-width: 768px) {
    .excard-head__sec {
        max-width:100%;
        margin: 0 auto;
        padding: 0 10px
    }

    .excard-head__sec--top {
        height: 71px
    }

    .excard-head__call {
        display: block
    }
}

@media (min-width: 992px) {
    .excard-head__sec {
        max-width:960px;
        margin: 0 auto;
        padding: 0 15px
    }

    .excard-head__sec--top {
        height: 71px
    }

    .excard-head__call {
        display: block
    }
}

@media (min-width: 1200px) {
    .excard-head__sec {
        max-width:1200px;
        margin: 0 auto;
        margin-top: 2px;
        padding: 20px 15px
    }

    .excard-head__sec--top {
        height: 95px
    }

    .excard-head__call {
        display: block
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__call {
        font-size:10pt;
        height: 25px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__sec--bottom {
        padding:10px 15px
    }
}

.excard-head_containerbox {
    display: flex
}

.excard-head_containerbox .excard-head_container-des {
    margin-left: 10px
}

.excard-head__call a {
    color: #fff;
    text-decoration-line: none
}

.excard-head__call a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #87ddf3
}

@keyframes box-whatsapp {
    from {
        background-color: #82ee82
    }

    to {
        background-color: #32c132
    }
}

.box-whatsapp {
    background-color: #32c132;
    border: solid 2px #0aa144;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    width: 45px;
    height: 42px;
    opacity: .8;
    margin-left: 5px;
    -webkit-animation-name: box-news;
    -webkit-animation-duration: 2s;
    animation: box-whatsapp 2s infinite
}

.excard-head__status {
    display: flex;
    position: relative
}

.excard-head__icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 20px 0 15px;
    cursor: pointer
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__icon {
        width:15px;
        height: 15px;
        margin: 0 15px
    }

    .excard-head__icon--center {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head__icon {
        width:15px;
        height: 15px;
        margin: 0 15px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__icon {
        width:12px;
        height: 12px;
        margin: 14px 15px 0
    }
}

.excard-head__icon--m {
    display: none;
    width: 21px;
    margin-right: 0
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__icon--m {
        display:inline-block;
        width: 16px
    }
}

.excard-head__icon--agent {
    position: relative;
    margin-top: -25px;
    margin-right: 0;
    width: 200px;
    height: 113px;
    background-color: #000;
    cursor: unset
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__icon--agent {
        margin-left:35px;
        margin-top: -2px;
        width: 154px;
        height: 80px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head__icon--m {
        display:inline-block
    }

    .excard-head__icon--agent {
        display: none;
        position: absolute;
        margin: 0;
        right: 0;
        width: 338px;
        height: 106px;
        top: 32px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__icon--agent {
        display:none;
        position: absolute;
        margin: 0;
        right: 0;
        width: 232px;
        height: 80px;
        top: 38px
    }

    .excard-head__icon--agent--m-active {
        display: block
    }
}

.excard-head__icon--agent:after {
    position: absolute;
    left: -3px;
    top: unset;
    bottom: 0;
    right: unset;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    transform: skew(25deg);
    display: block;
    content: " ";
    width: 100%;
    height: 13px;
    background-color: #543;
    z-index: -1
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__icon--agent:after {
        height:10px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head__icon--agent--m-active {
        display:block
    }

    .excard-head__icon--agent:after {
        display: none
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__icon--agent:after {
        display:none
    }
}

.excard-head__span {
    display: block;
    background-color: #ef4538;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 7pt;
    line-height: 2.5;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: unset;
    top: -15px;
    bottom: unset;
    right: -12px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__span {
        width:16px;
        height: 16px;
        font-size: 8px;
        line-height: 2;
        top: -10px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head__span {
        width:16px;
        height: 16px;
        font-size: 8px;
        top: -12px;
        right: -10px;
        line-height: 2
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__span {
        width:16px;
        height: 16px;
        font-size: 8px;
        top: -12px;
        right: -10px;
        line-height: 2
    }
}

.excard-head__agent {
    display: inline-block;
    height: 100%;
    padding: 10px 10px;
    font-size: 9pt;
    vertical-align: middle
}

.excard-head__agent--gold {
    color: #d7af46
}

.excard-head__agent--silver {
    color: #b2b2b2
}

.excard-head__agent--platinum {
    color: #96afbb
}

.excard-head__agent--cash {
    color: #fff
}

.excard-head__agent--data {
    width: 130px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__agent {
        padding:10px
    }

    .excard-head__agent--data {
        width: 100px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head__agent--data {
        width:240px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__agent--data {
        width:163px
    }
}

.excard-head__agent--premium {
    width: 65px;
    padding: 0 5px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__agent--premium {
        width:45px;
        padding: 0
    }
}

.excard-head__btn {
    display: block;
    width: 100%;
    height: 100%
}

.excard-head__btn--notification {
    background-image: url(../images/v3/master/notification.png)
}

.excard-head__btn--facebook {
    background-image: url(../images/v3/master/facebook_white.png)
}

.excard-head__btn--pending {
    background-image: url(../images/v3/master/pending.png)
}

.excard-head__btn--mdrop {
    background-image: url(../images/v3/master/drop.png)
}

.excard-head__btn--mclose,.excard-head__btn--mdrop-x {
    background-image: url(../images/v3/master/excard-close.png)
}

.excard-head__btn--mdrop-x {
    width: 15px
}

.excard-head .excard-agent__link,.excard-head .excard-agent__link:hover {
    color: #fff!important
}

.excard-head .excard-agent__title {
    font-size: 12pt;
    color: #fff
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head .excard-agent__title {
        font-size:11px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head .excard-agent__title {
        font-size:32px
    }

    .excard-head .excard-agent__wrapper {
        display: flex;
        align-items: center
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__btn--mdrop-x {
        width:12px
    }

    .excard-head .excard-agent__title {
        font-size: 25px
    }

    .excard-head .excard-agent__wrapper {
        display: flex;
        align-items: center
    }
}

.excard-head .excard-agent__money {
    font-size: 7pt
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head .excard-agent__money {
        font-size:9px;
        margin-top: 2px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head .excard-agent__money {
        font-size:12px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head .excard-agent__money {
        font-size:8px
    }
}

.excard-head .excard-agent__amount {
    position: relative
}

.excard-head .excard-agent__amount .excard-agent__sub {
    position: absolute;
    right: 0
}

.excard-head .excard-premium__badge {
    height: 65px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head .excard-agent__amount {
        font-size:9px;
        line-height: .8
    }

    .excard-head .excard-premium__badge {
        height: 50px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head .excard-agent__amount {
        font-size:14px;
        margin-left: 10px
    }

    .excard-head .excard-agent__amount .excard-agent__sub {
        position: static
    }

    .excard-head .excard-premium__badge {
        width: 73px;
        height: 83px
    }

    .excard-head .excard-premium__badge--drop {
        display: none
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head .excard-agent__amount {
        font-size:10px;
        margin-left: 10px
    }

    .excard-head .excard-agent__amount .excard-agent__sub {
        position: static
    }

    .excard-head .excard-premium__badge {
        width: 50px;
        height: 57px
    }

    .excard-head .excard-premium__badge--drop {
        display: none
    }
}

.excard-head .excard-premium__badge--drop {
    cursor: pointer;
    margin: 10px auto 0;
    width: 25px;
    height: 15px;
    background-image: url(../images/v3/master/drop.png)
}

.excard-head .excard-premium__badge--gold {
    background-image: url(../images/v3/master/gold.png)
}

.excard-head .excard-premium__badge--silver {
    background-image: url(../images/v3/master/silver.png)
}

.excard-head .excard-premium__badge--platinum {
    background-image: url(../images/v3/master/platinum.png)
}

.excard-head .excard-premium__badge--cash {
    background-image: url(../images/v3/master/cash.png)
}

.excard-head .excard-quick-link {
    align-self: flex-end;
    margin-right: 15px
}

.excard-head .excard-quick-link__tooltips {
    position: relative
}

.excard-head .excard-quick-link__tooltips:hover:after,.excard-head .excard-quick-link__tooltips:hover:before {
    display: block
}

.excard-head .excard-quick-link__tooltips:before {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px;
    border-color: transparent transparent #000;
    top: 27px;
    left: 5px;
    content: " "
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head .excard-premium__badge--drop {
        margin-top:5px
    }

    .excard-head .excard-quick-link__tooltips:before {
        top: 20px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head .excard-quick-link__tooltips:before {
        top:20px;
        border-width: 0 5px 8px;
        z-index: 10
    }
}

.excard-head .excard-quick-link__tooltips:after {
    display: none;
    position: absolute;
    padding: 5px;
    content: attr(data-tooltips);
    top: 35px;
    left: -45px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    width: 110px;
    z-index: 110;
    text-align: center
}

.excard-head .excard-quick-link__tooltips--classic:after {
    left: unset;
    right: 0
}

.excard-head__ul {
    position: relative
}

.excard-head__ul .excard-head-ul__li {
    display: inline-block;
    position: relative;
    font-family: Poppins,sans-serif
}

.excard-head__ul .excard-head-ul__li--mr {
    margin-right: 28px
}

.excard-head__ul .excard-head-ul__li--ml {
    margin-left: 15px
}

.excard-hd-logo {
    display: inline!important
}

.excard-hd-logo img {
    width: 140px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head .excard-quick-link__tooltips:after {
        top:28px
    }

    .excard-head .excard-quick-link__tooltips--classic:after {
        right: -5px
    }

    .excard-head__ul .excard-head-ul__li--tablet {
        width: 90px
    }

    .excard-head__ul .excard-head-ul__li--mr {
        margin-right: 15px
    }

    .excard-head__ul .excard-head-ul__li--ml {
        margin-left: 10px
    }

    .excard-hd-logo img {
        width: 85px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-head .excard-quick-link {
        margin-top:20px
    }

    .excard-head__ul .excard-head-ul__li--drop {
        display: none
    }

    .excard-head__ul .excard-head-ul__li--al {
        display: none
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head .excard-quick-link__tooltips:after {
        top:25px
    }

    .excard-head__ul .excard-head-ul__li--ml {
        margin-left: 5px
    }

    .excard-head__ul .excard-head-ul__li--drop {
        display: none
    }

    .excard-head__ul .excard-head-ul__li--al {
        display: none
    }
}

.excard-head__ul .excard-head-ul__li--drop:after {
    display: block;
    position: absolute;
    top: 12px;
    right: -15px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #333 transparent transparent
}

.excard-head__ul .excard-head-ul__li a {
    cursor: pointer;
    display: block;
    font-weight: 600;
    font-size: 13pt;
    padding: 1px 5px
}

.excard-head__ul .excard-head-ul__li .excard-quick-link__icon {
    width: 24px;
    height: 24px;
    background-size: 100% 100%
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    .excard-head__ul .excard-head-ul__li--drop:after {
        top:8px
    }

    .excard-head__ul .excard-head-ul__li a {
        font-size: 12px!important;
        padding: 1px 2px
    }

    .excard-head__ul .excard-head-ul__li .excard-quick-link__icon {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-head__ul .excard-head-ul__li .excard-quick-link__icon {
        width:20px;
        height: 20px
    }
}

.excard-head__ul .excard-head-ul__li .excard-quick-link__icon--cart {
    background-image: url(../images/v3/master/checkout.png)
}

.excard-head__ul .excard-head-ul__li .excard-quick-link__icon--account {
    background-image: url(../images/v3/master/account.png)
}

.excard-head__ul .excard-head-ul__li .excard-quick-link__icon--search {
    background-image: url(../images/v3/master/search.png)
}

.excard-head__ul .excard-head-ul__li .excard-quick-link__icon--fastorder {
    background-image: url(../images/v3/master/fastorder.png)
}

.excard-head__ul .excard-head-ul__li .excard-quick-link__icon--more {
    background-image: url(../images/v3/master/more.png)
}

.excard-head__ul .excard-head-ul__li .excard-quick-link__icon--classic {
    background-image: url(../images/v3/master/backClassic.png)
}

.excard-head__ul .excard-li-display__link {
    transform-origin: left center;
    cursor: pointer
}

.excard-head__ul .excard-li-display__link_sub {
    margin-left: 20px
}

.excard-head__ul .excard-li-display__link--nostyle {
    transform: unset!important;
    cursor: auto!important
}

.excard-head__ul .excard-li-display__link--nostyle:hover {
    color: #000!important
}

.excard-head__ul .excard-li-display__link:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    color: #03a9f4!important
}

.excard-head__ul .excard-li-display__bestseller,.excard-head__ul .excard-li-display__bookmark {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%
}

.excard-head__ul .excard-li-display__bookmark {
    visibility: hidden;
    background-image: url(../images/v3/master/pin.png);
    padding-top: 2px
}

.excard-head__ul .excard-li-display__bestseller {
    background-image: url(../images/v3/master/bestseller.png);
    margin-left: 5px
}

.excard-head__ul .excard-li-display:hover>.excard-li-display__block {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.excard-head__ul .excard-li-display__block {
    position: absolute;
    left: -180px;
    visibility: hidden;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform .5s,opacity .5s;
    z-index: 15
}

.excard-head__ul .excard-li-display__block .excard-li-display__link,.excard-head__ul .excard-li-display__block .excard-li-display__title {
    display: inline-block;
    text-decoration: none;
    font-size: 14px
}

.excard-head__ul .excard-li-display__block .excard-li-display__link {
    color: inherit;
    font-size: 14px
}

.excard-head__ul .excard-li-display__block .excard-li-display__title {
    color: #000!important;
    cursor: auto!important
}

.excard-head__ul .excard-li-display__block--product {
    width: 1200px;
    padding: 0
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-head__ul .excard-li-display__block--product {
        width:945px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__ul .excard-li-display__block--product {
        width:750px;
        left: -115px
    }
}

.excard-head__ul .excard-li-display__block--support {
    width: 840px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__ul .excard-li-display__block--support {
        width:430px;
        left: -150px
    }
}

.excard-head__ul .excard-li-display__block--about {
    width: 300px;
    left: -50px
}

.excard-head__ul .excard-li-display__block .excard-li__prodfooter {
    padding: 5px 0;
    text-align: center;
    font-weight: lighter;
    background-color: #bebfbf;
    font-size: 10pt
}

.excard-head__ul .excard-li-display__block .excard-li__prodfooter a {
    display: inline-block;
    font-size: 10pt;
    transform-origin: left center
}

.excard-head__ul .excard-li-display__block .excard-li__prodfooter a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #03a9f4;
    text-decoration: underline
}

.excard-pm__btn,.excard-pm__dlbtn {
    text-decoration: none;
    cursor: pointer
}

.excard-head__ul .excard-li-display__block dl {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase
}

.excard-head__ul .excard-li-display__block dl:not(:last-child) {
    margin-right: 10px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-head__ul .excard-li-display__block dl:not(:last-child) {
        margin-right:0
    }
}

.excard-head__ul .excard-li-display__block dl.excard-li__dl--product {
    padding: 10px;
    width: 380px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-head__ul .excard-li-display__block dl.excard-li__dl--product {
        padding:5px;
        width: 300px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-head__ul .excard-li-display__block dl:not(:last-child) {
        margin-right:1px
    }

    .excard-head__ul .excard-li-display__block dl.excard-li__dl--product {
        padding: 5px;
        width: 240px
    }

    .excard-head__ul .excard-li-display__block dl.excard-li__dl--product dt {
        font-size: 8pt
    }

    .excard-head__ul .excard-li-display__block dl.excard-li__dl--product dd {
        font-size: 6pt;
        margin-bottom: 2px
    }

    .excard-head__ul .excard-li-display__link_sub {
        margin-left: 5px
    }
}

.excard-head__ul .excard-li-display__block dl.excard-li__dl--product_sub {
    width: 250px
}

.excard-head__ul .excard-li-display__block dl dt {
    padding: 1px 0;
    font-weight: 600;
    font-size: 13pt
}

.excard-pm__btn,.excard-pm__dl dt {
    font-weight: 700
}

.excard-head__ul .excard-li-display__block dl dt:hover>.excard-li-display__bookmark {
    visibility: visible
}

.excard-dropbox,.excard-pm__btn--nodrop:after {
    visibility: hidden
}

.excard-head__ul .excard-li-display__block dl dd {
    font-size: 11pt;
    margin-left: 5px;
    margin-bottom: 2px!important;
    color: #666565
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .m-member-wrapper {
        display:block;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        background-color: rgba(0,0,0,.8);
        z-index: 20;
        top: 57px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-member-wrapper {
        display:block;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        background-color: rgba(0,0,0,.8);
        z-index: 20;
        top: 38px
    }
}

.excard-product__btn {
    display: none;
    width: 32px;
    height: 32px;
    background-image: url(../images/v3/master/hamburger.png);
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 5px
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-product__btn {
        display:inline-block
    }
}

.excard-product__btn--pm {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px
}

.excard-product__img {
    display: none
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-product__img {
        display:inline-block;
        margin-left: 10px;
        vertical-align: sub
    }

    .excard-product__mwrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
        background-color: rgba(0,0,0,.8)
    }
}

.excard-product__mwrapper {
    display: none
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-product__ul {
        display:none
    }
}

.excard-pm__icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px
}

.excard-pm__icon--home {
    background-image: url(../images/v3/master/home2.png)
}

.excard-pm__ul {
    width: 320px;
    height: 100%;
    background-color: #fff;
    text-transform: uppercase
}

.excard-pm__ul .excard-pm__li--line {
    border-bottom: 1px solid #ddd
}

.excard-pm__banner {
    position: relative;
    background-color: #01425b;
    padding: 15px
}

.excard-pm__btn {
    position: relative;
    font-size: 16px;
    color: #fff
}

.excard-pm__btn--drop {
    display: block;
    padding: 15px;
    background-color: #01425b
}

.excard-pm__btn--drop:after {
    right: 35px;
    content: ">";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: top;
    font-size: 16px
}

.excard-pm__btn--drop-active {
    background-color: #33b6e4
}

.excard-pm__btn--drop-active+.excard-pm__dropbox {
    display: block
}

.excard-pm__btn--drop-active:after {
    -webkit-transform: rotate(90deg) translateY(-50%);
    -moz-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    -o-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%)
}

.excard-pm__dropbox {
    display: none;
    position: relative;
    height: 220px;
    overflow-y: scroll
}

.excard-pm__dlbtn {
    display: block;
    position: relative;
    font-size: 14px;
    color: #036d98;
    background-color: transparent!important;
    padding: 5px 15px
}

.excard-pm__dl .excard-pm__dd {
    display: none;
    font-weight: 400
}

.excard-pm__dl .excard-pm__dd--active {
    display: block
}

.excard-dropbox {
    position: absolute;
    width: 400px;
    background-color: #fff;
    right: -10px;
    top: 30px;
    z-index: 20;
    opacity: 0;
    transition: visibility .5s,transform .5s,opacity .5s;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-dropbox__fixed {
        position:fixed;
        width: 100%;
        height: 100%;
        left: 0
    }

    .excard-dropbox {
        top: 57px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-dropbox__fixed {
        position:fixed;
        width: 100%;
        height: 100%;
        left: 0
    }

    .excard-dropbox {
        top: 38px
    }
}

.excard-dropbox--agent {
    width: 300px;
    right: 0;
    top: 110px;
    box-shadow: 1px 1px 15px #333;
    z-index: 11
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-dropbox--agent {
        top:85px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-dropbox--agent {
        width:338px;
        visibility: visible;
        opacity: 1;
        top: 125px;
        -webkit-transform: translateY(-20px)!important;
        -moz-transform: translateY(-20px)!important;
        -ms-transform: translateY(-20px)!important;
        -o-transform: translateY(-20px)!important;
        transform: translateY(-20px)!important
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-dropbox--agent {
        width:232px;
        visibility: visible;
        opacity: 1;
        top: 100px;
        -webkit-transform: translateY(-20px)!important;
        -moz-transform: translateY(-20px)!important;
        -ms-transform: translateY(-20px)!important;
        -o-transform: translateY(-20px)!important;
        transform: translateY(-20px)!important
    }
}

.excard-dropbox--pointer:before {
    display: block;
    content: " ";
    position: absolute;
    top: -8px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: transparent transparent #fff
}

.excard-dropbox__title {
    font-weight: 700;
    font-size: 14pt;
    padding: 10px;
    border-bottom: 1px solid #333;
    text-transform: uppercase
}

.excard-dropbox__wrapper {
    position: relative;
    height: 350px;
    overflow-y: scroll
}

.excard-dropbox__subtitle {
    font-size: 12pt;
    text-transform: uppercase;
    background-color: #bebebe;
    padding: 5px 10px
}

.excard-dropbox__subtitle--center {
    text-align: center;
    background-color: #e2eaf7
}

.excard-dropbox__subtitle--center a {
    font-size: 14pt;
    color: #000;
    cursor: pointer
}

.excard-dropbox__subtitle--center a:hover {
    color: #04a0ba;
    text-decoration: underline
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-dropbox--pointer:before,.excard-dropbox__title {
        display:none
    }

    .excard-dropbox__wrapper {
        height: 80vh
    }

    .excard-dropbox__titlewrapper {
        width: 440px;
        margin: 0 auto
    }

    .excard-dropbox__subtitle--center {
        background-color: transparent
    }

    .excard-dropbox__subtitle--center a {
        font-size: 17px
    }

    .excard-dropbox__viewall {
        position: absolute;
        top: 0;
        right: 20px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-dropbox--pointer:before,.excard-dropbox__title {
        display:none
    }

    .excard-dropbox__wrapper {
        height: 80vh
    }

    .excard-dropbox__titlewrapper {
        width: 281px;
        margin: 0 auto
    }

    .excard-dropbox__subtitle--center {
        background-color: transparent
    }

    .excard-dropbox__subtitle--center a {
        font-size: 12px
    }

    .excard-dropbox__viewall {
        position: absolute;
        top: 0;
        right: 20px
    }
}

.excard-listbox__box {
    display: inline-block;
    vertical-align: middle
}

.excard-listbox__box--icon {
    width: 15%;
    height: 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 70%
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox__box--icon {
        width:20px;
        height: 20px;
        margin-left: 19px;
        background-size: 100%
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox__box--icon {
        width:15px;
        height: 15px;
        margin-left: 13px;
        background-size: 100%
    }
}

.excard-listbox__box--icon-urgent {
    background-image: url(../images/v3/notification/urgent.png)
}

.excard-listbox__box--icon-topup {
    background-image: url(../images/v3/notification/topup.png)
}

.excard-listbox__box--icon-shipping {
    background-image: url(../images/v3/notification/shipping.png)
}

.excard-listbox__box--icon-printing {
    background-image: url(../images/v3/notification/printing.png)
}

.excard-listbox__box--icon-news {
    background-image: url(../images/v3/notification/news.png)
}

.excard-listbox__box--icon-consultant {
    background-image: url(../images/v3/notification/consultant.png)
}

.excard-listbox__box--icon-evoucher {
    background-image: url(../images/v3/notification/evoucher.png)
}

.excard-listbox__box--icon-logout {
    background-image: url(../images/v3/notification/logout.png)
}

.excard-listbox__box--icon-myconsultant {
    background-image: url(../images/v3/notification/myconsultant.png)
}

.excard-listbox__box--icon-myprofile {
    background-image: url(../images/v3/notification/myprofile.png)
}

.excard-listbox__box--icon-quotation {
    background-image: url(../images/v3/notification/quotation.png)
}

.excard-listbox__box--icon-uploadfile {
    background-image: url(../images/v3/notification/uploadfile.png)
}

.excard-listbox__box--icon-dollar {
    background-image: url(../images/v3/notification/dollar.png)
}

.excard-listbox__box--icon-promo {
    background-image: url(../images/v3/notification/promo.png)
}

.excard-listbox__box--icon-referral {
    background-image: url(../images/v3/notification/referral.png)
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox__box--icon-dollar {
        width:41px;
        height: 87px;
        background-position: -10px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox__box--icon-dollar {
        width:27px;
        height: 57px;
        background-position: -5px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox__box--nicon {
        width:65px;
        height: 65px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox__box--nicon {
        width:40px;
        height: 40px
    }
}

.excard-listbox__box--notify {
    width: 83%
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox__box--notify {
        width:75%;
        margin-left: 20px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox__box--notify {
        width:72%;
        margin-left: 20px
    }
}

.excard-listbox__box--nomargin {
    margin: 0
}

.excard-listbox__msg {
    font-size: 10pt;
    text-decoration: none;
    color: #000!important
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox__msg {
        font-size:12px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox__box--nomargin {
        margin-left:10px
    }

    .excard-listbox__msg {
        font-size: 10px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox__nmsg {
        font-size:17px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox__nmsg {
        font-size:12px
    }
}

.excard-listbox__nmsg3 {
    color: #6f6b6b
}

.excard-listbox__label {
    margin-top: 10px;
    font-weight: 400;
    font-size: 9pt;
    color: #9a9a9b
}

.excard-listbox__label--small {
    font-size: 7pt
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox__nlabel {
        font-size:12px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox__nlabel {
        font-size:9px
    }
}

.excard-listbox__link {
    color: #000!important;
    text-decoration: none
}

.excard-listbox__link:hover {
    color: #03aad0!important;
    text-decoration: underline
}

.excard-listbox__blocklink {
    display: block;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox__link {
        font-size:12px
    }

    .excard-listbox__blocklink {
        width: 440px;
        margin: 0 auto
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox__link {
        font-size:10px
    }

    .excard-listbox__blocklink {
        width: 281px;
        margin: 0 auto
    }
}

.excard-listbox__tooltips {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.excard-listbox__tooltips:hover>.excard-listbox__tooltips--label {
    visibility: visible
}

.excard-listbox__tooltips--label {
    visibility: hidden;
    position: absolute;
    display: block;
    padding: 5px;
    background-color: #0099cb;
    font-size: 12px;
    color: #fff;
    width: 150px;
    left: -70px;
    top: 22px
}

.excard-listbox__tooltips--label:before {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px;
    border-color: transparent transparent #0099cb;
    left: 50%;
    top: -5px
}

.excard-listbox__icon2 {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-position: 100% 100%;
    background-image: url(../images/v3/master/tips.png)
}

.excard-listbox li {
    padding: 5px 5px;
    border-bottom: 1px solid #d1d1d1;
    background-color: rgba(45,144,253,.15)
}

.excard-listbox li.excard-listbox__list--no {
    border-bottom: none;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center
}

.excard-listbox li.excard-listbox__list--no:hover {
    background-color: #fff
}

.excard-listbox li.excard-listbox__list--no>.excard-listbox__img {
    width: 40px
}

.excard-listbox li.excard-listbox__list--no>.excard-listbox__label2 {
    font-size: 18pt;
    color: #8fbcd3;
    padding: 5px 0
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox li.excard-listbox__list--no>.excard-listbox__img {
        width:74px;
        height: 93px
    }

    .excard-listbox li.excard-listbox__list--no>.excard-listbox__label2 {
        font-size: 27px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox li.excard-listbox__list--no>.excard-listbox__img {
        width:46px;
        height: 58px
    }

    .excard-listbox li.excard-listbox__list--no>.excard-listbox__label2 {
        font-size: 18px
    }
}

.excard-listbox li.excard-listbox__list--no>.excard-listbox__newspromo {
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    color: #fff!important;
    border-radius: 5px;
    background-color: #069;
    font-size: 12px
}

.excard-listbox li.excard-listbox__list--agent:hover,.excard-listbox li.excard-listbox__list--read,.excard-listbox li.excard-listbox__list--read:hover {
    background-color: #fff
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-listbox li.excard-listbox__list--no>.excard-listbox__newspromo {
        font-size:18px;
        width: 257px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-listbox li.excard-listbox__list--no>.excard-listbox__newspromo {
        font-size:12px;
        width: 160px
    }
}

.excard-listbox li.excard-listbox__list--agent {
    background-color: #fff;
    border-bottom: 1pt solid #bfbfbf
}

.excard-listbox li.excard-listbox__list--agent-hover:hover {
    background-color: #e2e2e2
}

.excard-listbox li:hover {
    background-color: rgba(45,144,253,.35)
}

.excard-footer__bookmark {
    background-color: #005e95;
    padding: 25px 0
}

.excard-footer__copyright {
    background-color: #003e5b;
    color: #717272;
    text-align: center;
    padding: 5px;
    font-size: 12pt;
    margin: 0
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer__copyright {
        font-size:12px
    }
}

.excard-footer__choose {
    background-color: #00a3ca
}

.excard-footer .excard-choose__div {
    width: 1200px;
    margin: 0 auto
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-choose__div {
        width:900px;
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer__copyright {
        font-size:12px
    }

    .excard-footer .excard-choose__div {
        width: 725px;
        margin: 0 auto;
        padding: 0
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer__copyright {
        font-size:12px;
        padding: 0
    }

    .excard-footer .excard-choose__div {
        width: 440px;
        margin: 0 auto;
        padding: 0
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer__copyright {
        padding:0;
        font-size: 9px
    }

    .excard-footer .excard-choose__div {
        width: 281px;
        margin: 0 auto
    }
}

.excard-footer .excard-choose__div--choco {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0
}

.excard-footer .excard-choose__div h2 {
    font-size: 24pt;
    color: #fff
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-choose__div h2 {
        font-size:29px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-choose__div h2 {
        font-size:23px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-choose__div h2 {
        font-size:12px
    }
}

.excard-footer .excard-choose__div h2 span {
    font-size: 61pt
}

.excard-footer .excard-choose__card {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 180px;
    height: 70px;
    background-color: #005e95;
    padding: 5px;
    margin-right: 15px;
    text-align: center
}

.excard-footer .excard-choose__card:last-child {
    margin-right: 0
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-choose__card {
        width:141px;
        margin-right: 5px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-choose__div h2 span {
        font-size:67px
    }

    .excard-footer .excard-choose__card {
        width: 105px;
        height: 83px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-choose__div h2 span {
        font-size:56px
    }

    .excard-footer .excard-choose__card {
        width: 133px;
        height: 100px;
        margin: 15px 11px 0 0
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-choose__div h2 span {
        font-size:42px
    }

    .excard-footer .excard-choose__card {
        width: 80px;
        height: 67px;
        margin: 15px 5px 0 0
    }
}

.excard-footer .excard-choose__card>div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto
}

.excard-footer .excard-choose__card .excard-choose__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: 100% 100%
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-choose__card .excard-choose__icon {
        width:33px;
        height: 33px;
        margin-right: 5px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-choose__card .excard-choose__icon {
        display:block;
        width: 40px;
        height: 40px;
        margin: 0 auto
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-choose__card .excard-choose__icon {
        display:block;
        width: 50px;
        height: 50px;
        margin: 0 auto
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-choose__card .excard-choose__icon {
        display:block;
        width: 33px;
        height: 33px;
        margin: 0 auto
    }
}

.excard-footer .excard-choose__card span {
    display: inline-block;
    color: #f7f706;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: 400;
    vertical-align: text-bottom
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-choose__card span {
        font-size:9px
    }
}

.excard-footer .excard-choose__icon--delivery {
    background-image: url(../images/v3/footer/delivery.png)
}

.excard-footer .excard-choose__icon--cs {
    background-image: url(../images/v3/footer/cs.png)
}

.excard-footer .excard-choose__icon--lowprice {
    background-image: url(../images/v3/footer/lowprice.png)
}

.excard-footer .excard-choose__icon--processday {
    background-image: url(../images/v3/footer/processday.png)
}

.excard-footer .excard-choose__icon--value {
    background-image: url(../images/v3/footer/value.png)
}

.excard-footer .excard-choose__icon--webvalue {
    background-image: url(../images/v3/footer/webvalue.png)
}

.excard-footer .excard-choose__icon--vBottom {
    vertical-align: bottom
}

.excard-footer .excard-bookmark__img--confidence {
    width: 148px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-choose__card span {
        font-size:10px;
        line-height: 1.2;
        margin-top: 2px
    }

    .excard-footer .excard-bookmark__img--confidence {
        width: 216px;
        height: 83px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-choose__card span {
        font-size:10px;
        line-height: 1;
        margin-top: 5px
    }

    .excard-footer .excard-bookmark__img--confidence {
        width: 135px;
        height: 52px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-choose__card span {
        font-size:8px;
        line-height: 1;
        margin-top: 5px
    }

    .excard-footer .excard-bookmark__img--confidence {
        width: 90px;
        height: 35px
    }
}

.excard-footer .excard-bookmark__img--payment {
    width: 180px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__img--payment {
        width:348px;
        height: 180px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__img--payment {
        width:196px;
        height: 102px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__img--payment {
        width:200px;
        max-width: 200px!important;
        height: 100px;
        margin-bottom: 20px
    }
}

.excard-footer .excard-bookmark__img--android {
    width: 150px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__img--android {
        width:79px
    }
}

.excard-footer .excard-bookmark__div {
    color: #dbdbdb;
    font-size: 8pt;
    text-align: center;
    width: 1200px;
    margin: 0 auto
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__div {
        width:900px;
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__div {
        width:725px;
        margin: 0 auto;
        padding: 0
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__div {
        width:440px;
        margin: 0 auto;
        padding: 0
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__div {
        width:281px;
        margin: 0 auto;
        text-align: left
    }
}

.excard-footer .excard-bookmark__div--left {
    text-align: left
}

.excard-footer .excard-bookmark__wrapper {
    display: inline-block
}

.excard-footer .excard-bookmark__hr {
    padding: 15px 0;
    width: 1200px;
    margin: 0 auto
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__hr {
        width:900px;
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__hr {
        width:100%
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__hr {
        width:100%
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__hr {
        width:100%
    }
}

.excard-footer .excard-bookmark__hr div {
    border-top: 1px solid #333
}

.excard-footer .excard-bookmark__cardswrap {
    display: inline-block;
    vertical-align: top;
    width: 595px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__cardswrap {
        width:445px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__cardswrap {
        width:330px
    }

    .excard-footer .excard-bookmark__cardswrap--mright {
        margin-right: 20px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__cardswrap {
        width:200px
    }

    .excard-footer .excard-bookmark__cardswrap--mright {
        margin-right: 25px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__cardswrap {
        width:135px
    }

    .excard-footer .excard-bookmark__cardswrap--mright {
        margin-right: 4px
    }
}

.excard-footer .excard-bookmark__cards {
    display: inline-block;
    vertical-align: top;
    margin-right: 65px;
    text-align: left
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__cards {
        margin-right:50px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__cards {
        margin-right:0
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__cards {
        margin-right:0
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__cards {
        margin-right:0
    }
}

.excard-footer .excard-bookmark__cards--mr-large {
    margin-right: 120px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__cards--mr-large {
        margin-right:0
    }

    .excard-footer .excard-bookmark__cards--barcode {
        display: none
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__cards--mr-large {
        margin-right:30px
    }

    .excard-footer .excard-bookmark__cards--barcode {
        display: none
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__cards--mr-large {
        margin-right:14px
    }

    .excard-footer .excard-bookmark__cards--barcode {
        display: none
    }
}

.excard-footer .excard-bookmark__cards--no-mr {
    margin-right: 0
}

.excard-footer .excard-bookmark__cards--confidence {
    width: 300px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__cards--confidence {
        width:155px
    }
}

.excard-footer .excard-bookmark__title {
    font-size: 12pt
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__title {
        font-size:12px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__cards--confidence {
        width:345px
    }

    .excard-footer .excard-bookmark__title {
        font-size: 27px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__cards--confidence {
        width:200px
    }

    .excard-footer .excard-bookmark__title {
        font-size: 14px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__cards--confidence {
        width:135px
    }

    .excard-footer .excard-bookmark__title {
        font-size: 9px
    }
}

.excard-footer .excard-bookmark__title--large {
    font-size: 15pt
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__title--large {
        font-size:15px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__title--large {
        font-size:27px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__title--large {
        font-size:20px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__title--large {
        font-size:13px
    }
}

.excard-footer .excard-bookmark__title--semi-large {
    font-size: 12pt
}

.excard-footer .excard-bookmark__title--center {
    text-align: center
}

.excard-footer .excard-bookmark__title--hidden {
    visibility: hidden
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__title--center {
        text-align:unset
    }

    .excard-footer .excard-bookmark__title--hidden {
        display: none
    }
}

.excard-footer .excard-bookmark__title--white {
    color: #fff!important
}

.excard-footer .excard-bookmark__title--tel {
    text-decoration: none;
    color: inherit;
    pointer-events: none
}

.excard-footer .excard-bookmark__title--sub {
    font-size: 10pt;
    margin-top: 5px;
    color: #aaa9a9
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__title--sub {
        font-size:10px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__title--center {
        text-align:unset
    }

    .excard-footer .excard-bookmark__title--hidden {
        display: none
    }

    .excard-footer .excard-bookmark__title--sub {
        font-size: 16px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__title--center {
        text-align:unset
    }

    .excard-footer .excard-bookmark__title--sub {
        font-size: 9px
    }
}

.excard-footer .excard-bookmark__title--sub+p {
    color: #fff
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__title--sub+p {
        font-size:10px
    }
}

.excard-footer .excard-bookmark__title--sub-bold {
    font-size: 10pt;
    color: #aaa9a9;
    margin-top: 5px;
    font-weight: 700
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__title--sub-bold {
        font-size:10px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__title--sub-bold {
        font-size:16px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__title--sub-bold {
        font-size:9px
    }
}

.excard-footer .excard-bookmark__title--desc {
    font-size: 8pt;
    color: #aaa9a9;
    padding-bottom: 5px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__title--desc {
        font-size:8px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__title--desc {
        font-size:14px;
        text-align: left
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__title--desc {
        font-size:10px;
        text-align: left
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__title--desc {
        font-size:8px;
        text-align: left
    }
}

.excard-footer .excard-bookmark__title--semi {
    display: block;
    cursor: pointer;
    font-size: 10pt;
    font-family: inherit;
    text-transform: uppercase;
    margin-top: 5px;
    color: #dadada;
    text-decoration: none
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__title--semi {
        font-size:10px;
        margin-top: 2px
    }
}

.excard-footer .excard-bookmark__title--semi-nostyle {
    margin-top: -2px
}

.excard-footer .excard-bookmark__title--semi:before {
    display: inline-block;
    content: ">";
    padding-right: 5px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__title--semi {
        font-size:16px
    }

    .excard-footer .excard-bookmark__title--mtop {
        margin-top: 25px
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__title--semi {
        font-size:12px
    }

    .excard-footer .excard-bookmark__title--mtop {
        margin-top: 45px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__title--semi {
        font-size:9px
    }

    .excard-footer .excard-bookmark__title--mtop {
        margin-top: 25px
    }
}

.excard-footer .excard-bookmark__details {
    font-size: 10pt;
    padding: 5px 0 0 14px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .excard-footer .excard-bookmark__details {
        font-size:9pt
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__details {
        font-size:16px;
        line-height: 2.4
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__details {
        font-size:12px;
        line-height: 2.4
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-footer .excard-bookmark__details {
        font-size:9px;
        line-height: 1.5;
        padding: 3px 0 0 12px
    }

    .excard-footer .excard-bookmark__details--nopadleft {
        padding-left: 0
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .excard-footer .excard-bookmark__details--nopadleft {
        padding-left:0
    }
}

.excard-footer .excard-bookmark__details--center {
    padding-top: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 12pt
}

.excard-old {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 101
}

.excard-old__wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 550px;
    background-color: #fff;
    text-align: center
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-footer .excard-bookmark__details--nopadleft {
        padding-left:0
    }

    .excard-old__wrapper {
        width: 420px
    }
}

.excard-old__box {
    padding: 15px 0;
    position: relative
}

.excard-old__box--bottom {
    height: 100px
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-old__wrapper {
        width:280px
    }

    .excard-old__box--bottom {
        padding: 5px 0;
        height: 70px
    }
}

.excard-old__icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #006698;
    color: #fff;
    font-size: 86px
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-old__icon {
        width:100px;
        height: 100px;
        font-size: 65px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-old__icon {
        width:64px;
        height: 64px;
        font-size: 48px
    }
}

.excard-old__label {
    font-weight: 700;
    font-size: 18px
}

.excard-old__btn {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 200px
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .excard-old__btn {
        width:160px;
        font-size: 12px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-old__label {
        font-size:12px
    }

    .excard-old__btn {
        width: 110px;
        font-size: 9px
    }
}

.excard-old__btn>b {
    pointer-events: none
}

.excard-old__btn--classic {
    color: #006698;
    left: 25px;
    outline: #069 solid 1px!important
}

.excard-old__btn--classic:hover {
    color: #006698
}

.excard-old__btn--new {
    background-color: #006698;
    color: #fff;
    right: 25px
}

.excard-old__btn--new:hover {
    color: #fff
}

.m-excard-product {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    left: 0;
    top: 57px;
    z-index: 105;
    overflow-y: scroll
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .m-excard-product {
        display:block
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-product {
        display:block;
        top: 38px
    }
}

.m-excard-product__icon,.m-excard-product__text {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px
}

.m-excard-product__wrapper {
    width: 404px;
    height: 100vh;
    background-color: #01364a
}

.m-excard-product__headbox {
    height: 140px;
    background-color: #01425b;
    padding: 26px 30px
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-product__wrapper {
        width:270px
    }

    .m-excard-product__headbox {
        height: 94px;
        padding: 11px 20px
    }
}

.m-excard-product__img {
    width: 163px;
    height: 65px
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-product__img {
        width:109px;
        height: 44px
    }
}

.m-excard-product__icon {
    width: 36px;
    height: 36px;
    background-image: url(../images/v3/master/home2.png);
    background-size: 100% 100%
}

.m-excard-product__text {
    font-size: 20px;
    margin-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-product__icon {
        width:24px;
        height: 24px
    }

    .m-excard-product__text {
        font-size: 14px
    }
}

.m-excard-product__body {
    width: 100%;
    height: 400px
}

.m-excard-product__box {
    width: 100%
}

.m-excard-product__groupbox {
    display: none;
    background-color: #fff
}

.m-excard-prodcut__box {
    margin-bottom: 0!important
}

.m-excard-product__btn {
    position: relative;
    display: block;
    font-weight: 700;
    padding: 13px 30px;
    border-bottom: 1px solid #a89f9f!important;
    font-size: 20px;
    color: #fff!important;
    background-color: #01364a;
    text-transform: uppercase
}

.m-excard-product__btn:hover {
    color: #fff;
    border-bottom: 1px solid #a89f9f
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-product__btn {
        font-size:14px;
        padding: 9px 20px
    }
}

.m-excard-product__btn--drop {
    cursor: pointer
}

.m-excard-product__btn--drop:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 5px
}

.m-excard-product__btn--drop-active {
    margin-top: 0;
    background-color: #33b6e4
}

.m-excard-product__btn--drop-active+.m-excard-product__groupbox {
    display: block
}

.m-excard-product__btn--drop-active:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.m-excard-product__btn--groupbtn {
    padding: 10px 30px;
    border: unset!important;
    font-size: 22px;
    color: #036d89!important;
    background-color: #fff
}

.m-excard-product__btn--groupbtn:hover {
    color: #036d89;
    border: unset
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-product__btn--groupbtn {
        font-size:12px;
        padding: 6px 20px
    }
}

.m-excard-product__btn--groupbtn:after {
    border-top: 2px solid #036d89;
    border-right: 2px solid #036d89
}

.m-excard-product__btn--subgroupbtn {
    display: none;
    padding: 5px 30px;
    border: unset!important;
    font-size: 17px;
    color: #036d89;
    background-color: #fff;
    font-weight: 300
}

.m-excard-product__btn--subgroupbtn-active {
    display: block;
    color: #036d89!important;
    font-weight: 700
}

.m-excard-product__btn--subgroupbtn:hover {
    color: #036d89;
    border: unset;
    background-color: #bdd8e0
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .m-excard-product__btn--subgroupbtn {
        padding:5px 20px;
        font-size: 10px
    }
}

.tooltip_general .tooltiptext,.tooltip_productlist .tooltiptext {
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    z-index: 1;
    border: #000
}

.tooltip_productlist {
    position: relative;
    display: inline-block
}

.tooltip_productlist .tooltiptext {
    width: 180px;
    visibility: hidden;
    font-size: 10px;
    top: -5px;
    left: 105%;
    position: absolute
}

.tooltip_productlist .tooltiptext--large {
    width: 280px
}

.tooltip_productlist .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000 transparent transparent
}

.tooltip_productlist:hover .tooltiptext {
    visibility: visible
}

.tooltip_general {
    position: relative;
    display: inline-block
}

.tooltip_general .tooltiptext {
    visibility: hidden;
    position: absolute;
    top: 150%;
    margin-left: -20px
}

.tooltip_general .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000
}

.tooltip_general:hover .tooltiptext {
    visibility: visible
}

.mobile_home {
    width: 140px
}

@media screen and (min-width: 1025px) and (max-width:1324px) {
    .mobile_home {
        width:100px
    }
}

.page_wrapper {
    /* width: 100%; */
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
}

@media (min-width: 576px) {
    .page_wrapper {
        /* max-width:540px; */
    }
}

@media (min-width: 768px) {
    .page_wrapper {
        /* max-width:720px; */
    }
}

@media (min-width: 992px) {
    .page_wrapper {
        /* max-width:960px; */
    }
}

@media (min-width: 1600px) {
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > .temp-fix-page-wrapper, 
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > .temp-fix-page-wrapper > #excard-banner {
        max-width: 1600px;
        padding: 0px;
    }
    
    .page_wrapper, #sec_product > .container, .page_wrapper.excard-content-page__content.container {
        max-width: 1600px;
		padding: 0 80px;
        margin: 0 auto;
    }

    .page_wrapper.excard-content-page__content, #sec_product > .container {
        max-width: 1600px;
        /* padding: 0 80px !important; */
    }

    #excard-banner, .excard-content-page__content {
        padding: 20px 15px;
    }

    #excard-banner-wrapper, .page_wrapper.excard-content-page__content.container {
        padding: 0 80px;
    }
    
    #other_topic_history.content > .page_wrapper {
        padding: 50px 80px !important;
    }

    .excard-page-breadcum > .page_wrapper {
        max-width: 1600px ;
        padding: 0 80px !important;
    }

    .excard-page-breadcum.trans_back > .page_wrapper,
    section > .excard-content-page > .page_wrapper.excard-content-page__content.trans_back:first-child {
        padding: 0 !important;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > center, 
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > table {
        display: block;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 80px;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > .content-headerBg, 
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > #tab_container > .content-headerBg {
        display: flex;
        max-width: 1600px;
        padding: 20px 80px;
        margin: 0 auto;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > #tab_container {
        max-width: 1600px !important;
        padding: 20px 80px !important;
        margin: 0 auto !important;
    }
    
    div:has(#mainContent_upQuotation), section:has(#mainContent_Label1) {
        max-width: 1600px !important;
        margin: 0 auto;
        padding: 18px 80px !important;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > #tab_container {
        max-width: 1600px !important;
        padding: 0;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div#mainContent_UpdatePanel1 > #tab_container {
		margin: 0 auto;
		padding: 0 80px;
	}

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div#mainContent_UpdatePanel1 > #tab_container > .content-headerBg {
        padding: 20px 0;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > #tab_container  {
        padding: 20px 80px;
    }

    .temp-fix-page-wrapper > div > #excard-banner > #excard-banner-wrapper, .temp-fix-page-wrapper > div > #excard-banner-wrapper {
        padding: 0px 80px!important;
    }

    .temp-fix-page-wrapper > div > .excard-breadcum_content > .page_wrapper > .excard-breadcum {
        padding: 0 !important;
    }
}

@media (max-width: 1300px) {
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > .temp-fix-page-wrapper,
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > .temp-fix-page-wrapper > #excard-banner,
    .excard-content-page > .page_wrapper.excard-content-page__content.container {
        max-width: inherit;
        /* padding: 0 80px; */
    }
    
    .header_banner.header_ban > #excard-banner-wrapper, #blog_content {       
        padding: 0 20px;
        margin: 0 auto;
    }
    
    #sec_product > .container, .excard-content-page {
        max-width: inherit;
    }

    .excard-page-breadcum, .excard-content-page, body > .excard-content-page {
        padding: 0px 15px;
    }

    section > .excard-content-page > .page_wrapper.excard-content-page__content.trans_back:last-child {
        padding: 20px 15px !important;
    }

    #other_topic_history.content > .page_wrapper {
        padding: 50px 20px !important;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > center, 
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > table {
        display: block;
        padding: 0 15px;
    }
    
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > .content-headerBg, 
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > #tab_container > .content-headerBg,
    #mainContent_Label1 {
        padding: 20px 20px;
    }

    div:has(#mainContent_upQuotation) {
        max-width: 1600px !important;
        margin: 0 auto;
        padding: 18px 20px;
    }
    
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div#mainContent_UpdatePanel1 > #tab_container {
		padding: 0 15px;
	}

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div#mainContent_UpdatePanel1 > #tab_container > .content-headerBg {
        padding: 20px 0;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > table {
        margin: 0 15px
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > #tab_container  {
        padding: 20px 15px;
        margin: 0;
    }

    .temp-fix-page-wrapper > div > #excard-banner > #excard-banner-wrapper, .temp-fix-page-wrapper > div > #excard-banner-wrapper {
        padding: 0 15px;
    }

     .temp-fix-page-wrapper > div > .excard-breadcum_content > .page_wrapper > .excard-breadcum {
        padding: 15px;
    }
}

@media (min-width: 1300px) {
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > .temp-fix-page-wrapper,
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > .temp-fix-page-wrapper > #excard-banner {
        max-width: inherit;
    }
    
    .header_banner.header_ban > #excard-banner-wrapper, #blog_content {       
        max-width: 1600px;
        padding: 0 80px;
        margin: 0 auto;
    }
    
    .page_wrapper.excard-content-page__content {
        padding: 0;
    }

    .excard-page-breadcum > .page_wrapper {
        padding: 10px 80px !important;
    }

    /* for product index */
    body > div > div > .excard-page-breadcum.trans_back > .page_wrapper {
        padding: 0 !important;
    }

    section > .excard-content-page > .page_wrapper.excard-content-page__content.trans_back:last-child {
        padding: 0 80px !important;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > center, 
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > table {
        display: block;
        padding: 0 80px;
    }
    
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > .content-headerBg, 
    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > #tab_container > .content-headerBg {
        padding: 20px 80px;
    }
    
    div:has(#mainContent_upQuotation), section:has(#mainContent_Label1) {
        max-width: 1600px !important;
        margin: 0 auto;
        padding: 18px 80px !important;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div#mainContent_UpdatePanel1 > #tab_container {
		padding: 0 80px;
	}

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div#mainContent_UpdatePanel1 > #tab_container > .content-headerBg {
        padding: 20px 0;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > table {
        margin: 0 80px;
    }

    .temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > #tab_container  {
        padding: 20px 80px;
        margin: 0;
    }

     .temp-fix-page-wrapper > div > #excard-banner > #excard-banner-wrapper, .temp-fix-page-wrapper > div > #excard-banner-wrapper {
        padding: 15px 80px;
    }

    .temp-fix-page-wrapper > div > .excard-breadcum_content > .page_wrapper > .excard-breadcum {
        padding: 0 80px;
    }
}

.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > .content-headerBg, 
.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > #tab_container > .content-headerBg,
.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > #tab_container > .content-headerBg{
    background: none;
    float: none;
    height: 70px;
    width: auto;
}

.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > #tab_container {
    padding: 0;
    margin: 0;
}

.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > .content-headerBg h1, 
.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > div > #tab_container > .content-headerBg h1,
.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > #tab_container > .content-headerBg h1 {
    padding: 0px;
}

.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper > table {
    width: 90% !important;
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .excard-content-page > .page_wrapper {
        padding: 0;
    }

    #sec_product > .container {
        max-width: inherit;
        padding: 0 80px !important;
    }

    #other_topic_history.content > .page_wrapper {
        max-width: inherit;
        padding: 50px 80px !important;
    }

    .page_wrapper.excard-content-page__content.container {
        max-width: inherit;
        /* padding: 0 80px !important; */
    }

    .excard-content-page {
        max-width: inherit;
        padding: 0 80px;
    }
}

.excard-page-banner__wrapper {
    width: 1200px;
    margin: 0 auto
}

.excard-page-banner__banner {
    width: 100%;
    height: 400px
}

.excard-page-banner__banner--bg {
    background-image: url(../images/v3/news/banner.jpg);
    background-size: 100%
}

.excard-page-breadcum {
    background-color: #fff;
}

.excard-page-breadcum__wrapper {
    width: 1200px;
    margin: 0 auto
}

.excard-breadcum {
    padding: 15px 0;
}

.excard-breadcum__item {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 15px
}

.excard-breadcum__item--desc {
    color: #00a3ca;
    font-size: 10pt
}

.excard-breadcum__item--icon {
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-image: url(../images/v3/master/home.png)
}

.excard-content-page__content {
    background-color: #fff;
    /* padding: 20px 15px!important; */
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    /* change for inspire */ .excard-content-page > .page_wrapper.excard-content-page__content {
        /* padding: 20px 0 !important; *
             padding: 0 80px;/
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .page_wrapper.excard-content-page__content {
        padding: 0 !important;
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .excard-content-page__content {
        /* padding:5px 15px!important; */
    }
}

.custom_bar {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (min-width: 320px) and (max-width:767px) {
    .custom_bar {
        display:none
    }
}

.custom_bar .custombar_close {
    display: block;
    padding: 2px 2px;
    border-radius: 50px;
    color: #504f4f;
    position: fixed;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    bottom: 130px;
    left: 90px;
    font-size: 20px;
    background-color: #fff
}

.custom_bar .custombar_icon {
    display: block;
    padding: 5px 5px;
    border-radius: 5px;
    position: fixed;
    color: #000;
    text-align: center;
    cursor: pointer;
    bottom: 20px;
    z-index: 1
}

.custom_bar .custombar_icon img {
    width: 100px
}

.custom_bar .custombar_icon img:hover {
    width: 110px
}

@keyframes box-news {
    from {
        background-color: #f790ca
    }

    to {
        background-color: #e7039b
    }
}

.Menu-box-news-site {
    display: flex
}

.Menu-box-news {
    background-color: #f53da5;
    border: solid 2px #f12699;
    border-radius: 4px;
    color: #ff0;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: middle;
    padding: 1px;
    box-shadow: 4px 4px 2px #979899;
    width: 40px;
    top: 10px;
    height: 24px;
    left: 0;
    opacity: .8;
    margin-left: 5px;
    -webkit-animation-name: box-news;
    -webkit-animation-duration: 2s;
    animation: box-news 2s infinite
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .Menu-box-news {
        border:solid 1px #f12699;
        border-radius: 4px;
        font-size: 8px;
        letter-spacing: 1px;
        vertical-align: middle;
        padding: 2px;
        box-shadow: 2px 2px 1px #979899;
        width: 30px;
        top: 10px;
        height: 18px;
        left: 0;
        opacity: .8;
        margin-left: 5px;
        -webkit-animation-name: box-news;
        -webkit-animation-duration: 2s;
        animation: box-news 2s infinite
    }
}

.Menu-box-news-2 {
    position: absolute;
    top: -20px;
    right: 0;
    display: inline-block;
    background-color: #f53da5;
    border: solid 2px #f12699;
    border-radius: 4px;
    color: #ff0;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: middle;
    padding: 2px 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.25);
    min-width: 55px;
    opacity: .8;
    margin-left: 0;
    -webkit-animation-name: box-news;
    -webkit-animation-duration: 2s;
    animation: box-news 2s infinite
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .Menu-box-news-2 {
        border:solid 1px #f12699;
        border-radius: 4px;
        font-size: 7px;
        letter-spacing: 1px;
        vertical-align: middle;
        padding: 2px 1px;
        box-shadow: 2px 2px 1px #979899;
        top: -15px;
        left: 0;
        opacity: .8;
        margin-left: 5px;
        -webkit-animation-name: box-news;
        -webkit-animation-duration: 2s;
        animation: box-news 2s infinite
    }
}

@media screen and (min-width: 1025px) and (max-width:1150px) {
    .Menu-box-news-2 {
        border:solid 1px #f12699;
        border-radius: 4px;
        font-size: 7px;
        letter-spacing: 1px;
        vertical-align: middle;
        padding: 2px 1px;
        box-shadow: 2px 2px 1px #979899;
        top: -18px;
        left: 0;
        opacity: .8;
        margin-left: 5px;
        -webkit-animation-name: box-news;
        -webkit-animation-duration: 2s;
        animation: box-news 2s infinite;
        display: block
    }
}

.excard-head__call a:link,.excard-head__call a:visited {
    color: #fff!important
}

.blink {
    -webkit-animation: tag_blink 1s infinite;
    animation: tag_blink 1s infinite
}

@-webkit-keyframes tag_blink {
    0% {
        opacity: 1
    }

    25% {
        opacity: .55
    }

    50% {
        opacity: .25
    }

    75% {
        opacity: .55
    }

    100% {
        opacity: 1
    }
}

@keyframes tag_blink {
    0% {
        opacity: 1
    }

    25% {
        opacity: .55
    }

    50% {
        opacity: .25
    }

    75% {
        opacity: .55
    }

    100% {
        opacity: 1
    }
}

.btn-excard {
    position: relative;
    padding: .55rem .75rem;
    font-size: .8rem;
    letter-spacing: 1px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none!important;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all .3s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center
}

.btn-grn {
    background-color: #13c500!important;
    color: #fff!important
}

.btn-grn:hover {
    background-color: #3eef2b;
    background-image: linear-gradient(315deg,#3eef2b 0,#13c500 74%)
}

.btn-bl {
    background-color: #2d90fd;
    color: #fff!important
}

.btn-bl:hover {
    background-color: #2dd9fc;
    background-image: linear-gradient(315deg,#2dd9fc 0,#2d90fd 74%)
}

.btn-bl-outline {
    border: 2px solid #2d90fd;
    background-color: transparent!important;
    color: #2d90fd!important
}

.btn-bl-outline:hover {
    border: 0 solid transparent;
    margin-bottom: 4px;
    color: #fff!important;
    border-radius: 30px;
    background-image: linear-gradient(315deg,#2dd9fc 0,#2d90fd 74%)
}

.btn-ppl {
    background-color: #9000cc!important;
    color: #fff!important
}

.btn-ppl:hover {
    background-color: #647dee;
    background-image: linear-gradient(326deg,#647dee 0,#7700af 74%);
    border-color: transparent
}

.btn-yl {
    background-color: #fdb913!important;
    color: #fff!important
}

.btn-yl:hover {
    background-color: #ffed00;
    background-image: linear-gradient(315deg,#f7f706 0,#fdb913 74%);
    border-color: transparent
}

.btn-rd {
    background-color: #c72926!important;
    color: #fff!important
}

.btn-rd:hover {
    background-color: #fe3038;
    background-image: linear-gradient(315deg,#fe3038 0,#c72926 74%);
    border-color: transparent
}

.btn-gry {
    background-color: #e1e7e9;
    color: #37404c!important
}

.btn-gry:hover {
    background-color: #e1e7e9;
    background-image: linear-gradient(315deg,#e1e7e9 0,#d0dadd 74%);
    border-color: transparent
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .btn-excard {
        font-size:.725rem;
        line-height: 1.45rem;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}
