        html {
    position: relative;
}

body {
    font-family: calibri, Candara, Arial, sans-serif;
    font-size: 16px;
    color: #1e1e1e;
    word-wrap: break-word;
    margin: auto;
}

ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    padding: 0;
}

ol > li {
    list-style: inherit;
}

a,a:hover,a:focus {
    color:#683498;
    text-decoration: none;
    cursor: pointer;
}

 #pink .content-detail p > a {
    color: #ed008c;
}

p img,
.content-detail img {
    max-width: 100%;
}

@font-face {
    font-family: calibri;
    src: url("../fonts/CALIBRI.TTF") format("truetype");
    src: url("../fonts/CALIBRI.eot") ;
}

@font-face {
    font-family: cronosPro;
    src: url("../fonts/Cronos Regular.eot");
    src: url("../fonts/Cronos Regular.eot?#iefix") format("embedded-opentype"),
   /* src: url("../fonts/CronosPro-Regular.otf") format("opentype"),*/
    url("../fonts/Cronos Regular.ttf") format("truetype");
}

@font-face {
    font-family: cronosProSemibold;
    src: url("../fonts/Cronos-Pro-Semibold.eot");
    src: url("../fonts/Cronos-Pro-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cronos-Pro-Semibold.ttf") format("truetype");

}

@font-face {
    font-family: cronosProLight;
    src: url("../fonts/Cronos-Pro-Light.eot");
    src: url("../fonts/Cronos-Pro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cronos-Pro-Light.ttf") format("truetype");
}

hr.black {
    border-top: #1e1e1e solid 1px;
}

ul.float-l,
ol.float-l li {
    float: left;
    width: 50%;
}

#subscript_email-error {
    position: absolute;
    left: 0;
    margin-top: -15px;
}

.footer_subscript_form {
    position: relative;
}

.content-detail ul.float-l li {
    list-style: none;
    color: #1e1e1e;
    margin-left: 0;
}

.sd-header-social a {
    color: inherit;
    display: inherit;
    float: none;
    height: auto;
    line-height: inherit;
    text-align: inherit;
    width: auto;
}

.sd-header-social a:hover,
.sd-header-social a:hover i {
    color: inherit;
}

.sd-full-width,
.sd-blog-page {
    margin: 0;
    min-height: 600px;
}

.swiper-pagination {
    position: static;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 20px 10px;
}

.page-select {
    padding: 0 5px;
    height: 45px;
    border: none;
    background-color: #875c32;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.top-page .btn-link {
    display: block;
    width: 100%;
    border: 1px solid #6a3300;
    color: #6a3300;
    text-decoration: none;
    outline: 0;
    font-size: 16px;
    white-space: normal;
}

.top-page p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.brown,
#pink .form-site-page .btn.brown {
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #6a3300;
}

#pink .footer_subscript_form .btn.brown {
    background: #ed008c;
}

.btn.brown:hover,
.btn.brown:focus,
#pink .form-site-page .btn.brown:hover {
    color: #fff;
    background: #432000;
}

.btn.pink {
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #ed008c;
}

.btn.pink:hover,
.btn.pink:focus {
    color: #fff;
    background: #ed008c;
}

.btn-2 {
    display: inline-block;
    height: 45px;
    padding: 10px 20px;
    background-color: #6a3300;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}

.btn-2:hover,
.btn-2:focus {
    background-color: #432000;
    color: #fff;
}

#pink .btn-2 {
    background-color: #fff;
    color: #ed008c;
}

.btn-2:last-child {
    margin-right: 0;
}

.btn-2 span {
    margin-left: 20px;
    font-size: 14px;
}

.btn-1 {
    display: inline-block;
    height: 45px;
    padding: 10px 20px;
    background-color: #e03000;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}

.btn-1:hover,
.btn-1:focus {
    background-color: #c40e00;
    color: #fff;
}

#pink .btn-1 {
    background-color: #ed008c;
    color: #fff;
}

.btn-1:last-child {
    margin-right: 0;
}

.btn-1 span {
    margin-left: 20px;
    font-size: 14px;
}

.btn.center-block {
    text-align: left;
}

.btn.center-block .glyphicon {
    float: right;
    line-height: 20px;
}

.btn.red {
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #e03000;
}

.pink .btn.red,
.pink .btn.red:hover,
.pink .btn.red:focus{
    background: #eb1922;
}

.btn.red:hover,
.btn.red:focus {
    color: #fff;
    background: #c40e00;
}

.btn .glyphicon-menu-right {
    margin-left: 10px;
    font-size: 12px;
}

.btn .fa-angle-right {
    margin-left: 10px;
}

.btn-lg.brown>.glyphicon-menu-right {
    margin-left: 30px;
}

.btn-lg.red>.glyphicon-menu-right {
    margin-left: 30px;
}

.margin-40-0 {
    margin: 40px 0;
}

.sub-head {
    font-family: cronosProSemibold;
    color: #1e1e1e;
    font-size: 20px;
}

.content-2 {
    font-family: calibri;
    font-size: 20px;
    color: #1e1e1e;
}
.toolbox {
    position: relative;
    z-index: 3;
    height: 55px;
    line-height: inherit;
    color: #6a3300;
    background-color: #fbaf17;
}

#pink .toolbox {
    color: #fff;
    background-color: #ed008c;
}

.toolbox-list>li {
    float: left;
    height: 55px;
    padding-top: 15px;
}

.toolbox-list>li.on {
    background-color: #fff;
}

.toolbox-list>li,
.toolbox-list>li>a {
    font-size: 18px;
    color: #6a3300;
}

.toolbox-list>li>a:hover {
    color: #1e1e1e;
}

.toolbox-list>li>a {
    display: block;
    padding: 0 15px;
    border-right: 1px solid #cf8a10;
}

#pink .toolbox-list>li>a {
    border-right: 1px solid #fff;
    color: #fff;
}

#pink .toolbox-list>li,
#pink .toolbox-list>li>span {
    color: #fff;
}

.toolbox-list>li:last-child>a,
.toolbox-list>li.on>a {
    border-right: none;
}

.toolbox-list>li.on>a,
#pink .toolbox-list>li.on>a {
    color: #6a3300;
}

.toolbox-list>li.language.open {
    background: #fdce85;
}

#pink .toolbox-list>li.language.open {
    background: #ed008c;
}

.toolbox-list a>span,
.toolbox-list a>img,
.toolbox-list label>span {
    margin-right: 5px;
    vertical-align: middle;
    height: 18px;
    font-size: 16px;
}

.search-input {
    display: none;
    padding: 0 15px;
    height: 25px;
    border-right: 1px solid #cf8a10;
}

.search-input label {
    background: #fdce85;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: -2px;
}

.search-input label {
    background: #fff;
}

.search-input input {
    max-width: 100px;
    height: 30px;
    color: #1e1e1e;
    border: none;
    outline: none;
    background: transparent;
}

.text-size {
    padding: 15px;
    line-height: 24px;
}

.text-size>span {
    margin: 0 2px;
    cursor: pointer;
}

.font-size-s {
    font-size: 16px;
}

.font-size-l {
    font-size: 20px;
}

.language>a {
    border-left: 1px solid #cf8a10;
}

#pink .language>a {
    border-left: 1px solid #fff;
}

.toolbox-list>li.language.open>a {
    border-left: 1px solid #fdce85;
}

.pink .toolbox-list>li.language.open>a {
    border-left: 1px solid #fff;
}

.language .glyphicon-menu-down {
    margin-right: 0;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: bottom;
}

.sorting .btn {
    width: 100%;
    text-align: left;
    height: 45px;
    border: none;
    background-color: #875c32;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sorting .btn .caret {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}

.dropdown.inline-block {
    display: inline-block;
}

.dropdown.inline-block.right {
    float: right;
}

.dropdown.inline-block.sorting .btn {
    padding-right: 30px;
    width: auto;
}

.sorting.open>.dropdown-toggle.btn-default:focus,
.sorting.open>.dropdown-toggle.btn-default:hover,
.sorting.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #8f7053;
    border-color: #8f7053;
}

.sorting.open .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: #875c32;
}

.sorting.open .dropdown-menu>li>a {
    color: #fff;
}

.sorting.open .dropdown-menu>li>a:hover,
.sorting.open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #8f7053;
}

.language .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
    background-color: #371a00;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#pink .language .dropdown-menu,
#pink .sorting .btn,
#pink .sorting.open .dropdown-menu,
#pink .language .dropdown-menu>li>a:hover {
    background-color: #ed008c;
}

.sorting.white .btn,
.sorting.white.open .dropdown-menu {
    background-color: #fff !important;
    color: #999 !important;
    border: 1px solid #999;
}

.sorting.white.open .dropdown-menu>li>a {
    color: #999 !important;
}

.sorting.white.open .dropdown-menu>li>a:hover,
.sorting.white.open .dropdown-menu>li>a:focus {
    background-color: #ed008c !important;
    color: #fff !important;
}

.language .dropdown-menu>li {
    padding: 0;
}

.language .dropdown-menu>li>a {
    color: #fff;
    padding: 10px 35px;
}

.language .dropdown-menu>li>a:hover {
    background-color: #6a3300;
}

/* header */
.header.navbar-default {
    position: relative;
    z-index: 2;
    height: 125px;
    line-height: 125px;
    box-shadow: 0 0 5px #666;
    background-color: #fff;
}

.header.navbar-default>.container,
.header.navbar-default>.container>div {
    height: 100%;
}

.sd-logo {
    width: 194px;
    margin: 0;
    line-height: 125px;
}

.logo {
    width: 100%;
    max-height: 60%;
}

.navbar-default .pull-right {
    margin-left: 20px;
    font-family: cronosProSemibold;
    font-size: 18px;
    letter-spacing: 1px;
}

.donate,.donate:hover,.donate:focus {
    display: inline-block;
    margin-left: 10px;
    padding: 0 8px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: url("../images/button_4.png") no-repeat center top;
    background-size: 100% 101%;
}

.donate:hover,.donate:focus {
    background: linear-gradient(to bottom, rgba(252,131,46,1), rgba(250,94,0,1), rgba(250,94,0,1));
    border-radius: 4px;
}

.donate>span {
    margin-right: 5px;
    font-size: 12px;
}


/* banner */
/*.banner,*/
/*.banner .carousel-inner>.item {*/
    /*height: 530px;*/
/*}*/

.banner .bg {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: -1;*/
    width: 100%;
    min-width: 1024px;
    height: 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: height 1s ease-in-out;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
}

.banner.hover .bg {
    height: 105%;
}

#pink .banner.hover .bg {
    height: 100%;
}

.banner .bg img {
    width: 100%;
    height: auto;
}

