@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/**
 * clear floated menu items when collapsed
 */

@media screen and (max-width: 767px) {
    .clear-collapse {
        clear: both;
    }
}

.navbar-header .pull-right {
    margin-top: 9px;
}


/**
 * set the color of nav-bar anchors styled as btns
 */

.navbar-header .btn {
    color: #9D9D9D;
}

.navbar-header .btn:hover {
    color: #CCC;
}


/**
 * set the color of nav-bar icons - for use with glyphicons
 */

.navbar-header button {
    color: #9D9D9D;
    font-size: 11pt;
}

.navbar-header button:hover {
    color: #FFF;
}

.lang-selected {
    background-color: lightblue
}

body {
    background: #fff;
    color: #333;
}

a {
    color: #52b6ec;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.btn {
    font-weight: 300;
    border: 0;
}

.btn.btn-primary {
    background-color: #1586c3;
    border: 1px solid #1586c3;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
}

.btn.btn-primary:hover, .btn.btn-primary.active {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1586c3;
    color: #1586c3;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
}

a:hover, a:focus {
    color: #80c9f1;
    text-decoration: none;
    outline: none;
}


/* .padding-100 {
    padding: 50px 0;
} */

.title-section {
    color: #1586c3;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 5px;
}

.box {
    padding: 58px 30px;
}

.anchor {
    display: block;
    height: 50px;
    margin-top: -58px;
    visibility: hidden;
}


/*===//Common===*/

#header {
    position: fixed;
    left: 50%;
    padding-top: 0;
    transform: translate(-50%, 0%);
    z-index: 13;
    height: 58px;
    will-change: auto;
}

.trans-03s {
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    transition: all, 0.5s;
}

#header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(-50%, 0);
    /* background-image: url(../images/img_slider_homepage/bg.png); */
    background-color: #2da2ff;
    box-shadow: 0 2px 5px 0 rgba(42, 36, 30, 0.3);
    z-index: 17;
    background-size: cover;
}


/*==== Slider ====*/

#owl-slide-main {
    width: 100%;
}

#owl-slide-main .item {
    width: 100% !important;
    position: relative;
}

#owl-slide-main .item .caption {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 5%;
    top: 0;
    background: transparent;
    color: #fff;
    vertical-align: middle;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-transform: uppercase;
}

#owl-slide-main .item .caption .caption-text {
    font-size: 350%;
    text-align: left;
}

#owl-slide-main .item .caption .caption-text span {
    font-size: 50%;
}

#owl-slide-main .mdl-button {
    text-align: left;
    padding-top: 0;
    margin-top: 20px;
}

#owl-slide-main .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-slide-main .owl-controls {
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: 100%;
}

#owl-slide-main.owl-theme .owl-controls .owl-page span {
    background: #fff;
}

#owl-slide-main .owl-buttons {
    display: none;
}

#owl-slide-main .mdl-button a {
    display: inline-block;
    width: auto !important;
    min-width: 185px;
    padding: 10px 0;
    text-align: center;
    font-weight: 900;
}

.mdl-button a.view-all {
    padding: 20px 0;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Medium', serif;
    margin-right: 23px;
    display: inline-block;
    width: 18%;
}

.mdl-button a.view-all:hover {
    color: #333;
    background: #fff;
}

.mdl-button a.view-support {
    padding: 20px 0;
    border-radius: 50px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Medium', serif;
    width: 18%;
    display: inline-block;
    border: 2px solid #fff;
}

.mdl-button a.view-support:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}


/*==== /.Slider ====*/


/*==== About =====*/

.icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-bottom: 22px;
    font-size: 35px;
    color: #1586c3;
    position: relative;
}

.icon:before {
    content: "";
    width: 120px;
    height: 120px;
    border: 1px solid #1586c3;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease 0s;
}

.about-box:hover .icon:before {
    width: 93px;
    height: 93px;
    border: 3px solid #0d3b66;
    top: 13px;
    left: 13px;
    transform: rotate(45deg);
}

.about-box h3 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #1586c3;
    margin: 0 0 15px 0;
    transition: all 0.25s ease 0s;
}

.about-box:hover h3, .about-box:hover .icon {
    color: #0d3b66;
}

p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.txt-ab {
    padding: 20px;
}


/*====/ .About =====*/


/*==== Dowload ====*/

.download {
    background-size: cover;
    background: url('../images/img_slider_homepage/features-bg.jpg') fixed center center;
    position: relative;
}


/* .download .title-section, .download h3, .download h4, .download p {
    color: #fff;
} */

.overplay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
}

.download-app .app-item {
    height: 50px;
}


/*====/.Dowload ====*/


/*==== Terminal ====*/

.testimonial {
    background-size: cover;
    background: url('../images/img_slider_homepage/feedback.jpg') fixed center center;
    position: relative;
}

