* {
    font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}

/*webkit瀏覽器專用*/
.textarea_placeholder::-webkit-input-placeholder {
    color: #969696;
    font-size: 17px;
}

/*Firefox 4-18瀏覽器專用*/
.textarea_placeholder::-moz-placeholder {
    color: #969696;
    font-size: 17px;
    ;
}

/*Firefox 19+瀏覽器專用*/
.textarea_placeholder::-moz-placeholder {
    color: #969696;
    font-size: 17px;
}

/*IE10瀏覽器專用*/
.textarea_placeholder:-ms-input-placeholder {
    color: #969696;
    font-size: 17px;
}



.fl_fix {
    position: fixed;
    bottom: 10%;
    right: 24px;
    z-index: 5;
}

.right_btn_1 {
    width: 60px;
    /*    position: fixed;
    bottom: 13%;
    right: 24px; */
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
    border-radius: 50%;
    margin: 10px 0;
}

.right_btn_1 a {
    width: 100%;
    display: block;

}

.right_btn_1 a img {
    width: 100%;

}

.line_btn {
    width: 60px;
    /*     position: fixed;
    bottom: 5%;
    right: 24px; */
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
    border-radius: 50%;
}

.remittance_btn {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    padding: 5px 0;
    width: 120px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin: 0 10px;
}

.line_btn a {
    width: 100%;
    display: block;

}

.line_btn a img {
    width: 100%;

}

.loading_row {

    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;

}

.loading_row .loading_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.loading_row .loading_box img {
    z-index: 1;
    position: relative;
}

