@import url("../font-awesome.min.css"); 

body {
	background-color: #ffffff;
}
ul.menu-buy {
    float: left;
    width: 100%;
    text-align: left;
}
ul.menu-buy li.active a {
    color: #77bc1f;
}
ul.menu-buy li.active .line-active {
    background-color: #77bc1f;
    height: 3px;
    width: 100%;
    margin-top: -5px;
}
ul.menu-buy li:last-child {
    float: right;
}

@media only screen and (max-width: 991px) {
    ul.menu-buy {
        padding: 15px 0 0 0;
    }
    ul.menu-buy li.active .line-active {
        margin-top: 1px;
    }
}
@media only screen and (max-width: 767px) {
    ul.menu-buy {
        padding: 0 0 0 0;
    }
}

/*back2Top*/
#back2Top {
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 24px;
    right: 28px;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    background-color: #77bc1f;
    border-radius: 40px;
    height: 60px;
    width: 60px;
    padding-top: 6px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#back2Top:hover {
    background-color: #59960f;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (max-width: 1199px) {
    #back2Top {
        background-color: rgba(119, 188, 31, 0.77);
        right: 0;
    }
}
@media (max-width: 610px) {
    #back2Top {
        height: 45px;
        width: 45px;
        padding-top: 0px;
    }
    #back2Top img {
        width: 22px;
        margin-bottom: 11px;
    }
}

@media (max-width: 500px) {
    #back2Top {
        height: 40px;
        width: 40px;
        bottom: 28px;
        padding-top: 3px;
    }
}