.testimonial .title-section {
    color: #fff;
}

.avatar-ter {
    margin-bottom: 15px;
}

.avatar-ter img {
    width: 100px;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 50%;
}

.testimonial p {
    font-style: italic;
    color: #fff;
}

.testimonial span {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.testimonial .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.testimonial .owl-buttons {
    display: none;
}

.testimonial .fa-quote-left {
    font-size: 20px;
    margin-right: 10px;
}


/*==== /.Terminal ====*/


/*===== SceernShot====*/

.screenshot .slider_image_dark {
    padding: 70px 18px 0 18px;
    background: rgba(0, 0, 0, 0) url(../images/img_slider_homepage/iphone.png) no-repeat scroll top center;
    background-size: 100% 90.8%;
    max-width: 294px;
    margin: 0 auto;
}

.screenshot .slider_image_dark img {
    width: 100%;
}

.screenshot .owl-pagination {
    display: none;
}

.screenshot .owl-buttons {
    margin-top: 77px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.screenshot .owl-theme .owl-controls .owl-buttons div {
    padding: 13px 21px;
}

.screenshot .owl-buttons .owl-prev {
    background: rgba(0, 0, 0, 0) url(../images/img_slider_homepage/carousel-icon-prev.png) no-repeat scroll top center !important;
    background-size: 100% 100% !important;
    text-indent: -9999px;
}

.screenshot .owl-buttons .owl-next {
    background: rgba(0, 0, 0, 0) url(../images/img_slider_homepage/carousel-icon-next.png) no-repeat scroll top center !important;
    background-size: 100% 100% !important;
    text-indent: -9999px;
}


/*==== FAQ ====*/

.faq .panel {
    box-shadow: none;
    border: none;
}

.faq .panel .panel-heading {
    padding: 0;
    background: rgb(45, 162, 255);
}

.faq .panel .panel-heading .panel-title {
    font-size: 15px;
}

.faq .panel .panel-heading .panel-title a {
    display: block;
    padding: 15px 15px 15px 0;
    color: #fff;
    text-transform: capitalize;
    margin-left: 40px;
    position: relative;
}

.faq .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
}

.faq .panel .panel-heading .panel-title a:focus {
    text-decoration: none;
}

.faq .panel .panel-heading .panel-title a:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    /*margin-right: 25px;*/
    margin-top: 2px;
}

.faq .panel .panel-heading .panel-title a:after {
    content: "\f068";
    font: 18px fontAwesome;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-left: -56px;
    position: absolute;
    line-height: 45px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.faq .panel .panel-heading .panel-title a.collapsed:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-left: -56px;
    position: absolute;
    line-height: 45px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.faq .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    background: #fdfdfd;
    color: #333;
    border-top: none;
    border-bottom: 5px solid #f9f9f9;
}

.faq img {
    max-width: 170px;
}


/*==== /.FAQ ====*/


/*==== Support ====*/

.support a {
    border: 1px solid #1586c3;
    padding: 10px;
    font-size: 16px;
    display: block;
    width: 20% !important;
    text-align: center;
    margin: 20px auto 0;
    color: #1586c3;
}

.support {
    background-color: #f9f9f9;
}

.support .box {
    background-color: #f9f9f9;
}

.support article {
    overflow: hidden !important;
}


/*==== /.Support ====*/


/*==== Contact====*/

.contact {
    position: relative;
    background-size: cover;
    background: url("../images/img_slider_homepage/bg-contact.jpg") fixed center center;
}