.loading_row .loading_box:after {
    content: '';
    background: #00A8B1;
    width: 110%;
    height: 110%;
    position: absolute;
    border-radius: 100%;
    top: -5%;
    left: -5%;
    opacity: 1;
    box-shadow: #00A8B1 1px 1px 1px 2px;
    animation: rotate 2s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

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

/**/
.bootsnav .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.bootsnav .navbar-brand .logo_svg {
    display: none;
}

.menu_top {
    position: absolute;
    right: 0;
    top: 10px;
}

.menu_top a {
    color: #00A8B1;
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: normal;
}

.menu_top a i {
    color: #4267b2;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;

}

.bootsnav .attr-nav>ul>li>a {
    color: #6f6f6f;
    display: block;
    padding: 0px 0px;
    position: relative;
    margin: 65px 10px 0;

}

.bootsnav .attr-nav>ul>li>a i {
    font-size: 21px;
    color: #646464;
}

.bootsnav .attr-nav>ul>li>a span.badge {
    position: absolute;
    top: 45%;
    margin-top: -20px;
    right: -5px;
    font-size: 10px;
    padding: 0;
    width: 20px;
    height: 20px;
    padding-top: 4px;
}

.bootsnav .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #c61422;
    border-radius: 10px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,

.carousel-fade .carousel-inner .prev,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/**/
.carousel-control i {
    font-size: 70px;
    color: #bfbec3;
    top: 45%;
    position: relative;
}

/**/
.top-search {
    background-color: #00a8b1;
    padding: 10px;

    position: absolute;
    max-width: 220px;
    bottom: -60px;
    right: 5%;
}

.top-search .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.top-search .input-group .form-control::placeholder {
    color: #fff;
}

/**/
.index_new_row {
    padding: 20px 0 0;
}

.index_new_box {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.index_new_left {
    display: inline-block;
    width: 49%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 1%;
    vertical-align: middle;


}

.index_new_right {
    width: 50%;
    display: inline-block;
    height: 450px;
    vertical-align: middle;

}

.index_new_right_bottom {
    padding: 0;
    margin: 0;
    font-size: 0;

}

.index_new_right_bottom li {
    display: inline-block;
    width: 49.5%;
    height: 225px;
}

.index_new_right_bottom li a {
    display: block;
    width: 100%;
    font-size: 30px;
    height: 100%;
    cursor: pointer;
    padding: 100px 0 0 30px;
    text-decoration: none;

}

.index_new_right_try a {
    color: #788e8e;
}

.index_new_right_class a {
    color: #505050;
}

.index_new_right_try {
    background-image: url(../img/index_try.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.5%;
}

.index_new_right_class {
    background-image: url(../img/index_class.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.5%;
}

.index_new_right_top {
    background-image: url(../img/leaf.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 15px;
    background-color: #47b2b9;
    margin: 0 0 25px;
}

.index_new_right_carousel {
    border: 1px solid #fff;
    padding: 35px 20px 35px;

}

.index_new_right_carousel h2 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    padding: 0 0 15px;
    margin: 0;
}

.index_new_right_carousel .owl-carousel .item a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    width: 100%;
}

.index_new_right_carousel .owl-carousel .item a:hover {
    text-decoration: underline;

}

.index_new_right_carousel .owl-carousel .item a span {
    font-size: 14px;
    font-weight: normal;
    color: #128c95;
    padding: 5px;
    background-color: #fff;
    margin-right: 10px;
}

/**/
.index_featured_row {
    padding: 30px 0 0 0;
    background-image: url(../img/featured_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index_featured {
    position: relative;
}

.index_title {
    position: relative;
}

.index_title h2 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0;
    margin: 0;
}

.index_title h2 .index_title_logo {
    width: 50px;
    float: left;
    margin-right: 10px;
    display: block;
}

.index_title h2 .index_title_logo img {
    width: 100%;
    display: block;
}

.ah-tab-position {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 70%;
    padding: 10px 0 0 0;
}

.featured_row {
    min-height: 400px;
}

/**/
.commodity {
    margin: 0 0 10px;

}

.commodity a {
    display: block;
    text-decoration: none;
}

.commodity_img {
    width: 100%;
    border: 1px solid #dcdcdc;
    position: relative;
}

.commodity_img img {
    width: 100%;
    display: block;
}

.commodity_title {
    color: #505050;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 0;
}

.commodity_cart_title {
    color: #505050;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0;
}

.price {
    font-size: 15px;
    color: #8c8c8c;

}

.commodity_price {
    color: #199fa7;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.supply {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.supply img {

    width: 100%;
}

/**/
.brand_banner_img {
    width: 100%;
    display: block;
    margin: 15px 0;
}

.brand_banner_img img {
    width: 100%;
    display: block;
}

.MobileVehicle {
    display: none;
}

.MoicaVehicle {
    display: none;
}

/**/
/**/
footer {
    background-color: #47b2b9;
    padding: 0px 0 0;
}

.webmap {

    text-align: center;
    /*border-right: 1px solid #fff;*/
    font-size: 0;

}

.webmap h3 {
    color: #f3ffb9;
    font-size: 20px;
    text-align: left;

}

.footer_icon {
    float: left;
    margin-right: 10px;
}

.webmap ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 50%;
    vertical-align: text-top;

}

.webmap ul li {
    margin: 0 0 10px;
    text-align: left;

}

.webmap ul li a {
    color: #fff;
    font-size: 13px;

}

.footer_email {
    float: left;
    margin: 20px 10px 15px 0;
}

.footer_fb {
    float: left;
    margin: 20px 10px 15px 0;
}

.footer_bottom {
    background-color: #fff;
    padding: 10px 0;
    font-size: 14px;
    color: #505050;
}

.footer_bottom_right {
    text-align: right;
}

.footer_top {
    padding: 20px 0;
}

/**/
.bread_bg {
    background-color: #47b2b9;
    background-image: url(../img/leaf.png);
    background-repeat: no-repeat;
    background-position: 400px 100px;
}

.bread {
    padding: 20px 0;
}

.breadcrumb_row {
    float: right;
    padding: 15px 0 0;
}

.breadcrumb_title {

    padding: 15px 0 0;

}

.breadcrumb_title h2 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 40px;
}

/**/
.edit {
    max-width: 1000px;
    margin: 30px auto;
    color: #505050;
    font-size: 17px;
    padding: 0 0 20px;
}

.edit_big {
    width: 100%;
    margin: 30px auto 0;
    color: #505050;
    font-size: 17px;
    padding: 0px;
}

.edit img,
.edit_big img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.edit_title {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 10px;
}

.edit_title h2 {
    color: #505050;
    font-size: 30px;
}

.edit_date {

    color: #969696;
    font-size: 15px;

}

/**/
.new_row {
    padding: 20px 0;
}

.new_tab {
    margin: 0 0 25px;
}

.new_box {
    display: block;
    width: 100%;
    border: 1px #dcdcdc solid;
    padding: 20px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 0;
}

.new_box:hover {

    text-decoration: none;
}

.new_box_left {
    float: left;
    max-width: 320px;
    margin-right: 20px;
}

.new_box_left img {
    width: 100%;
}

.new_box_right {}

.new_box_text {
    font-size: 25px;
    color: #505050;
    letter-spacing: 1px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px 0;
    line-height: 1.5;
}

.new_box_small {
    font-size: 15px;
    color: #969696;
    padding: 20px;
}

/**/
.login_bg {
    background-image: url(../img/login_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;

}

.login_row {
    max-width: 400px;
    padding: 150px 0 250px;
}

.login_row h2 {
    color: #505050;
    font-size: 40px;
}

.login_input {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.login_input input {
    width: 100%;
    height: 45px;
    background-color: transparent;
    box-shadow: transparent;
    border: 0;
    border-bottom: 1px solid #717071;
}

.login_input input::placeholder {
    color: #717071;
    font-size: 20px;
}

.login_btn {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    padding: 15px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;


}

.login_btn:hover {
    color: #fff;
    text-decoration: none;

}

.login_footer {
    padding: 10px 0;
    text-align: right;
    color: #505050;
}

.login_footer a {
    color: #505050;
    font-size: 15px;
}

.login_footer a:hover {
    color: #199fa7;
    font-size: 15px;
    text-decoration: underline;
}

.register_row {
    padding: 40px 0;
}

.register_form {

    padding: 10px 0;

}

.register_form h3 {
    font-size: 20px;
    color: #199fa7;

}

.register_form .register_input {
    height: 45px;
}

.register_form .register_textarea {
    height: auto;
}

.register_form .register_input .input_row {

    width: 100%;
    height: 45px;
    background-color: transparent;
    box-shadow: transparent;
    border: 0;
    border-bottom: 1px solid #dcdcdc;

}

.register_input {
    position: relative;
}

.postal_code {
    position: relative;
}

.postal_code .input_row {
    padding-left: 60px;
}

.postal_code p {
    width: 50px;
    /*background-color: #fff;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    color: #199fa7;
}

.register_file {
    position: relative;
    padding: 10px;
}

.register_form .register_input .input_row::placeholder {
    color: #969696;
    font-size: 20px;
}

.register_select select {
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/from_select.png) no-repeat 98% center transparent;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    color: #9a9d9c;
    font-size: 17px;
}

.register_input select {
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/from_select.png) no-repeat 98% center transparent;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    color: #9a9d9c;
    font-size: 17px;
}

.register_checkbox {
    text-align: center;
    font-size: 17px;
    padding: 40px 0 20px;
    width: 100%;
    display: block;
    clear: both;

}

.register_checkbox a {
    color: #199fa7;

}

.register_btn {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin: 30px auto;
}

.register_btn:hover {
    text-decoration: none;
    color: #fff;
}

.brand_row {
    padding: 30px 0;
}

.brand_banner_img h3 {
    color: #505050;
    font-size: 20px;
    text-align: center;
}

.brand_row .brand_banner_img {
    padding: 5px 0;
}

.brand_row a {
    text-decoration: none;
    color: #505050;
}

/**/
.bread_product_header {
    padding: 10px 0;
}

.bread_product_header .breadcrumb>.active {
    color: #505050;
}

.bread_product_header .breadcrumb>li a {
    color: #505050;
}

.bread_product_header .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #505050;
    content: "|\00a0";
}

/**/
/**/
.bread_product {
    padding: 0 0 40px;
}

.bread_product_side {
    max-width: 270px;
}

.bread_side_logo {

    border: solid 1px #dcdcdc;
    padding: 10px;

}

.bread_side_logo img {
    width: 100%;
    border: solid 1px #dcdcdc;

}

.bread_side_logo_title {
    font-size: 30px;
    letter-spacing: 1px;
    /* color: #505050; */
    color: #199fa7;
    word-break: break-all;
    margin: 0;
    padding: 15px 15px 0;
}

.bread_side_infor {
    margin: 10px 0;
}

.bread_side_infor a {
    text-align: center;
    display: block;
    color: #199fa7;
    background-color: #fff;
    border: 1px solid #199fa7;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    margin: 10px 0;
}

.bread_side_infor .active {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    border: 1px solid #199fa7;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
}

.bread_side_infor a:hover {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    border: 1px solid #199fa7;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
}

/**/
.side_menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.side_menu>li {

    padding: 5px 0;


}

.side_menu>li>a {

    display: block;

    padding: 2px 0;
    color: #199fa7;
    font-size: 16px;
    cursor: pointer;

}

.side_menu>li>a:hover {

    text-decoration: underline;

}

.side_menu_dropdown {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    display: none;
}

.side_menu_dropdown li {}

.side_menu_dropdown li a {
    padding: 2px 0;
    color: #505050;
    font-size: 16px;

}

.brand_product_banner {
    width: 100%;
    padding: 0 0 30px;
}

.brand_product_banner img {
    width: 100%;
    display: block;
}

.brand_product_head {
    position: relative;
}

.brand_product_head h2 {
    font-size: 40px;
    color: #505050;
}

.brand_product_freight {
    position: absolute;
    top: 20px;
    right: 0;
    color: #505050;
    font-size: 17px;
}

.brand_product_freight i {

    color: #199fa7;
    font-size: 17px;
    padding: 0 5px;
}

.brand_product_freight span {

    color: #c83737;
    font-size: 17px;
    padding: 0 5px;
}

.brand_certification {

    padding: 30px 0 20px;

}

.brand_certification h3 {
    font-size: 20px;
    color: #505050;
    padding: 0 0 10px;
}

.brand_certification_img {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.brand_certification_img li {
    display: inline-block;
    border: 1px solid #dcdcdc;
    width: 100px;
    margin-right: 5px;
}

.brand_certification_img li img {

    width: 100%;
}

.brand_product_edit {
    width: 100%;
    margin: 0 auto;
    color: #505050;
    font-size: 17px;
    padding: 0 0 20px;
    line-height: 1.8;
}

.brand_product_edit img {
    max-width: 100%;
}

/**/
.discount_row .ah-tab>.ah-tab-item {
    margin-right: 10px;
}

.discount_types {
    background-color: #47b2b9;
    background-image: url(../img/leaf.png), url(../img/leaf_2.png);
    background-repeat: no-repeat;
    background-position: 107% -17px, -80px 34px;
    margin: 20px 0;
    padding: 10px;

}

.discount_types_text {
    border: 1px solid #fff;
    padding: 20px 0;
}

.discount_word {
    font-size: 23px;
    color: #fff;
    letter-spacing: 1px;
}

.discount_word span {
    font-size: 27px;
    color: #f7f03e;
    margin: 0 5px;
    font-weight: bold;
}

.product_buy_top {
    font-size: 0;
    padding: 10px 0 0;
    margin: 0;
    list-style: none;

}

.product_buy_top li {
    width: 50%;
    /* font-size: 15px; */
    display: inline-block;
    /* color: #505050; */
}

.price {
    text-decoration: line-through;
}

.special {
    color: #199fa7;
    font-weight: bold;
    font-size: 17px;
    text-align: right;
}

.product_buy_bottom {
    font-size: 0;
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
}

.product_buy_bottom li {
    width: 50%;
    font-size: 17px;
    display: inline-block;
    color: #505050;

}

.product_buy_select {
    padding: 0 10px 0 0;
}

.product_buy_btn {
    padding: 0 0px 0 10px;
}

.product_buy_bottom select {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/from_select.png) no-repeat 98% center transparent;

    padding: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    color: #9a9d9c;
    font-size: 16px;
}

.product_buy_btn a {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    padding: 5px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.product_buy_special {
    font-size: 0;
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.product_buy_special span {
    margin: 0 5px;
}

.product_project .price {
    margin: 0 10px;
}

.discount_product .commodity_cart_title {
    color: #505050;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0;
    word-break: break-all;
}

.product_pd {
    margin: 10px 0;
}

.filter_product {
    position: absolute;
    right: 0;
    top: 15px;
    width: 200px;
}

.filter_product select {

    width: 100%;
    background-color: #fff;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/from_select.png) no-repeat 98% center transparent;
    padding: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    color: #9a9d9c;
    font-size: 16px;

}

.product_intro_head {
    position: relative;
}

.product_intro_head h2 {
    font-size: 25px;
    color: #505050;
}

.product_img {
    width: 100%;
    border: 1px solid #dcdcdc;
    margin: 20px 0;
    position: relative;
}

.product_img img {
    width: 100%;
    display: block;
}

.product_nb {
    font-size: 15px;
    color: #505050;
}

.product_location {
    float: right;
}

.product_location .fa-map-marker-alt {
    margin: 0 5px;
}

.product_right {
    margin: 20px 0;
}

.product_location:hover {
    text-decoration: underline;
}

.product_project {
    padding: 0px 0 20px;
}

.product_project_title {
    width: 120px;
    font-size: 17px;
    color: #199fa7;
    display: inline-block;
}

.product_project_text {
    font-size: 14px;
    color: #505050;
    display: inline-block;
}

.product_project_text a {
    font-size: 14px;
    color: #505050;
    margin: 0 5px;

}

.product_project_text a i {
    font-size: 14px;
    color: #505050;
    margin: 0 5px 0 0;

}

.product_project_cash {
    color: #c83737;
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
}

.product_project_select {
    display: inline-block;
    width: 120px;
}

.product_project_select select {

    width: 100%;
    background-color: #fff;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/from_select.png) no-repeat 98% center transparent;
    padding: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    color: #9a9d9c;
    font-size: 16px;

}

.product_freight {
    color: #c83737;
    font-size: 17px;
    padding: 0px 0 20px;
    font-weight: bold;
}

.product_shopping_btn {
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #199fa7;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;

}
.product_batch_btn{
    text-align: center;
    display: inline-block;
    color: #c83737;
    border:1px solid #c83737;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin: 0 0 0 15px;
}
.product_batch_btn:hover{
    text-align: center;
    display: inline-block;
    border:1px solid #c83737;
    color: #fff;
    background-color: #c83737;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin: 0 0 0 15px;
}
.product_regular_btn{
    text-align: center;
    display: inline-block;
    color: #199fa7;
    border:1px solid #199fa7;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}
.product_regular_btn:hover{
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #199fa7;
    border:1px solid #199fa7;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}
.product_direct_btn {
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #c83737;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin: 0 0 0 15px;
}
.batch_btn{
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #199fa7;
    border: 1px solid #199fa7;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}
.product_discontinued_btn {

    text-align: center;
    display: inline-block;
    color: #b4b4b4;
    background-color: #D9D9D9;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: no-drop;
    margin: 0 0 0 15px;

}

.product_shopping_btn:hover {
    text-decoration: none;
    color: #fff;
}

.product_direct_btn:hover {
    text-decoration: none;
    color: #fff;

}

.product_intro_bottom {
    margin: 20px 0 0;
    padding: 40px;
    background-color: #fafafa;

}

.product_intro_bottom_tab .nav-tabs {
    border-bottom: 0;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #199fa7;
    overflow: hidden;
}

.product_intro_bottom_edit img {
    max-width: 100%;

}

.product_intro_bottom_edit {
    font-size: 14px;
}


.product_intro_bottom_tab .nav-tabs>li {
    float: left;
    margin-bottom: 0;
}

.product_intro_bottom_tab .nav-tabs>li.active>a,
.product_intro_bottom_tab .nav-tabs>li.active>a:hover,
.product_intro_bottom_tab .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #199fa7;
    border: 0;
    border-radius: 0;
}

.product_intro_bottom_tab .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    color: #199fa7;
    border: 0;
}

.product_intro_bottom_tab .tab-content {
    margin: 10px 0;
    background-color: #fff;
    padding: 20px;
    font-size: 17px;
    line-height: 1.8;
    color: #505050;
}

/**/
.register_textarea textarea {

    width: 100%;
    max-width: 100%;
    height: 45px;
    background-color: transparent;
    box-shadow: transparent;
    border: 1px solid #dcdcdc;
    padding: 10px;
    min-height: 200px;

}

.ui-radio {
    display: none;
}

.ui-radio+label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #505050;
    margin: 0 10px 0 0;
}

.ui-radio+label:before {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0px;
}

.ui-radio:checked+label:after {
    content: ' ';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    position: absolute;
    background: #199fa7;
    top: 5px;
    left: 5px;
}

.ui-radio:checked+label:before {
    color: #99a1a7;
    border: 1px solid #dcdcdc;
}

.register_radio {
    padding: 10px 0;
}

.ui-radio-input {
    margin: -25px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.ui-radio-title {
    display: inline-block;
    vertical-align: text-top;
}

/**/
.article_nav {
    max-width: 1000px;
    margin: 0px auto 40px;

}

.article_nav a {
    color: #199fa7;
    font-size: 17px;
}

.article_nav .article_back {
    float: left;
}

.article_nav .article_next {
    float: right;
}

.article_nav .article_back i {
    margin-right: 15px;
}

.article_nav .article_next i {
    margin-left: 15px;
}

/**/
.qa_list {
    list-style: none;
    padding: 0;
    margin: 15px 0 60px;
    letter-spacing: 1px;

}

.qa_row {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
    padding: 10px 0;
}

.qa_row {}

.qa_row:last-child {
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

.qa_row_title {
    position: relative;
    color: #199fa7;
    font-size: 17px;
    padding: 15px;
    font-weight: lighter;
    font-weight: bold;
}

.qa_row_title .qa_row_icon {
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: normal;
}

.qa_row_text {
    padding: 0 40px 15px;
    color: #505050;
    font-size: 20px;
    line-height: 1.5;
    display: none;
    font-weight: lighter;
}

.qa_row_text img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.qa_row_time {

    transform: rotate(180deg);
    transition: all 0.6s ease-in-out;

}

/**/
.line_head {
    position: relative;
    margin: 30px 0;
}

.line_head h2 {
    font-size: 30px;
    color: #505050;
    border-left: 5px solid #199fa7;
    padding-left: 10px
}

.line_head small {
    font-size: 15px;
    color: #505050;
    padding-left: 10px;
}

.line_head .product_more {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    padding: 5px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

/**/

.line_head_right {
    list-style: none;
    position: absolute;
    top: 10px;
    right: 0;
}

.line_head_right li {
    display: inline-block;
    padding: 0 5px;
}

.line_head_right li a {
    color: #199fa7;
    font-size: 17px;
    cursor: pointer;
}

.line_head_right li a i {
    margin-right: 5px;
}

/**/
.class_tab {
    display: inline-block;
}

.dropdown_group {
    display: inline-block;
    width: 170px;
    vertical-align: top;
}

.class_tab .brand_row a {
    text-decoration: none;
    color: #199fa7;
}

.class_table {
    margin: 0 0 10px;

}

.class_table .class_table_row {
    display: block;
    font-size: 0;
    position: relative;
    /*   height: 450px; */
}

.class_table .class_table_row .class_table_date {
    display: inline-block;
    /*  float: left; */
    background-color: #c9a837;
    border: 1px solid #c9a837;
    width: 15%;
    padding: 50px 0 60px;
    position: relative;
    height: 100%;
    vertical-align: top;
    height: 335px;

}

.class_table .class_table_row .class_table_date_free {

    border: 1px solid #abbf42;
    background-color: #abbf42;
}

.class_table .class_table_row .class_table_date_free .class_table_new {

    color: #abbf42;
}


.class_table_new {
    font-size: 21px;
    background-color: #fff;
    color: #c9a837;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}

.class_table_new span {
    margin: 0 10px;
    font-size: 17px;
    font-style: oblique;
}

.class_table_date_row {
    font-size: 17px;
    text-align: center;
    color: #fff;
    line-height: 2;
    letter-spacing: 1px;
}

.class_table_year {
    margin: 20px 0 0;
}

.class_table_day {
    font-size: 40px;
}

.class_table_news {
    display: inline-block;
    width: 85%;
    border: 1px solid #dcdcdc;
    padding: 33px 40px;
    position: relative;
    height: 100%;
    vertical-align: top;
    height: 335px;
}

.class_table_news h2 {
    padding: 0 0 15px;
    margin: 0;
    font-size: 25px;
    color: #505050;
}

.class_table_news_row {
    padding: 20px 0;
}

.class_table_text {
    padding: 0 0 20px;
}

.class_table_title {
    width: 120px;
    font-size: 15px;
    color: #199fa7;
    display: inline-block;
}

.class_table_ds {
    font-size: 15px;
    color: #505050;
    display: inline-block;
    vertical-align: top;
}

.class_table_ds a {
    color: #199fa7;
    text-decoration: underline;
}

.class_table_btn {
    position: absolute;
    right: 50px;
    top: 35%;

}

.apply {
    text-align: center;
    color: #fff;
    background-color: #c83737;
    padding: 15px 0px;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    width: 180px;
    display: block;
    position: relative;
    border-bottom: 5px #d9d9d9 solid;

}

.apply img {
    position: absolute;
    top: -30px;
    left: 35%;
}

.full {
    text-align: center;
    color: #fff;
    background-color: #b0b0b0;
    padding: 15px 0px;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    width: 180px;
    display: block;
    position: relative;
    border-bottom: 5px #d9d9d9 solid;
}

.modal_alear {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 15px;
}

.modal_edit {
    margin: 20px 0;
}

.modal_edit {
    color: #505050;
    font-size: 17px;
    line-height: 1.5;
}


.modal_edit img {
    max-width: 100%;
}


.gray {
    background-color: #fafafa;
    padding: 20px;
}

.class_join_row {
    background-color: #fff;
    padding: 30px;
    margin: 20px 0 60px;
}

.class_join_text {
    color: #505050;
    font-size: 20px;
}

.add_baby {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    padding: 5px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.member_card {}

.avatar {
    width: 160px;
    float: left;
    margin: 0 20px 0 0;
}

.avatar img {
    width: 100%;
}

.member_news {}

.member_number {
    font-size: 15px;
    color: #505050;
    padding: 0 0 10px;
}

.member_name {
    font-size: 40px;
    color: #505050;
    padding: 0 0 5px
}

.member_points {
    font-size: 15px;
    color: #47b2b9;
    padding: 0 0 5px
}

.member_points span {
    font-size: 30px;
    color: #47b2b9;
    display: block;
    padding: 0px 0;
}

.member_consumption_info {
    border-bottom: 1px solid #dcdcdc;
}

.member_consumption_info h3 {
    font-size: 15px;
    color: #47b2b9;

}

.member_consumption_info p {
    font-size: 20px;
    color: #505050;

}

.member_consumption_info p small {
    font-size: 20px;
    color: #d1d1d1;

}

.member_consumption_info p small span {
    font-size: 20px;
    color: #47b2b9;

}

.class_tab .ah-tab .ah-tab-item {
    margin-right: 10px;
}

.chart_row {
    max-width: 300px;
    position: relative;
    display: inline-block;
    margin-right: 50px;

}

.chart_row h2 {
    text-align: center;
    font-size: 20px;
    color: #505050;
}

.level_money {
    text-align: center;
    font-size: 20px;
    color: #505050;
    position: absolute;
    width: 100%;
    padding: 85px 0 0;
}

.level_money span {
    text-align: center;
    font-size: 30px;
    color: #47b2b9;
    display: block;
}

.GaugeMeter {
    margin: 0 auto;
    height: 250px;
}

.level_range h3 {

    text-align: center;
    font-size: 17px;
    color: #47b2b9;

}

.level_range_style {
    width: 200px;
    margin: 0 auto;
    position: relative;
    background-color: #47b2b9;
    padding: 2px 0;
}

.points_l {
    width: 15px;
    height: 15px;
    background-color: #47b2b9;
    position: absolute;
    top: -5px;
    left: 0;
    border-radius: 100%;
}

.points_r {
    width: 15px;
    height: 15px;
    background-color: #47b2b9;
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 100%;
}

.level_range_date {
    font-size: 0;
}

.level_range_date_l {
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 17px;
    color: #505050;
    padding: 10px 0;
}

.level_range_date_r {
    width: 50%;
    display: inline-block;
    text-align: right;
    font-size: 17px;
    color: #505050;
    padding: 10px 0;

}

/**/
.me_btn {
    text-align: center;
    padding: 0 0 40px;
}

.cancel_btn {
    display: inline-block;
    text-align: center;
    color: #199fa7;
    background-color: #fff;
    border: 1px solid #199fa7;
    padding: 10px 0;
    width: 250px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 5px;

}

.store_btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #199fa7;
    border: 1px solid #199fa7;
    padding: 10px 0;
    width: 250px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 5px;
}

/**/
.order_table {
    width: 100%;
}

.order_table th {
    color: #47b2b9;
    padding: 20px 10px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    font-size: 17px;
}

.order_table td {
    color: #505050;
    padding: 20px 10px;
    text-align: center;
    font-size: 17px;
}

.order_nb {
    color: #47b2b9;
    text-decoration: underline;
    cursor: pointer;
}

.order_btn_green {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #199fa7;
    border: 1px solid #199fa7;
    padding: 5px 0;
    width: 100px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

.order_btn_gray {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #b0b0b0;
    padding: 5px 0;
    width: 100px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

.order_table_m {
    display: none;
}

/**/
.modal_order {
    padding: 40px;
}

.order_data {}

.order_data_row {
    padding: 5px 0;

}

.order_data_row_title {
    width: 120px;
    font-size: 17px;
    color: #199fa7;
    display: inline-block;
    vertical-align: text-top;
}

.order_data_row_text {
    font-size: 17px;
    color: #505050;
    display: inline-block;
    vertical-align: text-top;
}

.order_table_bd {
    border: 1px solid #dcdcdc;
}

.add_point {
    color: #47b2b9;
}

.deduct_point {
    color: #c83737;
}

.me_class_joined {
    background-color: #fff;
    padding: 40px;
    margin: 20px 10px;
    position: relative;
}

.me_class_joined h2 {
    padding: 0px 0 20px;
    margin: 0;
    font-size: 21px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
}

.me_class_joined_op {
    font-size: 21px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.me_class_joined_row {
    padding: 20px 0px 0;
    display: none;
}

.me_class_joined_icon {
    transform: rotate(180deg);
    transition: all 0.6s ease-in-out;
}




.step_status {
    font-size: 0;
    text-align: center;
    padding: 20px 0;
}

.step_status li {
    display: inline-block;
    width: 320px;
}

.step_status_row {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    background-color: #b0b0b0;
    color: #fff;
    position: relative;
}

.triangle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #fafafa;
    position: absolute;
    top: 0;
    left: 0;

}

.triangle::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #b0b0b0;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 1;

}

.step_active .triangle {
    background-color: #47b2b9;
}

.step_active .triangle::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #47b2b9;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 1;

}

/**/

.triangle_2::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #b0b0b0;
    position: absolute;
    top: 0;
    left: 0;

}

.triangle_2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #b0b0b0;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 1;

}


.step_active .triangle {
    background-color: #47b2b9;
}


.triangle_2::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #b0b0b0;
    position: absolute;
    top: 0;
    left: 0;


}

.step_active .triangle_2 {
    background-color: #47b2b9;
}

.step_active .triangle_2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #47b2b9;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 2;

}



/**/

.triangle_3::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #b0b0b0;
    position: absolute;
    top: 0;
    left: 0;

}

.triangle_3::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #b0b0b0;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 1;

}

.step_active .triangle_3 {
    background-color: #47b2b9;
}

.step_active .triangle_3::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #47b2b9;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 2;

}

.cart_bread {
    font-size: 17px;
    color: #199fa7;
}

.cart_product {
    background-color: #fff;
    padding: 30px;
    margin: 10px 0 40px;
}

.cart_table {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 30px;
}

.cart_table th {

    color: #47b2b9;
    padding: 20px 10px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    font-size: 17px;
}

.cart_table td {
    color: #505050;
    padding: 20px 10px;
    text-align: center;
    font-size: 17px;

}

.cart_table .cart_table_title {
    text-align: left;
}

.cart_table td img {
    width: 100px;
    border: 1px solid #dcdcdc;


}

.cart_input {
    width: 70px;
    height: 35px;
    background-color: transparent;
    box-shadow: transparent;
    border: 5;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.circle {
    color: #47b2b9;
    cursor: pointer;
}

.precautions {
    color: #c83737;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.cart_freight {
    color: #505050;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    font-size: 20px;
}

.cart_freight span {
    color: #c83737;
    display: inline-block;
}

.cart_total {
    color: #505050;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    font-size: 20px;
}

.cart_total span {
    display: inline-block;
}

.cart_freight_title {
    display: inline-block;
    width: 100px;
}

.cart_total_title {
    display: inline-block;
    width: 100px;
}

.cart_gift {
    padding: 10px 20px;
    font-size: 16px;
    color: #505050;
    background-color: #fafafa;
    margin: 10px 0;
}

/**/
.pay_total {
    color: #47b2b9;
    font-size: 25px;
    margin: 0 5px;
}

.class_checkbox .ui-radio+label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #47b2b9;
    margin: 0 10px 0 0;
}

.class_checkbox {
    display: inline-block;
}

.ui-checkbox {
    display: none;
}

.ui-checkbox+label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}

.ui-checkbox+label:before {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 9px;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}



.ui-checkbox:checked+label:before {
    border: 1px solid 47b2b9;
    color: #47b2b9;
}

.ui-checkbox.no-border:checked+label:before {
    border-color: transparent;
}



.ui-checkbox:checked+label:after {
    content: '\f00c';
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
    color: #47b2b9;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.ui-checkbox.green-tick:checked+label:after {
    color: #8cc63f;
}

.small_text {
    font-size: 15px;
    color: #505050;
}

.small_text span {
    color: #c83737;
    margin: 0 5px
}

.worth {
    font-size: 15px;
    color: #505050;
    padding: 10px 0;
}

.worth span {
    color: #c83737;
    margin: 0 5px;
}

.small_worth {
    font-size: 15px;
    color: #505050;
    padding: 10px 0;
}

.small_worth span {
    color: #8e8e8e;
    margin: 0 5px;
}

.line_head label {

    font-size: 17px;

}

.cart_complete_title {}

.cart_complete_title_img {
    display: inline-block;
    margin: 0 10px 0 0;
}

.cart_complete_title {
    font-size: 40px;
    color: #505050;
    padding: 0;
    margin: 0;

}

.cart_complete_title_text {
    display: inline-block;

}

.cart_complete {
    padding: 15px 0;
}

.cart_complete h3 {
    color: #199fa7;
    font-size: 17px;
}

.cart_complete ul {}

.cart_complete ul li {
    font-size: 17px;
    color: #505050;
    padding: 5px 0;
    line-height: 1.8;
}

.cart_complete ul li a {
    font-size: 17px;
    color: #47b2b9;
}

.ver_btn {
    display: inline-block;
    text-align: center;
    color: #199fa7;
    background-color: #fff;
    border: 1px solid #199fa7;
    padding: 10px 0;
    width: 250px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 5px;
}

.location_search_btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #199fa7;
    border: 1px solid #199fa7;
    padding: 15px 0;
    width: 150px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 5px;
}

.location_search .register_select select {
    margin-bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/from_select.png) no-repeat 98% center transparent;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    color: #9a9d9c;
    font-size: 17px;
}

