body {
    font-family: '微軟正黑體';
    color: #000000;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-position-x: top center;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 900;
    color: #333333;
}

p {
    margin: 0;
}

.text-title p {
    font-size: 48px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

section {
    padding: 0;
    border: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.blue {
    color: #28aae1;
}

.red {
    color: #cc0000;
}

.orange {
    color: #ff9900;
}

.mobil {
    display: none;
}

.pc {
    display: unset;
}

.container {
    width: 1280px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.col-padding-0 {
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (min-width: 768px) {
    .d-md-flex {
        display: flex;
    }

}

@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: unset;
    }
}

@media (min-width: 980px) {
    .d-lg-flex {
        display: flex;
    }

    /* .d-md-none {
        display: none;
    } */
}

/* section-banner */
#section-banner .bg-1 {
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-position-x: center;
    background-size: 1920px;
    height: 920px;
    position: relative;
}

#section-banner .bg-1 .container {
    padding: 20px 0;
}

#section-banner .bg-1 .center {
    padding-top: 530px;
}

#section-banner .btn-default {
    background-color: #FD4B4B;
    border-color: unset;
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 50px;
}

@media only screen and (max-width: 1280px) {

    #section-banner .bg-1 {
        background-size: 1400px;
        height: 500px;
    }

    #section-banner .bg-1 .center {
        padding-top: 350px;
    }

}

@media only screen and (max-width: 1024px) {

    #section-banner .bg-1 {
        background-size: 1400px;
        height: 600px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {
    #section-banner .bg-1 .container {
        padding: 20px 0;
    }

    #section-banner .bg-1 {
        background-size: contain;
        height: 530px;
        background-position-y: center;
    }

    #section-banner .bg-1 .center {
        text-align: unset;
        padding-top: 230px;
        left: 110px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #section-banner .bg-1 {
        background-image: url(../images/banner-bg-s.png);
        background-size: 100%;
        height: 750px;
    }

    #section-banner .bg-1 .container {
        padding: 5px 0;
    }

    #section-banner .btn-default {
        margin-top: 70px;
    }

    #section-banner .bg-1 .center {
        padding-top: 105%;
    }

}


/* section-1  */
#section-1 {
    padding: 20px 0 80px;
}

#section-1 .title {
    margin: 40px 0 60px;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}

#section-1 .title::before {
    content: '';
    position: absolute;
    content: url(../images/s-1-1.png);
    top: -26%;
    left: 25%;
}

#section-1 p.go {
    display: block;
    color: #000000;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 0px;
    text-align: center;
}

#section-1 a:hover {
    color: #ff0000;
}

#section-1 .box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 0px 20px -3px #ccc, 0 4px 6px -2px #ccc;
}

#section-1 .box-img {
    padding-left: 0;
}

#section-1 h3 {
    font-size: 24px;
    margin: 0 0 5px;
}

#section-1 p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

#section-1 .content-text {
    margin: 1rem 0;
}

#section-1 .dis-s {
    display: none;
}

#section-1 .title span {
    display: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    #section-1 .title::before {
        left: 10%;
    }

    #section-1 .box {
        margin-bottom: 20px;
    }

    #section-1 p.d-md-none {
        display: none;
    }


}

@media (min-width: 320px) and (max-width: 667px) 
and (orientation : portrait) {
    #section-1 {
        padding: 40px 0 80px;
    }

    #section-1 .title {
        margin: 20px 0 40px;
        font-size: 30px;
        line-height: 4rem;
    }

    #section-1 .title::before {
        left: 44%;
        bottom: 80px;
        top: unset;
    }

    #section-1 .subtitle {
        padding: 0;
        text-align: center;
    }

    #section-1 .padding-left-s {
        padding-right: 6px;
        padding-left: 6px;
        height: 390px;
        max-height: 390px;
    }

    #section-1 .padding-right-s {
        padding-left: 6px;
        padding-right: 6px;
        height: 390px;
        max-height: 390px;

    }

    #section-1 .box {
        padding: 10px 0;
    }

    #section-1 div.row>div {
        margin-bottom: 10px;
    }

    #section-1 .box-img {
        text-align: center;
    }

    #section-1 .title span {
        display: inline;
    }

    #section-1 h3 {
        font-size: 22px;
    }
    /* #section-1 .d-md-none {
        display: none;
    } */
}

