/* Update by Linh */
#toggle-bar-wrap {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10001;
}
#toggle-bar-wrap.active-bar {
    opacity: 1;
    visibility: visible;
}
#toggle-bar-wrap.toggle-bar-fade-slide {
    top: -60px;
}
#toggle-bar-wrap.toggle-bar-fade-slide.active-bar {
    top: 0;
}
#toggle-bar {
    padding: 4px 0;
}
.toggle-bar-btn span.fa {
    font-size: 0.846em;
    left: 4px;
    position: absolute;
    text-shadow: none !important;
    top: -12px;
}
.toggle-bar-btn {
    border-color: #fd4326 #fd4326 transparent transparent;
}
.toggle-bar-btn {border-color: #fd4326;}
.toggle-bar-btn {  
    display: block;
    position: fixed;
    right: -78px;
    top: 50%;
    transform: translateY(-33%);
    width: 74px;
    z-index: 10002;
    width: 215px;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

a.toggle-bar-btn:hover { 
/*    background-position: right;
    right: 0;
    width: 4%;*/
}
.vcex-spacing{margin-bottom: 40px;}
.vcex-list_item span {
    color: #252525;
    font-size: 14px;
    margin-right: 15px;
}
.vcex-list_item {
    line-height: 26px;
    margin-bottom: 10px;
}

@media (max-width: 767px){
    .hidden-phone{
        display: none!important;
    }}

.ts-search-domain input[type="submit"],
.ts-search-domain input[type="submit"]:hover,
.ts-search-domain input[type="submit"]:focus{
    background-color: #fd4326;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    color: #aaaaaa;
    line-height: 14px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.wpcf7-form select {
    color: #333333;
    line-height: 14px;
    padding: 11px;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.ts-button, input[type="submit"], .more-link, button {
    background: none repeat scroll 0 0 #1f3877;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #1f3877;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
ts-button:hover, input[type="submit"]:hover, .more-link:hover, button:hover {
    background: #ed1b1f;
    border-color: #ed1b1f;
    color:#fff;
}