.location_search {
    padding: 20px 0;
}

.location_table {
    width: 100%;
    margin: 30px 0;

}

.location_table tr {}

.location_table tr:nth-child(odd) {
    background-color: #f5fafb;
}

.location_table tr td {
    text-align: left;
    padding: 15px 20px;
    color: #505050;
    font-size: 17px;
}

.location_map i {
    margin: 0 5px;
}

.location_page_btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #199fa7;
    border: 1px solid #199fa7;
    padding: 5px 0;
    width: 100px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 5px;
}

/**/
.location_map_box {
    padding: 30px 0;
}

.location_edit {
    margin: 30px 0;
    font-size: 17px;
    line-height: 1.8;
    color: #505050;
}

.location_map_row {
    width: 100%;
    height: 250px;
}

.location_map_box .me_class_joined {
    background-color: #fff;
    padding: 20px;
    margin: 0;
}

.location_map_box .me_class_joined h2 {
    padding: 0px 0 20px;
    margin: 0;
    font-size: 30px;
    border-bottom: 0;
}

/**/
.gift_row {
    padding: 10px 0 50px;
}

.gift_date {
    padding: 10px;
    background-color: #199fa7;
    color: #fff;
    font-size: 20px;
}

.gift_page {
    padding: 30px 30px 20px;
    border: 1px solid #d5d5d5;
}