@media only screen 
and (min-device-width : 408px) 
and (max-device-width : 443px)
and (orientation : portrait)  {
       #section-1 .dis-s {
        display: block;
    }

}
@media only screen 
and (min-device-width : 444px) 
and (max-device-width : 515px)
and (orientation : portrait)  {
       #section-1 .d-md-none {
        display: none;
    }

}
@media only screen 
and (min-device-width : 329px) 
and (max-device-width : 371px)
and (orientation : portrait)  {
       #section-1 .d-md-none {
        display: none;
    }

}

/* section-2  */
#section-2 {
    background-image: url(../images/bg-2.png);
    background-attachment: unset;
    padding: 30px 0 80px;
}

#section-2 .title {
    margin: 40px 0 60px;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}

#section-2 .title::before {
    content: '';
    position: absolute;
    content: url(../images/s-2-1.png);
    top: 10%;
    left: 30%;
}

#section-2 p {
    font-size: 20px;
    margin: 10px 0;
}

#section-2 p span {
    background-color: rgb(248 214 99);
}


/* front-box */
#section-2 .front {
    box-shadow: 0 0px 20px -3px #ccc;
}

#section-2 .front-box-padding {
    padding: 9rem 2rem;
}

#section-2 .front-card-title {
    margin: 20px 0;
    font-size: 32px;
    font-weight: bold;
}

#section-2 .box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    height: 360px;
}

/* back-box */
#section-2 .back-box-padding {
    padding: 4rem 1rem;
}


#section-2 .back-card-title {
    margin: 0px;
    font-size: 32px;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 979px) {
    #section-2 .title::before {
        left: 18%;
    }

    #section-2 .card-s {
        padding-top: 20px;
    }


}

@media (min-width: 320px) and (max-width: 480px) {
    #section-2 {
        background-image: url(../images/bg-2-s.png);
        background-attachment: unset;
        padding: 60px 0;
    }

    #section-2 .title {
        margin: 20px 0;
        font-size: 30px;
    }

    #section-2 .title::before {
        left: 44%;
        bottom: 35px;
        top: unset;
    }

    #section-2 div.row>div {
        margin-bottom: 30px;
    }

    #section-2 .box {
        height: 370px;
    }


    #section-2 p {
        margin: 0;
    }

    #section-2 .front-card-title {
        font-size: 20px;
    }

    #section-2 .back-card-title {
        font-size: 22px;
    }

    #section-2 .front-box-padding {
        padding: 12rem 0;
    }

    #section-2 .padding-s {
        padding: 0 6px 0 3px;
    }

    #section-2 .back-card-padding-s
    {
        padding: 0;
    }

    #section-2 hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/* section-3  */

#section-3 {
    padding: 30px 0 80px;
}

#section-3 .title {
    margin: 40px 0 60px;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}

#section-3 .title::before {
    content: '';
    position: absolute;
    content: url(../images/s-3-1.png);
    top: 10%;
    left: 10%;
}

#section-3 p {
    color: #000000;
    font-size: 32px;
    line-height: 1.5em;
    margin: 0;
}

#section-3 .content-text {
    margin: 1rem 0;
}

#section-3 p.content-text span {
    background-color: rgb(248 214 99);
}


#section-3 .icon>p {
    font-weight: bold;
}

#section-3 .row-content-text {
    padding: 110px 0;
}

#summary {
    height: 700px;
    position: relative;
}

#summary .left-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../images/bg-3-3.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    /* display: unset; */
}

#summary .center {
    margin-top: 40px;
}

