body {
    font-family: Arial;
    min-height: 120vh;
}

button {
    font-family: Arial;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.arrow-right {
    float: right;
}


ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

/*control start*/

.scfForm {
    display:none;
}

 div.banner-container > div > img{
    margin-bottom:80px;
}


.placeholder {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #3D3D3D;
}

.required:after {
    /*content: " *";
    color: #42BFCE;*/
}
.required-label:after {
    content: " *";
    color: #42BFCE;
}

.required-valid-label:after {
    content: " *";
    color: red;
}
#validation-errors {
    clear: both;
    color: red;
    font-size: 14px;
    line-height: 22px;
}

.validation-errors-with-margin {
    margin-top: 10px;
}

.scfValidationSummary {
    margin-left:0 !important;
    margin-bottom:20px;
}

.scfEmailGeneralPanel {
    width:100%!important;
}
.scfRadioButtonListBorder {
	padding-top: 20px !important;
}
.scfRadioButtonListGeneralPanel
{
	width:55% !important;
}

.input-group {
    width: 45%;
    margin-top: 20px;
    margin-right:5%;
    height: 40px;
    line-height: 40px;
}
    .input-group input,.input-group select {
        width:100%;
        
    }
.input-group {
    float:left;
}
    .input-group label {
        line-height:initial;
        margin-bottom:5px;
        font-weight:initial;
        width:initial;
    }
    
    .input-group:nth-child(1) {
        /*margin-top: 0;*/
    }

    .input-group:nth-child(2) {
        /*margin-top: 20px;*/
    }

    .input-group:nth-child(even) {
        /*float: right;*/
		
    }

    



.scfForm input[type=submit] {
    font-size: 24px;
    margin: 40px 0 80px 0;
    line-height: 50px;
    text-align: center;
    width: 95%;
    height: 50px;
    color: #FFF;
    background-color: #42BFCE;
    cursor: pointer;
    border: none;
}

.scfSectionBorderAsFieldSet {
    padding :0 !important
}

.dropdown {
    cursor: pointer;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #3D3D3D;
    width:100%;
}

    .dropdown .dropdown-label, .dropdown .dropdown-item {
        border-width: 0.75px;
        border-color: #787878;
        border-style: solid;
        box-shadow: none;
        background: none;
        width: 100%;
        height: 40px;
        padding-left: 15px;
    }

.dropdown-items .dropdown-item {
    border-width: 0 0.75px 0.75px 0.75px;
}

    .dropdown-items .dropdown-item::last-child {
        border-width: 0.75px 0.75px 0.75px 0.75px;
    }

.dropdown-items ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.dropdown .dropdown-items {
    position: relative;
    top: 0px;
    background-color: #FFF;
    display: none;
    z-index: 999;
    overflow-y: auto;
    max-height: 160px;
}

.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #0069A9;
}

.caret-button {
    position: absolute;
    /*padding-top: 10px;*/
    padding-left: 10px;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-width: 0 0 0 0.75px;
    border-color: #787878;
    border-style: solid;
}


.form input[type=text] {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
    color: #3D3D3D;
    border-width: 0.75px;
    border-color: #787878;
    border-style: solid;
    box-shadow: none;
    background: none;
    padding-left: 15px;
    float:left;
}

.form {
    display: none;
}

