html {
    overflow-x: hidden
}
body.ot-body {
    font-family: "Roboto Condensed" !important;
    font-size: 12px;
    font-weight: normal !important
}
img.ot-logo {
    width: 95px;
    height: 55px;
    cursor: pointer;
    opacity: .8
}
img.ot-logo:hover {
    opacity: 1
}
a {
    text-decoration: none
}
.show {
    display: block !important
}
@media screen and (min-width: 1267px) and (max-width: 1500px) {
    .container {
        width: 1250px
    }
}
@media screen and (min-width: 1500px) {
    .container {
        width: 1365px
    }
}
.top-bar {
    height: 57px;
    background-color: #ff6900;
    -webkit-box-shadow: 0px 10px 10px #e6c8c8;
    -moz-box-shadow: 0px 10px 10px #e6c8c8;
    box-shadow: 0px 10px 10px #e6c8c8
}
.top-bar ul.social-icons {
    margin-top: 10px;
    text-align: right
}
.top-bar ul.social-icons li i.fa {
    color: #ff6900;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 10px;
    cursor: pointer
}
.top-bar ul.social-icons li i.fa:hover {
    background-color: #3d4456;
    color: #fff
}
.top-bar ul.social-icons li i.facebook {
    padding: 10px 13px
}
.top-menu {
    padding: 20px 0 0
}
.top-menu .top-contact {
    position: relative;
    padding-left: 45px;
    padding-top: 10px
}
.top-menu .top-contact .top-contact-icon {
    position: absolute;
    top: 20px;
    left: 0;
    background-repeat: no-repeat !important;
    display: block;
    height: 30px;
    width: 30px
}
.top-menu .top-contact .top-phone {
    background: url("../img/top-phone.png")
}
.top-menu .top-contact .top-map {
    background: url("../img/top-map.png")
}
.top-menu .top-contact .top-time {
    background: url("../img/top-time.png")
}
.top-menu .top-contact .top-contact-title {
    color: #000000;
    font-family: "Roboto Condensed" !important;
    font-size: 18px;
    font-weight: normal !important;
    display: block
}
.top-menu .top-contact .top-contact-desc {
    color: #5d5d5d;
    font-family: "Roboto Condensed" !important;
    font-size: 18px;
    font-weight: normal !important
}
@media screen and (max-width: 740px) {
    .top-menu #topContact {
        display: none
    }
}
.top-menu .top-login {
    border-left: 1px solid #474747;
    height: 25px;
    margin-top: 25px;
    padding: 2px 0 0 10px
}
@media screen and (max-width: 740px) {
    .top-menu .top-login {
        margin-top: -35px
    }
}
@media screen and (max-width: 480px) {
    .top-menu .top-login {
        width: 100%;
        margin-top: 0
    }
}
.top-menu .top-login i.lock {
    color: #474747;
    font-size: 18px;
    left: 15px;
    position: absolute;
    top: 4px
}
.top-menu .top-login .login-txt {
    color: #474747;
    cursor: pointer;
    outline: none;
    font-family: "Roboto Condensed" !important;
    font-size: 16px;
    font-weight: normal !important;
    margin-left: 24px
}
.top-menu .top-login .login-txt:hover,
.top-menu .top-login .login-txt:active,
.top-menu .top-login .login-txt:focus {
    color: #ff6900
}
.top-menu .header-bg {
    margin-top: 36px;
    background: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 599px
}
.top-menu .toggle-menu-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    border: none;
    background: #ff6900;
    color: #fff;
    display: none;
    padding: 6px 12px
}
@media screen and (max-width: 740px) {
    .top-menu .toggle-menu-btn {
        display: block
    }
}
.top-menu .toggle-menu-btn:active,
.top-menu .toggle-menu-btn:focus,
.top-menu .toggle-menu-btn:hover {
    background: #3d4456;
    color: #ff6900
}
@media screen and (min-width: 1500px) {
    .container {
        width: 1550px
    }
}
div.title-common {
    text-align: center;
    margin: 60px 0 30px
}
div.title-common .title-section {
    font-family: "Roboto Condensed" !important;
    font-size: 35px;
    font-weight: normal !important;
    color: #5d5d5d;
    margin: 0 auto;
    width: 560px
}
@media screen and (max-width: 740px) {
    div.title-common .title-section {
        width: 100%
    }
}
div.title-common .sub-title-cl {
    color: #807272;
    font-size: 14px
}
ul.tree-ul li {
    font-family: "Roboto Condensed" !important;
    font-size: 16px !important;
    font-weight: normal !important
}
.sub-title {
    font-family: "Roboto Condensed" !important;
    font-size: 20px !important;
    font-weight: normal !important;
    color: #878787;
    display: block;
    margin-top: 20px
}
.open-r {
    padding-right: 30px
}
.open-l {
    padding-left: 30px
}
@media screen and (max-width: 991px) {
    .open-r,
    .open-l {
        padding: 0
    }
}
p.description-text {
    font-family: "Roboto Condensed" !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #5d5d5d;
    text-align: justify
}
p.description-text.red {
    color: #ff0000
}
p.description-text.gray {
    color: #404040
}
.round-step {
    background-color: #ff7c20;
    color: #fff;
    padding: 34px 61px;
    border-radius: 50%;
    font-family: "Roboto Condensed" !important;
    font-size: 60px !important;
    font-weight: normal !important
}
.round-step.second {
    padding: 34px 51px
}
.round-step.third {
    padding: 34px 42px
}
.step-text {
    color: #5d5d5d;
    font-family: "Roboto Condensed" !important;
    font-size: 18px !important;
    font-weight: normal !important;
    margin-top: 55px
}
.search-section {
    background-color: #3d4456;
    border-radius: 3px;
    padding: 35px 35px 25px
}
.search-section select.search-input,
.search-section .search-btn {
    border: none;
    border-radius: 2px;
    padding: 10px 15px
}
.search-section select.search-input {
    margin-right: 15px;
    margin-bottom: 10px;
    width: 300px;
    color: #a6a7ab;
    font-family: "Roboto Condensed" !important;
    font-size: 15px !important;
    font-weight: normal !important
}
@media screen and (min-width: 1267px) and (max-width: 1500px) {
    .search-section select.search-input {
        width: 180px
    }
}
@media screen and (min-width: 1267px) and (max-width: 1500px) {
    .search-section select.search-input {
        width: 180px
    }
}
.search-section .search-btn {
    background-color: #ff6900;
    color: #f7f8fe;
    width: 160px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: "Roboto Condensed" !important;
    font-size: 16px !important;
    font-weight: normal !important
}
.search-section .search-btn:hover,
.search-section .search-btn:active,
.search-section .search-btn:focus {
    color: #ff6900;
    background-color: #f7f8fe
}
.search-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #3d4456;
    margin: 0 auto
}
table.ot-table {
    border: none;
    font-family: "Roboto Condensed" !important;
    font-size: 18px !important;
    font-weight: normal !important
}
table.ot-table thead th,
table.ot-table tbody td {
    padding: 20px 0;
    font-weight: normal
}
table.ot-table thead th:first-child,
table.ot-table tbody td:first-child {
    padding-left: 20px
}
table.ot-table thead th {
    color: #5d5d5d;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
    min-width: 60px
}
table.ot-table tbody tr {
    cursor: pointer
}
table.ot-table tbody tr:hover {
    background-color: #f2f2f2
}
table.ot-table tbody td {
    border: none
}
table.ot-table tbody td span.label {
    background-color: #ff6900;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-family: "Roboto Condensed" !important;
    font-size: 15px !important;
    font-weight: normal !important
}
table.ot-table tbody td .show-btn {
    padding: 10px 35px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff6900;
    font-family: "Roboto Condensed" !important;
    font-size: 15px !important;
    font-weight: normal !important
}
table.ot-table tbody td .show-btn:hover,
table.ot-table tbody td .show-btn:active,
table.ot-table tbody td .show-btn:focus {
    color: #ff6900;
    background-color: #3d4456
}
ul.ot-paging li {
    color: #5d5d5d;
    cursor: pointer;
    padding: 5px 10px
}
ul.ot-paging li.active,
ul.ot-paging li:hover,
ul.ot-paging li:active,
ul.ot-paging li:focus {
    color: #fff;
    background-color: #ff6900;
    border-radius: 50%
}
ul.ot-paging li.disactive {
    pointer-events: none;
    opacity: 0.6
}
.material-area {
    background-color: #ff6900;
    padding: 30px
}
.material-area .text-one {
    font-family: "Roboto Condensed" !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #fff;
    display: block
}
.material-area .text-two {
    font-family: "Roboto Condensed" !important;
    font-size: 20px !important;
    font-weight: normal !important;
    color: #2f2f2f
}
@media screen and (max-width: 991px) {
    .material-area .childs {
        height: 170px
    }
}
.inter-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 155px;
    opacity: .85;
    background-repeat: no-repeat !important
}
.inter-icon:hover {
    opacity: 1
}
.inter-icon.one {
    background: url("../img/inter.png")
}
.inter-icon.two {
    background: url("../img/inter-two.png")
}
.inter-text {
    color: #404040;
    margin-left: 160px;
    margin-top: 5px;
    font-family: "Roboto Condensed" !important;
    font-size: 18px !important;
    font-weight: normal !important
}
.inter-text span.italic {
    font-family: "Roboto Condensed" !important;
    font-size: 16px !important;
    font-weight: normal !important;
    display: block
}
.anket-btn {
    margin: 90px 60px 0;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff6900;
    font-family: "Roboto Condensed" !important;
    font-size: 18px !important;
    font-weight: normal !important
}
.anket-btn:hover,
.anket-btn:active,
.anket-btn:focus {
    color: #ff6900;
    background-color: #3d4456
}
@media screen and (min-width: 1500px) {
    .container {
        width: 1379px
    }
}
.footer-bg {
    margin-top: 36px;
    background: url("../img/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 566px
}
.footer-bg .tip-title {
    color: #fff;
    font-family: "Roboto Condensed" !important;
    font-size: 36px !important;
    font-weight: normal !important;
    margin: 200px 0 50px
}
.footer-bg .tip-desc {
    color: #fff;
    font-family: "Roboto Condensed" !important;
    font-size: 18px !important;
    font-weight: normal !important
}
.footer-info {
    padding: 70px 0 45px
}
.footer-info h4.info-title {
    color: #54535b;
    font-family: "Roboto Condensed" !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 0 15px;
    padding: 0
}
.footer-info .info-desc,
.footer-info .email-input {
    color: #999ca1;
    font-family: "Roboto Condensed" !important;
    font-size: 18px !important;
    font-weight: normal !important;
    display: block
}
.footer-info .mail-info {
    position: relative;
    margin-top: 20px;
    width: 270px
}
.footer-info .mail-info .email-input {
    background-color: #eaf0fc;
    border: none;
    padding: 13px;
    width: 100%;
    border-radius: 2px
}
.footer-info .mail-info .send-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #ff6900;
    cursor: pointer
}
.footer-info ul.social-icons-footer {
    margin-top: 20px
}
.footer-info ul.social-icons-footer li {
    margin-right: 5px
}
.footer-info ul.social-icons-footer li i.fa {
    color: #fff;
    background-color: #3d4456;
    border-radius: 50%;
    padding: 10px 10px;
    cursor: pointer
}
.footer-info ul.social-icons-footer li i.fa:hover {
    background-color: #ff6900
}
.footer-info ul.social-icons-footer li i.facebook {
    padding: 10px 13px
}
.footer-text {
    border-top: 1px solid #bbc1ce;
    padding: 10px 0
}
#ot-footer h4.copyright {
    color: #999ca1;
    font-family: "Roboto Condensed" !important;
    font-size: 14px !important;
    font-weight: normal !important
}
@media screen and (min-width: 1500px) {
    body .ot-form-body .container {
        width: 1500px
    }
}
body .ot-form-body .portlet-subject-blue,
body .ot-form-body .font-grey-gallery,
body .ot-form-body .bp-back-btn {
    display: none
}
body .ot-form-body .bpMainSaveButton {
    margin-top: 10px
}
body .ot-form-body .bp-banner-container {
    position: relative
}
body .ot-form-body .meta-toolbar {
    position: absolute;
    bottom: 0px;
    right: 50px;
    display: none;
    z-index: 100
}
.ot-table-padding th,
.ot-table-padding td {
    padding: 3px 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.ot-body {
        font-size: 11px !important;
    }
    .process-theme2 .process-theme2-sticky label[data-label-path] {
        font-size: 12px !important;
    }
    .top-menu .top-contact .top-contact-title {
        font-size: 18px !important;
    }
    .top-menu .top-contact .top-contact-desc {
        color: #5d5d5d;
        font-family: "Roboto Condensed" !important;
        font-size: 18px !important;
    }
    div.title-common .title-section {
        font-size: 25px !important;
    }
    .process-theme2 .left-side .main-title .left-side-title {
        font-size: 14px !important;
    }
    .process-theme2 .right-side .custom-tabbable .nav-tabs li a {
        font-size: 12px !important;
    }
    .ot-form-body .header-bg .main-title {
        font-size: 30px !important;
    }
    .section-title {
        font-size: 14px !important;
    }
}