#section-3 .title span {
    display: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    #section-3 .title {
        margin: 70px 0 60px;
    }

    #section-3 .title::before {
        left: 46%;
        top: -60px
    }

    #summary {
        height: unset;
    }

    #summary .left-bg {
        position: unset;
        background-image: url(../images/bg-3-s.png);
        background-repeat: no-repeat;
        background-position: unset;

        background-size: 800px;
        height: 450px;
    }

    #section-3 .row-content-text {
        padding: 60px 0;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #section-3 {
        padding: 30px 0 0px;
    }

    #section-3 .title span {
        display: unset;
    }

    #section-3 .title {
        margin: 60px 0 20px;
        font-size: 30px;
    }

    #section-3 .title::before {
        top: -70%;
        left: 44%;
    }

    #summary {
        height: unset;
        position: unset;
        background-image: url(../images/bg-3-s.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: 100%;
        padding-bottom: 35px;
        background-size: cover;
        margin-bottom: 50px;
    }

    #summary .left-bg {
        display: none;
    }

    #section-3 .row-content-text {
        padding: 0;
    }

    #section-3 p {
        font-size: 20px;
    }

    #section-3 .content-text {
        padding-top: 260px;
    }

    #summary .center {
        display: flex;
        align-items: end;
        margin-top: 15px;
        justify-content: center;
    }

    #summary .center .icon p {
        font-size: 18px;
    }

    #section-3 .icon img {
        width: 80px;
    }

    #section-3 .icon-3 img {
        padding-bottom: 3px;
    }

    #section-3 .icon-3 img {
        width: 90px;
    }
}

/* section-4 */
#section-4 {
    padding: 30px 0 80px 0;
    background-color: #F6F3ED;
}

#section-4 .title {
    margin: 40px 0;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}

#section-4 .title::before {
    content: '';
    position: absolute;
    content: url(../images/s-4-1.png);
    top: 3%;
    left: 28%;
}

#section-4 .subtitle {
    font-size: 32px;
    margin: 40px 0;
}

#section-4 .h2 {
    margin: 40px 0 60px;
}

#section-4 .h2-s {
    display: none;
}

#section-4 .col-md-4 {
    padding: 0;
}

#section-4 .middle {
    border-left: #ffffff solid 1px;
    border-right: #ffffff solid 1px;
}

#section-4 .bg-blue {
    background-color: #DFECFF !important;
}

#section-4 .bg-yellow {
    background-color: #FFF6D9 !important;
}

#section-4 .p1 {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    margin: 0;
}

#section-4 .bg-blue h3 {
    background-color: #4B92FD;
    font-size: 36px;
    text-align: center;
    color: #000;
    padding: 15px 0;
}

#section-4 .bg-yellow h3 {
    background-color: #F8D663;
    font-size: 36px;
    text-align: center;
    color: #000;
    padding: 15px 0;
}

#section-4 h4 {
    font-size: 24px;
    color: #16448A;
    font-weight: bold;
    margin-bottom: 0;
}

#section-4 .p2 {
    font-size: 18px;
    margin-bottom: 20px;
}

#section-4 .p3 {
    height: 81px;
}

#section-4 a {
    display: block;
    border-radius: 5px 0 0 5px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3399ff;
    width: 450px;
    margin: 60px auto;
    padding: 15px 0;
}

#section-4 a img {
    float: right;
    position: relative;
    top: -15px;
}


/* 人事成本外包效益比較表 */
.evaluation table {
    background-color: #ffffff;
    width: 100%;
    border: 5px solid #ffffff;
}

.evaluation tr.double {
    background-color: #ffecec;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
}

.evaluation table th {
    text-align: center !important;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    background-color: #ff6666;
    padding: 10px 5px;
    border: 1px solid #ffffff;
}

.evaluation table .average {
    width: 260px;
}

.evaluation table td.title {
    text-align: center !important;
    font-size: 18px;
    font-weight: 900;
    padding: 10px 5px;
    border: 1px solid #ffffff;
}

.evaluation table td {
    text-align: center !important;
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #ffffff;
}