.input-group select,.input-group input {
    height: 40px;
    border-width: 0.75px;
    border-color: #787878;
    border-style: solid;
    box-shadow: none;
    background: none;
    padding-left: 15px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.input-group select {
    position: absolute;
    top: 0;
    left: 0;
}

    .input-group select option {
        height: 40px;
        font-size: 16px;
        line-height: 18px;
        color: #3D3D3D;
    }



@media (min-width: 1100px) {
}

@media (max-width: 1099px) {
    .form .submit {
        margin: 40px 0 40px 0;
    }
}

@media (max-width:767px) {
	.scfForm input[type=submit] {
		width: 100%;
	}
    .form .submit {
        margin: 20px 0 20px 0;
    }

    .input-group {
        width: 100%;
    }

        .input-group:nth-child(2) {
            margin-top: 20px;
        }
}
/*control end*/


.head-top-base {
    background-color: #0068a9;
    height: 70px;
    position: relative;
    z-index: 999999;
    display:block;
}

.head-top-menu {
    float: right;
}

.head-top-menu-container {
    max-width: 1100px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
}

.head-top-menu div {
    display: inline-block;
    margin: 0 20px 0 0;
    overflow: visible;
}


    .head-top-menu div:last-child {
        margin-right: 0;
    }

    .head-top-menu div a {
        font-size: 12px;
        line-height: 17px;
        color: #FFF;
        text-decoration: none;
    }

.headtop-menu div a .head-icon:not(.head-icon:last-child) {
    margin-right: 10px !important;
}

.head-top-menu div a:hover {
    text-decoration: underline;
}

.language {
    display: none;
    position: absolute;
    z-index: 999;
    padding: 20px 15px 10px 15px;
    background: #0068a9;
    text-align: left;
}

    .language li > a {
        font-size: 11px;
        line-height: 14px;
    }


.head-top-menu div.fb {
    margin: 0 10px 0 0;
}

.gti-logo {
    width: 139px;
    height: 70px;
    /*background-repeat: no-repeat;
    background-image: url(../images/logo_GTI.png);*/
}

.head-menu {
    height: 70px;
    float: left;
    /*background: #0068A9;*/
}

    .head-menu a {
        font-size: 18px;
        line-height: 24px;
        display: inline-block;
        color: #FFF;
        text-decoration: none;
    }

        .head-menu a:hover {
            color: #4886B8;
            text-decoration: none;
        }




.head-nav-base {
    /*height: 100px;*/
    padding-top: 20px;
    padding-bottom: 10px;
    background-repeat: repeat-x;
    background-image: url(/images/GTI/Shared/bg-top_gray-gardient.png);
}




.head-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    height: 100%;
}

.valign-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.nav-vline {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 45px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(/images/GTI/Shared/nav_vline.png);
    background-position: center;
}

.head-nav-menu {
    float: right;
    height: 100px;
}

    .head-nav-menu a {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;
        color: #0068a9;
        overflow: hidden;
    }

        .head-nav-menu a:last-child {
            margin-right: 0;
        }

        .head-nav-menu a:hover {
            color: #3D3D3D;
            /*text-decoration: underline*/
        }

    .head-nav-menu div:last-child {
        display: none;
    }

.head-menu-container {
    display:none;
    position: absolute;
    /*padding: 0 20px 0 20px;*/

    width: 320px;
    height: 100%;
    background-color: #4886B8;
    z-index: 99999;
}


.second-menu-level1-block {
    display:none;
    position:relative;
    margin:20px 0 50px 250px;
    width:900px;
   
}


.second-menu-level2-block {
    width:300px;
    /*min-height:100px;*/
    padding-right:50px;
    float:left;
}

.second-menu-level2-block-container .row:first-child .second-menu-level2-block-line {
    border-top:1px solid #0068a9;
}

/*.second-menu-level2-block:nth-child(2) .second-menu-level2-block-line {
    border-top:1px solid #0068a9;
}

.second-menu-level2-block:nth-child(3) .second-menu-level2-block-line {
    border-top:1px solid #0068a9;
}*/

.second-menu-level2-block-image {
    float:left;
    margin-right:20px;
    margin-top:20px;
}

.second-menu-level2-block-right {
    margin-top:10px;
    float:left;
}


#breadcrumb1 .path {
    margin-left:0;
    margin-right:0;
    margin-top: 80px;
}

.second-menu-level1-block .second-menu-level1-link {
    text-transform:uppercase;
    text-decoration:none;
    font-size:16px;
    line-height:36px;
    color:#42becd;
}

    .second-menu-level1-link:hover {
        text-decoration:none;
        color:#42becd;
    }

.second-menu-level2-link {
    font-size:14px;
    line-height:24px;
    color:#3d3d3d;
    text-decoration:none;


}

.second-menu-level2-link:hover,.second-menu-level2-link:link {
    color:#3d3d3d;
        text-decoration:none;
    }


.second-menu-level3-link {
    font-size:12px;
    color:#0068a9;
    display:block;
}

.second-menu-level3-link:hover,.second-menu-level3-link:hover {
        text-decoration:none;
        color:#0068a9;
    }


.bg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0,0,0,0.7);
}

.head-menu-items1 {
    background: #005B94;
}

.head-menu-items1 {
}

.head-menu-items li {
    /*height: 50px;*/
    padding: 16px 0 16px 0;
}

.head-menu-items1 li {
    border-bottom: 0.5px solid #FFF;
}

.head-menu-items2 li:not(:last-child) {
    border-bottom: 0.5px solid #FFF;
}

.head-menu-items a {
    font-size: 16px;
    line-height: 18px;
    color: #FFF;
    display: block;
}

.head-menu-items1 a:hover {
    color: #4886B8;
    text-decoration: none;
}

.head-menu-items2 a:hover {
    color: #005B94;
    text-decoration: none;
}