.gift_page_img {

    position: relative;

    width: 100%;
    margin: 0 auto;
}

.gift_page_img>img {

    border: 1px solid #d5d5d5;
    width: 100%;

}

.gift_style {
    position: absolute;
    top: 0;
    left: -5px;
    width: 100px;
}

.gift_style img {

    width: 100%;
}

.gift_title {
    color: #199fa7;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gift_ds_list {
    padding: 5px 0;
    color: #505050;
    font-size: 17px;
    margin: 0 0px;
}

.gift_ds_list span {
    display: inline-block;
    width: 130px;
    color: #199fa7;
    font-size: 17px;
}

.gift_ds h2 {
    margin: 0 0 10px;
    font-size: 19px;
    color: #505050;
    line-height: 1.5;
}

.gift_btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #c83737;
    padding: 15px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin: 20px 5px;
    cursor: pointer;
}

.gift_btn_has {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #b0b0b0;
    padding: 15px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin: 20px 5px;
    cursor: pointer;
}

/**/
.brand_banner_box {
    padding: 10px 0;
}

.cart_table_m {
    display: none;
}

.location_table_m {
    width: 100%;
    margin: 30px 0;
    display: none;

}

.page_link {
    text-align: center;
}

/**/
.shopping_join {
    width: 350px;
    position: absolute;
    right: 20px;
    padding: 25px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    display: none;
}