.banner .carousel-indicators li,
.banner .carousel-indicators .active {
    margin: 1px 10px;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.banner .carousel-indicators .active {
    border: 1px solid #fab800;
    background-color: #fab800;
}

.banner .carousel-indicators {
    z-index: 1;
}

.banner .carousel-caption {
    position: relative;
    left: 0;
    padding-top: 230px;
    text-align: left;
}

.banner .carousel-caption .video {
    position: relative;
    margin: 20px;
    width: 330px;
    height: 190px;
}

.video {
    position: relative;
}

.video iframe {
    width: 100%;
    height: 315px;
    /*opacity: 0;*/
    /*position: relative;*/
    /*z-index: 99;*/
}

.pink-video {
    margin: 20px 0;
}

.service-video {
    margin: 0;
}

.pink-video iframe {
    height: 270px;
}

.video>a {
    display: block;
    height: 168px;
}

.video video {
    display: block;
    width: 100%;
    height: 100%;
}

.video .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.video.pink-video .cover {
    background-color: #000;
}

.banner .video .cover {
    border: 1px solid #fff;
}

.video .cover img {
    width: 100%;
    height: 100%;
}

.video.pink-video .cover img {
    opacity: .5;
}

.pink-video-text {
    padding-top: 70px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15% 0 0 -15%;
    width: 30%;
    cursor: pointer;
}

.pink-video .play-btn {
    margin: -10% 0 0 -10%;
    width: 20%;
}

.wellness-text .play-btn,
.video-col .play-btn {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.second-banner {
    position: relative;
    height: 500px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.second-banner .container {
    position: relative;
}

.second-banner .video {
    position: absolute;
    right: 100px;
    top: 180px;
    width: 400px;
}
/* banner end */

/* index */
.cancer-link {
    padding-top: 200px;
    padding-bottom: 200px;
    /*padding-bottom: 500px;*/
    background: url("../images/desktop_img/index/desktop_index_img_banner_2.jpg") center bottom;
    background-size: 100%;
}

.cancer-link-banner a {
    display: block;
}
.cancer-link-banner img {
    display: block;
    max-width: 100%;
}

.cancer-link-detail {
    padding-bottom: 40px;
    text-align: center;
    color: #1e1e1e;
   /* background-color: rgba(251,175,23,0.9);*/
    background-color: #fbaf17;
}

.cancer-link .cancer-link-detail {
    background-color: transparent;
}

.info h1 {
    font-family: cronosProLight, "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei";
    font-size:50px;
    color: #1e1e1e;
}

.info p {
    font-size: 20px;
    color: #1e1e1e;
}

.cancer-link-detail p {
    /*padding: 0 89px;*/
    padding: 0 200px;
}

.cancer-link-detail ul>li {
    margin-bottom: 40px;
    border-left: 1px solid #c1821a;
    padding: 0 18px;
    height: 100px;
    line-height: 20px;
    font-weight: 700;
    font-size: 20px;
}

.cancer-link-detail ul>li:first-child {
    border-left: 0;
}

.cancer-link-detail li>div {
    line-height: 60px;
    font-family: cronosProSemibold;
    font-size: 60px;
}

.cancer-link-detail .glyphicon-menu-right {
    font-size: 14px;
}

.cancer-link-detail li>div .glyphicon-menu-right {
    vertical-align: middle;
}

.education-campaigns {
    padding: 40px 0;
    background: #fbaf17;
    text-align: center;
}

.education-campaigns .swiper-slide {
    margin-bottom: 20px;
    width: 231px;
    height: 371px;
    overflow: hidden;
}

.education-campaigns .swiper-slide:first-child {
    margin-left: 0;
}

.education-campaigns .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: normal;
    color: #1e1e1e;
    background-size: 100% 100%;
    text-align: center;
    padding: 0 10px;
}

.education-campaigns .swiper-slide .text-white {
    color: #fff;
}

.education-campaigns .swiper-slide .pink {
    color: #f44e95;
}

.education-campaigns .swiper-slide>a>p {
    padding: 8px 0;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

.education-campaigns .swiper-slide>a>span {
    padding: 0 10px;
    height: 30px;
    color: #fff;
    background-color: #e03000;
    display: inline-block;
    line-height: 28px;
}

.education-campaigns .info p {
    padding: 0 100px;
    margin-bottom: 40px;
}

.practical-support {
    height: 789px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.practical-support .info {
    text-align: center;
    margin-top: 25%;
}

.practical-support .info a {
    margin-top: 20px;
    margin-right: 40px;
}

.fundraising-campaign {
    background: url("../images/banner_2.jpg") no-repeat top center;
    background-size: auto 90%;
}

.fundraising-campaign .info h1,
.fundraising-campaign .info p {
    color: #333;
}

.fundraising-campaign .info h1 {
    margin-top: 70px;
    margin-bottom: 20px;
    line-height: 55px;
}

.fundraising-campaign .info p {
    margin-bottom: 30px;
    padding-right: 230px;
    line-height: 30px;
    font-size: 28px;
}

.computer {
    position: relative;
    height: 660px;
}

.computer img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.latest-news .info {
    margin-bottom: 50px;
    text-align: center;
}

.latest-news .info h1 {
    line-height: 40px;
    color: #e03000;
    font-size: 54px;
}

.highlight-news {
    margin-bottom: 30px;
}

.highlight-news p {
    height: 42px;
    overflow: hidden;
}

.secondary-news {
    margin-bottom: 40px;
}

.highlight-news a,
.secondary-news>div {
    font-size: 16px;
    color: #000;
}

.secondary-news>div:first-child {
    height: 151px;
    overflow: hidden;
}

/*.secondary-news>div:first-child img {*/
    /*height: 100%;*/
    /*margin: 0 auto;*/
/*}*/

.secondary-news>div:first-child .img {
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.highlight-news a>div,
.secondary-news>div>p {
    font-size: 20px;
    color: #e03000;
}

.highlight-news a>img,
.secondary-news img {
    max-width: 100%;
    /*margin: 0 auto;*/
    display: block;
    max-height: 187px;
    margin-bottom: 10px;
}

.secondary-news>div p {
    margin-top: 18px;
}

.read-more {
    color: #e03000;
    text-decoration: underline;
}

#pink .read-more {
    color: #ed008c;
}

.find-us {
    padding: 20px 0;
    color: #6a3300;
    background: #fbaf17;
}

.location-map {
    font-family: cronosProSemibold;
    font-size: 20px;
}

.location-map img {
    margin-top: 10px;
    max-width: 100%;
    height: auto;
}

.location-list {
    padding-top: 45px;
    font-size: 16px;
}

.location-list li {
    margin-left: 18px;
    margin-top: 10px;
    list-style-type: square;
}

.location-list .col-xs-12 {
    margin-bottom: 40px;
}

.location-list .col-xs-12 strong {
    display: block;
}

.location-list .col-xs-12 ul {
    float: left;
    width: 50%;
}

.location-list .col-xs-12 ul:last-child {
    padding-left: 15px;
}

/* index end */

/* pages */
.banner-bar {
    height: 56px;
    line-height: 56px;
}

.banner-bar .pull-right a {
    margin-left: 10px;
}

.location,
.location a {
    color: #6a3300;
}

.location span {
    color: #e03000;
}

#pink .location span,
#pink .bookmark span {
    color: #ed008c;
}

.bookmark span {
    margin-right: 5px;
    font-size: 14px;
    color: #8f7053;
}

.bookmark .fa-bookmark:before {
    content: "\f1e0";
}

.heading {
    padding: 20px 0;
}

.header-3 {
    font-family: cronosProLight, "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei";
    font-size: 45px;
    color: #1e1e1e;
}

.header-3b {
    font-family: cronosProSemibold;
    font-size: 45px;
    color: #1e1e1e;
}

.heading .header-3.pull-left {
    margin-right: 15px;
}

.page-banner {
    position: relative;
    width: 100%;
    height: 295px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.page-banner2 {
    margin-bottom: 40px;
}

.page-banner2>img {
    width: 100%;
}

.page-banner-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    text-shadow: 0 0 5px #aaa;
    color: #fff;
    background: linear-gradient(to top,rgba(0,0,0,.9),transparent ) !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.page-banner-title {
    font-family: cronosPro;
    font-size: 28px;
    color: #fff;
}

.page-banner-text p {
    padding: 0 0%;
    font-size: 18px;
}

.page-banner-text.black .page-banner-title,
.page-banner-text.black p {
    color: #1e1e1e;
}

.content-detail {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-detail:after {
    content: '';
    display: block;
    clear: both;
}

.content-1 {
    font-family: calibri;
    font-size: 16px;
    color: #1e1e1e;
}

.content-1b {
    font-weight: 700;
}

.content-1b.red {
    color: #e03000;
}

.content-1 a,
.content-detail p > a {
    color: #e03000;
    text-decoration: underline;
    /*font-weight: 700;*/
    word-break: break-word;
}

#pink .content-1b.red,
#pink .content-1 a,
#pink .content-detail p > a {
    color: #ed008c;
}

.content-1 a:hover,
.content-detail p > a:hover {
    color: #f38022;
}

.content-detail > img,
.content-detail > p > img {
    max-width: 50%;
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
}

.content-detail > img.pull-left,
.content-detail > p > img.pull-left {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 5px;
}

.content-detail>div>img {
    max-width: 100%;
}

.square {
    float: left;
    margin-top: 8px;
    width: 6px;
    height: 6px;
}

.content-detail ul {
    padding-bottom: 10px;
}

.content-detail ul li {
    margin-left: 18px;
    padding-top: 10px;
    list-style: square;
    color: #e03000;
}

#pink .content-detail ul li {
    color: #ed008c;
}

.content-detail ol li {
    padding-top: 10px;
}

.content-detail li .content-1b {
    margin-bottom: 0;
}

.content-detail li p {
    padding-left: 0;
    color: #1e1e1e;
}

.square.red {
    background-color: #e03000;
}

.yellow-bg {
    background-color: #fbaf17;
}

.pink-bg {
    background-color: #f3e8ee;
}

.red-bg {
    background-color: #e0bdb9;
}

.statistic>li,
.statistic>.all-sites {
    margin: 40px 0;
    border: 1px solid #e03000;
}

.statistic>li>a,
.statistic>li>ul,
.statistic>li>div {
    display: block;
    height: 116px;
}

.statistic.auto-height>li>a,
.statistic.auto-height>li>ul,
.statistic.auto-height>li>div {
    height: auto;
    padding-bottom: 15px;
}

.statistic>li>a,
.statistic>li>div {
    padding-top: 15px;
    line-height: 28px;
    font-size: 24px;
    background-color: #e03000;
    color: #fff;
}

.statistic.auto-height>li>a,
.statistic.auto-height>li>div {
    background-color: transparent;
    background-size: 0 0;
    color: #fff;
}
@media (min-width: 768px) {
    .statistic.auto-height>li>a,
    .statistic.auto-height>li>div {
        width: 29%;
    }
}

.statistic>li>a {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
}

.statistic.auto-height > li {
    background-position: left top;
    background-size:25% auto ;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
}
@media (min-width: 768px) {
    .statistic.auto-height > li {
        min-height: 150px;
        background-size:auto 100% ;
    }
}

.statistic>li>a>div,
.statistic>li>div>div {
    font-weight: 700;
    padding-bottom: 10px;
}

.statistic>li>ul>li,
.statistic>.all-sites>ul>li {
    float: left;
    width: 33%;
}

.statistic.auto-height>li>ul>li {
    width: 100%;
}

.statistic>li>ul {
    padding-top: 20px;
    background-color: #f9f9f9;
    font-size: 18px;
}

.statistic>li>ul:after {
    content: '';
    display: block;
    clear: both;
}

.statistic>li>ul>li>p {
   /*  color: #e03000; */
    /* font-weight: 700; */
}

.statistic>.all-sites {
    background-color: #e03000;
    color: #fff;
    font-weight: 700;
}

.statistic>.all-sites>div,
.statistic>.all-sites>ul {
    margin: 25px 0;
    height: 70px;
    padding-top: 0;
    background-color: transparent;
}

.statistic>.all-sites>div {
    border-right: 1px solid #fff;
    font-size: 30px;
    padding-top: 10px;
    line-height: normal;
}

.statistic>.all-sites>ul>li {
    padding-left: 20px;
}

.statistic>.all-sites>ul>li>p {
    font-size: 30px;
    color: #fff;
}

.statistic.auto-height>li>ul>li>ul {
    padding-left: 20px;
}

.statistic.auto-height>li>ul>li>ul>li {
    list-style: square;
    color: #e03000;
    padding-left: 0;
}

.statistic.auto-height>li>ul>li>ul>li>p {
    color: #1e1e1e;
}

.statistic.auto-height>li>p.content-1 {
    margin-bottom: 0;
    padding: 20px;
    background-color: #f9f9f9;
}
@media (min-width: 768px) {
    .statistic.auto-height>li>p.content-1 {
        width: 71%;
    }
}

.note {
    margin: 40px 0;
}

.note>p {
    float: right;
}

.note>p:first-child {
    float: left;
}

.talkbubble {
    padding: 10px 0;
}

.question {
    margin-bottom: 20px;
    border: 1px solid #6a3300;
    padding: 20px 30px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.question:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #6a3300;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
}

.question:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    margin-right: -2px;
}

.question>h2 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.question > div.pull-left {
    margin-top: 6px;
    margin-bottom: 0;
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding: 0 20px;
    width: 90%;
}

.question>i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
}

.question.open>i:before {
    content: "\f106";
}

.answer {
    position: relative;
    margin-bottom: 40px;
    padding: 20px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e2dddb;
    display: none;
}

.answer:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #e2dddb;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
}

.years-selection {
    margin: 50px 0;
    padding: 0 35px;
    overflow: hidden;
}

.years-selection .swiper-button-next,
.years-selection .swiper-button-prev,
.btn-left-arrow,
.btn-right-arrow {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    margin-top: -15px;
}

.years-selection .swiper-button-next.swiper-button-disabled,
.years-selection .swiper-button-prev.swiper-button-disabled,
.btn-left-arrow.swiper-button-disabled,
.btn-right-arrow.swiper-button-disabled {
    opacity: 0;
}

.years-selection .swiper-button-prev,
.btn-left-arrow {
    background-image: url("../images/desktop_img/cancerlink_services/desktop_cancerlink_service_btn_left_arrow.png");
    left: 0;
}
.years-selection .swiper-button-next,
.btn-right-arrow {
    background-image: url("../images/desktop_img/cancerlink_services/desktop_cancerlink_service_btn_right_arrow.png");
    right: 0;
}

.years-selection .swiper-slide {
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #e2dddb;
}

.years-selection .swiper-slide.on {
    color: #fff;
    background-color: #6a3300;
}

.years-selection .swiper-slide .img {
    margin-bottom: 8px;
    height: 120px;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.milestone-year {
    text-align: center;
}

.milestone-year span {
    border-radius: 3px;
    padding: 4px 15px;
    font-size: 28px;
    font-weight: 700;
    color: #1e1e1e;
    background-color: #e2dddb;
}

.timeline-container-basic {
    position: relative;
}

.timeline-container-basic:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: 0;
    height: 100%;
    width: 1px;
    background: #555555;
}

.timeline-me-container:before {
    width: 1px;
    margin-left: 0;
    top: -19px;
}

.timeline-me-smallitem.timeline-me-right .timeline-me-label {
    margin-right: -11px;
    top: 0;
}

.timeline-me-smallitem.timeline-me-left .timeline-me-label, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label {
    margin-left: -11px;
    top: 0;
}

.timeline-me-smallitem.timeline-me-right .timeline-me-content-container {
    width: 48%;
}

.timeline-me-content {
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e2dddb;
}

.timeline-me-content:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 12px solid #e2dddb;
    border-bottom: 6px solid transparent;
}

.timeline-me-left .timeline-me-content:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 12px solid #e2dddb;
}

.timeline-me-smallitem.timeline-me-right .timeline-me-fullcontent:before, .timeline-me-smallitem.timeline-me-right .timeline-me-shortcontent:before {
    display: none;
}

.timeline-me-shortcontent, .timeline-me-fullcontent {
    background: none;
}

.timeline-me-smallitem .timeline-me-label .timeline-me-picto {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: none;
    z-index: 100;
    background: url("../images/desktop_img/content_02_timeline/desktop_content_02_timeline_icon_point.png") no-repeat center;
}