.contact .form-control {
    height: 50px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 0;
    color: #333;
    /* letter-spacing: 2px; */
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* .contact .title-section, .contact p {
    color: #fff;
} */

.contact .form-group label {
    display: none;
}

.contact .form-control:focus {
    box-shadow: none;
    background: #fff;
}

.contact textarea.form-control {
    height: auto;
    resize: none;
}

.contact .btn-default {
    border-radius: 0;
    background: #bf095d;
    border: none;
    margin: 20px 0;
    font-weight: 600;
    width: 100%;
}

.contact .btn-default:hover {
    background: #fff;
    color: #bf095d;
}

.contact .contact-info li {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 20px;
    color: #333;
}

.contact .contact-info li .icon-infor {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    float: left;
}

.contact .contact-info li .text {
    padding: 5px 10px;
    margin-left: 30px;
    font-size: 16px;
    font-style: italic;
}

.contact .contact-info li .text a {
    color: #333;
    text-decoration: none;
}

.contact .btn {
    width: 25% !important;
}

.contact .list-social {
    padding-left: 0;
}

.contact .list-social li {
    list-style: none;
}

.contact .list-social li a {
    color: #333;
}

/*====/.Contact =====*/

.navbar-default {
    background: transparent !important;
    border-color: transparent;
    z-index:20;
}

.navbar-default .first a {
    border-radius: 0 0 0 5px;
}

.navbar-default .navbar-brand {
    margin-right: 5px;
    margin-left: 5px;
    width: 120px;
    background: url(../images/logo.png) no-repeat 0 50%;
}

.navbar-default .navbar-nav > li {
    margin-left: 1px;
}

.navbar-default .navbar-nav > li > a {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a:before {
    opacity: 0;
    transform: translateY(-8px);
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}

.navbar-default .navbar-nav > li > a:after {
    opacity: 0;
    transform: translateY(4px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
}

.navbar-default .navbar-nav > li.active > a:before, .navbar-default .navbar-nav > li.active:focus > a:before, .navbar-default .navbar-nav > li.active:hover > a:before, .navbar-default .navbar-nav > li > a:hover:before, a:hover:after, a:focus:before, a:focus:after {
    opacity: 1;
    transform: translateY(0);
}

.navbar-default .navbar-nav > li > a:hover:before, a:focus:before {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
}

.navbar-default .navbar-nav > li > a:hover:after, a:focus:after {
    transition: transform 0s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.5s;
}

.navbar-default .navbar-nav > li > a > i {
    display: inline-block;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active:focus > a, .navbar-default .navbar-nav > li.active:hover > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active:focus > a:focus, .navbar-default .navbar-nav > li.active:hover > a:focus, .navbar-default .navbar-nav > li:hover > a:focus, .navbar-default .navbar-nav > li:focus > a:focus {
    background: transparent !important;
}

/*====Footer =======*/

#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #999;
    background-color: #252525;
}

#footer a {
    color: #2da2ff;
}

#footer a:hover {
    color: #52b6ec;
}

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

ul.social > li {
    margin: 0 0 20px;
}

ul.social > li > a {
    display: block;
    font-size: 18px;
}

ul.social > li > a i {
    margin-right: 10px;
}

textarea#message {
    padding: 10px 15px;
    height: 220px;
}

/*==== /. Footer =======*/

.icon-social {
    border: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

.icon-social.icon-facebook {
    background: #4f7dd4;
}

.icon-social.icon-facebook:hover {
    background: #789bde;
}

.icon-social.icon-twitter {
    background: #5bceff;
}

.icon-social.icon-twitter:hover {
    background: #8eddff;
}

.icon-social.icon-linkedin {
    background: #21a6d8;
}

.icon-social.icon-linkedin:hover {
    background: #49b9e3;
}

.icon-social.icon-google-plus {
    background: #dc422b;
}

.icon-social.icon-google-plus:hover {
    background: #e36957;
}

.icon-social.icon-pinterest {
    background: #cb2027;
}

.icon-social.icon-pinterest:hover {
    background: #e03e44;
}

.icon-social.icon-youtube {
    background: #ce332d;
}

.icon-social.icon-youtube:hover {
    background: #da5954;
}

.icon-social:hover {
    color: #fff;
}

/*==== Scroll top =======*/

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 6px;
    background-color: #2da2ff;
    color: #fff;
}

.scrollup:hover {
    border: 3px solid #1586c3;
    padding-top: 4px;
    background-color: #fff;
    color: #2da2ff;
}

.has-feedback label ~ .form-control-feedback {
    top: 9px !important;
}

/*==== /.Scroll top =======*/

/*======= Term Of Sevice =======*/
.homeTos {
    background: url("../images/bkg-tos.jpg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#idMainTos .tab-content {
    background-color: #fff;
}

.backHome {
    font-size: 15px;
    display: block;
    margin-top: 25px;
}

.backHome i {
    margin-right: 5px;
}

.titleTos {
    margin-bottom: 20px;
    color: #2A3F54;
    font-weight: bold;
    font-size: 28px;
}

.logoTos {
    float: right;
}

.logoTos img{
    width: 100%;
    max-width: 100px;
}

.titleTos span {
    color: #1586c3;
}

#idMainTos .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.listTabs {
    background-color: #ddd;
    border-bottom: none !important;
}

.listTabs li a {
    border-right: 2px solid #fff !important;
}

.listTabs.nav-tabs > li.active:nth-child(2) > a, .listTabs.nav-tabs > li.active:nth-child(3) > a {
    border-left-color: #fff;
    border-right-color: #fff;
}

.listTabs.nav-tabs > li.active > a, .listTabs.nav-tabs > li.active > a:hover, .listTabs.nav-tabs > li.active > a:focus {
    border-radius: 0;
    background: #fff;
    box-shadow: inset 0 4px 0 #1586c3;
    color: #1586c3 !important;
}

.listTabs.nav > li > a:hover,
.listTabs.nav > li > a:focus {
    border-color: transparent;
    border-radius: 0;
    color: #1586c3;
}