.shopping_product_img {
    width: 80px;
    float: left;
    border: 1px solid #dcdcdc;
    margin: 0px 10px 0 0;

}

.shopping_product_img img {
    width: 100%;
}

.shopping_product_title {
    color: #00A8B1;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;


}

.shopping_product_info {
    padding: 10px 10px 0 0;
}

.shopping_join_btn {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #c83737;
    padding: 5px 0;
    width: 100px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 0 0 15px;
    float: right;

}

/**/
.ver_row {
    text-align: center;
}

.ver_code {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}

.ver_code img {
    width: 100%;

}

.redo {
    font-size: 21px;
    padding: 5px 0;
    display: inline-block;
    cursor: pointer;
}

.company_row {
    display: none;
}

.donation_row {
    display: none;
}

.del_buy_btn a {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    padding: 5px 0;
    width: 120px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    float: right;
}

.mega-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feedback_a {
    /*  padding: 0 10px; */
}

.feedback_a span {
    color: #c83737;
    padding: 0 3px;
    font-size: 17px;
    font-weight: bold;
}

.feedback_a:hover {
    text-decoration: underline;
}

.interval_row {
    padding: 0 10px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li .col-md-3 .mega-menu li a {

    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;

}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li .col-md-3 .mega-menu li a:hover {

    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    background-color: #00a8b1;
}

.login_footer_text {
    text-align: justify;
    color: #ff0101;
    font-size: 15px;
    line-height: 1.5;
}

.mobile_title {
    display: none;
}

.desk_title {
    /* display: block; */
    display: inline-block;
}

.serial .register_btn {

    text-align: center;
    display: block;
    color: #fff;
    background-color: #199fa7;
    padding: 15px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin: 0px auto;

}

.serial .register_input .input_row {
    height: 55px;
}

.serial {
    padding: 150px 0;
}

.serial_status h2 {
    color: #199fa7;
    text-align: center;

}

.serial_status {
    margin: 100px 0;
}

.red_color {
    color: #ff0000;
    margin: 0 3px;
}

.serial_title {
    color: #ff0000;
    text-align: left;
    padding: 25px 15px 50px;
    font-size: 23px;
}

/**/
.ec_select {
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc;
    margin: 10px 0;
    border-radius: 5px;
    padding: 2px;
}

.ec-menu {
    width: 100%;
}

.ec-menu .btn {
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
}

.ec-menu .dropdown-menu {
    width: 100%;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

}

.ec-menu .caret {

    float: right;
    margin-top: 10px;
}

.qr_row {
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 140px;
}

.maile_box {
    width: 100%;

}

.maile_box img {
    width: 100%;
}

.qr_box {
    max-width: 285px;
    margin: 0 auto;
    position: absolute;
    top: 28%;
    left: 42%;
    transform: translateY(-50%)translateX(-35%);
    background-color: #fff;
}

.qr_img {
    max-width: 200px;
    margin: 0 auto;
}
.qr_img canvas{
    width: 100%;
    margin: 0 auto;
}
.qr_img img {
    width: 100%;
    margin: 0 auto;
}
.barcode_box{
    max-width: 285px;
    margin: 0 auto;
    position: absolute;
    top: 56%;
    left: 39%;
    transform: translateY(-50%)translateX(-32%);
    background-color: #fff;
}
.barcode_img {
    max-width: 200px;
    margin: 0 auto;
}
.barcode_img canvas{
    width: 100%;
    margin: 0 auto;
}
.barcode_img img {
    width: 100%;
    margin: 0 auto;
}
.login_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .43);
    z-index: 9999;
    top: 0;
    left: 0;
}