.timeline-me-smallitem.timeline-me-right .timeline-me-label .timeline-me-picto,
.timeline-me-smallitem.timeline-me-left .timeline-me-label .timeline-me-picto, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label .timeline-me-picto {
    top: 8px;
}

.timeline-me-content img {
    width: 100%;
    margin-bottom: 5px;
}

.wellness-banner {
    height: 433px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.wellness-banner {
    position: relative;
}

.wellness-title{
    height: 95px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 1.2;
    background: linear-gradient(to top,rgba(0,0,0,.9),transparent );
    font-size: 18px;
    padding: 38px 0;
}

.wellness-banner .page-banner-text .header-3 {
    color: #fff;
}

.wellness-banner .big-wellness-banner{
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.7), rgba(255,255,255,.8), rgba(255,255,255,.9), rgba(255,255,255,.8), rgba(255,255,255,.7),  rgba(255,255,255,0));
}
.wellness-banner .banner-bar {

}


.wellness-text {
    background: #fbaf17;
    text-align: center;
}

#pink .wellness-text {
    background: #f3e8ee;
    text-align: center;
}

.wellness-list .wellness-text {
    text-align: left;
    color: #6a3300;
    font-family: cronosProLight, "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei";
    font-size: 18px;
    font-weight: 700;
    padding: 40px 0;
}

.wellness-list .wellness-text h3 {
    font-family: cronosPro;
    font-weight: 700;
    margin-top: 70px;
}

.wellness-text hr {
    width: 56px;
    margin: 10px auto;
    border-top: 1px solid #6a3300;
}

.wellness-text .info p {
    margin: 40px 0;
    font-size: 16px;
}

.students-sharing {
    padding-top: 30px;
    padding-bottom: 70px;
    background: #f0efed;
    overflow: hidden;
}

.students-sharing .swiper-container {
    margin-left: -40px;
    margin-right: -40px;
    padding: 0 40px;
}

.students-sharing h3,
.our-programmes h3,
.title-center {
    font-family: cronosProLight, "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei";
    font-size: 26px;
    font-weight: 700;
    color: #1e1e1e;
}

.students-sharing .swiper-slide {
    height: 231px;
    padding: 30px 10px;
    background: #fff;
}

.students-sharing .swiper-slide .img {
    width: 152px;
    height: 152px;
    margin: 0 10px;
    border-radius: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.students-sharing .swiper-slide hr,
.hr-left {
    width: 20px;
    margin-left: 0;
    border-top: 1px solid #1e1e1e;
}

.students-sharing .txt {
    width: 300px;
    height: 100%;
    overflow: auto;
}

.students-sharing .txt span {
    display: block;
}

.online-programmes {
    position: relative;
    height: 490px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.online-programmes .info {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.online-programmes .info h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.online-programmes .info p {
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.online-programmes .info .btn {
    margin-top: 10px;
    margin-bottom: 40px;
}

.our-programmes {
    padding: 10px 0;
    background: #fbaf17;
    text-align: center;
    overflow: hidden;
}

.our-programmes .swiper-slide {
    margin-bottom: 20px;
    width: 324px !important;
    height: 410px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 10px #666;
    background: #e2ddda;
    font-size: 26px;
    color: #6a3300;
    font-weight: 700;
}

.our-programmes .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}

.our-programmes .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 304px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
}

.our-programmes .swiper-slide .img span {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px 20px;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    background-color: rgba(106,51,0,.9);
    position: absolute;
    top: 100%;
    left: 0;
    transition: top .5s ease-in-out;
    -o-transition:  top .5s ease-in-out;
    -moz-transition:  top .5s ease-in-out;
    -webkit-transition:  top .5s ease-in-out;
}

.our-programmes .swiper-slide a:hover .img span {
    top: 0;
}

.our-programmes .swiper-slide p {
    padding-top: 25px;
    line-height: 29px;
}

.newsletter {
    text-align: center;
    padding: 40px 0;
    color: #6a3300;
}

.newsletter a {
    font-weight: 700;
    text-decoration: underline;
    color: #e03000;
}

.wellness-list-container {
    margin: 40px 0;
}

.wellness-list-container>.bd>div>p {
    margin: 30px 0;
}

.video-col {
    margin-bottom: 30px;
    border: 1px solid #767676;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    height: 410px;
    background: #fff;
    overflow: hidden;
    color: #1e1e1e;
}

.video-col .title {
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.video-col .mins {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0;
}

.video-col .video {
    position: relative;
    margin: 10px 0;
}

.video-col > p {
    height: 70px;
}

.audio-list {
    margin: 0;
    border-top: 1px solid #e2dddb;
    padding: 20px 0;
    line-height: 75px;
}

.audio-list .fa-volume-up {
    padding: 0 5px;
    width: 25px;
    cursor: pointer;
}

.audio-name {
    font-size: 18px;
}

.version {
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    font-weight: 700;
    color: #e03000;
}

#pink .version {
    color: #ed008c;
}

.audio-list > div > .version:first-child {
    border-left: 0;
}

.donate-page {
    margin: 40px 0;
}

.donate-page > div h2 {
    margin: 0;
    padding: 0;
    font-family: cronosPro;
}

.donate-page .ways-to-support > h2 {
    padding-bottom: 10px;
}

.ways-to-support li img {
    width: 100%;
}

.donate-page>div>p,
.ways-to-support>div>p {
    margin: 10px 0;
}

.donate-page .content-detail>img {
    max-width: 60%;
}

.ways {
    float: left;
    margin-top: 20px;
    width: 49%;
    padding: 15px;
    background-color: #fff;
}

.ways.even {
    float: right;
}

.ways > img {
    width: 100%;
}

.ways-to-support > div .ways h2 {
    padding: 0 15px;
}

.ways-to-support .content-detail ul li {
    padding-top: 0;
    margin-left: 15px;
}

.donate-form > div:first-child {
    height: 44px;
}

.donate-form > div:first-child > select {
    margin-top: 5px;
    cursor: pointer;
}

.donate-form > div:first-child > select:focus {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.donate-form .fa-angle-down {
    position: absolute;
    top: 6px;
    right: 16px;
    height: 32px;
    background-color: #e2dddb;
    border-radius: 0 4px 4px 0;
    padding: 8px 15px;
}

.donate-form .btn {
    width: 100%;
    text-align: left;
}

.donate-form .btn .fa-angle-right {
    float: right;
    margin-top: 3px;
}

.latest-news-page .tabs {
    margin: 40px 0;
}

@media (min-width: 768px){

    .latest-news-page .tabs {
        display: flex;
        flex-wrap: nowrap;
    }
    .latest-news-page .tabs a {
        text-align: center;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .latest-news-page .tabs a:hover {
        color: #6a3300;
    }
    .latest-news-page .tabs a:first-child {
        border-left: 1px solid #ccc;
    }
    .latest-news-page .tabs a.on {
        border: 0 !important;
        color: #fff !important;
    }
}

.latest-news-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.latest-news-list .img {
    height: 145px;
    border: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.latest-news-list .img img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.latest-news-list .date {
    font-size: 14px;
    color: #6a3300;
}

.latest-news-list hr {
    width: 20px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #6a3300;
}

.latest-news-list .title {
    color: #e03000;
    margin-bottom: 10px;
}

#pink .latest-news-list .title {
    color: #ed008c;
    font-size: 18px;
}

.latest-news-list .content-1>div,
.highlight-news>div {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    white-space: nowrap;
}

.secondary-news>div>div {
    overflow: hidden;
    height: 45px;
}

.latest-news-list .content-1>div p,
.highlight-news>div p,
.secondary-news>div>div p {
    display: inline;
}

.latest-news-list .content-1 a {
    font-weight: 400;
}

.important-note {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}


/* pages end */

/* footer */
footer {
    padding: 55px 0;
    background: #e2dddb;
}

.shortcut li {
    margin-bottom: 8px;
    font-weight: 700;
}

.shortcut li a {
    color: #1e1e1e;
    display: inline-block;
}

.shortcut li>span a {
    font-size: 16px;
}

.shortcut li>span a:hover {
    text-decoration: underline;
}

.shortcut li.download {
    padding-left: 10px;
    background: url("../images/buttom_point.png") no-repeat 0 9px;
    font-weight: 400;
    font-size: 16px;
}

.shortcut li.download a {
    color: #1e1e1e;
}

.shortcut a>img {
    margin-left: -5px;
}

.email-subscription>div>p {
    margin: 0;
    font-family: cronosPro;
    font-size:22px;
    color: #1e1e1e;
}
.email-subscription>div>p:nth-child(2){
    font-size:18px;
}

.email-subscription form {
    padding: 8px 0;
}

.email-subscription form:after {
    display: block;
    content: '';
    clear: both;
}

.email-subscription form>input:first-child {
    border: 1px solid #444;
    width: 74%;
    height: 33px;
}

.email-subscription form>.btn {
    width: 24%;
    font-size: 15px;
}

.email-subscription a img {
    max-width: 100%;
    margin-bottom: 20px;
}

.privacy-policy label {
    font-weight: 400;
}

.privacy-policy a {
    color: #333;
    text-decoration: underline;
}

.copyright {
    margin-top: 15px;
    border-top: 1px solid #b5b1af;
    padding: 15px 0;
}

.copyright a {
    color: #1e1e1e;
}

.copyright>div:last-child {
    text-align: right;
}

.copyright>div>span {
    padding: 0 10px;
    border-right: 1px solid #b5b1af;
}

.copyright>div>span:last-child {
    border-right: none;
}
/* footer end */

.download-btn {
    text-align: right;
}

.download-btn .tel-btn,.download-btn .tel-btn:hover,.download-btn .tel-btn:focus {
    color:#222;
    padding:8px 5px;
    padding-left:60px;
    text-align:left;
    line-height:20px;
    background:#f0efed url("../images/desktop_img/content_01_txt_img_video_2/icn_phone.png") no-repeat 18px 16px;
    background-size:auto 50%;
}

.download-btn.mybtn{
    text-align:left;
    padding:0;
}

.download-btn.mybtn a,.download-btn.mybtn a:hover,.download-btn.mybtn a:focus {
    margin-left:0;
}


.download-btn .tel-btn2,.download-btn .tel-btn2:hover,.download-btn .tel-btn2:focus {
    background:#e03000 url("../images/desktop_img/content_01_txt_img_video_2/desktop_content_01_txt_img_video_2_btn_down.png") no-repeat 5px 0;
    background-size:auto 100%;
    line-height:20px;
    padding:8px 5px;
    padding-left:60px;
    text-align:left;

}

.download-btn a,
.download-btn a:hover,
.download-btn a:focus {
    margin:0 10px;
    display: inline-block;
    padding: 17px 5px;
    width: 46%;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #e03000;
    vertical-align:top;
}

.download-btn a:last-child {
    margin-right: 0;
}

.download-btn a span {
    float: left;
    font-size: 31px;
    margin-right: 8px;
    margin-top: 8px;
}

.tabs {
    border-bottom: 2px solid #6a3300;
}

#pink .tabs {
    border-color: #ed008c;
}

.tabs>a {
    display: inline-block;
    height: auto;
    padding:6px 25px;
    font-size: 20px;
    color: #1e1e1e;
}

#pink .tabs>a {
    color: #999;
}

.tabs>a.on {
    color: #fff;
    background-color: #6a3300;
}

#pink .tabs>a.on {
    color: #fff;
    background-color: #ed008c;
}

.publication>li {
    float: left;
    width: 215px;
    margin-right: 126px;
}

.publication a.img {
    display: block;
    position: relative;
    height: 271px;
    border: 1px solid #1e1e1e;
    background-position: center center;
    background-repeat: no-repeat;
}

.publication a.img>i {
    padding: 10px;
}

.publication .content-1b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.publication .content-1 span:last-child {
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
*/

.publication .btns {
    margin: 10px 0;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e2dddb;
    font-weight: 700;
    color: #1e1e1e;
    text-align: center;
}

.publication .btns a {
    display: inline-block;
}

.publication .btns a:first-child {
    padding-left: 10px;
    background: url("../images/desktop_img/content_05_download/desktop_content_05_download_icon_download.png") no-repeat -10px center;
    background-size: auto 130%;
}

.publication .btns a:not(:first-child):not(:last-child) {
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    background: url("../images/desktop_img/content_05_download/desktop_content_05_download_icon_download.png") no-repeat -1px center;
    background-size: auto 130%;
}

.publication .btns a:last-child {
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.publication .btns a:last-child i {
    margin-right: 5px;
}

.our-programmes .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.our-programmes .swiper-pagination-bullet-active {
    background: #6a3300;
}

.free-services .wellness-text {
    text-align: center;
}

.free-services-container {
    padding: 40px 0;
}

.service-banner-1 {
    margin: 30px 0;
    height: 307px;
    overflow: hidden;
    background: #fbaf17;
}

#pink .service-banner-1 {
    background: #ed008c;
}

.service-banner-1 .img {
    float: right;
    width: 65%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
}

.service-banner-1 .text {
    float: right;
    width: 35%;
    padding: 20px 40px;
    font-size: 18px;
    color: #1e1e1e;
}

#pink .service-banner-1 .text,
#pink .service-banner-1 .text>h2 a {
    color: #fff;
}

.service-banner-1 .text>h2,
.service-banner-2 .text>h2 {
    font-size: 30px;
    font-family: cronosPro;
    max-height: 76px;
}

.service-banner-1 .text > p {
    height: 100px;
    overflow: hidden;
}

.service-banner-1 .text>h2 a {
    color: #1e1e1e;
}

.service-banner-1 .text>h2 a i {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -6px;
}

.service-banner-2 {
    position: relative;
    height: 311px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
}

.service-banner-2 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 40px;
    padding-top: 90px;
    padding-right: 230px;
    font-size: 18px;
    color: #fff;
    background: url("../images/desktop_img/cancerlink_services/desktop_cancerlink_service_img_banner_mask.png") no-repeat bottom;
    background-size: 100% auto;
}