.bt-buypage4 {
    display: -webkit-inline-box;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    font-size: 18px;
    font-family: 'Kanit', sans-serif;
    background-color: #7bc143;
    padding: 15px 45px 15px 45px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/* index-buy stock
/*-----------------------------------------------------------------------------------*/
/* tab */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #75bd1e;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: rgba(245, 245, 245, 0);
    border-color: rgba(255, 255, 255, 0);
}
.panel-heading {
	padding: 0px 0px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background-color: #e5e5e5;
}
.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.1;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    height: 75px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: black;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.nav > li:first-child > a {
    padding: 25px 60px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.nav > li:last-child > a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.nav-tabs > li:nth-child(1) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.nav-tabs > li:nth-child(2) {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.nav-tabs > li:nth-child(3) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 60px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #d6d6d6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.nav-tabs > li > a > span {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    height: 75px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.panel {
	background-color: rgba(255, 255, 255, 0);
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Kanit', sans-serif;
    max-width: 683px;
    margin: 80px auto 80px auto;
}
.panel-body {
    padding: 0px;
    font-family: 'Kanit', sans-serif;
}
.cover-content-stockpickup {
    padding: 0px;
    font-family: 'Kanit', sans-serif;
}

/* card & table */
.head-compare-function {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    top: -255px;
    color: #000000;
    z-index: 999;
}
.cardTitle-3y0nyZwy {
    padding-bottom: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 47px;
    text-transform: capitalize;
    line-height: 1.05;
    letter-spacing: 0.05em;
}
.cardTitle-3y0nyZwy.stpp {
    padding-bottom: 20px;
}
.bath-text.stpp {
    margin-bottom: 68px;
}
.cardTitle-3y0nyZwy.stpp.first {
    margin-bottom: 68px;
}
.bath-text {
    font-size: 65px;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 55px;
}
.bath-text span img {
    margin-top: 10px;
    margin-left: 10px;
}
.bath-text.good {
    margin-bottom: 45px;
    text-align: center;
}
.bath-text.good p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.bath-text.good span img {
    margin-top: 16px;
    margin-left: -10px;
}
.cardLayout-1LerLlMd {
    padding: 0;
}
.member-basic {
    color: #bfbfbf;
}
.member-basic .btn-member-1 {
    font-size: 18px;
    font-weight: 400;
    border: 1px solid;
    width: 70%;
    height: 50px;
    padding: 11px 0;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.member-basic .btn-member-1 a {
    color: #bfbfbf;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-basic .btn-member-1:hover {
    background-color: #bfbfbf;
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-basic .btn-member-1:hover a {
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-basic .btn-member-2 a {
    color: #bfbfbf;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-basic .btn-member-2:hover a {
    color: #989898;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-basic .btn-member-2 {
    font-size: 16px;
    font-weight: 400;
    width: 70%;
    height: 50px;
    padding: 11px 0;
    border-radius: 50px;
}
.member-silver {
    color: #878787;
}
.member-silver .btn-member-1 {
    font-size: 18px;
    font-weight: 400;
    /*border: 1px solid;*/
    width: 70%;
    height: 50px;
    padding: 11px 0;
    border-radius: 50px;
    background-color: #878787;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-silver .btn-member-1:hover {
    background-color: #5a5a5a;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-silver .btn-member-1 a {
    color: #ffffff;
}
.member-gold {
    color: #a78e5f;
}
.member-gold .btn-member-1 {
    font-size: 18px;
    font-weight: 400;
    /*border: 1px solid;*/
    width: 70%;
    height: 50px;
    padding: 11px 0;
    border-radius: 50px;
    background-color: #a78e5f;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-gold .btn-member-1:hover {
    background-color: #84724d;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-gold .btn-member-1 a {
    color: #ffffff;
}
.member-platinum {
    color: #9343ac;
}
.member-platinum .btn-member-1 {
    font-size: 18px;
    font-weight: 400;
    /*border: 1px solid;*/
    width: 70%;
    height: 50px;
    padding: 11px 0;
    border-radius: 50px;
    background-color: #9343ac;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-platinum .btn-member-1:hover {
    background-color: #6c2284;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-platinum .btn-member-1 a {
    color: #ffffff;
}
.silver-bg-color {
    background-image: linear-gradient(135deg, #efefef 0%, #d6d6d6 100%) !important;
}
.gold-bg-color {
    background-image: linear-gradient(135deg, #efefef 0%, #e8d0a3 100%) !important;
}
.premium-bg-color {
    background-image: linear-gradient(135deg, #efefef 0%, #e8c2f5 100%) !important;
}
.live-bg-color {
    background: #ffffff !important;
}
.live-plus-bg-color {
    background: #f6416c !important;
}

.bottomLayer-1tsuTQF7 {
    background: #fff;
    box-shadow: 0 1px 2px rgba(236, 98, 98, 0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    width: 355px;
    height: 410px;
    margin: 0 10px 30px 10px;
    padding: 40px 30px 20px 30px;
}
.bottomLayerSection-1PwZ86Ym {
    position: relative;
    margin-top: 695px;
    z-index: 999;
}
.featuresTable-1TPDJjPP {
    background: rgba(17, 51, 17, 0);
    padding-top: 0px;
    padding-bottom: 80px;
}
.headerRow-bFhkyVgy {
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 0px;
    z-index: 3;
}
.next-card-element-top-margin-3p09RuaJ {
    margin-top: -340px;
}
.plans-header-main-col-1fclfKO- {
    line-height: 1.1;
    font-weight: 500;
    font-size: 16px;
}
.content-head-teble {
    border-bottom: 1px solid #b6b6b6;
    border-top: 5px solid #6bb60d;
}
.plans-header-col-dHN3Eb6X {
    text-transform: capitalize;
    font-size: 18px;
    padding: 15px 0 20px 0;
}
.headerMainCol-mVLHFwbb {
    justify-content: center !important; 
    color: #0c0e15;
    padding: 0px 0 85px 0;
    background-color: #ffffff;
}
.col-2aaE6nc3:not(:first-child) {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 211px;
    min-width: 20px;
    /*padding: 15px 0 50px 0;*/
    background-color: #ffffff;
    text-align: center;
    line-height: 1.4;
}
.col-2aaE6nc3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    border: 0.5px solid #e0e0e0;
}
.stickyRow-3h9R8Lzd {
    padding: 0;
}
.sectionRow-1A4ZvV7P {
    padding: 0;
}
.icon-right {
    width: 100%;
}
.icon-right img {
    width: 20px;
}
.sectionCol-2EkbKwAv:first-child {
    padding-left: 0px;
}
.co-first {
    display: block;
    padding-top: 5px;
}
.good-text.first {
    padding-left: 20px;
}
.good-text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 10px 5px;
}
.good-text2 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0px 0;
    width: 100%;
}
.sectionCol-sub {
    border-bottom: 0.5px solid #e0e0e0;
    padding: 10px 5px;
    height: auto;
    font-weight: 400;
}
.sectionCol-sub:last-child {
    border-bottom: 0px solid #e0e0e0;
}
.sectionName-yOSg2cn_ {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px 10px 20px;
}
.sticky-28_MuNT8 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 249px;
    z-index: 2;
}
.table-functional tbody tr td img {
    width: 20px;
}
.bg-stickyCol {
    background: #e8f1de;
}
.member-head-table {
    display: block;
}
.headerMain-border {
    /*border: 1px solid #c1c1c1;*/
}

.btn-member-pay {
    cursor: pointer;
}
.btn-member-pay.basic {
    background: #ffffff;
    border: 1px solid #bfbfbf;
    padding: 5px 10px;
    margin: 10px auto 0 auto;
    width: 145px;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 10px;
}
.btn-member-pay.basic:hover {
    background-color: #bfbfbf;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.basic:hover a {
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.basic a {
    color: #bfbfbf;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.silver {
    background: #878787;
    padding: 5px 10px;
    margin: 10px auto 0 auto;
    width: 115px;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 10px;
}
.btn-member-pay.silver:hover {
    background-color: #5a5a5a;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.gold {
    background: #a78e5f;
    padding: 5px 10px;
    margin: 10px auto 0 auto;
    width: 115px;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 10px;
}
.btn-member-pay.gold:hover {
    background-color: #84724d;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.platinum {
    background: #9343ac;
    padding: 5px 10px;
    margin: 10px auto 0 auto;
    width: 115px;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 10px;
}
.btn-member-pay.platinum:hover {
    background-color: #6c2284;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay a {
    font-size: 16px;
    color: #fff;
}
.cover-good-text {
    position: absolute;
}
.cover-good-text .good-text {

}

.card-1uvvJm7y {
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
}

.noshadow {
    box-shadow: none;
    box-shadow: unset;
    border: 1px solid #d2d2d2;
}

@media (any-hover: hover), not all, not all {
    .sectionRow-1A4ZvV7P:hover {
        background-color: #ffffff;
    }
}

@media only screen and (max-width: 1530px) {
    .bath-text {
        font-size: 64px;
    }
    .container-buy {
        max-width: 1330px;
    }

    .bath-text.good span img {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1384px) {
    .bottomLayer-1tsuTQF7 {
        padding: 40px 20px 20px 20px;
    }
    .container-buy {
        max-width: 1160px;
    }
    .cardTitle-3y0nyZwy {
        font-size: 40px;
    }
    .bath-text {
        font-size: 54px;
    }
    .member-basic .btn-member-1 {
        font-size: 16px;
        padding: 13px 0;
    }
    .member-basic .btn-member-2 {
        font-size: 16px;
    }
    .member-silver .btn-member-1 {
        font-size: 16px;
        padding: 13px 0;
    }
    .member-gold .btn-member-1 {
        font-size: 16px;
        padding: 13px 0;
    }
    .member-platinum .btn-member-1 {
        font-size: 16px;
        padding: 13px 0;
    }
    .member-live .btn-member-1 {
        font-size: 16px;
        padding: 13px 0;
    }
    .member-live-plus .btn-member-1 {
        font-size: 16px;
        padding: 13px 0;
    }

    .bath-text.good p {
        font-size: 20px;
    }
    .bath-text span img {
        margin-top: 6px;
    }
    .bath-text.good span img {
        margin-top: 6px;
    }
}



@media only screen and (max-width: 1199px) {
    .cardTitle-3y0nyZwy {
        font-size: 35px;
    }
    .bath-text {
        font-size: 44px;
        margin-bottom: 60px;
    }
    .bath-text span img {
        margin-top: 5px;
        margin-left: 8px;
    }
    .bottomLayer-1tsuTQF7 {
        height: 350px;
        padding: 40px 20px 20px 20px;
    }
    .container-buy {
        max-width: 1015px;
    }

    .member-basic .btn-member-1 {
        padding: 10px 0;
        width: 65%;
        height: 45px;
    }
    .member-silver .btn-member-1 {
        padding: 10px 0;
        width: 65%;
        height: 45px;
    }
    .member-gold .btn-member-1 {
        padding: 10px 0;
        width: 65%;
        height: 45px;
    }
    .member-platinum .btn-member-1 {
        padding: 10px 0;
        width: 65%;
        height: 45px;
    }
    .member-live .btn-member-1 {
        padding: 10px 0;
        width: 65%;
        height: 45px;
    }
    .member-live-plus .btn-member-1 {
        padding: 10px 0;
        width: 65%;
        height: 45px;
    }

    .btn-member-pay a {
        font-size: 14px;
    }
    .plans-header-col-dHN3Eb6X {
        font-size: 16px;
    }
    .plans-header-main-col-1fclfKO- {
        font-weight: 400;
    }
    .btn-member-pay.basic {
        width: 124px;
        padding: 4px 9px;
    }
    .btn-member-pay.silver {
        background: #878787;
        padding: 4px 9px;
        width: 95px;
    }
    .btn-member-pay.gold {
        background: #a78e5f;
        padding: 4px 9px;
        width: 95px;
    }
    .btn-member-pay.platinum {
        background: #9343ac;
        padding: 4px 9px;
        width: 95px;
    }
    .sticky-28_MuNT8 {
        top: 238px;
    }
}

@media only screen and (max-width: 1019px) {
    .bottomLayerSection-1PwZ86Ym {
        position: relative;
        margin-top: 0px;
    }
    .head-compare-function {
        font-size: 28px;
        font-weight: 400;
        top: 15px;
    }
    .headerRow-bFhkyVgy {
        padding-top: 100px;
    }
    .next-card-element-top-margin-3p09RuaJ {
        margin-top: -70px;
    }
    .bottomLayer-1tsuTQF7.nono {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .bottomLayerSection-1PwZ86Ym {
        position: relative;
        margin-top: 0px;
    }
    .cardTitle-3y0nyZwy {
        font-size: 40px;
    }
    .next-card-element-top-margin-3p09RuaJ {
        margin-top: -50px;
    }
    .head-compare-function {
        top: 35px;
    }
    .head-compare-function {
        font-size: 25px;
    }
    .sectionName-yOSg2cn_ {
        font-size: 16px;
        font-weight: 500;
        padding: 5px 0px 5px 20px;
    }
    .good-text {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        padding: 7px 5px;
    }
    .good-text2 {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        padding: 0px 1px;
        width: 100%;
    }
    .plans-header-main-col-1fclfKO- {
        font-size: 14px;
    }
    .plans-header-col-dHN3Eb6X {
        font-size: 13px;
    }
    .btn-member-pay a {
        font-size: 12px;
    }
    .btn-member-pay.basic {
        width: 84px;
    }
    .btn-member-pay.silver {
        width: 80px;
    }
    .btn-member-pay.gold {
        width: 80px;
    }
    .btn-member-pay.platinum {
        width: 80px;
    }
    .bath-text {
        margin-bottom: 40px;
    }
    .bath-text.stpp {
        margin-bottom: 48px;
    }

    .sticky-28_MuNT8 {
        top: 244px;
    }
}

@media only screen and (max-width: 767px) {
    .stickyCol-BRZMY9MI .sectionName-yOSg2cn_ {
        padding-right: 0px;
        padding-left: 0px; 
    }
    .good-text.first {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sectionCol-2EkbKwAv:first-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sectionCol-2EkbKwAv:first-child {
        padding: 0px 20px 0px;
    }
    .headerRow-bFhkyVgy {
        padding-top: 170px;
    }
    .sticky-28_MuNT8 {
        top: 299px;
    }
    .icon-right img {
        width: 15px;
    }
    .hide-767 {
        display: none !important;
    }
    .stickyRow-3h9R8Lzd {
        padding: 0;
        margin-top: 0px;
    }
    .head-compare-function {
        top: 15px;
    }
    .headerRow-bFhkyVgy {
        padding-top: 170px;
    }
    .bottomLayerSection-1PwZ86Ym {
        z-index: 999;
    }
    .next-card-element-top-margin-3p09RuaJ {
        margin-top: -145px;
    }
    .plans-header-col-dHN3Eb6X {
        padding: 10px 0 !important;
    }
    .col-2aaE6nc3:not(:first-child) {
        padding: 0px 0 0px 0;
    }
    .co-first {
        display: block;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 700px) {
    .nav-tabs > li:nth-child(1) {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .nav-tabs > li:nth-child(3) {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .nav > li:first-child > a {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .nav > li:last-child > a {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .nav-tabs > li {
        float: none;
        margin-bottom: -1px;
        background-color: #e5e5e5;
        width: 100%;
        border-bottom: 2px solid #ababab;
    }
    .panel {
        margin: 50px auto 80px auto;
    }
}

@media only screen and (max-width: 515px) {
    .btn-member-pay a {
        font-size: 10px;
    }
    .btn-member-pay.basic {
        width: 64px;
        line-height: 1;
    }
    .btn-member-pay.silver {
        width: 50px;
        line-height: 1;
    }
    .btn-member-pay.gold {
        width: 50px;
        line-height: 1;
    }
    .btn-member-pay.platinum {
        width: 50px;
        line-height: 1;
    }
    .plans-header-col-dHN3Eb6X {
        font-size: 11px;
    }
    .plans-header-main-col-1fclfKO- {
        font-size: 12px;
    }
    .sticky-28_MuNT8 {
        top: 278px;
    }
    .sectionName-yOSg2cn_ {
        font-size: 14px;
    }
    .good-text {
        font-size: 12px;
        padding: 5px 5px;
    }
    .good-text2 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 465px) {
    .hidden465 {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .cd-secondary-nav ul .special {
        display: block;
        text-align: center;
        float: left;
    }
}

/*-----------------------------------------------------------------------------------*/
/* index-buy-any
/*-----------------------------------------------------------------------------------*/
/* member-live */
.member-live {
    color: #f6416c;
}
.member-live .btn-member-1 {
    font-size: 18px;
    font-weight: 400;
    /*border: 1px solid;*/
    width: 70%;
    height: 50px;
    padding: 11px 0;
    border-radius: 50px;
    background-color: #ff7797;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-live .btn-member-1:hover {
    background-color: #d62952;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-live .btn-member-1 a {
    color: #ffffff;
}
/* member-live-plus */
.member-live-plus {
    color: #ffffff;
}
.member-live-plus .btn-member-1 {
    font-size: 18px;
    font-weight: 400;
    /*border: 1px solid;*/
    width: 70%;
    height: 50px;
    padding: 11px 0;
    border-radius: 50px;
    background-color: #ff7797;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-live-plus .btn-member-1:hover {
    background-color: #d62952;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.member-live-plus .btn-member-1 a {
    color: #ffffff;
}
.member-live .bath-text {
    font-size: 65px;
    font-weight: 100;
    line-height: 1.2;
}
.member-live-plus .bath-text {
    font-size: 65px;
    font-weight: 100;
    line-height: 1.2;
}

.btn-member-pay.live {
    background: #f6416c;
    /*border: 1px solid #f6416c;*/
    padding: 5px 10px;
    margin: 10px auto 0 auto;
    width: 145px;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 10px;
}
.btn-member-pay.live:hover {
    background-color: #c11b43;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.live:hover a {
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.live a {
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.live-plus {
    background: #f6416c;
    padding: 5px 10px;
    margin: 10px auto 0 auto;
    width: 145px;
    border-radius: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 10px;
}
.btn-member-pay.live-plus:hover {
    background-color: #c11b43;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.live-plus:hover a {
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-member-pay.live-plus a {
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}



.bottomLayer-1tsuTQF7.nono {
    box-shadow: none;
    box-shadow: unset;
}
.col-2aaE6nc3.for-live {
    max-width: none;
}
.show-767 {
    display: none;
}
.for-live .good-text.first{
    font-weight: 500;
}
.weight400 {
    font-weight: 400;
}
sup.plus {
    position: absolute;
    top: 13px;
    font-weight: 300;
    font-size: 36px;
    font-family: 'Kanit', sans-serif;
}
sup.plus2 {
    position: relative;
    right: 19px;
    top: -34px;
    font-weight: 300;
    font-size: 32px;
    font-family: 'Kanit', sans-serif;
}
sup.plus3 {
    position: relative;
    right: 19px;
    top: -28px;
    font-weight: 300;
    font-size: 32px;
    font-family: 'Kanit', sans-serif;
}

@media only screen and (max-width: 1199px) {
    sup.plus3 {
        right: 15px;
        top: -20px;
    }
    .member-live-plus .bath-text {
        font-size: 50px;
        font-weight: 300;
        line-height: 1.2;
    }
    .member-live .bath-text {
        font-size: 50px;
        font-weight: 300;
        line-height: 1.2;
    }
}


@media only screen and (max-width: 991px) {
    .plans-header-main-col-1fclfKO-.for-live {
        font-size: 16px;
    }
    .plans-header-col-dHN3Eb6X.for-live {
        font-size: 16px;
    }
    .btn-member-pay.live a {
        font-size: 15px;
    }
    .for-live .good-text {
        font-size: 16px;
    }
    sup.plus2 {
        top: -24px;
    }
}
@media only screen and (max-width: 767px) {
    .bottomLayer-1tsuTQF7.nono {
        display: none;
    }
    .show-767 {
        display: block;
    }
}


/*-----------------------------------------------------------------------------------*/
/* /* promotion */
/*-----------------------------------------------------------------------------------*/
.cover-member {

}
.text-member {
	font-family: 'Playfair Display', serif;
	font-size: 3.5rem;
}
.text-member-logo {
	width: 115px;
    margin-bottom: -15px;
}
/* Member Silver*/
.text-member.text-member-silver {
    color: #878787;
}
/* Member Gold */
.text-member.text-member-gold {
    color: #a78e5f;
}
/* Member Platinum */
.text-member.text-member-platinum {
    color: #9343ac;
}
/* Member all live */
.text-member.text-member-live {
    color: #f6416c;
}


/* buy-product-list */
.big-cover-stockpickup {
    margin-top: 80px;
}
.buy-cover {
    background: #f8f9fd;
    padding-top: 0px;
}
.cover-head-stockpickup {
	text-align: left;
	color: #000000;
	padding-left: 12.5%;
}
.cover-head-stockpickup .text-1 {
	font-size: 24px;
	font-weight: 400;
}
.cover-head-stockpickup .text-2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 115px;
}
.radio-buy label {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
    margin-bottom: 10px;
	margin-left: 5px;
}
.tail-datetime-field {
	height: 40px;
	width: 100%;
	padding: 0 0 0 10px;
}
.tail-datetime-calendar .calendar-datepicker table tr td.date-today:before {
    left: 5px;
    background-color: #7bc143;
}
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day.date-today, .tail-datetime-calendar .calendar-datepicker table tr td.calendar-month.date-today, .tail-datetime-calendar .calendar-datepicker table tr td.calendar-year.date-today, .tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade.date-today {
    color: #7bc143;
    border-color: #7bc143;
}
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day.date-select, .tail-datetime-calendar .calendar-datepicker table tr td.calendar-month.date-select, .tail-datetime-calendar .calendar-datepicker table tr td.calendar-year.date-select, .tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade.date-select {
    border-color: #1eb8b5;
    background-color: #1eb8b5;
}

.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}

.ui.label:not(.icon)>.close.icon, .ui.label:not(.icon)>.delete.icon {
    margin: 0 0 0 .5em;
}

.ui.label>.close.icon, .ui.label>.delete.icon {
    cursor: pointer;
    font-size: .92857143em;
    opacity: .5;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}
.ui.large.label, .ui.large.labels .label {
    font-size: 1rem;
}
.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon.delete:before {
    content: "\f00d";
}
.promotion-code {
	text-align: right;
    margin-top: 40px;
}
.promotion-code label {
	font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin-right: 20px;
    cursor: pointer;
}
.promotion-code .promotion-code-input {
    height: 40px;
    width: 53.65%;
    padding: 0 0 0 10px;
}
.promotion-code-bt {
    position: absolute;
    right: 1px;
    top: -39px;
    padding: 9px 28px;
    background: url(../../images/promotion-code-bt.png) no-repeat;
    background-color: #f0f0f0;
    background-position-y: center;
    background-position-x: center;
}
.promotion-code-bt:hover {
    position: absolute;
    right: 1px;
    top: -39px;
    background-color: #f0f0f0;
    padding: 9px 28px;
    opacity: 0.6;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.big-cover-stockpickup-condition {
    font-family: 'Kanit', sans-serif;
    color: #000000;
    padding-left: 95px;
}
.big-cover-stockpickup-condition .content-1 {
	text-align:left;
	margin-top: 30px;
    margin-bottom: 30px;
}
.big-cover-stockpickup-condition .content-2 span img {
	margin-right: 15px;
}
.big-cover-stockpickup-condition .content-2 .ul-1 {
    font-size: 18px;
    font-weight: 400;
    padding-left: 65px;
    line-height: 2.3;
    margin-top: 10px;
}
.big-cover-stockpickup-condition .content-2 .ul-2 {
    font-size: 18px;
    font-weight: 300;
    padding-left: 25px;
}
.big-cover-stockpickup-condition .content-2 .text-1 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 90px;
    color: #e84a44;
    line-height: 2.2;
    margin-bottom: 50px;
}
.big-cover-stockpickup-condition .content-2 .text-2 {
    font-size: 18px;
    font-weight: 400;
    padding-left: 90px;
    color: #000;
    line-height: 2.2;
}

/*checkbox*/
.container-checkbox {
	display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 17px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 3px solid #000;
}
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.container-checkbox input:checked ~ .checkmark {
	background-color: #000000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
	left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-----------------------------------------------------------------------------------*/
/* /*payment*/
/*-----------------------------------------------------------------------------------*/
.cover-head-stockpickup-payment {
    text-align: left;
    color: #000000;
    padding-left: 70px;
}
.cover-head-stockpickup-payment .text-1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}
.cover-head-stockpickup-payment .text-2 {
    margin-bottom: 115px;
}
.big-cover-stockpickup-address {
    font-family: 'Kanit', sans-serif;
    color: #000000;
    /* padding-left: 95px; */
    margin-bottom: 0px;
    /* border: 1px solid #dadada; */
    margin-top: 30px;
}
.big-cover-stockpickup-address2 {
    font-family: 'Kanit', sans-serif;
    color: #000000;
    margin-bottom: 40px;
}
.big-cover-stockpickup-address .content-1 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 35px;
    border: 1px solid #dadada;
    padding: 25px 70px 5px 70px;
}
.big-cover-stockpickup-address .content-1 span img {
    margin-right: 15px;
}
.big-cover-stockpickup-address .content-1 .cover-address {
    font-size: 18px;
    font-weight: 400;
    padding-left: 42px;
    margin-top: 15px;
    margin-bottom: -5px;
}
.cover-address-choose-payment-buy-maxwith {
    max-width: none;
    margin: 0 auto;
}
.cover-btn-edit {
    margin-top: 30px;
    margin-left: 42px;
}
.btn-edit {
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 400;
    background-color: #bfbfbf;
    padding: 4px 11px;
    border-radius: 3px;
    transition: all 0.3s ease-out;
}
.btn-edit:hover , .btn-edit:focus{
    color: #ffffff;
    background-color: #808080 !important;
    transition: all 0.3s ease-out;
}
#address-collapse {
    margin-top: 20px;
}
.bt-buypage-back {
    display: -webkit-inline-box;
    color: #bfbfbf;
    border-radius: 3px;
    font-size: 17px;
    font-family: 'Kanit', sans-serif;
    /* background-color: #707074; */
    padding: 10px 0px 10px 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    transition: all 0.3s ease-out;
}
.bt-buypage-back:hover {
    color: #808080 !important;
    transition: all 0.3s ease-out;
}
.cover-address-choose-payment-buy-maxwith .text-1{
    color: #121213;
    margin: 0px auto 0px;
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 400;
}
.text-regis2 {
    font-weight: 400;
}
.cover-address-input {
    margin-top: 25px;
    margin-bottom: 50px;
    height: auto;
    border: 0px solid #dadada;
}
.cover-choose-payment {
    padding: 55px 0;
    height: auto;
    margin-bottom: 80px;
}
.cover-address-maxwith {
    margin: auto;
    max-width: 560px;
}
.choose-payment-buy-maxwith {
    margin: auto;
    max-width: 440px;
	list-style:none;
}
.border-address {
    border: 1px dashed #dadada;
    margin: 0 43px;
}
.cover-address-input label {
    font-size: 18px;
    font-weight: 400;
}
.cover-address-input input {
    height: 40px;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
}
.cover-address-input select {
    height: 40px;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
}
.cover-address-cotant {
    padding: 50px 0 0 0;
}
.label-name-address {
    text-align: right;
}
.label-name-address span {
    color: #e84a44;
    position: relative;
    top: -5px;
}
.input-fname-address {
    margin-bottom: 10px;
}

@media screen and (max-width: 1530px) {
    /* promotion */
    .buy-cover {
        padding-top: 72px;
    }
}
@media screen and (max-width: 1199px) {
    /* promotion */
    .promotion-code label {
        font-size: 17px;
        margin-right: 10px;
    }
    .promotion-code .promotion-code-input {
        width: 48%;
    }
    .cover-head-stockpickup {
        padding-left: 1.5%;
    }
    .big-cover-stockpickup-condition {
        padding-left: 2.5%;
    }
    .cover-head-stockpickup-payment .text-1 {
        font-size: 24px;
    }
    .texthead-content4bold {
        font-size: 21px;
    }
    .big-cover-stockpickup-address .content-1 {
        padding: 25px 45px 5px 45px;
    }
    .big-cover-stockpickup-address .content-1 .cover-address {
        font-size: 16px;
    }
    .cover-address-input label {
        font-size: 16px;
    }
    .cover-head-stockpickup-payment {
        padding-left: 0px;
    }
}
@media screen and (max-width: 991px) {
    /* promotion */
    .cover-head-stockpickup {
        padding-left: 0;
    }
    .cover-head-stockpickup .text-1 {
        font-size: 21px;
    }
    .cover-head-stockpickup .text-2 {
        font-size: 16px;
    }
    .text-member {
        font-size: 2.5rem;
    }
    .text-member-logo {
        width: 95px;
    }
    .promotion-code {
        text-align: left;
    }
    .promotion-code .promotion-code-input {
        width: 100%;
    }
    .textbuy5-bold2 {
        font-size: 16px;
    }
    .textbuy5-blue2 {
        font-size: 23px;
    }
    .big-cover-stockpickup-address .content-1 .cover-address {
        padding-left: 0px;
    }
    .cover-btn-edit {
        margin-top: 40px;
        margin-left: 0px;
    }
    .border-address {
        border: 1px solid #dadada;
        margin: 0 0px;
    }
    .cover-address-cotant {
        padding: 50px 30px 0 0px;
    }
}
@media screen and (max-width: 767px) {
    /* promotion */
	.buy-cover {
	    padding-top: 56px;
	}
    .radio-buy label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .cover-head-stockpickup .text-2 {
        margin-bottom: 25px;
    }
    .big-cover-stockpickup {
        margin-top: 60px;
    }
    .cover-content-stockpickup {
        margin-top: 30px;
    }
    .container-checkbox {
        padding-left: 35px;
        font-size: 18px;
    }
    .texthead-content4bold {
        font-size: 19px;
    }
    .big-cover-stockpickup-condition .content-2 .ul-1 {
        font-size: 16px;
    }
    .big-cover-stockpickup-condition .content-2 .ul-2 {
        font-size: 16px;
    }
    .big-cover-stockpickup-condition .content-2 .text-1 {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .big-cover-stockpickup-condition .content-2 span img {
        margin-right: 10px;
    }
    .label-name-address {
        text-align: left;
    }
    .cover-address-cotant {
        padding: 50px 20px 0 20px;
    }
    .cover-choose-payment {
        padding: 55px 20px;
        height: auto;
        margin-bottom: 80px;
    }
    .cover-address-choose-payment-buy-maxwith .text-1 {
        font-size: 21px;
    }
    .text-regis2 {
        font-size: 16px;
    }
    .cover-address-input label {
        font-size: 16px;
    }
    .big-cover-stockpickup-address .content-1 .cover-address {
        padding-left: 0px;
    }
    .big-cover-stockpickup-address .content-1 {
        padding: 25px 35px 5px 35px;
    }
    .cover-head-stockpickup-payment .text-2 {
        margin-bottom: 0px;
    }
    .cover-head-stockpickup-payment .text-1 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    /* promotion */
    .container-checkbox {
        padding-left: 30px;
        font-size: 16px;
        line-height: 1.5;
    }
    .checkmark {
        height: 20px;
        width: 20px;
    }
    .container-checkbox .checkmark:after {
        left: 4px;
        top: 0px;
    }
    .cover-head-stockpickup-payment .text-1 {
        font-size: 22px;
    }
    .big-cover-stockpickup-address {
        padding-left: 15px;
    }
    .cover-address-input {
        margin-top: 5px;
    }
    .big-cover-stockpickup-address2 {
        padding: 0;
    }
    .cover-address-choose-payment-buy-maxwith {
        padding: 0 15px;
    }
    .big-cover-stockpickup-address .content-1 {
        padding: 25px 20px 5px 20px;
    }
}
@media screen and (max-width: 425px) {
    .big-cover-stockpickup-address {
        padding-left: 0;
        padding-right: 0;
    }
    .cover-address-choose-payment-buy-maxwith {
        padding: 0 0px;
    }
}
@media screen and (max-width: 375px) {
    /* promotion */
    .cover-head-stockpickup .text-1 {
        font-size: 19px;
    }
}
@media screen and (max-width: 320px) {
    /* promotion */
    .tail-datetime-calendar {
        width: 100% !important;
    }
}


/*-----------------------------------------------------------------------------------*/
/* /*old member*/
/*-----------------------------------------------------------------------------------*/
.big-cover-member-old {
    margin-top: 210px;
    margin-bottom: 60px;
}
.cover-head-member-old {
    padding-left: 20px;
}
.cover-head-member-old .text-1 {
    color: #e84a44;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 5px;
}
.cover-head-member-old .text-2 {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 40px;
}
.cover-member-old {
    border: 1px solid #e0e0e0;
    padding: 30px 15px 50px 15px;
    height: 260px;
    margin-bottom: 30px;
}
.cover-member-old .cover-head-member-old .cover-member .text-member {
    font-size: 2.5rem;
}
.text-member.old-member {
    font-size: 2rem;
    margin-bottom: 10px;
}
.old-member.silver {
    color: #878787;
}
.old-member.gold {
    color: #a78e5f;
}
.old-member.platinum {
    color: #9343ac;
}
.old-member.live {
    color: #f6416c;
}
.cover-content-member-old {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
.cover-content-member-old .content-1 {
    margin-bottom: 10px;
}
.cover-content-member-old .content-1 span {
    color: #337ab7;
}
.cover-content-member-old .content-2 {
    color: #e84a44;
}
.cover-bt-member-old {
    margin-top: 60px;
    text-align: center;
}
.cover-bt-member-old a .bt-buypage3 {
    width: 200px;
    padding: 10px 0px 10px 0px;
    padding: 15px 45px 15px 45px;
    text-align: center;
    font-size: 18px;
    display: block;
}

@media screen and (max-width: 1199px) {
    .cover-member-old .cover-head-member-old .cover-member .text-member {
        font-size: 2.3rem;
    }
}
@media screen and (max-width: 991px) {
    .cover-member-old {
        height: auto;
        padding: 30px 15px 20px 15px;
    }
    .cover-content-member-old {
        padding-left: 20px;
    }
    .cover-bt-member-old {
        padding-left: 20px;
    }
    .text-member.old-member {
        font-size: 2rem;
        margin-bottom: 5px;
        margin-top: 45px;
    }
    .cover-content-member-old {
        font-size: 16px;
    }
    .cover-bt-member-old {
        margin-top: 15px;
    }
    .cover-head-member-old .text-1 {
        color: #e84a44;
        font-size: 24px;
    }
    .cover-head-member-old .text-2 {
        color: #000000;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .big-cover-member-old {
        margin-top: 260px;
    }
}
@media screen and (max-width: 767px) {
    .big-cover-member-old {
        margin-top: 230px;
    }
}
@media screen and (max-width: 575px) {
    .cover-head-member-old .text-1 {
        color: #e84a44;
        font-size: 20px;
        margin-bottom: 0px;
    }
    .cover-head-member-old .text-2 {
        color: #000000;
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 375px) {
    .cover-member-old .cover-head-member-old .cover-member .text-member {
        font-size: 2.2rem;
        margin-top: 5px;
    }
    .text-member-logo {
        width: 85px;
    }
    .text-member.old-member {
        font-size: 2rem;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .cover-head-member-old .text-1 {
        color: #e84a44;
        font-size: 19px;
    }
    .cover-head-member-old .text-2 {
        color: #000000;
        font-size: 17px;
    }
}
@media screen and (max-width: 320px) {
    .cover-member-old .cover-head-member-old .cover-member .text-member {
        font-size: 2rem;
        margin-top: 5px;
    }
    .text-member.old-member {
        font-size: 1.8rem;
        margin-bottom: 5px;
        margin-top: 20px;
    }
}