.login_fix_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    max-width: 400px;
    background-color: #fff;
    padding: 45px;
    border-radius: 10px;
    border: 1px solid #8d8d8d;
    ;
}

.login_fix_text {
    font-size: 16px;
    line-height: 1.5;
}

.login_fix_close {
    font-size: 35px;
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
    color: #8d8d8d;
}

.dk {
    display: inline-block;
}

.mo {
    display: none;
}

.red_text {
    color: red;
    font-size: 14px;
    display: inline-block;
}
.red_text_b {
    font-weight: bold;
    color: #c83737;
}
.register_form h3 .red_text {
    color: red;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.red_text span {
    color: #8d8d8d;
}

.gray_text {
    color: #8d8d8d;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
}

/*  */
.product_btn_group{
    padding: 15px 0 0;

}
.register_form_sub {
    display: inline-block;
    color: #505050;
}
.register_form_sub span{
    color: #F44336;
    margin: 0 5px;
}
.welfare_fix{
    text-align: center;
    font-size: 17px;
}
.welfare_fix .red_text{
    font-weight: bold;
    font-size: 17px;
    margin:  0 5px;

}
.cart_total h3{
    margin: 0;
}
.welfare_price{
    margin-top: -25px;
    /* padding-right: 180px; */
    text-align: center;
}
.welfare_price h3{
    margin:0;


}
/*  */
@media (max-width: 1700px) {
    .qr_row {
        max-width: 300px;
        /* display: inline-block; */
        vertical-align: top;
        position: relative;
        margin-left: 0px;
    }
}

@media (max-width: 1600px) {

    .chart_row {
        max-width: 300px;
        position: relative;
        display: block;
        margin: 0 auto 20px;
    }

    .qr_row {
        max-width: 300px;

        margin: 0 auto;
        vertical-align: top;
        position: relative;
    }

    .dk {
        display: block;
    }
}

@media (max-width: 1200px) {
    .index_new_row .container {

        width: 100%;

    }

    .step_status li {
        display: inline-block;
        width: 250px;
    }

    .side_menu {
        list-style: none;
        padding: 10px 0;
        margin: 0;
        display: none;
    }

    .ah-tab-position {
        position: relative;
        right: 0;
        top: 0;
        max-width: 100%;
        padding: 10px 0 0 0;
        width: 100%;
    }

    .index_new_left {
        display: inline-block;
        width: 45%;
        height: 450px;
        /* background-image: url(../img/index_brand.png); */
        margin: 30px 1% 30px 0;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .index_new_right {
        width: 54%;
        display: inline-block;
        height: 450px;
        vertical-align: middle;
    }

    .index_new_right_bottom li a {
        display: block;
        width: 100%;
        font-size: 30px;
        height: 100%;
        cursor: pointer;
        padding: 50px 0 0 20px;
        text-decoration: none;
    }

    .index_new_right_try {
        background-image: url(../img/index_try.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 0.5%;
        background-size: cover;
    }

    .index_new_right_class {
        background-image: url(../img/index_class.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 0.5%;
        background-size: cover;
    }
}

@media (max-width: 1200px) {

    .serial .register_btn {

        text-align: center;
        display: block;
        color: #fff;
        background-color: #199fa7;
        padding: 15px 0;
        width: 200px;
        border-radius: 5px;
        font-size: 20px;
        cursor: pointer;
        margin: 30px auto;

    }

    .index_new_left {
        display: inline-block;
        width: 100%;
        height: 550px;
        /* background-image: url(../img/index_brand.png); */
        margin: 30px auto;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .index_new_right {
        width: 100%;
        display: inline-block;
        height: 450px;
        vertical-align: middle;
    }
}

@media (max-width: 992px) {
    .commodity {
        margin: 0 0 10px;
        min-height: 300px;

    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li .col-md-3 .mega-menu li a {

        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        color: #6f6f6f;

    }

    /* nav.navbar.bootsnav li.dropdown ul.dropdown-menu li .row .col-md-3 .mega-menu li a:hover {

    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    background-color: #00a8b1;
} */




    .del_buy_btn {
        padding: 0px 10px 10px 10px;

    }

    .del_buy_btn a {
        text-align: center;
        display: block;
        color: #fff;
        background-color: #199fa7;
        padding: 10px 0;
        width: 100%;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        float: right;
    }

    /**/
    .location_map_box .me_class_joined {
        background-color: #fff;
        padding: 20px 0;
        margin: 0;
    }

    .location_table {
        width: 100%;
        margin: 30px 0;
        display: none;

    }

    .location_table_m {
        width: 100%;
        margin: 30px 0;
        display: table;

    }

    .location_table_m tr {}

    .location_table_m tr:nth-child(odd) {
        background-color: #f5fafb;
    }

    .location_table_m tr td {
        text-align: center;
        padding: 15px 10px;
        color: #505050;
        font-size: 17px;
    }

    .location_search_btn {
        display: inline-block;
        text-align: center;
        color: #fff;
        background-color: #199fa7;
        border: 1px solid #199fa7;
        padding: 15px 0;
        width: 100%;
        border-radius: 5px;
        font-size: 15px;
        cursor: pointer;
        margin: 0 5px;
    }

    .line_head .product_more {
        text-align: center;
        display: block;
        color: #fff;
        background-color: #199fa7;
        padding: 15px 0;
        width: 95%;
        border-radius: 5px;
        font-size: 15px;
        cursor: pointer;
        position: relative;
        right: 0;
        top: 0;
        margin: 15px auto;
    }

    .avatar {
        width: 160px;
        float: initial;
        margin: 10px auto 20px;
        display: none;
    }

    .footer_bottom_right {
        text-align: left;
    }

    .footer_top {
        padding: 0px 0 30px;
    }

    .webmap h3 {
        color: #f3ffb9;
        font-size: 20px;
        text-align: center;
    }

    .footer_icon {
        float: initial;
        margin: 10px auto;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .webmap ul li {
        margin: 0 0 10px;
        text-align: center;
        width: 100%;
    }

    .webmap ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        vertical-align: text-top;
        text-align: center;
    }

    .me_class_joined {
        background-color: #fff;
        padding: 20px;
        margin: 20px 0px;
    }

    .order_data_row_title {
        width: 100%;
        font-size: 17px;
        color: #199fa7;
        display: block;
        vertical-align: text-top;
    }

    .order_data_row_text {
        font-size: 17px;
        color: #505050;
        display: block;
        vertical-align: text-top;
    }

    .modal_order {
        padding: 10px;
    }

    .ui-radio-input {
        margin: 0px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    .cart_complete h3 {
        color: #199fa7;
        font-size: 17px;
        text-align: center;
    }

    .cart_complete_title {
        font-size: 40px;
        color: #505050;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .cancel_btn {
        display: inline-block;
        text-align: center;
        color: #199fa7;
        background-color: #fff;
        border: 1px solid #199fa7;
        padding: 10px 0;
        width: 250px;
        border-radius: 5px;
        font-size: 15px;
        cursor: pointer;
        margin: 10px 5px;
    }

    .store_btn {
        display: inline-block;
        text-align: center;
        color: #fff;
        background-color: #199fa7;
        border: 1px solid #199fa7;
        padding: 10px 0;
        width: 250px;
        border-radius: 5px;
        font-size: 15px;
        cursor: pointer;
        margin: 10px 5px;
    }

    .small_text {
        font-size: 15px;
        color: #505050;
        display: block;
        margin: 10px 0;
    }

    .precautions {
        color: #c83737;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 16px;
    }

    .cart_product {
        background-color: #fff;
        padding: 30px 0;
        margin: 10px 0 40px;
    }

    .cart_table_m {
        width: 100%;
        border-bottom: 1px solid #dcdcdc;
        margin: 0 0 30px;
        display: table;
    }

    .cart_table_m th {

        color: #47b2b9;
        padding: 20px 10px;
        border-bottom: 1px solid #dcdcdc;
        text-align: center;
        font-size: 17px;
    }

    .cart_table_m td {
        color: #505050;
        padding: 20px 10px;
        text-align: center;
        font-size: 17px;
        border-bottom: 1px solid #dcdcdc;

    }

    .cart_table_m td img {
        width: 100px;
        border: 1px solid #dcdcdc;
        display: block;
        margin: 0 auto;


    }

    .cart_input {
        width: 70px;
        height: 35px;
        background-color: transparent;
        box-shadow: transparent;
        border: 5;
        border: 1px solid #dcdcdc;
        padding: 10px;
    }

    .circle {
        color: #47b2b9;
        cursor: pointer;
    }

    .cart_table {
        display: none;
    }

    .triangle::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 0 24px 24px;
        border-color: transparent transparent transparent #fafafa;
        position: absolute;
        top: 0;
        left: 0;
        display: none;

    }

    .triangle::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 0 24px 24px;
        border-color: transparent transparent transparent #b0b0b0;
        position: absolute;
        top: 0;
        right: -24px;
        z-index: 1;
        display: none;

    }

    .triangle_2::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 0 24px 24px;
        border-color: transparent transparent transparent #b0b0b0;
        position: absolute;
        top: 0;
        left: 0;
        display: none;


    }

    .step_active .triangle_2::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 0 24px 24px;
        border-color: transparent transparent transparent #47b2b9;
        position: absolute;
        top: 0;
        right: -24px;
        z-index: 2;
        display: none;

    }

    .triangle_3::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 0 24px 24px;
        border-color: transparent transparent transparent #b0b0b0;
        position: absolute;
        top: 0;
        right: -24px;
        z-index: 1;
        display: none;

    }

    .step_active .triangle_3::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 0 24px 24px;
        border-color: transparent transparent transparent #47b2b9;
        position: absolute;
        top: 0;
        right: -24px;
        z-index: 2;
        display: none;

    }

    .step_active .step_status_row {
        display: block;
    }

    .step_status_row {
        font-size: 20px;
        padding: 10px 0;
        text-align: center;
        background-color: #b0b0b0;
        color: #fff;
        position: relative;
        display: none;
    }

    .add_baby {
        text-align: center;
        display: block;
        color: #fff;
        background-color: #199fa7;
        padding: 15px 0;
        width: 100%;
        border-radius: 5px;
        font-size: 15px;
        cursor: pointer;
        position: relative;
        right: 0;
        top: 0;
        margin: 25px 0 10px;
    }

    .register_form .register_input {
        height: auto;
    }

    .register_form .register_input .input_row::-webkit-input-placeholder {
        font-size: 15px;

    }

    .register_form .register_input .input_row::placeholder {
        font-size: 15px;
    }

    .login_input input::-webkit-input-placeholder {
        font-size: 15px;

    }

    .login_input input::placeholder {
        font-size: 15px;

    }

    .class_join_row {
        background-color: #fff;
        padding: 30px 0;
        margin: 20px 0 60px;
    }

    .gray {
        background-color: #fafafa;
        padding: 0px;
    }

    .line_head_right {
        list-style: none;
        position: relative;
        top: 0px;
        right: 0;
        padding: 0;
        margin: 0;
    }

    .full {
        text-align: center;
        color: #fff;
        background-color: #b0b0b0;
        padding: 15px 0px;
        width: 200px;
        border-radius: 5px;
        font-size: 20px;
        cursor: pointer;
        width: 180px;
        display: block;
        position: relative;
        border-bottom: 5px #d9d9d9 solid;
        margin: 10px auto;
    }

    .apply {
        text-align: center;
        color: #fff;
        background-color: #c83737;
        padding: 15px 0px;
        width: 200px;
        border-radius: 5px;
        font-size: 20px;
        cursor: pointer;
        width: 180px;
        display: block;
        position: relative;
        border-bottom: 5px #d9d9d9 solid;
        margin: 30px auto;
    }

    .class_table_news h2 {
        padding: 0 0 15px;
        margin: 0;
        font-size: 25px;
        color: #505050;
        line-height: 1.5;
    }

    .class_table_news_row {
        padding: 10px 0;
    }

    .class_table_title {
        width: 100%;
        font-size: 15px;
        color: #199fa7;
        display: inline-block;
        padding: 5px 0;
    }

    .class_table_btn {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
    }

    .class_table_news {
        display: inline-block;
        width: 100%;
        border: 1px solid #dcdcdc;
        padding: 10px 10px;
        position: relative;
        height: auto;
    }

    .class_table .class_table_row .class_table_date {
        /* display: inline-block; */
        float: left;
        border: 1px solid #c9a837;
        width: 100%;
        padding: 0px;
        background-color: #c9a837;
        position: relative;
        height: auto;
    }

    .class_table .class_table_row .class_table_date_free {
        border: 1px solid #abbf42;
        background-color: #abbf42;
    }

    .filter_product {
        position: relative;
        right: 0;
        top: 0px;
        width: 100%;
        margin: 10px 0 20px;
    }

    .order_table_m {
        display: block;
        width: 100%;
    }

    .order_table_m th {
        color: #47b2b9;
        padding: 20px 10px;
        border-bottom: 1px solid #dcdcdc;
        text-align: center;
        font-size: 17px;
    }

    .order_table_m td {
        color: #505050;
        padding: 20px 10px;
        text-align: center;
        font-size: 17px;
        border-bottom: 1px solid #dcdcdc;
    }

    .order_table {
        display: none;
    }

    .bootsnav .navbar-brand .logo {
        display: none;
    }

    .bootsnav .navbar-brand .logo_svg {
        display: block;
    }

    .bootsnav .navbar-brand {
        float: left;
        height: auto;
        padding: 5px 0;
        font-size: 18px;
        line-height: 20px;
        width: 130px;
        margin-left: 35px;
    }

    .bootsnav .navbar-brand img {
        width: 100%;
    }

    .menu_top {
        position: absolute;
        right: 0;
        top: 10px;
        display: none;
    }

    .bootsnav .attr-nav>ul>li>a {
        color: #6f6f6f;
        display: block;
        padding: 0px 0px;
        position: relative;
        margin: 25px 10px 0;
    }

    .carousel-control i {
        font-size: 70px;
        color: #bfbec3;
        top: 25%;
        position: relative;
    }

    .top-search {
        background-color: #00a8b1;
        padding: 10px;

        position: relative;
        max-width: 100%;
        width: 100%;
        bottom: 0px;
        right: 0;
    }

    .class_table_year {
        margin: 0px 0 0;
    }

    .qr_row {
        max-width: 300px;

        margin: 0 auto 10px;
        vertical-align: top;
        position: relative;
        display: none;
    }

    .dk {
        display: none;
    }

    .mo {
        display: block;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1440px;
    }
}

@media (max-width: 768px) {
    .welfare_price{
        margin-top: -25px;
        padding-right: 0px;
        text-align: center;
    }
    .welfare_price h3{
        margin:0;


    }
    .class_tab {
        display: block;
    }

    .dropdown_group {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 20px auto 10px;
    }

    .login_fix_box {
        width: 95%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%)translateX(-50%);
        max-width: 400px;
        background-color: #fff;
        padding: 45px;
        border-radius: 10px;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 35px;
    }
}