#pink .service-banner-2 .text,
#pink .service-banner-2 .text>h2 a {
    color: #6a3300;
}

.service-banner-2 .text h2 {
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.service-banner-2 .text .btn-1 {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.back-to-top {
    position: fixed;
    right: 0;
    bottom: 300px;
    z-index: 100;
}

.modal {
    background-color: rgba(251,175,23,.9);
}

.modal.pink {
    background-color: rgba(237,0,140,.8);
}

.modal-dialog {
    margin: 40px 10px;
}

#popup-video .modal-dialog {
    position: absolute;
    left: 1%;
    right: 1%;
    top: 20%;
    bottom: 20%;
    min-height: 320px;
}
#video-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.diy-toolbox {
    z-index: 102;
}

.diy-toolbox .sd-logo {
    position: absolute;
    background: #fff;
    width: 260px;
    padding: 40px 30px;
    box-shadow: 0 0 5px #6a3300;
}

.diy-toolbox {
    background-color: #e2ddda;
}

.diy-toolbox .sd-header-left-options {
    margin-left: 260px;
}

.diy-header {
    background-color: #faf5f2;
}

.diy-header .menu-hamburger {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

.diy-template-a {
    position: relative;
    height: 1098px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.diy-template-main {
    margin-top: 80px;
    box-shadow: 0 0 5px #666;
    background-color: #fff;
}

.diy-template-main .account {
    background-color: #fff;
}

.diy-template-main h3 {
    margin: 0;
    padding: 0;
    font-family: cronosProSemibold;
}

.diy-template-b .diy-template-main h3 {
    margin: 10px 0;
}

.diy-template-main .detail ul li span,
.diy-template-title .detail ul li span {
    width: 50%;
    display: inline-block;
}

.diy-template-b .diy-template-main .detail ul li span {
    width: 30%;
}

#watch-video {
    text-decoration: none;
}

.diy-template-main .content-1 {
    line-height: normal;
}

.diy-template-main .account .img {
    width: 82px;
    height: 82px;
}

.diy-template-main .account .detail {
    padding-left: 110px;
}

.diy-template-main .title {
    padding: 15px 20px;
    font-family: cronosPro;
    font-size: 24px;
    font-weight: 700;
    background-color: #e2dddb;
    word-wrap: break-word;
    color: #6a3300;
}

.diy-template-main .title .end-date,
.diy-template-title .title .end-date {
    font-family: calibri;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    clear: both;
}

.diy-template-main .title .end-date p,
.diy-template-title .title .end-date p {
    margin: 8px 0 0;
}

.diy-template-main .title .end-date span,
.diy-template-title .title .end-date span {
    margin: 0 10px;
}

.diy-template-main > .content-detail > .content-1 {
    height: 215px;
    padding-right: 10px;
}

.diy-template-main > .content-detail {
    margin: 20px;
}

.diy-template-main .links {
    padding: 20px;
}

.diy-template-main .links a,
.diy-template-title .links a {
    width: 48%;
    display: block;
    text-align: left;
    white-space: normal;
}

.diy-template-main .links a img,
.diy-template-main .links a span,
.diy-template-title .links a img,
.diy-template-title .links a span{
    margin-top: 5px;
}

.diy-template-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 138px;
    background-color: rgba(0,0,0,.7);
}

.diy-statistics {
    color: #fff;
    font-family: cronosPro;
    font-weight: 700;
}

.diy-statistics > div {
    height: 138px;
    border-left: 1px solid #aaa;
    padding-top: 30px;
    text-align: center;
}

.diy-statistics > div:first-child {
    border-left: 0;
    text-align: left;
}

.diy-statistics h2 {
    margin: 0;
    padding: 0;
    font-family: calibri;
    font-weight: 700;
}

.diy-statistics .progress {
    margin-top: 30px;
    padding: 1px;
}

.progress-bar-danger {
    background-color: #e03000;
}

#pink .progress-bar-danger {
    background-color: #ed008c;
}

.diy-statistics a {
    color: #fbaf17;
    font-size: 14px;
    text-decoration: underline;
}

#pink .diy-statistics a {
    color: #ed008c;
}

.diy-template-banner {
    width: 100%;
    overflow: hidden;
}

.diy-template-banner > .row {
    margin: 0;
}

.diy-template-banner .swiper-slide {
    height: 355px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    color: #6a3300;
}

.diy-template-banner .header-2 {
    color: #6a3300;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.diy-template-banner .swiper-slide span {
    margin-right: 20px;
}

.diy-template-title {
    background-color: #e2dddb;
}

.diy-template-title .account {
    background: none;
}

.diy-template-title .account .detail h4 {
    margin: 5px 0;
}

.diy-template-title .title {
    padding: 15px;
    font-family: cronosPro;
    font-size: 30px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #6a3300;
}

.diy-template-title .title img {
    margin-left: 10px;
    margin-top: -4px;
}

.diy-template-title .links {
    padding: 15px;
    height: 75px;
}

.diy-template-b {
    margin-top: 40px;
    margin-bottom: 40px;
}

.diy-template-b .diy-template-main {
    margin-top: 0;
    box-shadow: none;
    height: auto;
}

.diy-template-b .diy-template-main .account {
    padding: 0;
    padding-bottom: 15px;
}

.diy-template-b .diy-template-main .account .img {
    width: 92px;
    height: 92px;
    position: inherit;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.diy-template-b .diy-template-main .account .detail {
    padding-left: 0;
    padding-right: 40px;
}

.diy-template-b .diy-template-main > .content-detail {
    margin-left: 0;
}

.chart {
    position: relative;
    width: 100%;
    height: 288px;
    text-align: center;
    font-family: cronosProSemibold;
    font-size: 18px;
}

.chart.pink {
    margin-top: 30px;
    float: left;
    width: 256px;
}

.chart h2 {
    margin: 0;
    padding: 0;
    font-family: calibri;
    font-weight: 700;
    font-size: 35px;
}

.donated {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
}

.target {
    position: absolute;
    top: 100px;
    width: 100%;
}

.chart.pink .target {
    top: 80px;
    font-size: 24px;
}

.chart.pink h2 {
    color: #ed008c;
}

.diy-template-b .diy-statistics {
    color: #1e1e1e;
    font-family: calibri;
    font-weight: 700;
    font-size: 18px;
}

.diy-template-b .diy-statistics > li {
    border-left: 1px solid #aaa;
    margin-top: 20px;
}

.diy-template-b .diy-statistics > li:first-child {
    border-left: 0;
}

.diy-template-b .diy-statistics h2 {
    margin: 0;
    margin-right: 10px;
    float: left;
    padding: 0;
    width: 65px;
    height: 65px;
    line-height: 64px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    background-color: #e03000;
}

.diy-template-b .diy-statistics.pink h2 {
    background-color: #ed008c;
}

.diy-template-b .diy-statistics p {
    padding-top: 5px;
}

.diy-template-b .diy-statistics a {
    color: #e03000;
}

.diy-template-b .diy-statistics.pink a {
    color: #ed008c;
}

.diy-template-b .diy-statistics a:hover {
    color: #fbaf17;
}

.photos-videos .tabs {
    margin: 0 0 40px 0;
}

.photos {
    margin: 0 -10px;
    padding-bottom: 20px;
}

.photos > h3 {
    padding: 0 10px;
    font-weight: 700;
}

.photos > a {
    display: table-cell;
    float: left;
    margin: 15px 0;
    padding: 0 10px;
    width: 25%;
    height: 160px;
    vertical-align: middle;
    overflow: hidden;
    /*background-size: 100% auto;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}

.photos > a > img {
    max-width: 100%;
}

.lightboxOverlay {
    background-color: #fbaf17;
}

.faq-slide .swiper-container {
    padding: 0 40px;
}

.faq-slide .swiper-slide {
    background-color: #fff;
    height: 125px;
    padding: 0 60px;
}

.wellness-text .info .faq-slide p {
    margin: 0;
}

.faq-slide h4 {
    color: #1e1e1e;
    margin: 20px 0 10px;
    font-weight: 700;
}

.tabs-large > a {
    padding: 10px 25px;
    font-size: 18px;
    max-width: 33%;
    height: auto;
    line-height: normal;
}

.rainbow-club {
    border-top: 1px solid #1e1e1e;
    padding: 20px 0;
}

.rainbow-club  img {
    max-width: 100%;
}

.info-list {
    border-top: 1px solid #ccc;
    height: 70px;
    overflow: hidden;
}

.info-list.height-auto {
    height: auto;
    padding-bottom: 20px;
}

.info-list.open {
    height: auto;
}

.info-list.height-auto:first-child {
    border-top: 0;
}

.info-list:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.info-list.height-auto:last-child {
    border-bottom: 0;
}

.info-list > h3 {
    color: #e03000;
    padding-right: 18px;
    background: url("../images/pack_sliced_img_20160706/general_add/desktop_general_arrow_expand.png") no-repeat right center;
    cursor: pointer;
    overflow: hidden;
}

#pink .info-list h4 {
    color: #ed008c;
    font-weight: 700;
}

#pink .info-list .view-btn,
#pink .more-tips {
    color: #ed008c;
    text-decoration: underline;
}

#pink .info-list {
    border: none;
}

#pink .info-list.odd {
    background-color: #f3e8ee;
}

.info-list.open > h3 {
    background: url("../images/pack_sliced_img_20160706/general_add/desktop_general_arrow_collapse.png") no-repeat right center;
}

.info-list > ul li img {
    width: auto;
    height: 14px;
    margin: 0 5px;
}

.info-list > ul li .col-sm-9 img {
    height: auto;
}

.info-list > ul li a,
.info-list > ul li span {
    color: #e03000;
    text-decoration: underline;
}

.info-list.height-auto .more-info {
    display: none;
}

.info-list.height-auto.open .more-info {
    display: block;
}

.info-list.height-auto > .content-detail > p {
    margin: 40px 0;
}

.pic-btn {
    float: right;
    width: 45%;
    margin-left: 40px;
    margin-bottom: 5px;
}

.pic-btn > img {
    width: 100%;
    margin-bottom: 10px;
}

.pic-btn > a {
    width: 100%;
}

.pic-btn > a > img {
    margin-right: 10px;
}

.banner-title {
    font-family: cronosPro;
    font-size: 28px;
}

.banner-title.orange {
    color: #e03000;
}

.cancer-link-location {
    margin: 40px 0;
}

.cancer-link-location .info-list {
    height: auto;
    padding-bottom: 30px;
}

.cancer-link-location .info-list:first-child {
    border-top: 0;
}

.cancer-link-location .info-list:last-child {
    border-bottom: 0;
}

.cancer-link-location .info-list > img {
    float: right;
    max-width: 50%;
}

.cancer-link-location .info-list > ul {
    float: left;
    width: 50%;
}

.cancer-link-location .info-list > h3 {
    background: none;
}

.cancer-link-location.noimg .info-list > ul {
    float: none;
    width: auto;
}

.bg-grey {
    background: #f0efed;
}

.form-main .bg-grey {
    padding: 17px;
    margin-bottom: 10px;
}

.may-call {
    padding: 10px;
    padding-bottom: 0;
    background-color: #f0efed;
}

.may-call h1 span {
    color: #e03000;
}

.contact-btn {
    position: fixed;
    right: 0;
    bottom: 392px;
    z-index: 100;
}

.contact-popup {
    position: fixed;
    top: 10%;
   /* left: 5%;*/
    left: 60%;
    right: 94px;
    z-index: 101;
    background-color: #fff;
    box-shadow: 0 0 5px #bbb;
    padding: 20px;
    color: #6a3300;
    display: none;
    height: 510px;
    overflow: auto;
}
.contact-popup>div{
    padding-left: 5px;
}

.contact-popup.open {
    display: block;
}

.contact-popup > h3 {
    font-family: cronosProSemibold;
    margin-left: 55px;
}

.contact-popup > div:after {
    content: '';
    display: block;
    clear: both;
}

.contact-popup > div > ul {
    float: left;
    width: 300px;
    margin: 0 55px;
    margin-bottom: 20px;
}

.contact-popup > div a {
    color: #e03000;
    text-decoration: underline;
    font-weight: 700;
}

.more-tips {
    text-decoration: underline;
    color: #e03000;
}
.bd .dowload-class{
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #e03000;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    text-decoration: none;
}


.buttons {
    margin: 40px auto;
    text-align: center;
}

.buttons > .btn {
    margin: 10px;
    text-align: left;
}

.lb-outerContainer {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.lb-dataContainer {
    background-color: #fff;
}

.lb-data .lb-caption {
    font-size: 14px;
    font-weight: 400;
    color: #6a3300;
}

.lb-data .lb-number {
    font-size: 16px;
    color: #1e1e1e;
}

.useful-links {
    margin-bottom: 20px;
}

.useful-links > h3 {
    margin-bottom: 0;
}

.useful-links > h3 > a {
    color: #e03000;
}

.service .pic-txt > img,
.service .pic-txt a img{
    height: 186px;
}

.pic-txt > img,
.pic-txt a img{
    max-width: 100%;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.shop-list {
    background-color: #f9f7f8;
    padding: 15px;
    padding-top: 5px;
    height: 440px;
    margin-bottom: 40px;
}

.shop-list p {
    max-height: 88px;
}

.shop-list a {
    color: #333;
}

.shop-list i {
    margin-right: 5px;
}

.content-list .pic-txt {
    margin-bottom: 40px;
    height: 296px;
}

.content-list h3 {
    margin: 0;
}

.sponsor {
    padding-bottom: 40px;
}

.shop-pic {
    width: 380px;
    height: 380px;
    border: 1px solid #ccc;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}

.shop-pic img,
.shop-pic-sm img {
    max-width: 100%;
    max-height: 100%;
}

.shop-pic-sm {
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}

.shop-detail {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.shop-detail > li > span {
    display: inline-block;
    width: 30%;
}

.top-page {
    font-family: cronosProSemibold;
    color: #6a3300;
}

.number {
    font-size: 21px;
    display: inline-block;
    border-bottom: 1px solid #6a3300;
    margin-bottom: 10px;
}

.number span {
    font-size: 12px;
    display: inline-block;
    top: -6px;
    position: relative;
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(251,175,23,.9);
    z-index: 102;
}

#pink .loading {
    background-color: rgba(237,0,140,.8);
}

.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.site-map {
    padding-bottom: 20px;
}

.site-map h4 {
    margin-top: 40px;
}

.site-map .content-1 a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
}

.search-header {
    text-transform: none;
}

.search-list li {
    margin: 30px 0;
    margin-left: 25px;
    list-style: decimal outside;
}

.search-list li span {
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.pages {
    padding-bottom: 40px;
    font-size: 20px;
}

.pages a {
    margin: 0 10px;
}

.project-supported {
    margin: 20px 0;
    background-color: #e2dddb;
}

.project-supported:after {
    display: block;
    content: '';
    clear: both;
}

.project-supported > div {
    padding: 20px 20px 10px;
}

.project-supported > img {
    margin-right: 20px;
}

.routes {
    font-family: "cronosPro";
}

.routes > h3 {
    margin-bottom: 0;
}

.routes > a {
    display: inline-block;
    text-decoration: underline;
}
/* main-site end */

/* form-site css */
.header-2 {
    line-height: 50px;
    margin-bottom: 20px;
    font-family: cronosProLight, "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei";
    font-size: 54px;
    color: #1e1e1e;
}

.validatecode i {
    margin-left: 10px;
    cursor: pointer;
}

.toolbox-form-page {
    background-color: #e2dddb;
}

.toolbox-form-page .toolbox-list>li>a {
    border-right: 1px solid #aaa;
}

.toolbox-form-page .toolbox-list>li:last-child>a,
.toolbox-form-page .toolbox-list>li.on>a {
    border-right: none;
}

.toolbox-form-page .language>a {
    border-left: 1px solid #aaa;
}

.form-site-page .banner-bar {
    background-color: #e03000;
    color: #fff;
}

#pink .form-site-page .banner-bar {
    background-color: #ed008c;
    color: #fff;
}

#pink .form-site-page .banner-bar .location span,
#pink .form-site-page .banner-bar .bookmark span {
    color: #fff;
}

.form-site-page .banner-bar.white,
.form-site-page .banner-bar.white .location,
.form-site-page .banner-bar.white .location a,
.form-site-page .banner-bar.white .pull-right a {
    background-color: transparent;
    color: #6a3300;
}

.form-site-page .banner-bar.white .location span {
    color: #e03000;
}

.form-site-page .banner-bar.brown {
    background-color: #6a3300;
}

.form-site-page .location,
.form-site-page .location a,
.form-site-page .location span,
.form-site-page .banner-bar .pull-right a,
.form-site-page .bookmark span {
    color: #fff;
}

.form-site-page .banner-bar .pull-right span {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}

.form-site-page .banner-bar .pull-right span:first-child {
    border-left: 0;
}

.form-site-page .btn {
    margin-right: 10px;
    min-width: 150px;
}

.form-site-top {
    margin: 40px 0;
}

.form-site-top .content-1 a {
    color: #000;
    text-decoration: underline;
}

.form-site-top .btn {
    margin-top: 30px;
}

.form-site-top .img {
    float: right;
    text-align: right;
}

.form-site-top .img img {
    max-width: 100%;
}

.form-main {
    min-height: 400px;
    padding: 30px;
    background-color: #fff;
}
.menu-content .form-serch{
    display: none;
}
.form-serch-mobile input{
    display: none;
}
.form-main:after {
    display: block;
    content: '';
    clear: both;
}

.form-main.no-border {
    border: none;
    padding-left: 0;
    padding-right: 40px;
}

.form-main .control-label {
    text-align: left;
    font-weight: 400;
}

.form-main .form-control {
    height: 38px;
    border-color: #767676;
    border-radius: 3px;
    font-family: calibri;
    font-size: 16px;
    color: #1e1e1e;
}

.form-main .form-control:focus {
    border-color: #767676;
    box-shadow: none;
}

.form-main textarea.form-control {
    resize: none;
    height: auto;
}

.form-main>button {
    margin: 10px 10px 10px 0;
}

.help-block,
form .error {
    font-weight: 400;
    font-size: 14px;
    color: #e03000;
}

#pink .help-block,
#pink form .error,
#pink .steps > div,
#pink .steps>ul>li.on,
#pink .steps>ul>li.complete,
#pink .text-danger {
    color: #ed008c;
}

#have_read-error {
    display: none;
}

