@charset "utf-8";
#contact {
    padding-bottom: 100px;
    padding-top: 50px;
}

/* Customize the label (the container) */

.container {
    display: block;
    position: relative;
    padding-left: 30px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 20px;
    line-height: 80%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    padding-right: 0;
    width: auto;
}

/* Hide the browser's default radio button */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #B3B3B3;
}

/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #009FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 5.5px;
    left: 5.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.ctForm table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.ctForm table tr td {
    background-color: #F0F0F0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #4D4D4D;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
}

.ctForm table tr td:first-child {
    width: 295px;
    padding-left: 45px;
    padding-right: 10px;
    font-weight: bold;
}
.ctForm table tr td:first-child span{
    display: inline-block;
    vertical-align: middle;
}
.ctForm table tr td:first-child span.ctLeft{
    font-weight: bold;

}
.ctForm table tr td:first-child span.ctRight{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #D70A2A;
    max-width: 60px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-left: 18px;
}
.ctForm table tr td input.form-control{
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: #fff;
    height: 50px;
}
.ctForm table tr.vTop td{
    vertical-align: top;
}
.tbItem{
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid #9E9E9E;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tbItem:first-child{
    padding-top: 0;
}
.tbItem:last-child{
    border-bottom: 0;
}
.tbItem ul{
    /* font-size: 0; */
}
.tbItem ul li{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 150%;
    width: 64.179%;
}
.tbItem ul li:first-child{
    width: 35.821%;
}
.tbItem ul li label{
    font-weight: 400;
}
.ctForm{
    margin-top: 25px;
}
textarea.form-control{
    height: 380px;
    resize: none;
    border-radius: 0;
    border: none;
    background-color: #fff;
    outline: none;
}
span.ctNOte{
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #4D4D4D;
}
span.ctNOte a{
    text-decoration: underline;
}
span.btnSubmit{
    display: block;
    text-align: center;
    margin-top: 28px;
}
span.btnSubmit button{
    max-width: 450px;
    width: 100%;
    height: 75px;
    border: 1px solid #D70A2A;
    border-radius: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #D70A2A;
    background-color: #fff;
    outline: none;
    transition: ease all 0.35s;
    opacity: 1;
}
span.btnSubmit button:hover{
    opacity: 0.5;
}


/*
=====================
=       CHECK       =
=====================
*/
.check .ctForm table tr td{
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    padding-top: 25px;
    padding-bottom: 25px;
    word-break: break-all;
}
.check .ctForm table tr td:first-child{
    text-align: center;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
}
.check .ctForm table tr td:last-child{
    background-color: #fff;
    padding-left: 55px;
    padding-right: 15px;
}
.check .ctForm table tr:last-child td:last-child{
    padding-top: 40px;
    padding-bottom: 207px;
}
.check .btnSubmit button:first-child{
    margin-right: 60px;
}
.check span.btnSubmit {
    margin-top: 45px;
}
.check #contact{
    padding-bottom: 175px;
}

/*
=====================
=       SEND        =
=====================
*/
.sendFullTxt span{
    display: block;
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
    color: #4D4D4D;
    padding-left: 28px;
    padding-top: 45px;
}
span.btnBackTop{
    display: block;
    text-align: center;
    border: 1px solid #D70A2A;
    border-radius: 50px;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 68px;
    height: 75px;
    opacity: 1;
    transition: ease all 0.35s;
}
span.btnBackTop:hover{
    opacity: 0.5;
}
span.btnBackTop a{
    display: block;
    line-height: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #D70A2A;
    text-decoration: none;
}
.send #contact{
    padding-bottom: 215px;
}
@media all and (-ms-high-contrast:none) {
	.ctForm table tr td:first-child span.ctRight{
        line-height: 34px;
    }
    .container{
        line-height: 180%;
    }
    .ctForm table tr td:first-child span.ctLeft{
        padding-top: 5px;
    }
    span.btnBackTop{
        line-height: 79px;
    }
}
@media screen and (max-width:990px) {
    #bannerPage{
        background-position: top left;
        background-image: url(../img/ct-imgsp00.jpg) !important;
    }
    
}