@media (min-width: 768px) and (max-width: 979px) {
    #section-4 .title::before {
        left: 16%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #section-4 {
        padding: 0px 0 40px 0;
        background-color: unset;
    }

    #section-4 .title {
        margin: 60px 0 0;
        font-size: 30px;
    }

    #section-4 .title::before {
        top: -135%;
        left: 44%;
    }

    #section-4 .subtitle {
        margin: 15px 40px;
        font-size: 24px;
        /* text-align: left; */
    }



    #section-4 .bg-blue h3 {
        font-size: 28px;
    }

    #section-4 .bg-yellow h3 {
        font-size: 28px;
    }

    #section-4 .row-s {
        padding-bottom: 60px;
    }


    .evaluation table {
        background-color: #ffffff;
        width: 600px;
        border: 5px solid #ffffff;
    }

    .evaluation .modal-body {
        overflow-x: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .evaluation .modal-body .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .evaluation .first,
    .evaluation .title {
        width: 90px;
        word-break: break-all;
    }
}


/* section-5 */
#section-5 {
    padding: 30px 0 80px 0;
    background-image: url(../images/bg-5.png);
    background-attachment: unset;
    padding: 30px 0 80px;
}

#section-5 .title {
    margin: 40px 0;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}

#section-5 .title::before {
    content: '';
    position: absolute;
    content: url(../images/s-5-1.png);
    top: 5%;
    left: 30%;
}

/* table */
#section-5 table {
    border-spacing: 10px;
    border-collapse: unset;
    background-color: #ffffff;
    width: 100%;
    border: 5px solid #ffffff;

}

#section-5 tr.color {
    background-color: #E7E8EA;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
}

#section-5 table th {
    /* text-align: center !important; */
    font-size: 18px;
    font-weight: 900;
    color: #000;
    background-color: #F8D663;
    padding: 10px 0px;
    border-radius: 10px;
}

#section-5 table .first {
    display: unset;
    background-color: unset;


}

#section-5 table .average-first {
    position: relative;
    width: 40%;
    font-size: 36px;
    padding-left: 10%;
}

#section-5 table .average-first::after {
    position: absolute;
    content: '';
    content: url(../images/s-5-2.png);
    top: 11%;
    right: 23%;
}

#section-5 table .average-second {
    position: relative;
    width: 40%;
    font-size: 36px;
    padding-left: 10%;
}

#section-5 table .average-second::after {
    position: absolute;
    content: '';
    content: url(../images/s-5-3.png);
    top: 11%;
    right: 23%;
}

#section-5 table td.tb-title {
    text-align: center !important;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    background-color: #4B92FD;
    padding: 10px 5px;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

#section-5 table td {
    text-align: center !important;
    font-size: 32px;
    padding: 10px 5px;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

#section-5 a {
    display: block;
    border-radius: 5px 0 0 5px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3399ff;
    width: 450px;
    margin: 20px auto;
    padding: 15px 0;
}

#section-5 a img {
    float: right;
    position: relative;
    top: -15px;
}

#section-5 .table-pc {
    display: inline-table;
}

#section-5 .table-s {
    display: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    #section-5 .title::before {
        left: 18%;
    }

    #section-5 table .average-first {
        position: relative;
        width: 40%;
        font-size: 36px;
        padding-left: 6%;
    }

    #section-5 table .average-second {
        position: relative;
        width: 40%;
        font-size: 36px;
        padding-left: 6%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #section-5 .title {
        margin: 60px 0 0;
        font-size: 30px;
    }

    #section-5 .title::before {
        top: -135%;
        left: 44%;
    }

    #section-5 .table-pc {
        display: none;
    }

    #section-5 .table-s {
        display: block;
    }

    #section-5 table .average-second,
    #section-5 table .average-first {
        padding-left: 27%;
    }

    #section-5 table .average-second::after,
    #section-5 table .average-first::after {
        right: 55px;
    }

    #section-5 table td.tb-title {
        font-size: 24px;
        width: 10%;
    }

    #section-5 table td {
        font-size: 24px;
    }

    #section-5 a {
        font-size: 18px;
        width: 100%;
    }

    #section-5 a img {
        height: 57px;
        width: auto;
    }
}




#section67-form-bg {
    background-image: url(../images/bg-7.png);
}