.help-block.black {
    color: #1e1e1e;
    margin: 0;
    line-height: normal;
}

.have-read {
    font-size: 14px;
    white-space: nowrap;
}

.steps {
    position: relative;
    height: 75px;
    border-top: 4px solid #e2dddb;
    border-bottom: 2px solid #e2dddb;
    background-color: #fff;
}

.steps > div {
    position: absolute;
    bottom: 0;
    color: #e03000;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    white-space: nowrap;
    font-family: cronosPro;
    width: 100%;
    text-transform: uppercase;
}

.steps>ul>li {
    text-align: center;
    line-height: 70px;
    height: 70px;
    font-size: 20px;
    white-space: nowrap;
    font-family: cronosPro;
    color: #8f7053;
    float: left;
    position: relative;
    width: 20%;
    padding: 0 15px;
}

.steps.step-3 > ul > li {
    width: 33.33%;
    height: 40px;
}

.steps>ul>li.on,
.steps>ul>li.complete {
    color: #e03000;
}

.steps>ul>li span {
    width: 40px;
    display: inline-block;
    height: 40px;
    position: absolute;
    top: -25px;
    line-height: 2em;
    vertical-align: middle;
    border-radius: 100%;
    background-color: #e2dddb;
    left: 50%;
    margin-left: -20px;
}

.steps>ul>li.on span,
.steps>ul>li.complete span {
    color: #fff;
    background-color: #e03000;
}

#pink .steps>ul>li.on span,
#pink .steps>ul>li.complete span {
    background-color: #ed008c;
}

.steps-1>ul>li.on hr,
.steps>ul>li.on hr {
    position: absolute;
    top: -4px;
    left: 15px;
    width: 45%;
    border-top: 4px solid #e03000;
    margin: 0;
}

#pink .steps-1>ul>li.on hr,
#pink .steps>ul>li.on hr,
#pink .steps-2>ul>li.on:first-child hr,
#pink .steps>ul>li.complete hr,
#pink .steps-2>ul>li.on:nth-of-type(2) hr,
#pink .no-steps,
#pink .complete>ul>li.on:last-child hr {
    border-top: 4px solid #ed008c;
}

.steps-2>ul>li.on:first-child hr,
.steps>ul>li.complete hr {
     position: absolute;
     top: -4px;
     left: 15px;
     width: 100%;
     border-top: 4px solid #e03000;
     margin: 0;
 }

.steps>ul>li.complete:last-child hr {
    left: auto;
    right: 15px;
}

.steps-2>ul>li.on:nth-of-type(2) hr {
    position: absolute;
    top: -4px;
    left: 15px;
    width: 45%;
    border-top: 4px solid #e03000;
    margin: 0;
}

.steps,
.form-main {
    border-left: 1px solid #e2dddb;
    border-right: 1px solid #e2dddb;
}

.no-steps {
    border-top: 4px solid #e03000;
    border-bottom: 1px solid #e2dddb;
    margin-bottom: 40px;
}

.complete>ul>li.on:last-child hr {
    position: absolute;
    top: -4px;
    left: auto;
    right: 15px;
    width: 100%;
    border-top: 4px solid #e03000;
    margin: 0;
}

.confirm-page .form-group strong {
    display: inline-block;
    padding-top: 7px;
}

.form-main .title {
    margin: 10px 0;
    font-family: cronosProSemibold;
    font-size: 20px;
    font-variant: small-caps;
    text-transform: capitalize;
}

.text-danger {
    color: #e03000;
}

.date-input input {
    background-color: #fff !important;
}

.date-input i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
}

.inline-input>ul {
    margin-bottom: 10px;
}

.inline-input>ul:last-child {
    margin-bottom: 0;
}

.hide-input {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance:textfield;
}

.news-app,
.form-address {
    display: none;
}

.news-app {
    padding: 10px;
}

.form-main .form-address .form-group {
    width: auto;
}

.radio {
    padding-left: 20px;
    font-weight: 400;
}

.my-radio {
    background: url("../images/desktop_img/general/desktop_general_btn_check_box_off.png") no-repeat 0 11px;
}

.my-radio.on {
    background-image: url("../images/desktop_img/general/desktop_general_btn_check_box_on.png");
}

.my-radio > input {
    opacity: 0;
}

.form-horizontal .inline-boxes .radio-inline {
    margin-top: -7px;
    margin-left: 10px;
}

.form-main .submit {
    margin-right: 10px;
}

.donation-amount .radio-inline {
    padding-top: 0;
    margin-left: 15px;
}

.form-inline .donation-amount .radio-inline {
    margin-left: -15px;
    margin-right: 15px;
}

.form-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f9f8f8;
}

.diy-form {
    background-color: transparent;
    padding: 40px 0;
}

.btn-lg {
    margin-right: 5px;
    margin-bottom: 5px;
}

.diy-form .btn-lg.brown>.glyphicon-menu-right {
    margin-left: 10px;
}

.diy-title-2 {
    font-family: cronosProSemibold;
    font-size: 26px;
    color: #1e1e1e;
}

.diy-form>h3>span {
    margin-top: 8px;
    font-family: calibri;
    font-size: 14px;
    font-weight: 400;
}

.date-input-inline > span {
    padding: 0 5px;
}

.template-radio label {
    text-align: center;
}

.template-radio label img {
    display: block;
    max-width: 60%;
    border: 2px solid #fff;
}

.template-radio label.on img {
    border: 2px solid #e03000;
}

.template-radio label a {
    text-decoration: underline;
}

.template-radio label input {
    opacity: 0;
}

.upload-photo input {
    width: 100%;
    opacity: 0;
}

.upload-photo label span {
    display: block;
    height: 112px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.upload-photo label span img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.upload-photo .fa-close {
    float: left;
    cursor: pointer;
    margin-right: 10px;
}

.your-choice>label {
    display: block;
}

.your-choice .donate_amount_choice {
    display: inline-block;
    width: 65px;
}

.radio-img {
    line-height: normal;
}

.radio-img img {
    display: block;
    /*max-width: 100%;*/

  width: 132px;
    height: 95px;

}

.radio-img input {
     float: left;
}

.radio-img span {
    display: block;
    padding-left: 20px;
}

.diy-login-page {
    padding: 40px 0;
    background-color: #fff;
}

.account {
    padding: 20px;
    background-color: #f0f0f0;
    color:#6a3300;
    position: relative;
}

.account .img {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.account .detail {
    padding-left: 90px;
    min-height: 70px;
    word-wrap: break-word;
    overflow: hidden;

}

.account .detail h4 {
    padding-bottom: 0;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:5px;
}

.account .mar-top{
    margin-top:10px;
}

.account .content-1{
    color:#6a3300;
    margin-bottom:20px;
}

.account hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color:#6a3300;
}

.notice {
    background-color: #fff;
}

.diy-title-1 {
    font-family: cronosPro;
    font-size: 26px;
    margin-top: 0;
    color: #1e1e1e;
}

.notice .frame-box {
    height: 293px;
    border: 1px solid #1e1e1e;
    padding: 10px;
    padding-right: 25px;
}

.current-diy {
    padding: 40px 0;
}

.current-diy .swiper-container {
    padding: 0 38px;
}

.current-diy .swiper-slide {
    text-align: center;
}

.current-diy .swiper-slide .img {
    margin: 10px auto;
    border: 1px solid #fff;
    width: 100%;
    height: 117px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fff;
}

.diy-campaign {
    height: 713px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.diy-campaign .banner-bar {
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.7), rgba(255,255,255,.8), rgba(255,255,255,.9), rgba(255,255,255,.8), rgba(255,255,255,.7), rgba(255,255,255,0));
}

.diy-campaign .banner-text {
    width: 60%;
    padding-top: 80px;
}

.diy-campaign .banner-text .content-2 {
    padding-right: 100px;
}

.diy-banner-bottom {
    padding: 40px 0;
    color: #fff;
}

.diy-banner-bottom > .container {
    position: relative;
}

.diy-banner-bottom > .container > img {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -330px;
}

.diy-banner-bottom .btn {
    margin-top: 80px;
}

.modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
}

