@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

body {
    line-height: 1;
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

header {
    padding: 25px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .row {
    display: flex;
    justify-content: right;
    align-items: center;
}

.navbar {
    background-image: linear-gradient(to right, #286ed4, #5dabf7);
    border: 0px;
    border-radius: 0px;
}

.navbar li {
    padding: 0px 15px;
    height: 53px;
}

.navbar .active>a {
    border-bottom: 3px solid #fff;
}

.navbar .current {
    border-bottom: 3px solid #fff;
}

.navbar a {
    color: #fff;
    padding: 15px 0px !important;
    font-size: 11.5pt;
    transition: 0.5s;
}

.navbar li a:hover, .navbar li a:focus {
    background: none !important;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
}

.navbar .navbar-toggle {
    border: 0px;
    float: left;
}

.navbar-brand {
    margin-left: 10px;
}

.navbar-header .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar-nav>li>.dropdown-menu {
    left: 15px;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu li {
    height: auto;
}

.dropdown-menu li a {
    padding: 10px 0px !important;
    border-top: 1px solid #e3ecf1;
}

.dropdown-menu li:hover {
    background-color: #e3ecf1;
}

.dropdown-menu li:first-child a {
    border: none;
}

.dropdown-menu li a:hover {
    border-bottom: none;
}

.dropdown-menu {
    min-width: 240px !important;
}

.text-logo h4 {
    color: #1f2d3e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17pt;
}

.text-logo h5 {
    color: #555555;
    font-size: 13pt;
}

/* header-right */

.header-right {
    text-align: right;
}

.header-right ul {
    list-style: none;
    padding: 0px;
}

.header-right ul li {
    display: inline-block;
    margin-right: 10px;
    color: #d8e2ea;
}

.header-right ul li a {
    color: #708099;
    font-size: 10.4pt;
    transition: 0.3s
}

.header-right ul li a:hover {
    color: #286ed4;
    text-decoration: none;
}

/*header-left*/

.img-logo img {
    width: 90px;
    /* margin: 0 5px; checkpoin*/
    margin: 0;
}

.header-left {
    display: flex;
    align-items: center
}

/*image-heade*/

.header-right img {
    max-width: 40px;
    max-height: 40px;
    margin: -6px 3px 0 0;
}

.nopadding-left {
    padding-left: 0px;
}

.nopadding-right {
    padding-right: 0px;
}

.nopadding {
    padding: 0px;
}

.row-footer-center .list-linkwebsite img {
    transition: 1s;
}

.row-footer-center .list-linkwebsite img:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*header-left*/

.row-footer, .row-count-accept {
    display: flex;
}

footer .img-logo img {
    width: 55px;
}

footer .text-logo h4 {
    color: #1f2d3e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15pt;
}

.text-logo h6 {
    color: #555555;
    font-size: 11pt;
    font-weight: 400;
}

.text-logo span {
    color: #999999;
    font-size: 10pt;
}

footer .fa {
    font-size: 24px;
}

footer .fa-envelope-o, footer .fa-fax {
    font-size: 18px;
}

.row-info {
    margin-top: 10px;
}

.div-footer-center {
    border-left: 1px solid #d8e2ea;
}

.row-footer-center {
    margin: 10px 0px;
}

.row-footer-center h4 {
    font-weight: bold;
    font-size: 16px;
}

.content-footer {
    padding-top: 60px;
    padding-bottom: 75px;
}

footer select {
    background-color: #e3ecf1;
    border: 0px;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 10px 0px;
}

.list-linkwebsite {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-linkwebsite li {
    display: initial;
    padding-right: 15px;
}

.bottom-footer {
    background-color: #e2ecf0;
    padding: 20px 0px;
    line-height: 20px;
}

.bottom-footer ul {
    padding: 0px;
    margin: 0px;
}

.bottom-footer ul li {
    list-style: none;
    float: left;
    position: relative;
}

.bottom-footer ul li a {
    padding: 15px;
    color: #555555;
    transition: 0.3s;
}

.bottom-footer ul li a:hover {
    text-decoration: none;
    color: #286ed4;
}

.bottom-footer ul li:last-child a:before {
    border: none;
}

.bottom-footer ul li a:before {
    content: "";
    display: block;
    border-right: 1px solid #c2c2c2;
    position: absolute;
    right: 0;
    width: 100%;
    height: 15px;
    -moz-border-end: 0px;
}

.row-footer-center span {
    color: #555555;
    padding-left: 10px;
}

.small-icon-footer {
    padding: 10px 0 0 0;
}

.small-icon-footer img {
    padding: 8px 0;
}

.div-footer-center {
    padding: 6rem 0 0 2rem;
}

.row-footer-center {
    padding: 0 0 15px 0;
}

.row-footer-center h4 {
    padding: 0;
    margin: 0;
}

footer select {
    margin: 0;
}

footer .fa-circle {
    font-size: 12px;
}

.circle-accept {
    color: #fff0;
    background: #bf161b;
}

.circle-online {
    color: #fff0;
    background: #4de667;
}

footer .fa-circle {
    width: 12px;
    height: 12px;
    border-radius: 10px;
}

.icon-select-box {
    position: relative;
    top: 0rem;
    left: -3rem;
}
.bottom-footer ul li a{
    border: 0px !important;
}

@media (max-height: 760px) {
    .carousel-inner {
        height: 500px !important;
    }
    header {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .icon-select-box {
        position: relative;
        top: -2.5rem;
        left: 26rem;
    }
    .content-footer {
        padding-top: 5rem;
        padding-bottom: 7.5rem;
    }
    .div-footer-center {
        padding: 0 0 0 3rem;
    }
    .div-footer-center .statistic {
        padding: 6rem 0 0 0;
    }
    .small-icon-footer {
        padding: 1rem 0 0 0;
    }
    .small-icon-footer img {
        padding: 1.3vw 0 0 1vw;
    }
    .row-footer, .row-count-accept {
        display: block;
    }
    .row-footer-center {
        padding: 0 0 1.5rem 0;
    }
    .row-footer-center h4 {
        margin: 0;
    }
    footer select {
        margin: 0;
    }
    footer .fa-circle {
        padding-right: 1rem;
    }
    .footer-logo img {
        width: 100%;
    }
    .text-logo h6 {
        line-height: 2rem;
        font-size: 10pt;
    }
    .row-footer-center .tittle-footer {
        padding: 2rem 0 0 0;
    }
    .navbar li {
        padding: 0px 10px 0 0;
    }
    .dropdown-menu li a {
        padding: 10px 15px !important;
    }
    .navbar a {
        font-size: 11pt;
    }
}

@media (max-width: 767px) {
    .navbar a {
        color: #000;
    }
    .header-left {
        position: absolute;
    }
    .navbar {
        background: white
    }
    .navbar li {
        height: auto;
    }
    .navbar-toggle .icon-bar {
        background-color: #000;
        width: 3rem;
        height: .4rem;
    }
    .nav-payment .dropdown-menu {
        position: relative;
        box-shadow: none;
        display: block;
        float: none;
        background: none;
        border: 0px;
        color: #000;
    }
    .navbar li a:hover, .navbar li a:focus {
        padding-bottom: 0px;
        border-bottom: none;
    }
    .navbar .active>a {
        border-bottom: 0px;
    }
    .nav-payment .dropdown-menu li:hover {
        background: none;
    }
    .nav-payment .dropdown-menu li a {
        color: #000;
        border: 0px;
    }
    .text-xs-center {
        text-align: center;
    }
    .row-footer, .row-count-accept {
        display: block;
    }
    .procedure-image {
        width: 70%;
    }
    .content-footer {
        padding: 3rem 0 2rem 0;
        border-bottom: 1px solid #e4ecf2;
    }
    .div-footer-center {
        padding-bottom: 0;
        border-left: 0px;
        border-right: 0px;
        padding-left: 1.5rem;
    }
    /* header-bottom */
    .header-bottom {
        text-align: center;
        margin-top: -2rem;
    }
    /* header-bottom-right */
    .header-bottom-right {
        text-align: center;
    }
    .header-bottom-right ul {
        list-style: none;
        padding: 0px;
    }
    .header-bottom-right ul li {
        display: inline-block;
        margin-right: 10px;
        color: #d8e2ea;
    }
    .header-bottom-right ul li a {
        color: #708099;
        font-size: 10.4pt;
        transition: 0.3s
    }
    .header-bottom-right ul li a:hover {
        color: #286ed4;
        text-decoration: none;
    }
    /* header*/
    .header-bottom {
        margin: -5.5rem 0 0 0;
    }
    .text-logo h4 {
        font-size: 4.3vw;
    }
    .text-logo h5 {
        font-size: 3.7vw;
        ;
        font-weight: normal;
    }
    .header-bottom-left {
        /* border-bottom: 1px solid #d8e2ea; */
        padding-bottom: .5rem;
    }
    .header-bottom-right {
        padding: 1rem 0 0 0;
        border-bottom: 1px solid #f2f5f7;
        border-top: 1px solid #f2f5f7;
    }
    .header-bottom-right img {
        padding-right: .5rem;
        padding-bottom: 1rem;
    }
    .header-bottom-right li {
        /* padding: 0px 1.8rem; checkpoin*/
        padding: 0 1rem;
        ;
    }
    .header-bottom-right ul {
        margin-bottom: 0px;
    }
    /* navbar */
    .navbar-header .navbar-toggle {
        padding-top: 2rem;
        padding-left: 3rem;
    }
    /* footer */
    .footer-logo img {
        width: 100%;
        padding: 2rem 4rem;
    }
    .text-center img {
        padding-left: 0;
        padding-top: .8rem;
    }
    .row-info {
        text-align: left;
        padding-left: 0;
    }
    .text-logo h6 {
        font-size: 12px;
    }
    .row-footer-center h4 {
        padding-bottom: 0rem;
    }
    .row-footer-center {
        padding-bottom: 1.5rem;
    }
    .row-footer-center .tittle-footer {
        padding: 0 0 0 0;
    }
    .row-footer-center {
        margin: 0 0 1rem 0;
    }
    .bottom-footer ul li a {
        padding: 2.5vw;
        font-size: 3.3vw;
    }
    .bottom-menu {
        border-bottom: 1px solid #d8e2ea;
        padding: 0 0 2.5rem 0;
    }
    .name-company {
        padding: 1.5rem 0 0 0
    }
    footer select {
        width: 72vw;
        margin-top: -1vw;
    }
    .small-icon-footer img {
        padding: 4px 0 0 0;
    }
}

.row-footer-center select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 1200px) {
    .footer-logo {
        margin-bottom: 7rem;
    }
    .footer-logo .img-logo {
        margin: 0;
        padding: 3px 0 0 0;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .icon-select-box {
        position: relative;
        top: -2.5rem;
        left: 26rem;
    }
    .div-footer-center {
        padding: 8rem 0 0 2rem;
    }
    .content-footer .footer-logo img {
        max-width: 100%;
    }
    .small-icon-footer img {
        padding: 5px 0;
    }
    .text-logo h6 {
        font-size: 9.5pt;
    }
}