/* section-6 */
#section-6 {
    padding-top: 20px;
}

#section-6 .title {
    margin: 40px 0;
    font-size: 48px;
    font-weight: bold;
    position: relative;
    padding-left: 0;
}

#section-6 .title-img {
    text-align: end;
    padding-right: 0;
}

#section-6 .title-img img {
    width: 450px;
}

#section-6 a img {
    margin-bottom: 30px;
}

.noet .modal-body {
    padding: 15px 15px 50px;
}

.note h2 {
    font-size: 18px;
    background-color: #f2f2f2;
    padding: 20px;
    line-height: 40px;
}

.note h3 {
    font-size: 18px;
    color: #3399ff;
    margin: 20px 0 10px;
}

.note p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.note .close {
    font-size: 46px;
    font-weight: bold;
    color: #000000 !important;
}

@media (min-width: 768px) and (max-width: 979px) {}

@media (min-width: 320px) and (max-width: 480px) {
    #section-6 .title-img img {
        max-width: 100%;
        height: auto;
    }

    #section-6 .title {
        margin: 10px 0;
        text-align: center;
        padding-left: 15px;
    }

    #section-6 .title p {
        font-size: 24px;
    }
}


/* section-7 */
#section-7 {

    background-repeat: repeat-y;
}

#section-7 .box1 {
    background-color: #ffffff;
    border: #999999 solid 1px;
    padding-bottom: 50px;
    border-bottom: unset;
}

#section-7 .box2 {
    background-color: #ffffff;
    border: #999999 solid 1px;
    padding-bottom: 80px;
    border-top: unset;
}

#section-7 .t1 {
    background-color: #4B92FD;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px;
}

#section-7 .t2 {
    background-color: #666666;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px;
}

#section-7 i {
    /* margin-top: 10px; */
    background-color: #f2f2f2;
    border: 1px solid #333333;
}

#section-7 .checkbox i {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(49 152 243);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.3);
}

#section-7 .checkbox input+i:after {
    color: rgb(255 255 255);
    background-color: #0054ff;
}

#section-7 .checkbox input+i:after {
    content: '\f00c';
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    font: normal 12px/18px FontAwesome;
    text-align: center;
}

#section-7 img.check {
    margin-top: 33px;
}

#section-7 h3 {
    font-size: 20px;
    color: #000000;
    /* margin-top: 15px; */
    margin-bottom: 0px;
    cursor: pointer;
    padding: 15px 0;
}

#section-7 h3.type-1 {
    font-size: 20px;
    color: #000;
    cursor: unset;
    border-left: 5px solid #FD4B4B;
    padding: 10px 10px 10px;
    background-color: #eeeeee;
}

#section-7 h3.type {
    font-size: 20px;
    color: #000;
    cursor: unset;
    border-left: 5px solid #4B92FD;
    padding: 10px 10px 10px;
    background-color: #eeeeee;
}

#section-7 .msgbox {
    background-color: rgba(115, 187, 181, 1);
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 80px;
    z-index: 1000;
}

#section-7 .msgbox p {
    color: #ffffff;
    font-size: 18px;
}

#section-7 .msg {
    position: relative;
}

#section-7 span.title {
    display: none;
}

@media (min-width: 768px) and (max-width: 979px) {}

@media (min-width: 320px) and (max-width: 480px) {
    #section-7 .box1 {
        padding-bottom: 10px;
    }

    #section-7 .box2 {
        padding-bottom: 50px;
    }

    #section-7 .t1 {
        font-size: 24px;
        padding: 5px 15px;
    }

    #section-7 .msgbox {
        position: absolute;
        left: 0px;
        top: 80px;
        z-index: 1000;
    }

    #section-7 .msgbox p {
        font-size: 16px;
    }

    #section-7 .t2 {
        font-size: 18px;
        text-align: center;
        padding: 15px 5px;
    }

    #section-7 span {
        display: unset;
    }

    #section-7 .padding-s {
        padding: 0;
    }
}




/*--------------------------------------
    FORM
--------------------------------------*/
#section-form .form-note {
    font-size: 16px;
    margin-bottom: 20px;
}