.modal-header {
    padding: 15px 0;
    margin: 0 15px;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-header .close {
    top: -30px;
    position: absolute;
    right: 0;
    opacity: 1;
    font-size: 31px;
    font-weight: 400;
    color: #fff;
}

.popup-list {
    max-height: 500px;
    overflow-y: auto;
    outline: none;
    overflow-x: hidden;
}

.popup-list > ul.row > li {
    margin: 10px 0;
}

.modal-body .total {
    font-family: cronosProSemibold;
    font-size: 20px;
}

.modal-body .total > li:first-child {
    font-variant: small-caps;
    text-transform: capitalize;
}

.modal-footer {
    border-top: 0;
}

.sfc-members-table td {
    padding: 5px;
}


.sfc-members-table .gender {
    min-width: 80px;
}

.profile-photo {
    position: relative;
    float: left;
    margin-right: 10px;
    border: 1px solid #333;
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.profile-photo > input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.photo-size {
    display: table-cell;
    height: 145px;
    vertical-align: middle;
}

.preview {
    position: relative;
    border: 1px solid #333;
    width: 100%;
    height: 928px;
    overflow: hidden;
}

.preview iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.preview iframe body {
    zoom: 70%;
}

.preview > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.radio.form-group {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
}

.remarks {
    border: 2px solid #e2dddb;
    padding: 20px;
    background-color: #eee;
}

.form-main .placeholder {
    color: #aaa;
}

.pay-success .content-detail {
    margin-top: 0;
}

.pay-success .content-detail p {
    margin-bottom: 20px;
}

.receipt {
    border: 1px solid #333;
    padding: 15px;
}

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

.thanks-word {
    font-size: 26px;
    font-weight: 700;
    color: #e03000;
    line-height: normal;
    margin-top: 10px;
}

.receipt-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cf-contact {
    margin-top: 20px;
}

.donation-type img {
    max-width: 100%;
    margin-top: 10px;
}

.cof-one-off .form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}

.cof-one-off .radio {
    cursor: pointer;
    height: 38px;
    border: 1px solid #767676;
    border-radius: 3px;
    font-family: calibri;
    font-size: 16px;
    color: #1e1e1e;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.cof-one-off .radio input {
    opacity: 0;
    filter: alpha(opacity=0);
}

.cof-one-off .radio.on {
    color: #fff;
    background-color: #6a3300;
}

#pink .cof-one-off .radio.on {
    background-color: #ed008c;
    border-color: #ed008c;
}

.red.cof-one-off .radio.on {
    background-color: #eb1922;
    border-color: #eb1922;
}

.cof-one-off > .help-block {
    margin: 0;
    background-color: #eee;
    position: relative;
    border-radius: 3px;
}

.cof-one-off > .help-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -5px;
    border-top: transparent 5px solid;
    border-bottom: transparent 5px solid;
    border-right: #eee 5px solid;
}

.radio .fa-check-circle {
    color: #fff;
    float: right;
    margin-top: 3px;
}

#preview-diy {
    zoom: 65%;
}

#preview-diy .diy-template-main .links {
    padding: 10px 20px;
}

.payment-method label {
    margin-right: 10px;
}

.payment-method input[type=radio] {
    margin-top: 10px;
}

.form-main .control-label a {
    text-decoration: underline;
    color: #e03000;
    display: block;
}

#pink .form-main .control-label a {
    color: #ed008c;
}

.upload-photo > label {
    width: 113px;
    float: left;
    margin-right: 10px;
}

.upload-photo > .help-block {
    padding-top: 20px;
}

.create-campaign {
    padding: 40px 0;
}

.create-campaign > h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.join-as {
    float: left;
}

.join-as > label {
    display: block;
    cursor: pointer;
    margin: 30px 0;
}

.join-as > label > input {
    position: absolute;
    width: 38px;
    opacity: 0;
}

.join-as > label > img {
    float: left;
    margin-top: 60px;
}

.join-as > label > span {
    display: block;
    margin-left: 30px;
    width: 455px;
    height: 145px;
    background: no-repeat center;
    background-size: auto 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: cronosPro;
    font-size: 24px;
    padding: 10px;
}

.create-campaign .login {
    width: 365px;
    float: left;
    margin: 30px;
}

.create-campaign .login .btn {
    width: 100%;
    text-align: left;
    white-space: normal;
}

.create-campaign .login .btn span {
    margin: 0;
    float: right;
    margin-top: 7px;
}

.line-title {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
}

.line-title span {
    padding: 0 5px;
    background-color: #f0efed;
    position: relative;
    z-index: 2;
}

.line-title hr {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
    z-index: 1;
}

.form-control.brown {
    border-color: #6a3300;
}

.form-control.brown:focus {
    border-color: #6a3300;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(106,51,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(106,51,0,.6);
}

.forgot-psw {
    display: inline-block;
    margin-top: 5px;
    text-decoration: underline;
}

.create-diy-campaign .form-main {
    border: 0;
}

.create-diy-campaign .line-title span {
    background: #fff;
}

.cvc .form-control {
    width: 50px;
    margin: 0 5px;
}

.cvc a {
    text-decoration: underline;
}

.ssl {
    margin: 40px 0;
}

.ssl > img {
    float: left;
    margin-right: 5px;
}

.ssl > div {
    margin-left: 110px;
}

#forgot_email_form {
    display: none;
}

#forgot_email_form .btn {
    width: 48%;
    margin: 20px 0;
    float: left;
}

#forgot_email_form .btn:last-child {
    float: right;
}

/*#region_wrap,*/
/*#address_box .col-sm-9 {*/
    /*padding-left: 5px;*/
/*}*/

.form-address #region_wrap {
    padding-left: 15px;
}
/* form-site-css end */


.mapp-layout,
#map1 {
    max-width: 100%;
}
.content-detail iframe {
    max-width: 100% !important;
    width: auto;
    height: auto;
}
.radio-inline {
    overflow: visible;
}

#preview-diy .nicescroll-rails {
    display: none !important;
}

#preview-diy .diy-template-main > .content-detail > .content-1 {
    overflow: auto !important;
}

.amount-div {
    cursor: pointer;
}

.diy-template-b #targetChart {
    width: 288px !important;
    height: 288px !important;
}

/* respond */
@media (min-width: 1690px){
    /*.online-programmes {*/
        /*height: 690px;*/
    /*}*/

    /*.our-programmes .swiper-slide {*/
        /*height: 510px;*/
    /*}*/

    /*.our-programmes .swiper-slide .img {*/
        /*height: 404px;*/
    /*}*/
}

@media (min-width: 1200px){
    body {
        min-width: 1024px;
    }

    .container {
        width: 1024px;
        padding: 0;
    }

    .education-campaigns .swiper-container {
        max-width: 1500px;
    }
}

@media (min-width: 992px){
    body {
        min-width: 1024px;
    }

    .container {
        width: 1024px;
        padding: 0;
    }
}

@media (min-width: 768px){
    body {
        min-width: 1024px;
    }

    .container {
        width: 1024px;
        padding: 0;
    }

    .header.navbar-default>.container,
    .header.navbar-default>.container>div {
        width: 1024px;
    }

    .modal-dialog {
        width: 900px;
        margin: 50px auto;
    }

    .tab-dropdown:after {
        display: block;
        content: '';
        clear: both;
    }

    .tab-dropdown .tabs {
        float: left;
        width: 80%;
    }

    .tab-dropdown .dropdown {
        float: right;
        width: 15%;
        margin: 35px 0;
    }

    .tab-dropdown .sorting .btn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .view-calendar > .btn {
        margin-top: 70px;
    }

    .view-calendar > p {
        padding-top: 70px;
    }

    .pic-txt.shop-list > img,
    .pic-txt.shop-list a img {
        height: 181px;
    }

    .shortcut li a {
        margin: 0 3px;
    }

    .may-call {
        text-align: center;
    }

    .may-call h1 {
        margin-top: 40px;
        float: none !important;
        display: inline-block;
        font-size: 30px;
    }

    .education-campaigns .swiper-container {
        text-align: center;
    }
    .education-campaigns .swiper-wrapper,
    .education-campaigns .swiper-slide {
        text-align: center;
        display: inline-block;
    }

    .education-campaigns .swiper-slide {
        margin-left: -11px;
    }

    #preview-diy .col-md-4,
    #preview-diy .col-md-8 {
        float: left;
    }
    #preview-diy .col-md-4 {
        width: 35%;
    }
    #preview-diy .col-md-8 {
        width: 65%;
    }
    #preview-diy .diy-template-banner {
        overflow: visible;
        width: 640px;
    }
    #preview-diy .diy-template-banner .swiper-wrapper {
        width: 640px;
        margin: 0 auto;
        transform: translate3d(-640px, 0px, 0px) !important;
    }
    #preview-diy .diy-template-banner .swiper-slide {
        width: 640px !important;
    }
}