.listTabs.nav-tabs > li > a {
    margin-right: 0;
    padding: 15px 20px;
    font-weight: 600;
    color: #2A3F54;
}

.tab-content p {
    line-height: 2;
}

.language {
    margin-top: 17px;
    margin-right: 15px;
}

.language li {
    display: inline-block;
}

.language li a {
    padding: 20px 2px;
}

.homeTos footer {
    position: fixed;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
    width: 100%;
}

.homeTos #header {
    width:100%;
    background-color: #2da2ff;
    box-shadow: 0 2px 5px 0 rgba(42, 36, 30, 0.3);
}

.homeTos #idMainTos {
    padding-top: 58px;
    padding-bottom: 56px;
}
/*======= // Term Of Sevice =======*/

@media screen and (max-width: 1200px) {
    #owl-slide-main .item .caption .caption-text {
        font-size: 250%;
    }
    #owl-slide-main .mdl-button {
        margin-top: 0;
    }
    #owl-slide-main .mdl-button a {
        font-size: 15px;
        min-width: 100px;
        padding: 5px 0;
    }
    .mdl-button a.view-all {
        margin-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #owl-slide-main .item .caption .caption-text {
        font-size: 200%;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 20px 10px;
        font-size: 14px;
}
    .dl-app-store {
        border-right: 2px solid #fff;
    }
    .homeTos footer {
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 767px) {
    /*#header {
        width: 100%;
        position: relative;
        transform: translate(-50%, 0%);
    }*/
    #header .container {
        padding: 0;
    }
    #header.fixed {
        transform: translate(-50%, 0%);
    }
    .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
    #owl-slide-main .item .caption .caption-text {
        font-size: 180%;
    }
    .navbar-nav {
        width: 100%;
        margin: 0;
        background-color: rgb(45, 162, 255);
    }

    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #fff;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .navbar-collapse {
        padding: 7px 0 0 0;
        border-top: none;
    }

    .navbar-default .navbar-nav > li.active > a:before, .navbar-default .navbar-nav > li.active:focus > a:before, .navbar-default .navbar-nav > li.active:hover > a:before, .navbar-default .navbar-nav > li > a:hover:before, a:hover:after, a:focus:before, a:focus:after {
        opacity: 0;
    }
    #owl-slide-main .mdl-button a {
        font-size: 14px;
    }
    .dl-app-store .download-app, .dl-gg-play .download-app {
        text-align: center !important;
    }
    .dl-gg-play {
        margin-top: 50px;
    }
    .support a {
        width: 40% !important;
    }
    .box {
        padding: 58px 0;
    }
    .title-section {
        font-size: 25px;
        font-weight: bold;
    }
    p {
        font-size: 14px;
    }
    #footer .pull-right {
        float: none !important;
    }
    #footer .cts-text-center {
        text-align: center;
    }
    .homeTos footer {
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 480px) {
    #owl-slide-main .item .caption .caption-text {
        display: none;
    }
    .contact .btn, .support a {
        width: 100% !important;
    }
    #footer {
        text-align: center;
    }
    #owl-slide-main .mdl-button a {
        min-width: 110px;
        padding: 5px 0;
        font-size: 12px;
    }
    .mdl-button a.view-all {
        margin-bottom: 5px;
    }

    /*==== Reponsive Tabs Term or Service ====*/

    .nav-tabs-responsive > li {
        display: none;
        width: 23%;
    }
    .nav-tabs-responsive > li > a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        width: 100%;
        text-align: center;
        vertical-align: top;
    }
    .nav-tabs-responsive > li.active {
        width: 54%;
    }
    .nav-tabs-responsive > li.active:first-child {
        margin-left: 23%;
    }
    .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
        display: block;
    }
    .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    .nav-tabs-responsive > li.next > a,
    .nav-tabs-responsive > li.prev > a {
        -webkit-transition: none;
        transition: none;
    }
    .nav-tabs-responsive > li.next > a .text,
    .nav-tabs-responsive > li.prev > a .text {
        display: none;
    }
    .nav-tabs-responsive > li.next > a:after,
    .nav-tabs-responsive > li.next > a:after,
    .nav-tabs-responsive > li.prev > a:after,
    .nav-tabs-responsive > li.prev > a:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .nav-tabs-responsive > li.prev > a:after {
        content: "\e079";
    }
    .nav-tabs-responsive > li.next > a:after {
        content: "\e080";
    }
    .listTabs li a {
        border-right: none !important;
    }
    .titleTos {
        float: none;
    }

    .logoTos {
        float: none;
        display: block;
        text-align: center;
    }

}

@media screen and (max-width: 319px) {
    .wrapper {
        position: static;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
    }

    .container {
        width: 320px;
        overflow-x: auto;
    }
}
