body {
    font-size: 13px;
    color: #333333;
    line-height: 1.71428571;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, a, strong, div {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

header {
    padding-top: 5px;
    padding-bottom: 5px;
}

#logo {
    max-height: 90px;
}

@media screen and (max-width: 756px) {
    #logo {
        max-height: 86px;
    }
}

.div-table {
    display: table;
    width: 100%;
}

.div-table span {
    display: table-cell;
    vertical-align: middle;
}

.header-slogan, .header-hotline {
    height: 90px;
}

.header-slogan span {
    text-align: center;
    font-size: 19px;
    background: #1EB0EB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.header-hotline span {
    text-align: right;
    font-size: 17px;
    background: #1EB0EB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.nav-main {
    background: #1EB0EB;
}

.button-toggle-menu-mobile {
    display: block;
    margin: 0 auto;
    float: inherit;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    height: 5px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    text-shadow: none;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
    text-transform: capitalize;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.bx-wrapper {
    margin-bottom: 20px !important;
}

.ta-service .ta-service-inner {
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.ta-service .ta-service-inner {
    padding: 0;
    padding-top: 30px;
    height: 230px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.ta-service .ta-service-inner h3 {
    padding: 0 30px;
    margin-bottom: 30px;
    background: linear-gradient(to right, rgba(255, 109, 0, 0.82), 70%, rgba(245, 130, 32, 0.18));
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.ta-service-inner h3, .ta-service p {
    color: #fff;
}

.ta-service .ta-service-inner p {
    padding-left: 30px;
    padding-right: 30px;
}

.ta-service-inner h3, .ta-service p {
    color: #fff;
}

.container-suggest {
    color: #FFF;
}

.container-suggest .overlay {
    background: rgba(0, 5, 8, 0.80);
    padding-top: 90px;
    padding-bottom: 90px;
}

.suggest-title {
    font-size: 42px;
    margin-bottom: 20px;
    display: block;
}

.suggest-description {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 45px;
}

.suggest-button-left {
    background: #1EB0EB;
    color: #FFF;
    font-size: 14px;
}

.suggest-button-right {
    background: #FFFFFF;
    color: #1EB0EB;
    font-size: 14px;
}

.option {
    padding-top: 60px;
    padding-bottom: 90px;
    text-align: center;
}

.option .heading-title {
    font-size: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.option-icon {
    font-size: 40px;
    color: #FF8D39;
}

.option-title {
    font-size: 70px;
    color: #1EB0EB;
    font-weight: bold;
    max-height: 150px;
    overflow: hidden;
}

.option-description {
    font-weight: bold;
    text-transform: uppercase;
}

.feedback {
    padding-top: 50px;
    padding-bottom: 70px;
    background: #202830;
    color: #FFF;
}

.feedback-description {
    display: block;
    border-left: 3px #1EB0EB solid;
    padding-left: 10px;
    font-style: italic;
}

.feedback .heading-title {
    margin-bottom: 50px;
    color: #1EB0EB;
    font-size: 38px;
}

.new-home {
    text-align: center;
}

.new-home {
    padding-top: 50px;
    padding-bottom: 50px;
}

.new-home .heading-title {
    font-size: 35px;
    margin-bottom: 40px;
}

.new-home-button {
    text-align: center;
    background: #1EB0EB;
    color: #FFF;
    display: block;
    width: 100px;
    padding: 7px;
    margin-top: 14px;
}

.new-home-button:hover{
    text-decoration: none;
    color: #FFF;
}

.new-home-title {
    color: #202830;
    font-weight: bold;
}

.new-home-title:hover {
    text-decoration: none;
    color: #1EB0EB;
}

footer {
    background: #202830;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #969ea7;
    line-height: 23px;
    margin-top: 20px;
}

.footer-title {
    color: #FFF;
    font-size: 18px;
}

.footer-line {
    width: 60%;
    background: #1EB0EB;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
}

footer a {
    color: #969ea7;
}

footer ul {
    list-style: none;
}

footer ul li a {
    display: block;
    border-bottom: 1px #969ea7 solid;
    padding: 10px 0;
}

footer ul li a:hover {
    color: #FFF;
    text-decoration: none;
}

.powered {
    background: #1A2128;
    color: #969ea7;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.powered a {
    color: #E8CC2D;
    font-weight: bold;
}

.new-list-image{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.new-list-title a {
    font-weight: bold;
    font-size: 14px;
    color: #202830;
    text-transform: uppercase;
}

h1.heading_title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.pagination .active span {
    background: #1EB0EB;
    border-color: #1EB0EB;
}

.pagination > li > a, .pagination > li > span {
    color: #1EB0EB;
    font-weight: bold;
}

.btn-primary {
    background: #1EB0EB;
    color: #FFF;
    border: none;
    font-weight: bold;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sf-menu a {
    font-size: 12px;
    padding: 16px 10px;
    color: #FFF;
}

.box {
    margin-bottom: 10px;
}

.box .box-heading {
    background: #1EB0EB;
    color: #FFF;
    padding: 8px 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.box .box-heading a{
    color: #FFF;
}

.newsletter .input-register {
    width: 100%;
    display: block;
    margin-bottom: 3px;
    padding: 3px;
    outline: none;
    font-size: 12px;
}

.newsletter .box-heading {
    margin-bottom: 6px;
}

.newsletter .submit_btn {
    background: #1EB0EB;
    border: none;
    color: #FFF;
    padding: 5px 10px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
}

.new-first {
    margin-bottom: 10px;
}

.new-first .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.new-first .name {
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.new-first .description-short {
    font-size: 12px;
}

.new-list a {
    font-size: 11px;
    color: #333;
}

.clear-fix {
    clear: both;
}

.col20 {
    width: 20%;
    float: left;
}

.catnew-custom .col20{
    height: 140px;
    position: relative;
    margin-bottom: 3px;
}

.catnew-custom .col20 > div{
    position: absolute;
    width: 100%;
    height: 140px;
    background: rgba(0,0,0, 0.3);
    border-right: 3px #FFF solid;
    display: table;
}

.catnew-custom .col20 > div > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}


.catnew-custom > .col20:last-child div{
    border-right: none;
}

@media only screen and (max-width: 768px) {
    .catnew-custom .col20 {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width: 768px) {
    .new-first .image img {
        display: block;
        width: 80px;
        float: left;
        height: auto;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .new-first .name {
        font-size: 12px;
    }
}


.catnew-custom-share{
    margin-top: 30px;
}