@media (max-width: 767px){

    .chart {
        height: 328px;
    }

    .location-list > div {
        margin: 20px 0;
    }
    .location-list > div > ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .view-calendar > .btn {
        clear: both;
    }
    .location-map {
        font-family: cronosPro;
    }
    .wellness-text .info p {
        margin: 20px 0;
    }

    .our-programmes .swiper-slide .img span {
        font-size: 16px;
    }

    .diy-template-b .diy-template-main .account .detail {
        padding-right: 0;
        word-wrap: break-word;
    }

    .header.navbar-default {
        /*height: 80px;*/
        /*line-height: 80px;*/
        height: 115px;
        line-height: 115px;
    }

    .margin-40-0 {
        margin: 10px 0;
    }

    .header-3,
    .header-3b {
        font-size: 30px;
        line-height: 30px;
    }

    .page-banner {
        height: 255px;
        background-size: auto 100%;
        background-position: center;
    }

    .sd-logo {
        width: 40%;
        line-height: inherit;
    }

    .logo {
        max-height: none;
    }

    .donate, .donate:hover, .donate:focus {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .menu-content {
        float: right !important;
    }

    .navbar-default .pull-right {
        margin-left: 0;
    }

    .checkbox-inline, .radio-inline {
        margin-left: 0 !important;
        margin-right: 10px;
    }
    .checkbox-inline:last-child, .radio-inline:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .banner .carousel-indicators {
        bottom: 0;
    }

    .banner .carousel-indicators li,
    .banner .carousel-indicators .active {
        margin: 1px 6px;
        width: 10px;
        height: 10px;
    }

    /*.banner,*/
    /*.banner .carousel-inner>.item {*/
        /*height: 210px;*/
    /*}*/

    #pink .banner,
    #pink .banner .carousel-inner>.item {
        height: auto;
    }

    .banner .bg {
        min-width: inherit;
    }

    .banner .carousel-caption {
        padding-top: 80px;
    }

    .banner .carousel-caption .video {
        width: 130px;
        height: auto;
    }

    .second-banner {
        height: 200px;
    }

    .second-banner .video {
        right: 20px;
        top: 75px;
        width: 180px;
    }

    .cancer-link {
        height: 726px;
        background-image: url("../images/mobile_img/mobile_index_img_banner_2.png");
    }

    .cancer-link-detail ul>li,
    .cancer-link-detail .btn {
        font-size: 15px;
    }

    .info p {
        padding: 0;
        font-size: 22px;
    }

    .cancer-link-detail ul>li {
        padding: 0 15px;
        font-size: 22px;
    }

    .education-campaigns .swiper-slide {
        width: 40%;
        height: 380px;
    }

    .education-campaigns .info p {
        padding: 0;
        margin-bottom: 40px;
    }

    .fundraising-campaign {
        background-repeat: no-repeat;
        background-size: auto 90%;
        background-position: 50% 0;
    }

    .fundraising-campaign .info h1, .fundraising-campaign .info p {
        color: #6a3300;
    }

    .fundraising-campaign .info h1 {
        margin-top: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .fundraising-campaign .info p {
        margin-bottom: 15px;
        line-height: normal;
        padding-right: 60px;
        font-size: 16px;
    }

    .fundraising-campaign .btn-lg.red>.glyphicon-menu-right {
        margin-top: 6px;
    }

    .computer {
        height: auto;
        text-align: right;
    }

    .computer img {
        position: relative;
        margin-top: 100px;
        width: 80%;
    }

    .secondary-news>div p {
        margin: 0 0 8px;
        line-height: 1.1;
    }

    .location-list {
        padding-top: 10px;
    }

    .location-list .col-xs-12,
    .location-list .col-xs-6 {
        margin-bottom: 0;
        width: 33%;
    }

    .location-list .col-xs-12 ul {
        float: none;
        width: auto;
    }

    .location-list .col-xs-12 ul:last-child {
        padding-left: 0;
    }

    footer {
        padding: 25px 0;
    }

    .shortcut li>span a {
        font-size: 20px;
    }

    .shortcut li.download {
        font-size: 16px;
    }

    .email-subscription>div>p:first-child {
        font-size: 20px;
    }

    .email-subscription>div>p,
    .email-subscription>div>p:nth-child(2) {
        font-size: 16px;
        color: #444;
    }

    .banner-bar .pull-right {
        float: none !important;
    }

    .content-1b,
    .content-1,
    .submenu-detail>ul>li {
        font-size: 16px;
    }

    .submenu-detail a {
        font-size: 14px;
    }

    .submenu-detail.visible-xs a {
        font-size: 16px;
    }

    .shortcut.visible-xs {
        margin: 0 15px;
        margin-top: 15px;
        border-top: 1px solid #b5b1af;
        padding: 0;
        padding-top: 15px;
    }

    .email-subscription form>input:first-child {
        width: 62%;
        height: 35px;
    }

    .email-subscription form>.btn {
        width: 32%;
        font-size: 18px;
        text-align: left;
    }

    .copyright {
        margin-left: 0;
        margin-right: 0;
    }

    .copyright>div {
        padding: 0;
    }

    .copyright>div:last-child {
        text-align: left;
        padding-top: 10px;
    }

    .copyright>div>span:first-child {
        padding-left: 0;
    }

    .content-detail > img,
    .content-detail > p > img {
        float: none;
        display: block;
        margin: 5px auto;
        max-width: 100%;
    }

    .tabs {
        margin: 20px 0;
        border-bottom: none;
    }

    .tabs a {
        display: block;
        border-bottom: 1px solid #6a3300;
    }

    .tabs a:first-child {
        border-top: 1px solid #6a3300;
    }

    #pink .tabs a {
        border-bottom: 1px solid #ed008c;
    }

    #pink .tabs a:first-child {
        border-top: 1px solid #ed008c;
    }

    .tabs-large > a {
        max-width: none;
    }

    .question {
        padding: 10px;
        border-radius: 0;
    }

    .question:before,
    .question:after,
    .answer:before {
        display: none;
    }

    .question>h2 {
        font-size: 24px;
    }

    .question>p {
        float: none !important;
        margin-left: 40px;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 30px;
    }

    .question>i {
        right: 10px;
        font-size: 18px;
    }

    .answer {
        margin-top: -20px;
        border-radius: 0;
    }

    .statistic>li>ul>li,
    .all-sites>ul>li {
        padding-left: 0;
    }

    .all-sites>div {
        border-right: 0;
        padding-top: 0;
        height: auto;
    }

    .download-btn {
        display: block;
        width: auto;
    }

    .btn-2,
    .btn-2:hover,
    .btn-2:focus {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .years-selection {
        padding: 0;
        margin: 20px -20px;
    }

    .years-selection .swiper-slide {
        padding: 10px;
        font-size: 14px;
    }

    .years-selection .swiper-slide .img {
        height: 60px;
    }

    .years-selection .swiper-slide .img img {
        width: 100%;
    }

    .swiper-pagination-bullet-active {
        background: #6a3300;
    }

    .years-selection .swiper-button-next,
    .years-selection .swiper-button-prev {
        display: none;
    }

    .milestone-year {
        text-align: left;
    }

    .timeline-me-container:before {
        left: 45px;
    }

    .timeline-me-smallitem.timeline-me-right .timeline-me-label {
        right: auto;
        left: 18px;
    }

    .timeline-me-smallitem.timeline-me-left .timeline-me-label, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label {
        left: 46px;
    }

    .timeline-me-smallitem.timeline-me-right .timeline-me-content-container,
    .timeline-me-smallitem.timeline-me-left .timeline-me-content-container, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-content-container {
        width: 80%;
        margin-left: 50px;
        padding-left: 25px;
        padding-right: 0;
    }

    .timeline-me-left .timeline-me-content:before {
        right: 100%;
        left: auto;
        border-right: 12px solid #e2dddb;
        border-left: none;
    }

    .publication>li {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .our-programmes .swiper-container {
        padding: 0 15px;
    }

    .wellness-banner .banner-bar {
        margin: 0 -15px;
        padding: 0 15px;
    }

    .wellness-banner span .bookmark:last-child {
        float: right;
    }

    .free-services .wellness-banner {
        height: 200px;
    }

    .free-services .wellness-banner span .bookmark:last-child {
        float: none;
    }

    .free-services .wellness-text {
        padding: 0;
    }

    .wellness-list .wellness-text h3 {
        margin-top: 0;
    }

    .video iframe {
        height: 215px;
    }

    /*.wellness-list-container .dropdown {*/
        /*display: inline-block;*/
    /*}*/

    /*.dropdown.sorting.dropdown-select {*/
        /*display: block;*/
    /*}*/

    .wellness-list-container .dropdown .btn {
        padding-right: 35px;
    }

    .video-col {
        height: 450px;
    }

    .video-col .video>a {
        height: 200px;
    }

    .service-banner-2 .text {
        background-size: auto 100%;
    }

    .students-sharing {
        padding-left: 30px;
        padding-right: 30px;
    }

    .students-sharing .swiper-slide .img {
        width: 102px;
        height: 102px;
    }

    .students-sharing .txt {
        width: 140px;
    }

    .students-sharing .content-1b,.students-sharing .content-1 {
        font-size: 12px;
    }

    .newsletter .btn {
        margin-top: 10px;
    }

    .service-banner-1 {
        height: auto;
        line-height: normal;
    }

    .service-banner-1 .img {
        float: none;
        width: auto;
        height: auto;
    }

    .service-banner-1 .img > img {
        width: 100%;
    }

    .service-banner-1 .text {
        float: none;
        width: auto;
        padding: 10px;
        font-size: 16px;
    }

    .service-banner-1 .text>h2 {
        margin: 0;
        padding-top: 5px;
    }

    .service-banner-2 {
        background-size: auto 100%;
    }

    .service-banner-2 .text {
        padding: 10px;
        padding-top: 80px;
        font-size: 16px;
    }

    .service-banner-2 .text>h2 a {
        color: #fff;
    }

    .service-banner-2 .text>h2 a i {
        font-size: 12px;
        vertical-align: middle;
        margin-left: 8px;
        margin-top: -6px;
    }

    .back-to-top img,
    .contact-btn img {
        width: 50px;
    }

    .contact-btn {
        bottom: 350px;
    }

    .contact-popup {
        left: 0;
        right: 50px;
        bottom: 10%;
        overflow: auto;
    }

    .contact-popup > div > ul {
        width: auto;
        margin: 0 20px;
        margin-bottom: 20px;
    }

    .cancer-link-detail {
        height: auto;
    }

    .cancer-link {
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        /*padding-bottom: 180px;*/
        background-size: cover;
        /*background-size: 100% auto;*/
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .education-campaigns {
        padding-top: 20px;
    }

    .education-campaigns .swiper-slide>a {
        font-size: 18px;
    }

    .secondary-news>div:first-child {
        height: 101px;
    }

    .location-list li {
        float: left;
        width: 43%;
    }

    .btn.brown,
    .fundraising-campaign .btn-lg {
        height: 36px;
        line-height: 25px;
        font-size: 14pt;
        font-weight: 700;
        border-radius: 3px;
        max-width: 100%;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .diy-form .btn-lg.brown>.glyphicon-menu-right {
        margin-top: 9px;
    }

    .btn-lg.brown>.glyphicon-menu-right {
        font-size: 12px;
        margin-left: 10px;
        margin-top: 6px;
    }

    .btn-lg.red>.glyphicon-menu-right {
        font-size: 12px;
        margin-left: 10px;
        margin-top: 6px;
    }

    .btn-group-lg>.btn, .btn-lg {
        font-size: 14pt;
        height: 36px;
        font-weight: 700;
        padding: 6px 16px;
    }

    .timeline-container-basic:before {
        left: 0;
        margin-left: 45px;
    }

    .latest-news-list .img,
    .latest-news-list .img img {
        height: 245px;
    }

    .publication .btns {
        padding: 15px 0;
        text-align: center;
        height: 50px;
    }

    .wellness-list .wellness-banner {
        background-size: auto 100%;
    }

    .photos > a {
        width: 50%;
        height: 122px;
    }

    .privacy-policy label {
        margin: 10px 0;
        font-size: 14px;
    }

    .email-subscription>div:last-child>img {
        max-width: 50%;
        margin-right: 10px;
    }

    .shortcut a>img {
        margin-left: 8px;
    }

    .btn .glyphicon-menu-right {
        font-size: 16px;
        float: right;
        margin-top: 9px;
    }

    .highlight-news a>img {
        margin: 10px auto;
    }

    .download-btn .tel-btn,.download-btn .tel-btn:hover{
        padding:11px 5px;
        text-align:center;
        background:#f0efed url("../images/desktop_img/content_01_txt_img_video_2/icn_phone.png") no-repeat 20px 11px;
        background-size:auto 50%;

    }

    .download-btn .tel-btn2{
        padding:10px 5px;
        background:#e03000 url("../images/desktop_img/content_01_txt_img_video_2/desktop_content_01_txt_img_video_2_btn_down.png") no-repeat 5px 0;
        background-size:auto 100%;
        text-align:center;

    }
    .download-btn a, .download-btn a:hover, .download-btn a:focus {
        margin: 10px 0;
        display: block;
        width: auto;
        padding:10px 5px;

    }

    .btn-2 span {
        float: right;
        margin-top: 5px;
    }

    .page-banner-title {
        font-size: 26px;
        line-height: 28px;
    }

    .page-banner-text p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 18px;
    }

    .timeline-container-basic:before {
        z-index: -1;
    }

    /*.diy-campaign .banner-text {*/
        /*padding-top: 20px;*/
    /*}*/

    .diy-campaign {
        padding-bottom: 160px;
        box-sizing: content-box;
        height: auto;
        background-size: auto 100%;
    }

    .diy-banner-bottom > .container > img {
        margin-top: -230px;
        width: 60%;
    }

    .diy-banner-bottom .btn {
        margin-top: 10px;
    }

    .diy-campaign .banner-text .content-2 {
        padding-right: 0;
    }

    .content-2 {
        font-size: 16px;
    }

    .current-diy .swiper-slide .img {
        height: 77px;
    }

    .ludou-reg {
        border-bottom: 1px solid #1e1e1e;
    }

    .have-read {
        white-space: normal;
        font-size: 16px;
        line-height: 24px;
    }

    .account {
        margin-top: 20px;
    }

    #dateSelector select {
        display: block;
        width: 100%;
    }

    .inline-input .form-control {
        margin-bottom: 5px;
    }

    .form-site-page .btn {
        margin: 5px 0;
        width: 100%;
        text-align: left;
        border-radius: 3px;
    }

    .upload-photo label span {
        height: 75px;
    }

    .upload-photo > .help-block {
        padding-top: 0;
        clear: both;
    }

    .checkbox label, .radio label {
        word-break: break-word;
    }

    .your-choice .donate_amount_choice {
        margin: 10px 0;
        width: 90%;
    }

    .diy-template-main .links a, .diy-template-title .links a {
        width: 100%;
        margin: 5px 0;
    }

    .diy-template-main .links a img,
    .diy-template-title .links a img {
        margin-top: 9px;
        height: 50%;
    }

    .diy-template-a {
        height: auto;
        padding-top: 40px;
        background-color: #000;
        background-size: 100%;
        background-position: top center;
    }

    .diy-template-bottom {
        position: relative;
        height: auto;
        background-color: #000;
    }

    .diy-statistics .progress {
        width: 92%;
        margin: 0 auto;
    }

    .diy-statistics h2 {
        margin-bottom: 10px;
    }

    .diy-statistics > div {
        border-left: 0;
    }

    .diy-statistics > div:first-child {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }

    .diy-statistics > div:last-child {
        border-left: 1px solid #aaa;
    }

    .diy-statistics > .supporters {
        border: none;
        text-align: left;
        line-height: 40px;
    }

    .diy-template-title .links {
        padding-bottom: 15px;
        height: auto;
    }

    .modal-footer .btn+.btn,
    .modal-footer .btn {
        margin-top: 5px;
        margin-left: 0;
        width: 100%;
    }

    .diy-template-b #targetChart {
        margin-top: 40px;
    }

    .target {
        top: 150px;
    }

    .audio-list {
        line-height: normal;
        position: relative;
        font-size: 20px;
    }

    .audio-list span.pull-right:last-child {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .audio-name {
        width: 80%;
        font-size: 16px;
        padding: 2px 30px !important;
    }

    .audio-list > div {
        padding: 0;
    }

    .audio-list > img {
        max-width: 100%;
        padding: 0;
    }

    .version:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .ways-to-support li img {
        margin-bottom: 10px;
    }

    .donate-page .content-detail > img {
        max-width: 100%;
    }

    .banner-bar .pull-right a,
    .form-site-page .banner-bar .pull-right span {
        margin-left: 0;
        padding-left: 0;
    }

    .steps > div {
        padding-top: 10px;
        line-height: 50px;
    }

    .form-main {
        padding: 20px 15px;
    }

    .students-sharing .swiper-slide hr {
        display: none;
    }

    .statistic>li>ul {
        font-size: 16px;
    }

    .statistic>.all-sites>div {
        border-right: none;
    }

    .statistic>.all-sites>ul>li {
        padding-left: 0;
    }

    .statistic.auto-height > li {
        background-position: right top;
        background-size: 100% auto;
    }

    .current-diy .swiper-container {
        padding: 0 30px;
    }

    .years-selection .swiper-button-next,
    .years-selection .swiper-button-prev/*,
    .btn-left-arrow, .btn-right-arrow*/ {
        width: 20px;
        height: 20px;
        margin-top: -35px;
    }

    .other-product {
        padding: 25px;
        text-align: center;
    }

    .other-product a {
        display: inline-block;
    }

    .other-product .btn-left-arrow,
    .other-product .btn-right-arrow {
        margin-top: -5px;
    }

    #DIYLogin {
        width: auto;
        margin-right: 10px;
    }

    .diy-login-page {
        padding-top: 0;
    }

    .account {
        margin-bottom: 20px;
    }

    .btn.font-sm {
        font-size: 16px;
    }

    .template-radio label a {
        font-size: 16px;
    }

    .upload-photo input {
        height: 0;
    }

    .radio-img {
        vertical-align: middle;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .radio-img img {
        width: 30%;
        height: auto;
        margin: 0 5px;
    }

    .radio-img input {
        float: none;
    }

    .radio-img span {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #select-lang {
        line-height: normal;
        padding: 15px;
        background-color: #e2dddb;
    }

    #select-lang i {
        float: right;
    }

    #select-lang select {
        position: absolute;
        width: 100%;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .form-site-top .img {
        text-align: center;
    }

    .confirm-page .form-group strong {
        padding-top: 0;
    }

    .latest-news-list .title {
        font-size: 22px;
    }

    .latest-news-list .date {
        font-size: 20px;
    }

    .photos-videos .dropdown-select {
        margin-bottom: 40px;
    }

    #participation_age_1 {
        min-width: 50px;
    }

    .validatecode {
        padding-left: 0;
        white-space: nowrap;
    }

    .steps {
        height: auto;
        padding-bottom: 10px;
    }

    .steps.step-3 > ul > li {
        height: 20px;
    }

    .steps > div {
        padding-top: 10px;
        position: relative;
        white-space: normal;
    }

    .validate-code > label {
        display: block;
    }

    .validate-code .col-xs-4 {
        width: 58.33333333%;
    }

    .validate-code .validatecode {
        width: 41.66666667%;
    }

    .faq-slide .swiper-slide {
        height: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .cancer-link-location .info-list > img {
        float: none;
        max-width: 100%;
    }

    .cancer-link-location .info-list > ul {
        float: none;
        width: auto;
    }

    .info-list > ul > li > .col-sm-2,
    .info-list > ul > li > .col-sm-3 {
        margin-bottom: 0;
    }

    .practical-support {
        min-height: 448px;
        height: auto;
        background-size: 100%;
    }

    .practical-support .info a {
        margin-right: 0;
    }

    .statistic.auto-height>li>ul>li {
        width: 50%;
        padding: 0 10px;
    }

    .service-banner-1 .text > p {
        height: auto;
    }

    .pic-btn {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .pic-btn > a {
        font-size: 14px;
    }

    .pic-btn > a > img {
        height: 18px;
    }

    .view-calendar > p {
        padding-top: 30px;
    }

    ul.float-l,
    ol.float-l li {
        float: none;
        width: auto;
        padding-bottom: 0;
    }

    .date-input select {
        margin-bottom: 10px;
    }

    .date-input input {
        margin: 10px 0;
    }

    .create-campaign .login {
         width: auto;
         float: none;
         margin: 30px 0;
    }

    .pic-txt > img,
    .pic-txt a img,
    .service .pic-txt > img,
    .service .pic-txt a img {
        width: 100%;
        height: auto;
    }

    .pink-video-text {
        padding-top: 0;
    }

    .join-as > label > img {
        float: none;
        margin-top: 0;
    }

    #pink .join-as > label > span {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    #pink .join-as > label > span > img {
        max-width: 100%;
        margin-top: 10px;
    }

    #pink #loginform {
        padding: 20px 0;
    }

    .service-banner-2 {
        height: 511px;
    }

    .diy-toolbox .sd-logo {
        width: 130px;
        padding: 50px 5px;
        box-shadow: 0 0 5px;
    }

    .diy-header .header.navbar-default {
        height: 85px;
        line-height: 20px;
        padding-top: 20px;
    }

    .diy-header .navbar-default .pull-right {
        margin-left: 140px;
        font-size: 16px;
    }

    .diy-toolbox {
        height: 45px;
    }

    .dropdown.inline-block,
    .dropdown.inline-block.sorting .btn {
        display: block;
        width: 100%;
        float: none !important;
    }

    .dropdown.inline-block {
        margin: 20px 0;
    }

    .shop-list {
        height: auto;
    }

    .form-site-top .img {
        float: none;
    }

    #region_wrap {
        padding-left: 15px;
        padding-right: 2px;
    }
    #district_wrap {
        padding-left: 2px;
    }

    #forgot_email_form .btn {
        min-width: auto;
    }

    .date-input-inline li {
        margin: 5px 0;
    }

    .question > div.pull-left {
        width: 80%;
        margin-left: 10px;
    }

    .container > table {
        max-width: 100%;
        display: block;
        overflow: auto;
    }

    .footer_subscript_form .glyphicon-menu-right {
        font-size: 12px;
        float: right;
        margin-top: 5px;
    }

    .diy-template-main .detail ul li {
        margin: 10px 0;
    }

    .diy-template-main .detail ul li span {
        width: 100%;
    }

    .diy-template-main .title .end-date p, .diy-template-title .title .end-date p {
        margin: 0;
    }

    .diy-template-b {
        margin-top: 0;
    }

    .diy-template-b .diy-template-main .detail ul li {
        margin: 0;
    }

    .diy-template-b .diy-template-main h3 {
        margin: 0;
    }
    /*手机搜索*/
    .menu-content .form-serch{
        padding: 0 10px;
        display:inline-block;

    }
    .menu-content .form-serch.active{
        background: #e6e4e3;
    }
    .form-serch-mobile{
        display: none;
    }
     .form-serch-mobile input{
        width: 100vw;
        right: 0;
        padding-left: 6px;
        border: #e6e4e3 solid 12px;
        outline:none;
         display: block;
    }

    .menu-hamburger{
        margin-left:0 ;
    }

}
/*767 end*/