.head-menu-items2 {
    background-color: #4886B8;
}

.head-menu-items3 {
    display: none;
    background-color: #4886B8;
}

    .head-menu-items3 li {
        padding: initial;
    }

    .head-menu-items3 a {
        font-size: 16px;
        line-height: 28px;
        color: #FFF;
        display: block;
    }

.head-menu-container {
    display: none;
}


.arrow {
    position:absolute;
    clear:both;
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #c7c7c7 transparent;
display:none;
}


.head-menu-items-level2 {
    color:white;
}



.head-menu-items-level2 li:last-child {
    border:none;
}


.second-menu-container {
    z-index:10;
    position:absolute;
    background-color: rgba(243, 246, 249, 0.95);
    
    left:0;
    right: 0;
}

.second-menu-container1 {
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}


.menu-line {
   
    display:block;
    clear:both;
    background-color: #c7c7c7;
    height:1px;
    visibility:hidden;

}

.second-menu {
    /*display:none;*/
    /*position:absolute;*/
}
.top-bar-menu-items {
    position: absolute;
    padding: 0 10px 0 10px;
    width: 100%;
    background: #0068a9;
    z-index: 99999;
}

    .top-bar-menu-items li {
        height: 30px;
    }

        .top-bar-menu-items li:not(:last-child) {
            border-bottom: 0.5px solid #FFF;
        }

    .top-bar-menu-items a {
        font-size: 12px;
        line-height: 16px;
        color: #FFF;
        display: block;
    }

        .top-bar-menu-items a:hover {
            color: #4886B8;
            text-decoration: none;
        }

.top-bar-menu-items {
    display: none;
}

.menu-bar div {
    display: inline-block;
}

.path {
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 80px;*/
    border-bottom: 0.75px solid #787878;
}

    .path a {
        color: #666666;
        text-decoration: none;
    }

        .path a:after {
            content: " / ";
        }

    .path .current_page {
        color: #42BFCE;
        display: inline-block;
    }


.detail-container .content-title {
    font-size: 30px;
    line-height: 33px;
    color: #3d3d3d;
    margin: 0 0 20px 0;
}


@media (min-width: 1000px) {
    .gti-logo {
        float: left;
        /*background-repeat: no-repeat;
    background-image: url(../images/logo_GTI.png);*/
    }


    .head-menu {
        display: none;
    }

    /*.head-nav-base{
        background-image: url(../images/bg-top_gray-gardient.png)
    }*/

    .top-nav-bar-left {
        display: none;
    }
}
@media (max-width: 999px) {
    div.header-container div.head-nav-base div.gti-logo .logo {
        float:left;
        margin-top: 0;
        margin-bottom:20px;
        /*margin-bottom: 0;*/
    }
}
@media (max-width: 999px) {

    .second-menu-container {
        display:none;
    }

    .menu-line {
        display:none;
    }

    .arrow {
        display:none;
    }
    .path {
        margin: 25px 20px 0 20px;
    }

    .head-nav-menu {
        display: none;
    }

    .gti-logo {
        margin-left: auto;
        margin-right: auto;
    }
    /*.head-nav-base{
        height: 90px;
    }*/

    .head-menu-items ul {
        padding: 0 20px 0 20px;
    }

    /*.menu-bar{
        margin: 20px;
    }*/



    .menu-bar img {
        margin: 20px;
        display: inline-block;
    }

    .top-nav-bar-left {
        display: none;
    }

    .head-nav-base {
        height: 90px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .head-top-menu {
        margin-right: 20px;
    }

        .head-top-menu div:nth-child(2) {
            margin: 0;
            overflow: visible;
        }

        .head-top-menu div {
            display: none;
        }

            .head-top-menu div:nth-child(1) {
                display: inline-block;
            }

            .head-top-menu div:nth-child(2) {
                display: inline-block;
            }
}

@media (max-width:767px) {
    .head-top-menu {
        margin-right: 10px;
    }

    .head-menu-container {
        width: 100%;
    }

    .head-menu-items ul {
        padding: 0 10px 0 10px;
    }

    .path {
        margin: 25px 10px 0 10px;
    }
    /*.menu-bar{
        margin-left: 10px;
        margin-right:10px;
        display:inline-block;
    }*/

    .detail-container .content-title {
        font-size: 24px;
        line-height: 26px;
        color: #3d3d3d;
    }

    .menu-bar img {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
    }

    .top-bar-menu {
        margin: 10px;
    }





    .top-nav-bar-left {
        display: inline-block;
    }
}