#section-form .box1 {
    background-color: #ffffff;
    border: #999999 solid 1px;
    padding-bottom: 50px;
    border-bottom: unset;
}

#section-form .box2 {
    background-color: #ffffff;
    border: #999999 solid 1px;
    padding-bottom: 50px;
    border-top: unset;
}

#section-form .t1 {
    background-color: #4B92FD;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px;
}

#section-form .t2 {
    background-color: #666666;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px;
}

#section-form.tb {
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
}

#section-form.tb::before {
    content: '';
    position: absolute;
    background-image: url(../images/u15699.png);
    width: 256px;
    height: 322px;
    top: 26%;
    left: 8%;
}


#section-form .bg {
    /* background-color: #ffffff; */
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 0 120px;
}

#section-form .form-bg {
    padding-bottom: 20px;
}

#section-form form {
    margin-top: -20px;
}

#section-form h3 {
    font-size: 28px;
    color: #ffffff;
}

#section-form label {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-top: 10px;
}

#section-form .label-right {
    text-align: right;
}

#section-form .field {
    margin-bottom: 30px;
}

#section-form input,
#section-form select,
#section-form textarea {
    background-color: #f2f2f2;
    border: 1px solid #333333;
}

#section-form .btn-default {
    background-color: #4B92FD;
    font-size: 18px;
    color: #ffffff;
    font-weight: 900;
    border: 0;
    padding: 5px 50px;
}

#section-form i {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #4B92FD;
    border-radius: 3px;
}

#section-form .form-group span {
    color: #ff0000;
}

#section-form .form-group .sex-section label {
    margin: 0 10px;
    float: left;
}


@media only screen and (max-width: 768px) {
    #section-form .bg {
        /* background-color: rgba(255,255,255,0.9);
        border-radius: 10px;*/
        margin: 10px;
        padding: 20px 5px 10px;
    }

    #section-form .form-bg {
        margin-top: 10px;
    }

    #section-form form {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #section-form h3 {
        font-size: 20px;
    }

    #section-form .label-right {
        text-align: left;
    }

    #section-form .field {
        margin-bottom: 2px;
    }

    #section-form .form-group {
        margin-bottom: 5px;
    }

    #section-form .btn-default {
        width: 100%;
    }

}

.modal-content p {
    font-size: 14px;
}




@media (min-width: 320px) and (max-width: 480px) {
    #section-form .t1 {
        font-size: 24px;
        padding: 5px 15px;
    }

    #section-form .t2 {
        font-size: 18px;
        padding: 15px 5px;

    }

    #section-form .padding-s  {
        padding: 0;
    }

    #section-form .padding-checkbox-s  {
        padding: 0 0 0 15px;
    }

    #section-form label.checkbox {
        margin-right: 0;
    }
}



@media only screen and (max-width: 768px) {

    section div.row>div {
        margin-bottom: 0px;
    }

    .container {
        width: unset;
        padding: 0;
    }

    p {
        font-size: 18px;
    }


}

#contact-us .contact-us {
    color: #FFF;
    position: fixed;
    right: 26px;
    bottom: 120px;
    text-decoration: none;
    z-index: 1000;
}

#contact-us .contact-us-s {
    display: none;
}

#toTop {
    background-color: unset;
    height: unset;
    width: unset;
    right: 26px;
    bottom: 36px;
}

#toTop:hover {
    background-color: unset;
}

#toTop:before {
    content: "";
}

#toTop-s {
    display: none;
}



@media (min-width: 320px) and (max-width: 480px) {
    #contact-us .contact-us {
        display: none;
    }

    #contact-us .contact-us-s {
        position: fixed;
        display: block;
        right: 16px;
        bottom: 80px;
    }

    #toTop {
        display: none !important;
    }

    #toTop-s {
        position: fixed;
        display: block !important;
        right: 16px;
        bottom: 20px;
    }

    #toTop-s:hover {
        background-color: unset;
    }

    #toTop-s:before {
        content: "";
    }
}