@media (max-width: 640px) {
    html { margin-top: 0 !important; }
    * html body { margin-top: 0 !important; }

    .btn .glyphicon-menu-right {
        font-size: 12px;
        margin-top: 5px;
    }

    .container.sd-logo-menu {
        padding-right: 16px;
        padding-left: 16px;
    }

    .info h1,
    .latest-news .info h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .info p {
        font-size: 16px;
    }

    .content-detail h1 {
        font-size: 30px;
    }

    .practical-support {
        min-height: 400px;
        background-position: center top;
    }

    .wellness-banner {
        height: 305px;
    }

    .online-programmes {
        height: 400px;
    }

    .diy-campaign {
        background-size: 100%;
        background-position: center top;
    }

    .shop-pic {
        width: 593px;
        height: 593px;
    }

    .diy-template-banner .swiper-slide {
        height: 300px;
    }

    .diy-template-banner .swiper-slide img {
        width: 100%;
    }

    .diy-campaign .banner-text {
        width: 90%;
    }

    .header-2 {
         line-height: 32px;
        font-size: 30px;
    }

    .page-select {
        max-width: 45%;
    }

    .diy-title-2 {
        font-size: 24px;
    }
}

@media (max-width: 555px){
    .education-campaigns .swiper-slide {
        width: 231px;
       /* height: 320px;*/
    }

    .diy-campaign {
        background-size: auto 100%;
    }

    .diy-banner-bottom > .container > img {
        width: 90%;
    }

    .service-banner-2 {
        height: 411px;
    }
}

@media (max-width: 455px){
    .info-list {
        height: 62px;
    }

    .info-list > h3 {
        font-size: 16px;
    }

    .header.navbar-default {
        height: 60px;
        line-height: 60px;
    }

    .diy-template-banner .swiper-slide {
        height: 250px;
    }

    .statistic.auto-height > li > a {
        background-size: auto 100%;
        background-position: right center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    /*.banner,*/
    /*.banner .carousel-inner>.item {*/
        /*height: 160px;*/
    /*}*/

    /*.education-campaigns .swiper-slide {*/
        /*height: 250px;*/
    /*}*/

    .wellness-banner {
        height: 345px;
    }

    .diy-banner-bottom > .container > img {
        margin-top: -180px;
    }

    .service-banner-2 {
        height: 311px;
    }

    .shop-pic-sm {
        width: 80px;
        height: 80px;
    }

    .join-as {
        max-width: 100%;
    }

    .join-as > label > span {
        max-width: 100%;
        margin-left: 0;
        height: 90px;
    }
}

@media (max-width: 375px) {
    .banner-bar {
        height: 46px;
        line-height: 46px;
        font-size: 12px;
    }

    .diy-template-banner .swiper-slide {
        height: 200px;
    }

    .second-banner {
        height: 180px;
    }

    /*.education-campaigns .swiper-slide {*/
        /*height: 210px;*/
    /*}*/

    .our-programmes .swiper-slide {
        width: 304px !important;
        height: 390px;
    }

    .our-programmes .swiper-slide .img {
        height: 284px;
    }

    .shop-pic {
        width: 345px;
        height: 345px;
    }

    .soberman-form {
        padding: 25px 5px;
    }

    .upload-photo > label {
        width: 94px;
    }

    .upload-photo label span {
        height: 94px;
    }
}

@media (max-width: 320px) {
    .wellness-banner {
        height: 255px;
    }

    .diy-template-banner .swiper-slide {
        height: 180px;
    }

    .donate, .donate:hover, .donate:focus {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    }

    /*.banner,*/
    /*.banner .carousel-inner>.item {*/
        /*height: 170px;*/
    /*}*/

    .banner .carousel-caption {
        padding-top: 60px;
    }

    .wellness-text .video iframe {
        height: 180px;
    }

    .video-col .video>a {
        height: 168px;
    }

    .photos > a {
        height: 90px;
    }

    .second-banner {
        height: 150px;
    }

    /*.education-campaigns .swiper-slide {*/
        /*height: 180px;*/
    /*}*/

    .btn.brown, .fundraising-campaign .btn-lg {
        text-align: left;
    }

    .btn-lg.red>.glyphicon-menu-right {
        margin-left: 10px;
    }

    .secondary-news>div:first-child {
        height: 81px;
    }

    .upload-photo > label {
        width: 75px;
    }

    .upload-photo label span {
        height: 75px;
    }

    .diy-statistics > div:first-child {
        height: auto;
        padding-bottom: 20px;
    }

    .btn-group-lg>.btn, .btn-lg {
        max-width: 100%;
        white-space: normal;
        height: 36px;
        font-size: 18px;
    }

    .download-btn a, .download-btn a:hover, .download-btn a:focus {
        font-size: 16px;
    }

    .our-programmes .swiper-slide {
        width: 264px !important;
        height: 350px;
        font-size: 22px;
    }

    .our-programmes .swiper-slide .img {
        height: 244px;
    }

    .statistic>li>ul>li>p,
    .statistic>.all-sites>ul>li {
        font-size: 12px;
    }

    .statistic>.all-sites>ul>li>p {
        font-size: 24px;
    }

    .shop-pic {
        width: 290px;
        height: 290px;
    }

    .email-subscription form>input:first-child {
        width: 58%;
        height: 35px;
    }

    .email-subscription form>.btn {
        width: 38%;
        font-size: 18px;
        text-align: left;
    }
}
/* respond end */

/* Devin_you add for login */
@media (max-width: 767px){
    .ludou-login .join-as{
        float:none;
    }
}

.my-compains .banner-login{
    background:url('../../../wp-content/uploads/2016/08/desktop_diy_intro_banner.jpg') no-repeat center center;
    background-size:100%;
}
.my-compains  .login-box{
    padding:20px 30px 30px 30px;
    width: 350px;
    background: #fff;
    position: relative;
    box-shadow:0px 0px 10px rgba(0,0,0,0.2);
    margin:70px 0;
}
.banner-login .btn{
    width: 100%;
    text-align:left;
    margin-top:25px;
}
.banner-login .btn span{float:right;margin-top:7px;}
.banner-login .img{
    width: 120px;
    height:120px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top:25px;
    background: #ddd;
}
.banner-login .content{
    padding-left:130px;
    min-height:120px;
}
.banner-login .content h2{
    color:#6a3300;
    margin-top:0;
    margin-bottom:0px;
}
.banner-login .content .email{
    margin-bottom:15px;
}
.banner-login .content a{
    text-decoration:underline;
}
.banner-login .content a:hover{
    text-decoration:none;
}

.my-compains .content-box{
    padding-bottom:60px;
}
.content-box h2{margin-top:30px;color:#6a3300;}
.content-box li{
    padding: 25px 30px 10px 30px;
    overflow: hidden;
}
.content-box li.odd{
    background:#f9f7f8;
}
.content-box li.even{
    background: #fefcfd;
}
.content-box li h3{
    margin:0;
    color:#e03000;
    padding-bottom:15px;
}
.content-box li .col-lg-4{
    padding-left:0;
    color:#6a3300;
    padding-bottom:15px;
}
.content-box li .cont{
    font-size:18px;
    font-weight:600;
}

.content-box li .yellow{
    color:#f7af1c;
}
.content-box .page{
    padding-top:15px;
    text-align: center;
}

.content-box .page span{
    padding: 0 5px;
    margin:0 3px;
    cursor: pointer;
    font-size:18px;
    line-height: 20px;
}
.content-box .page a:hover{
    color:#6a3300;
}
.content-box .page #toleft{
    color:#ddd;
}
.content-box .page #toleft,.content-box .page #toright{
    padding: 0 5px;
    line-height: 20px;
}

.content-box .page span.active{
    color:#6a3300;
}


@media (max-width: 767px){
    .my-compains .content-box{
        padding-bottom:45px;
    }
    .my-compains  .login-box{
        width: 100%;
        box-shadow: none;
        margin:0;
        padding: 40px 5px 30px 5px;
    }
    .banner-login .img{
        top:35px;
    }
    .banner-bar{
        display: none;
    }
    .my-compains .banner-login{
        background: none;
        border-bottom:1px solid #e3dedb;
    }
    .my-compains .inphone{
        /*margin-left:130px;*/
    }
}
.diy-video{
    width: 200px;
    height: 120px;
}
.sitemap a{
    text-decoration: underline;
}