@media (max-width: 768px) {
    .border_left {
        border-left: 1px solid #c3c3c3;
    }

    .product_discontinued_btn {
        text-align: center;
        display: inline-block;
        color: #b4b4b4;
        background-color: #D9D9D9;
        padding: 15px 0;
        width: 50%;
        border-radius: 0px;
        font-size: 20px;
        margin: 0;
    }

    .class_table_new {
        font-size: 21px;
        background-color: #fff;
        color: #c9a837;
        text-align: center;
        font-weight: bold;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
    }

    .class_table_day {
        font-size: 25px;
    }

    .serial_status {
        margin: 50px 0;
    }

    .serial {
        padding: 50px 0;
    }

    .serial .register_btn {

        text-align: center;
        display: block;
        color: #fff;
        background-color: #199fa7;
        padding: 15px 0;
        width: 200px;
        border-radius: 5px;
        font-size: 20px;
        cursor: pointer;
        margin: 30px auto;

    }

    .bread_side_logo_title {
        font-size: 30px;
        letter-spacing: 1px;
        /* color: #505050; */
        color: #199fa7;
        word-break: break-all;
        padding: 10px 0;
        margin: 0;
    }

    .mobile_title {
        display: block;
    }

    .desk_title {
        display: none;
    }

    .location_table tr td {
        text-align: center;
        padding: 15px 10px;
        color: #505050;
        font-size: 17px;
    }

    .me_class_joined h2 {
        padding: 0px 0 10px;
        margin: 0;
        font-size: 21px;
        border-bottom: 1px solid #dcdcdc;
        overflow: initial;
        white-space: initial;
        text-overflow: initial;
        width: 95%;
        font-weight: bold;
    }

    .me_class_joined_op {
        font-size: 25px;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

    .login_row {
        max-width: 400px;
        padding: 100px 0;
    }

    .product_btn_row {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        font-size: 0;
        display: inline-block;
    }

    .product_btn_row .product_shopping_btn {
        text-align: center;
        display: inline-block;
        color: #fff;
        background-color: #199fa7;
        padding: 15px 0;
        width: 50%;
        border-radius: 0px;
        font-size: 20px;
        cursor: pointer;
        margin: 0;

    }

    .product_btn_row .product_direct_btn {
        text-align: center;
        display: inline-block;
        color: #fff;
        background-color: #c83737;
        padding: 15px 0;
        width: 50%;
        border-radius: 0px;
        font-size: 20px;
        cursor: pointer;
        margin: 0;
    }

    .login_bg {
        background-image: initial;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        background-color: #efedf0;
    }

    .product_intro_bottom_tab .tab-content {
        margin: 10px 0;
        background-color: #fff;
        padding: 0px;
        font-size: 17px;
        line-height: 1.8;
        color: #505050;
    }

    .bread_side_logo {
        border: solid 1px #dcdcdc;
        padding: 10px;
        display: none;
    }


    .webmap ul li a {
        color: #fff;
        font-size: 15px;
    }

    .mobile_no {

        display: none;



    }

    .webmap {
        text-align: center;
        /* border-right: 1px solid #fff; */
        font-size: 0;
    }

    .product_intro_bottom {
        margin: 20px 0 0;
        padding: 0px;
        background-color: #fff;
    }

    .shopping_join {
        width: 100%;
        position: absolute;
        right: 0px;
        padding: 25px;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        display: none;
    }



    .product_direct_btn {
        text-align: center;
        display: inline-block;
        color: #fff;
        background-color: #c83737;
        padding: 15px 0;
        width: 100%;
        border-radius: 5px;
        font-size: 20px;
        cursor: pointer;
        margin: 10px 0;
    }

    .discount_types {
        background-color: #47b2b9;
        background-image: inherit;
        background-repeat: no-repeat;
        background-position: 107% -17px, -80px 34px;
        margin: 20px 0;
        padding: 10px;
    }

    .brand_certification_img li {
        display: inline-block;
        border: 1px solid #dcdcdc;
        width: 50px;
        margin-right: 5px;
    }

    .brand_product_freight {
        position: relative;
        top: 0px;
        right: 0;
        color: #505050;
        font-size: 17px;
    }

    .bread_product_side {
        max-width: 100%;
    }

    .side_menu {
        list-style: none;
        padding: 10px 0;
        margin: 0;
        display: none;
    }

    .breadcrumb_title {
        padding: 0px 10px 0;
    }

    .breadcrumb_row {
        float: initial;
        padding: 15px 0 0;
    }

    .new_box_small {
        font-size: 15px;
        color: #969696;
        padding: 10px;
    }

    .new_box_left {
        float: initial;
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }

    .new_box_right {
        display: block;
    }

    .index_new_right_top {
        background-image: url(../img/leaf.png);
        background-repeat: no-repeat;
        background-position: top right;
        padding: 15px;
        background-color: #47b2b9;
        margin: 10px 0 0px;
    }

    .index_new_right_carousel .owl-carousel .item a span {
        font-size: 14px;
        font-weight: normal;
        color: #128c95;
        padding: 5px;
        background-color: #fff;
        margin-right: 10px;
        display: block;
        width: 40%;
        text-align: center;
        margin: 0 0 10px;
    }

    .index_new_right_try {
        background-image: url(../img/index_try.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: 10px 0;
        background-size: cover;
    }

    .index_new_right_class {
        background-image: url(../img/index_class.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: 0px 0 15px;
        background-size: cover;
    }

    .index_new_right_bottom li {
        display: inline-block;
        width: 100%;
        height: 225px;
    }

    .index_new_right {
        width: 100%;
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }

    .index_new_left {
        display: none;
        width: 100%;
        height: 450px;
        /* background-image: url(../img/index_brand.png); */
        margin: 30px auto;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .index_new_left_m {

        display: block;

    }

    .index_new_left_m img {

        width: 100%;

    }

    .line_btn {
        width: 60px;
        /*   position: fixed;
        bottom: 10%;
        right: 15px; */
        box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
        border-radius: 50%;
    }

}

@media (min-width: 768px) {

    .index_new_left_m {

        display: none;

    }


    .bootsnav .navbar-nav {
        float: left;
        margin: 45px 0 0;
    }

}