body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none;
    font-size: 14px;
}

#tpShipping {
    overflow-x: hidden;
}

.slide > a:HOVER {
    color: #ffffff;
}

/* Hidden Logo RECaptcha */
.grecaptcha-badge {
    display: none !important;
}

a {
    text-decoration: none;
    font-family: Helvetica;
}

#fbMessenger {
    border-radius: 5px 5px 0 0;
    width: 158px;
    text-align: center;
    background: green;
    color: #fff;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    bottom: 0;
    right: 10px;
    padding: 5px 0;
    font-size: 14px;
    text-decoration: none
}

#fbMessenger i {
    font-size: 20px;
    padding-right: 5px
}

/* *{
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
} */
.glyphicon-picture {
    font-size: 20px;
    color: #c90000;
}

.glyphicon-signal {
    font-size: 20px;
    color: #c90000;
}

.glyphicon-transfer {
    font-size: 20px;
    color: #c90000;
}

.contactEmailAdd:before {
    content: attr(data-user)
}

.contactEmailAdd:after {
    content: attr(data-domain)
}

/* css media follow screen */
/* Smartphones ----------- */
@media (min-width: 0px) {
    .trialSlide h1 {
        display: none;
    }

    .trialSlide h2 {
        display: none;
    }

    .trialSlide h3 {
        display: none;
    }

    .btnSlide {
        margin-top: 1em;
    }

    .headertopleft {
        padding-left: 15px;
        margin-top: 10px;
    }

    .padheadertop {
        padding-left: 0px;
        padding-right: 0px;
        text-align: right;
    }

    .fa-menu {
        right: 10px;
    }

    .header-trial {
        margin-top: 10px;
    }
}

/* Tablet ----------- */
@media (min-width: 768px) {
    .trialSlide {
        margin-top: 6em;
        margin-left: 10em;
    }

    .trialSlide h1 {
        text-align: right;
        color: #183d50;
    }

    .trialSlide h3 {
        text-align: right;
        color: #183d50;
    }

    .trialSlide a {
        float: right;
    }

    .headertopleft {
        padding-left: 0px;
        margin-top: 0px;
    }

    .padheadertop {
        padding-left: 0px;
        text-align: left;
    }

    .display-m {
        display: none;
    }

    .header-top-icon-mail {
        padding-left: 10px;
    }

    .disvertical {
        display: flex;
        align-items: center;
    }

}

/* desktop ------------ */
@media (min-width: 1024px) {
    .trialSlide {
        margin-top: 6em;
        margin-left: 3em;
    }

    .trialSlide h1 {
        text-align: right;
        color: #000;
    }

    .trialSlide h3 {
        text-align: right;
        color: #000;
    }

    .trialSlide a {
        float: right;
    }

    .headertopleftin {
        float: right;
    }

    .headertopleft {
        padding-left: 0px;
        margin-top: 0px;
    }

    .padheadertop {
        padding-left: 0px;
        text-align: left;
    }

    .header-top-icon-mail {
        padding-left: 20px;
    }
}

/* end css media follow screen */
/* header Css */
.headertop {
    background: #2f373a;
    display: block !important;
}

.header-top {
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 8px;
    padding-left: 0px;
}

.header-trial {
    color: #fff !important;
    margin-left: 4px;
    padding: 6px 18px;
    background-color: #149249;
    border-radius: 4px;
}

.header-top a {
    color: #a9a9a9;
    white-space: nowrap
}

.padheader {
    padding-left: 0px;
}

.header-top a:hover {
    text-decoration: underline
}

@media (max-width: 767px) {
    .headerdk {
        padding-right: 5px;
    }

    .headerdn {
        padding-left: 5px;
    }
}


/*css menu*/
.navbar {
    margin-bottom: 0px;
}

.header img {
    height: 50px;
}

.navbar-brand {
    padding: 5px 15px;
    padding-top: 0;
}

.navbar {
    background-color: #fff;
    background-repeat: no-repeat;
    border-bottom: 1px solid #178ACC;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background-repeat: no-repeat;
}

.navbar-default {
    background-image: none;
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    padding-right: 1em;
}

.navbar-default .navbar-nav > li > a {
    display: block;
    padding: 15px 10px;
    position: relative;
}

@media (min-width: 768px) {
    .nav li.dropdown:hover > ul {
        display: block;
    }

    .nav li.dropdown:hover > a > span {
        color: #fff;
        background-color: #444444;
    }

    .navbar-default .navbar-nav > li > ul > li > a:hover > span {
        color: #fff;
        background-color: #444444;
    }
}

.nav li.dropdown > ul {
    left: 0px;
    right: auto;
}

.navbar-default .navbar-nav > li > a > span {
    color: #000;
    padding: 3px 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.navbar-default .navbar-nav > li > ul > li > a > span {
    color: #000;
    padding: 4px 6px;
    border-radius: 4px;
}

.dropdown-menu > li > a {
    text-align: left;
    font-weight: 600;
}

.arrow:after, .arrow-div:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 20px;
    margin-left: -20px;
}

.arrow:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #DDDDDD;
    border-width: 27px;
    margin-left: -27px;
}

.nav li.dropdown > ul {
    left: 8px;
}

/*end css menu*/
/* css slide */
/*jssor slide style*/
/* jssor slider bullet navigator skin 21 css */
/*
                .jssorb21 div           (normal)
                .jssorb21 div:hover     (normal mouseover)
                .jssorb21 .av           (active)
                .jssorb21 .av:hover     (active mouseover)
                .jssorb21 .dn           (mousedown)
                */
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    background: url(../img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb21 div {
    background-position: -5px -5px;
}

.jssorb21 div:hover, .jssorb21 .av:hover {
    background-position: -35px -5px;
}

.jssorb21 .av {
    background-position: -65px -5px;
}

.jssorb21 .dn, .jssorb21 .dn:hover {
    background-position: -95px -5px;
}

/* jssor slider arrow navigator skin 21 css */
/*
                .jssora21l              (normal)
                .jssora21r              (normal)
                .jssora21l:hover        (normal mouseover)
                .jssora21r:hover        (normal mouseover)
                .jssora21ldn            (mousedown)
                .jssora21rdn            (mousedown)
                */
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../img/a21.png) center center no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21rdn {
    background-position: -303px -33px;
}

.textSlide {
    position: absolute;
    z-index: 100;
}

#btnpop {
    /* border-radius: 4px; */
    background-color: #8bc12f;
    font-size: 2em;
    padding: 5px 1.5em 4px;
    color: #fff;
    /* box-shadow: 0px 3px 0px #5e7e22; */
    position: relative;
}

.modal-content {
    margin-top: 10%
}

/*  Forms*/
.formSlide {
    float: right;
    width: 80%;
    margin: 0 auto;
}

.widget .widget-header h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 0.5em;
}

.banner-form {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, 0.4);
}

/* form css */
.widget .widget-header {
    height: 4em;
}

.widget .widget-content {
    padding-left: 1em;
    padding-right: 1em;
}

.widget {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .old {
        display: none;
    }
}

/* end slide show css */
.slidebanner {
    position: relative;
    float: right;
}

.slide_panel {
    width: 70px;
    position: absolute;
    top: 0;
    /* right: -380px; */
    right: 0px;
    background: url(../images/css/dotted-pattern-2.png) repeat top left;
    color: #fff;
    border-left: 2px solid #fff;
    text-shadow: 0px 0px 30px black;
    height: 100%;
}

.openform {
    width: 70px;
    height: 100%;
    position: relative;
    left: -37px;
    cursor: pointer;
    background: url(../images/css/open.png) no-repeat left center;
}

.slide_panel div.openform:hover {
    width: 70px;
    height: 100%;
    position: relative;
    left: -31px;
    cursor: pointer;
    background: url(../images/css/open.png) no-repeat right center;
}

/* css content index */
.learn-more-button {
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 7px 35px;
    margin-top: 20px;
}

.learn-more-button:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/*content*/
.introduction {
    margin-top: 3em;
    margin-bottom: 1em;
}

.introduction h3 {
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1.2em;
}

.introduction h3 > a {
    color: #333;
}

.introduction p {
    padding-right: 1em;
}

.ct1-intro > div {
    margin-bottom: 30px;
    min-height: 150px;
}

#log-caculate fieldset {
    margin-bottom: 12px
}

.icFace {
    color: #337ab7;
    font-size: 29px;
    vertical-align: middle;
    padding-right: 8px;
}

.shipService {
    text-align: center;
    margin-top: 20px;
}

.shipService > span {
    width: 40%;
    margin: 2px 7px;
    display: inline-block;
    vertical-align: top;
    height: 45px;
}

.shipService > span img {
    width: 100%;
    max-height: 100%;
}

.readmore {
    padding-left: 1em;
    margin-bottom: 1em;
}

h3.design:before {
    content: url(../images/css/iconDesign.png);
    display: block;
    float: left;
    margin-right: 5px;
}

h3.manage:before {
    content: url(../images/css/iconManage.png);
    display: block;
    float: left;
    margin-right: 5px;
}

h3.service:before {
    content: url(../images/css/iconService.png);
    display: block;
    float: left;
    margin-right: 5px;
}

.introduction p {
    font-weight: 400;
}

.learn-more {
    margin-top: 1.5em;
}

.learn-more a {
    font-weight: bold;
    color: #c80000;
    padding-top: 1em;
}

.learn-more a:HOVER {
    color: #ff0e0e;
}

.features h1 {
    margin-top: 2em;
    color: #444444;
    margin-bottom: 1.5em;
}

.features p {
    margin-top: 0.5em;
    font-style: italic;
    font-size: 1.2em;
    color: #444444;
}

/*css table for contet*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.span6 {
    border: 1px solid #c9c7c7 !important;
    border-radius: 6px;
    margin-bottom: 1em;
}

.pricing-table {
    border: 2px solid #ffffff !important;
    border-radius: 6px;
    text-align: center;
    font-weight: 400;
    border: 6px solid #FFFFFF;
    margin-bottom: 15px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-table-header {
    border-radius: 6px;
    background: #c90000;
    max-height: 9.8em;
}

.rounded {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pricing-table.green {
    text-align: center;
    font-weight: 400;
    border: 6px solid #2ECC71;
}

.pricing-table.red {
    text-align: center;
    font-weight: 400;
    border: 6px solid #E74C3C;
}

.pricing-table.orange {
    text-align: center;
    font-weight: 400;
    border: 6px solid #F39C12;
}

.pricing-table.dark-blue {
    text-align: center;
    font-weight: 400;
    border: 6px solid #34495E;
}

.pricing-table.blue {
    text-align: center;
    font-weight: 400;
    border: 6px solid #3498DB;
}

.pricing-table-sign-up {
    text-align: center;
    margin-top: 20px;
}

.pricing-table-features p {
    padding: 5px 20px;
    text-align: left;
}

.pricing-table-features, .pricing-table-space {
    background: #fff;
}

.pricing-table p {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-top: 5px;
    font-weight: bold;
    background: #fff;
    min-height: 4.5em;
    margin-left: 1em;
    margin-right: 1em;
    font-style: normal;
    text-align: justify;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

.pricing-table p strong {
    font-weight: 600;
}

/********************************* BOX HEADER ********************************/
.pricing-table .pricing-table-header {
    color: #fff;
    padding: 0px;
}

.pricing-table-header .heading {
    font-size: 1.5em;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}

/**************************** COLOR BOX HEDER ***************************/
.pricing-table.orange .heading {
    background: #F39C12;
}

.pricing-table.green .heading {
    background: #2ECC71;
}

.pricing-table.red .heading {
    background: #E74C3C;
}

.pricing-table.dark-blue .heading {
    background: #34495E;
}

.pricing-table.blue .heading {
    background: #3498DB;
}

.pricing-table .pricing-table-header .price-value {
    background: #f3f3f3;
}

.pricing-table.red .pricing-table-header .price-value {
    background: #C0392B;
}

.pricing-table.orange .pricing-table-header .price-value {
    background: #D35400;
}

.pricing-table.green .pricing-table-header .price-value {
    background: #27AE60;
}

.pricing-table.dark-blue .pricing-table-header .price-value {
    background: #2C3E50;
}

.pricing-table.blue .pricing-table-header .price-value {
    background: #2980B9;
}

.pricing-table-header .price-value {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    background: #1ABC9C;
}

.pricing-table-header .price-value span {
    font-size: 300%;
}

.pricing-table-header .price-value span img {
    margin: auto;
}

.pricing-table-header .price-value span.mo {
    font-size: 200%;
}

.btntable {
    border-radius: 4px;
    background-color: #444444;
    font-size: 1.5em;
    padding: 8px 2em;
    color: #fff
}

.pricing-table-sign-up a:HOVER {
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contentMore {
    margin-top: 5em;
}

.contentMore p {
    margin-top: 2em;
}

.contentReadMore {
    margin-top: 2em;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
    .even {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .old {
        display: none;
    }
}

#tpShipping > div:nth-child(9) > div.col-xs-12.col-sm-6.col-md-6.old {
    margin-bottom: 2em;
}

.under {
    margin-bottom: 2em;
}

.customer {
    background: url("../images/css/ter.png") center fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.customer h2 {
    color: #fff;
    text-transform: uppercase;
}

.customer h3 {
    color: #fff;
}

.customer p {
    margin-top: 1em;
    color: #fff;
}

.cus {
    padding-bottom: 2em;
    padding-top: 2em;
}

.trial h2 {
    padding-top: 1.5em;
    font-weight: lighter;
}

.trial img {
    margin: auto;
    padding-top: 2.5em;
    padding-bottom: 5em;
    max-width: 18em;
}

.terImage img {
    float: right;
}

.terminer p {
    text-align: justify;
    margin-top: 1.5em;
}

.terminallogo img {
    margin: auto;
    margin-top: 1em;
}

.industry p {
    color: #444444;
    margin-top: 1em;
}

.btnter {
    background-color: #c90000;
    padding: 5px 40px 4px;
    color: #fff;
}

.righter {
    margin-top: 2em;
}

.righter a {
    margin-right: 2em;
}

.industry {
    position: absolute;
    margin-top: 3em;
    right: 0px;
    background: #fff url(../images/css/corner.png) no-repeat right top;
    color: #000;
    padding: 10px 35px 10px 35px;
}

.trial {
    margin-bottom: 3em;
    margin-top: 4em;
}

.trial h2 {
    text-align: left;
    padding: 20px;
}

.trial p {
    text-align: left;
    /* margin-top: 1em; */
    padding-left: 10px;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
    .trial p {
        line-height: 10px;
    }
}

#tpShipping > div.container.trial > div:nth-child(2) > div.col-xs-12.col-sm-6.col-md-4 > div.btnTrial {
    margin-top: 1em;
}

.btnTrialup {
    border-radius: 4px;
    background-color: #c90000;
    font-size: 1.4em;
    padding: 0.6em 1.95em 0.6em;
    color: #fff;
}

.btnTrialunder {
    border-radius: 4px;
    background-color: #444444;
    font-size: 1.4em;
    padding: 0.6em 2.4em 0.6em;
    color: #fff;
    margin-top: 2em;
}

/*footer*/
.footer {
    color: #888;
    background: none repeat scroll 0% 0% #ecedef;
    text-align: left !important;
}

.footer-static-container {
    color: #888888;
    font-size: 13px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-static-container .container {
    background: #ecedef
}

.footer-static-inner {
    padding: 10px 0 30px;
}

.footer-static-title {
    margin-bottom: 5px;
}

.footer-static-title h3 {
    color: #2f373b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px
}

.footer-static-content ul li {

}

.footer-static-content p {
    padding: 0px;
}

.footer-static-content ul li a {
    color: #2f373b;
}

.footer-dynamic-content ul li a {
    color: #2f373b;
}

.footer-static-content ul li a:hover {
    color: #959eaf;
    padding-left: 6px;
    text-decoration: none
}

.footer-static .link-follow li {
    display: inline-block;
}

.footer-red {
    color: #c42026;
}

.footer-hotline {
    font-size: 18px;
    font-weight: 600;
    padding: 7px 0;
}

.facebook {
    color: #3b579d !important;
}

.twitter {
    color: #58a2df !important;
}

.google {
    color: #dc5134 !important;
}

.youtube {
    color: #be2415 !important;
}

.footer-static .link-follow .fa {
    font-size: 25px;
    display: block;
    width: 30px;
    height: 35px;
    margin: 0 2px;
    outline: none;
    position: relative;
    margin-right: 3px;
}

.footer-static .link-follow .first .fa {
    width: 25px
}

.footer-static .link-follow .fa:hover {
    text-decoration: none;
    color: #eeeeee;
    padding: 0
}

.footer-static
.link-follow .fa,
.banner-home-content
.banner-box-inner,
.footer-static-content ul li a,
.bx-wrapper
.bx-controls a,
.flex-direction-nav a {
    transition: all 0.3s ease-in-out 0s;
}


.footer {
    margin: 0 auto;
}

.footer .footer-inner {
    padding: 10px 0 0px;
    background: #ecedef;
    overflow: hidden;
}

.footer .store-switcher {
    display: inline;
    margin: 0 5px 0 0;
    color: #fff;
}

.footer .store-switcher label {
    font-weight: normal;
    vertical-align: middle;
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .bugs {
    margin: 13px 0 0;
    color: #ecf3f6;
}

.footer .bugs a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0;
    font-size: 12px
}

.footer address a {
    color: #ecf3f6;
    text-decoration: none;
}

.footer address a:hover {
    text-decoration: underline;
}

.footer ul {
    display: block;
    padding: 0px;
}

.footer_payment {
    display: inline-block;
    margin: 10px 0 0
}

.footer ul.links {
    display: block;
    text-align: right;
}

.footer li {
    padding: 8px 7px 0 4px;
    list-style: none;
}

.footer ul.links li a {
    color: #fff;
    text-decoration: underline;
}

.footer ul.links li a:hover {
    color: #1e7ec8;
}

.footer li.last {
    background: none !important;
    padding-right: 0 !important;
}

.footer-container .bottom-container {
    margin: 0 0 5px;
}

.footer-static-content > img {
    max-width: 180px;
    display: block;
    margin-top: 40px;
}

.footer-bottom {
    background-color: #2f373a;
    color: #fff;
    padding: 15px 0 5px 0;
}

.footer-bottom p {
    font-size: 12px;
}

#tagFooter {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-size: 12px;
    margin: 0;
}

#tagFooter p {
    font-size: 12px;
}

#tagFooter a {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

#tagFooter a:nth-child(1) {
    padding-left: 0;
}

#tagFooter a:HOVER {
    color: #c42026;
}

/* form online footer */
.block-subscribe .block-content {
    padding: 0px;
    background: none repeat scroll 0% 0% transparent;
}

.block-subscribe label {
    font-weight: normal;
    color: #666;
    display: none;
}

.block-subscribe input.input-text {
    display: inline-block;
    width: 200px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    height: 30px;
    line-height: 30px;
    background: none no-repeat scroll 0% 0% transparent;
    color: #FFF;
    border: 1px solid #3C3D4B;
}

.block-subscribe .actions {
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
    margin: 10px 0px 0px;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
}

.block-subscribe .actions button.button span {
    padding: 0px 10px;
    line-height: 32px;
    height: 30px;
    font-size: 11px;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    background: none repeat scroll 0% 0% transparent;
    cursor: pointer;
}

button.button span {
    display: block;
    background: none repeat scroll 0% 0% #575B70;
    padding: 1px 10px;
    font: 12px/20px Open Sans Light, Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #FFF;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .supportandev {
        padding-bottom: 25px;
    }

    .footer .footer-inner {
        padding-bottom: 20px;
    }
}

.supportandev {
    margin-top: 5px;
}

.supportphone {
    background: red;
    padding: 6px;
    border-radius: 5px;
}

.supportphone {
    background: red;
    width: 160px;
    float: right;
    margin-bottom: 10px;
}

.socialLogo {
    display: inline-block;
    height: 50px;
    width: 150px;
    margin: 0 5px;
    background: url(../images/css/signins.png) no-repeat
}

.socialLogo.logoFacebook {
    background-position: 0 -50px
}

.logoFacebook:hover {
    background-position: -150px -50px
}

.logoFacebook:active {
    background-position: -300px -50px
}

.socialLogo.logoGoogle {
    background-position: 0 -100px
}

.logoGoogle:hover {
    background-position: -150px -100px
}

.logoGoogle:active {
    background-position: -300px -100px
}

#tpShipping > div.container > div > div:nth-child(1) > div > div.inner-page > div.separator {
    width: 80%;
}

#tpShipping > div.container > div > div:nth-child(2) > div > div.inner-page > div.separator {
    width: 80%;
}

#tpShipping > div.container > div > div:nth-child(1) > div > div.inner-page > div.logo > h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tpShipping > div.container > div > div:nth-child(1) > div > div.inner-page > div.login-box.center-block > div > p:nth-child(1) > a:HOVER {
    color: #444444;
}

#tpShipping > div.container > div > div:nth-child(1) > div > div.inner-page > div.login-box.center-block > div > p:nth-child(2) > a:HOVER {
    color: #444444;
}

.page-login .login-box {
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .page-login .login-box {
        width: 100%;
    }
}

.panel-info {
    margin-top: 5em;
}

/* intro */
.introHeader {
    background-color: #4a4a4a;
    min-height: 170px;
}

.introHeader h1 {
    margin-top: 2em;
    padding-left: 1em;
    color: white;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: inherit;
}

.introHeader p {
    padding-left: 2.6em;
    color: white;
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 4em;
}

.introFeature1 img {
    margin: 3em auto;
}

.introFeature1 {
    margin-top: 1em;
}

.introFeature1 h3 {
    text-transform: uppercase;
    padding-left: 1em;
    color: #c90000;
}

.introFeature1 p {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
}

.introFeature2 {
    margin-bottom: 2em;
}

.introFeature2 h2 {
    text-transform: uppercase;
    color: #c90000;
    font-size: 2.4em;
    margin-top: 2em;
    text-align: center;
    font-weight: 600;
}

.introFeature2 h3 {
    font-size: 2.4em;
    margin-top: 1em;
}

.introFeature2 img {
    margin-top: 2em;
}

.introFeature2 p {
    margin-top: 1em;
}

.introPolicy {
    background-color: #2d4d92;
}

.introPolicyCon {
    margin-top: 3em;
    margin-bottom: 2em;
}

.introPolicy h3 {
    color: white;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
}

.introPolicy p {
    color: white;
}

.introTrial {
    min-height: 350px;
}

.introTrial h2 {
    font-size: 2.7em;
    text-align: center;
    margin-top: 3em;
}

.btnIntroTriala {
    margin: 1em auto;
    text-align: center;
}

.btnIntroTrial {
    border-radius: 4px;
    background-color: #c90000;
    font-size: 24px;
    padding: 0.3em 2em 0.3em;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-family: hevertical;
}

@media (min-width: 768px) {
    .disvertical {
        display: flex;
        align-items: center;
    }
}

.feature-header {
    text-align: center;
    padding-top: 15px;
}

.feature-header h1 {
    font-size: 33px;
    line-height: 35px;
    text-transform: initial;
    padding: 35px 0 5px;
}

.nav-stacked > li {
    border: none;
}

.tabbable ul li a {
    color: #444444;
}

.feature-content img {
    margin: 0 auto;
}

.tabbable > h3 {
    font-size: 25px;
    color: #c80000;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
}

.f-icon {
    font-size: 25px;
    width: 30px;
}

/*Thiết kế website bán hàng*/
#websiteBanner {
    background: url("/img/bannerTemplate.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 350px;
    margin-bottom: 30px;
}

#websiteBannerLeft {
    margin-top: 100px;
    padding-left: 100px;
}

#websiteBannerRight {
    background: url("/img/macbookTemplate.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 288px;
    margin-top: 70px;
}

#websiteRegister {
    background: #F4F4F4;
}

#websiteRegister #headWebsiteRegister {
    text-align: center;
}

#websiteRegister #headWebsiteRegister p {
    text-align: center;
}

#websiteFormRegister input {
    border: 1px solid #cccccc;
    padding: 5px;
}

/*Trang khuyến mại*/
#alertCities {
    background: none repeat scroll 0% 0% rgb(221, 221, 221);
    padding: 10px 0px;
    margin-top: 20px;
}

#alertCities li {
    display: inline-block;
    padding: 0 10px;
    width: 200px;
}

/*Trang tạo vận đơn*/
#frmCreateOrder .input-group-addon {
    padding: 5px;
    color: #ccc;
}

#frmCreateOrder fieldset {
    margin: 0px;
}

#frmCreateOrder input, #frmCreateOrder select, #frmCreateOrder textarea {
    border: 1px solid #CCC;
    padding: 5px;
}

#frmCreateOrder select {
    padding: 5px;
}

#frmCreateOrder textarea {
    padding: 5px;
}

#frmCreateOrder div[class*="col-"] .form-group {
    margin-left: 0;
    margin-right: 0;
}

/*Trang tra cứu vận đơn*/
#lookupOrder {
    margin-top: 30px;
}

#frmLookupOrder input {
    padding: 3px;
    border: 1px solid #CCC;
}

#frmLookupOrder .form-group .control-label {
    width: 100%;
}

#frmLookupOrder .form-group {
    margin: 0px;
}

#lookupOrder legend {
    margin-bottom: 10px;
}

#frmRateOrder .form-group .input-group .input-group-addon {
    padding-left: 6px;
    padding-right: 6px;
    border-left: none;
}

#price, #weight, #length, #width, #height {
    border-right: none !important;
}

#frmIndexOrder.form-inline {
    padding: 0;
}

#orderSteps {
    margin: 20px 0
}

#frmIndexOrder.form-inline .datepicker {
    margin: 0px;
}

#frmIndexOrder input {
    padding: 3px;
}

#frmIndexOrder select {
    padding: 7px;
    border: 1px solid #ccc;
}

/*Trang bảng giá*/
#tablePriceHead {
    background: none repeat scroll 0 0 rgb(218, 218, 218);
}

#tabsPrice {
    text-align: center;
    margin-top: 30px;
}

#tabsPrice ul {
    list-style: none;
}

#tabsPrice ul li {
    display: inline-block;
    padding: 0px;
}

#tabsPrice ul li a {
    background: none repeat scroll 0 0 #b5b3b3;
    color: #fff;
    font-weight: bolder;
    padding: 10px 50px;
    display: block;
}

#tabsPrice ul li a.active, #tabsPrice ul li a:hover {
    background: none repeat scroll 0 0 #c90000;
}

#contentService .ser .headSer {
    background: none repeat scroll 0 0 #34495e;
    border-radius: 10px 10px 0 0;
    color: #fff;
    height: 135px;
}

#contentService .ser .headSer h3 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

#contentService .ser .headSer h1 {
    font-size: 25px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

#contentService .padding0 {
    padding: 0px;
}

#contentService .ser .listFeatures {
    /*border-left: 1px solid #e3e7ea;*/

}

#contentService .ser .listFeatures ul {
    list-style: none;
    padding: 15px 20px;
}

#contentService .ser {
    border-bottom: 1px solid #e3e7ea;
    border-left: 1px solid #e3e7ea;
    line-height: 30px;
    border-radius: 0 0 10px 10px;
}

#contentShipping, #contentDomain, #contentPromotion {
    display: none;
    margin-top: 50px;
}

.ser .footSer .btnRegister {
    background: none repeat scroll 0 0 #c90000;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 20px;
    padding: 10px 50px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}

#tablePriceHead #startNow {
    background: none repeat scroll 0 0 #c90000;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    display: inline-block;
}

#contentPromotion fieldset {
    margin-bottom: 0px;
}

/*policy*/
.policy h1 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.policy {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.policy h3 {
    font-weight: 600;
}

.policy p {
    text-align: justify;
}

#exampleModal > div.modal-dialog > div > div > div.widget-content > form > div:nth-child(5) > div {
    text-align: center;
}

#exampleModal > div.modal-dialog > div > div > div.widget-content > form > div:nth-child(5) > div > button {
    background: #c90000;
    color: #fff;
}

#tpShipping > div:nth-child(3) > div.row.features > div:nth-child(3) > div > p {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.featureC {
    margin-top: 2em;
    margin-bottom: 1.5em;
}

.featureC h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

.regisLogo {
    margin-top: 4em;
}

#headForm {
    margin-top: 1em;
    float: right;
}

.widget {
    margin-bottom: 1em;
}

.btnRed3 {
    background: #c90000;
    color: #fff;
}

.page-register .separator span {
    background: #fff;
}

#menu > ul > li.dropdown > ul > li > a:HOVER {
    background: #fff;
}

/*Trang đăng ký dùng thử*/
#msgAdd {
    margin-top: 30px;
}

#msgAdd #msgAddHead {
    margin-bottom: 50px;
}

#msgAdd #msgAddHead .register14 {
    font-size: 33px;
}

#msgAdd #msgAddHead label {
    color: #c70000;
    font-size: 42px;
}

#msgAdd #msgAddHead #free14 {
    background: url("/img/iconsReg.png") no-repeat scroll -35px -61px rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    height: 66px;
    margin: 15px auto 10px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 700px;
}

#msgAdd fieldset ul {
    padding-left: 20px;
    line-height: 26px;
}

#frmAddMessage select {
    padding: 7px;
}

#frmAddMessage .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/*Trang đăng ký dùng thử thành công*/
#pageSuccess {
    background: none repeat scroll 0 0 #f2f2f2;
    padding: 50px 0px;
}

#pageSuccess h2 {
    color: #c90000;
    height: 50px;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

#pageSuccess a {
    background: none repeat scroll 0 0 #444444;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
    padding: 10px 50px;
}

#pageSuccess #logos {
    background: url("../../../img/iconsSuccess.png") no-repeat scroll 210px -321px rgba(0, 0, 0, 0);
    height: 50px;
    margin-top: 155px;
}

.full-page-wrapper .inner-page {
    padding: 2em 1em;
}

#bannerBaokim {
    position: absolute;
    right: 0;
    z-index: 99999;
}

/*Trang chia sẻ kinh nghiệm*/
#menuExperience {
    padding: 10px;
    border: 1px solid #f3f0f0;
}

h2#title {
    background: none repeat scroll 0 0 #c42026;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 0;
}

#menuExperience li {
    list-style: outside none none;
    padding: 10px;
}

#menuExperience li.active, #menuExperience li:hover {
    background: none repeat scroll 0 0 #eee;
    font-weight: bold;
}

#menuExperience li a {
    color: #e74c3c;
    text-decoration: none;
}

#listArticle {
    padding: 0;
}

#listArticle li {
    border: 1px solid #f0f0f0;
    list-style: outside none none;
    overflow: hidden;
    text-align: justify;
    margin: 10px;
    height: 300px;
    width: 30%;
}

#listArticle li a {
    color: #e74c3c;
    text-decoration: none;
}

#listArticle li img {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

/*Trang tin tức chi tiết*/
#otherArticles {
    background: none repeat scroll 0 0 #fa3b3b;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}

#listOtherArticles {
    list-style: outside none none;
    padding: 10px;
    border: 1px solid #f3f0f0;
}

#listOtherArticles .art {
    padding: 5px;
}

#listOtherArticles .art a {
    color: #e74c3c;
    text-decoration: none;
}

#tpShipping > div.container > div > div:nth-child(2) > div > div.inner-page > div:nth-child(3) > p {
    text-align: center;
}

.demoTemplate {
    margin-bottom: 10px;
}

.demoTemplate > a {
    height: 350px;
    overflow: hidden;
    display: block;
}

.titleSaleOff {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

/*css for website design page*/
.responsive {
    background: url("../images/css/resicon.png") no-repeat scroll left top transparent;
}

.dwresornonesmall {
    width: 95px;
    height: 80px;
    position: absolute;
    right: -26px;
    z-index: 3;
}

.responsivesmall {
    background: url("../images/css/ressmallicon.png") no-repeat scroll left top transparent;
}

.dwtoppage h1 {
    margin-top: 2em;
    text-transform: uppercase;
    font-weight: normal;
}

.shipmentLoginMessasge {
    text-align: center;
    margin-bottom: 20px;
}

.shipmentLoginMessasge h2 {
    font-size: 24px;
}

.shipmentLoginMessasge .btn {
    border-radius: 5px;
}

.shipmentLoginMessasge .reg {
    color: #23527c;
    text-decoration: underline;
}

@media only screen and (min-width: 320px) {
    .dwtoppage h1 {
        font-size: 20px;
    }

    .dwresornonesmall {
        width: 95px;
        height: 80px;
        position: absolute;
        right: -10px;
        z-index: 3;
    }
}

@media only screen and (min-width: 768px) {
    .dwresornonesmall {
        width: 95px;
        height: 80px;
        position: absolute;
        right: -26px;
        z-index: 3;
    }
}

@media only screen and (min-width: 1024px) {
    .dwresornonesmall {
        width: 95px;
        height: 80px;
        position: absolute;
        right: -26px;
        z-index: 3;
    }
}

.dwmenu {
    background: #f9f9f9;
}

@media only screen and (min-width: 320px) {
    .dwresornonesmall {
        top: 360px;
    }

    .dwinfobdown {
        float: right;
        margin-top: 30px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .dwresornonesmall {
        top: 380px;
    }

    .dwinfobdown {
        float: right;
        margin-top: 30px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .dwresornonesmall {
        top: 440px;
    }

    .dwinfobdown {
        float: right;
        margin-right: 0px;
        margin-top: 0px;
    }
}

.dwdemoweb {
    background: #ccc;
}

.imgwebdemo {
    padding: 0 16px;
}

.imgwebdemo img {
    max-width: 100% !important;
}

.infowebdemo h4 {
    float: left;
    color: #333;
    margin: 0;
}


#infowebdemo1 {
    text-transform: uppercase;
    padding-left: 20px;
}


.color {
    height: 30px;
    margin: 0 5px;
    width: 30px;
    padding: 0px;
}

.dwinfobup > a {
    border: 2px solid #e2e2e2;
}

.dwinfobup > a:last-of-type {
    margin-left: 0;
}

.dwinfobup {
    float: left;
    padding-top: 10px;
}

.dwinfobdown > a {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    box-shadow: 0 0 0 1px #b8b8b8;
    margin: 10px 10px 0 0;
}

.dwinfob {
    margin-top: 5px;
}

.infowebdemo {
    margin: 0 1px;
    background: #EDEDED;
    border-top: 2px solid #fff;
}

.leftpagedetail {
    margin-top: 3em;
}

.rightpagedetail {
    margin-top: 3em;
}

.pagedetail {
    margin-top: 3em;
}

.dwregister {
    background: #f9f9f9;
    padding-bottom: 2em;
}

.dwregister h2 {
    text-align: center;
    margin-top: 2em;
    font-size: 24px;
}

.dwservice {
    text-align: center;
}

.dwservice h2 {
    margin-top: 1em;
    font-size: 24px;
}

.dwservice h5 {
    font-size: 1.2em;
    padding-left: 15px;
    padding-right: 15px;
}

.dwservicecontent {
    margin-bottom: 2em;
}

.dwservicecontent h4 {
    font-weight: 600;
}

/*end css for website design page*/

/**
 *css blog page news
 */
#cate-full-content {
    margin-top: 10px;
}

#cate-full-content img {
    max-width: 100%;
}

#cate-full-content p {
    font-size: 16px;
}

#category-sidebar-cate ul {
    padding: 0 5px;
    margin-left: 5px;
}

#category-sidebar-cate li {
    list-style: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

#cate-full-content ul.pagination li {
    font-weight: normal;
    font-size: 13px;
}

#category-sidebar-cate .cate-noneSub {
    border-bottom: 1px solid #eee;
    padding: 10px 3px;
    display: block;
}

.cate-noneSub a {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.cate-submenu a {
    padding-left: 30px;
    padding-right: 0px;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}

#category-sidebar-cate .divider {
    background-color: #e5e5e5;
    height: 1px;
}

#category-sidebar-cate .cate-submenu {
    border-bottom: 1px solid #eee;
    padding: 10px 3px;
    display: block;
}

#category-sidebar-views {
    margin-left: -10px;
    border: 2px solid #d7d7d7;
    margin-top: 20px;
    padding: 5px;

}

.blog-side-facebook {
    margin-left: -10px;
    border: 2px solid #d7d7d7;
    margin-top: 20px;
}

#cate-views-left {
    width: 25%;
    float: left;
}

#cate-views-left img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 3px;
}

#cate-views-right {
    width: 75%;
    float: left;
    padding-left: 4px;
}

#cate-regis {
    background-color: #f2f2f0;
    padding: 25px;
    margin-left: -10px;
    border: 2px solid #d7d7d7;
    margin-top: 20px;
    margin-bottom: 20px;
}

#cate-regis h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#cate-regis a {
    background-color: #149249;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.blog-sidebar-banner {
    margin-left: -10px;
    border: 2px solid #d7d7d7;
    margin-top: 20px;
}

.blog-sidebar-banner img {
    width: 100%;
}

#category-content {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 0px;
    position: relative;
}

#category-content h1 {
    position: absolute;
    top: -34px;
    left: 40px;
    background: red;
    padding: 6px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;

}

.cate-content-1 img {
    border-radius: 10px;
}

.cancel-padding {
    padding: 0px !important;
}

.cate-hotnews-sidebar {
    clear: both;
    margin-bottom: 10px;
}

.article-tags {
    margin-left: -10px;
    border: 2px solid #d7d7d7;
    margin-top: 20px;
}

.timeArticle {
    color: #666;
}

.titleCA {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.titleCA > a {
    color: #333;
}

.breadcrumb > li {
    padding-right: 7px;
    font-size: 13px;
    font-weight: bold;
}

.cate-noneSub > a i.fa {
    font-size: 11px;
    padding-right: 3px;
    opacity: 0.8;
}

.cate-submenu > a i.fa {
    font-size: 10px;
    padding-right: 5px;
    opacity: 0.8;
}

/* end css blog page new */
.article .article-content img {
    max-width: 100% !important;
}

/*css for price page*/
.pricepage {
    background: #ededed;
}

#category-sidebar-cate ul {
    border: 2px solid #d7d7d7;
}

#category-sidebar-cate ul li:HOVER {
    background: #eee;
}

@media only screen and (max-width: 768px) {
    #category-content {
        margin-right: 0px;
    }

    .category-sidebar {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 0px) {
    .pricepagenew h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pricepagenew a {
        border-radius: 4px;
        background-color: #C90000;
        font-size: 1em;
        padding: 0.3em 0.8em;
        color: #FFF;
    }
}

@media only screen and (min-width: 768px) {
    .pricepagenew h1 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .pricepagenew a {
        margin-top: 10px;
        border-radius: 4px;
        background-color: #C90000;
        font-size: 1.2em;
        padding: 0.5em 1em;
        color: #FFF;
    }
}

@media only screen and (min-width: 1024px) {
    .pricepagenew h1 {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .pricepagenew a {
        border-radius: 4px;
        background-color: #C90000;
        font-size: 1.4em;
        padding: 10px 20px;
        color: #FFF;
        margin: 0 auto;
    }
}

.in-trail-regis {
    padding-top: 40px;
    padding-bottom: 30px;
}

.in-form {
    margin-top: 20px;
    text-align: center;
}

.in-trail-regis h3 {
    text-transform: uppercase;
    text-align: center;
}

/*.form-inline .form-control {*/
/*height: 50px;*/
/*border-radius: 5px;*/
/*}*/
.btn-in-green {
    background: #149249 none repeat scroll 0 0;
    border-radius: 5px;
    margin-right: 10px;
    padding: 14px 25px;
    color: #fff;
}

.btn-in-green:HOVER {
    background: #00a114 none repeat scroll 0 0;
    color: #fff;
}

.text-fail {
    color: #c62025 !important;
    font-size: 15px;
}

/*fastregist*/
.wizard {
    background-color: #f7f7f7;
}

.wizard ul li {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.wizard ul li.active {
    background: #c70700 none repeat scroll 0 0;
    color: #fff;
}

.wizard ul li.active .chevron::before {
    border-left: 24px solid #c70700;
}

.wizard ul li .badge.badge-info {
    background-color: #900500;
}

.wizard ul li .badge {
    margin-right: 8px;
    padding: 5px 8px;
    position: relative;
    top: 0px;
}

.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.wizard ul li .chevron {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent #f7f7f7;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 48px 0 48px 24px;
    display: block;
    position: absolute;
    right: -14px;
    top: -24px;
    z-index: 1;
}

.wizard ul li.complete {
    background: #c70700 none repeat scroll 0 0;
    color: #fff;
}

.wizard ul li.complete:HOVER {
    background: #c70700 none repeat scroll 0 0;
    color: #fff;
}

.wizard ul li.complete:hover .chevron::before {
    border-left: 24px solid #c70700;
}

.wizard ul li.complete .chevron::before {
    border-left: 24px solid #c70700;
}

.wizard ul li .badge.badge-success {
    background-color: #900500;
}

.app-install {
    padding: 6px 0px;
}

.btn-app {
    margin: 0px auto;
    padding-left: 15px;
    padding-top: 15px;
}

.btn-app a {
    padding: 8px 15px;
    border-radius: 4px;
    background-color: red;
    color: #fff;
    font-size: 12px;
}

.star-app {
    padding-top: 4px;
    padding-left: 15px;
}

#app-close {
    position: relative;
}

.close-classic {
    position: absolute;
    top: 2px;
    right: 18px;
    font-size: 16px;
    color: #444444;
}

.close-classic:after {
    content: 'X'; /* ANSI X letter */
}

.star-app img {
    max-height: 12px;
}

.carousel-inner .item img {
    width: 100%;
    max-height: 382px;
}

.pricing-table-features span {
    color: #c80000;
    float: left;
    margin: 12px
}

#index-contentMore {
    margin-top: 2.9em
}

#index-contentMore-mg {
    margin-bottom: 2em;
}

.in-trail-regis .form-inline input {
    width: 280px;
    height: 50px;
    border-radius: 5px;
}

.padheader span {
    display: inline-block;
}

#menu5 {
    top: -12px;
    left: 100%;
}

#meta-data-google-review {
    display: none;
}

.headertopleftin {
    white-space: nowrap
}

#bttop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

/* css manual default */
.automManual {
    display: block;
}

#manualToggle {
    color: #c80000;
    font-size: 14px;
    font-weight: bold;
}

.left-sidebar {
    width: 20%;
}

ul.main-menu > li:first-child > .manual-item {
    font-weight: bold;
}

.notifications {
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 15px;
}

#shareFb > div {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

#brArtile {
    padding-top: 20px;
}

hr.fancy-line {
    border: 0;
    height: 1px;
    position: relative;
    margin: 0.5em 0;
}

hr.fancy-line, hr.fancy-line:before {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%);
}

hr.fancy-line:before {
    top: -0.4em;
    height: 0.8em;
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

#feaTitle {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

ul.share-buttons li a {
    color: rgb(138, 142, 144);
}

ul.share-buttons li:last-child {
    margin: 0;
}

ul.share-buttons li a:hover {
    color: rgb(112, 116, 117)
}

ul.share-buttons li {
    display: inline-block;
    vertical-align: top;
}

.share-buttons .fb_iframe_widget {
    width: 135px !important;
}

ul.linkAdmin {
    padding: 0;
}

ul.linkAdmin li {
    list-style: none;
}

ul.linkAdmin li a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #ddd;
    color: #333;
    font-weight: bold;
}

ul.linkAdmin li a:HOVER {
    background: #eee;
}

#titleDefault > h1 {
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}

a.linkText:HOVER {
    color: #0072bd !important;
}

@media screen and (max-width: 768px) {
    .left-sidebar {
        width: 100%;
    }

    .notifications ul {
        padding-left: 15px;
    }

    #filterAffiliate {
        padding-top: 10px;
    }

    .ct1-intro .fa-external-link {
        padding-left: 0px !important;
        font-size: 14px !important;
    }

    .contentMore, #index-contentMore {
        margin-top: 0;
    }

    .calcFeeFrontEnd .col-xs-12 {
        padding: 0;
    }

    #logistic-page .col-xs-12 {
        padding: 0;
    }
}

* {
    margin: 0;
    padding: 0px;
}

#containerMain, #containerMainHeader {
    width: 1140px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
}

a {
    color: #2F2F2F;
    text-decoration: none;
}

ul {
    margin-bottom: 0;
}

.form-inline .form-group {
    margin-right: 5px;
}

.datepicker td {
    text-align: center;
}

.datepicker td.active:active,
.datepicker td.active.active {
    color: #fff;
}

table.table-bordered tbody th,
table.table-bordered tbody td {
    vertical-align: middle;
}

#contentMain img {
    width: 100%;
}

.totalPage {
    display: none;
}

.txtDescription {
    width: 850px;
    margin: -15px auto 10px;
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 10px;
}

/* --- style header --- */
#headerMain {
    background: #fff;
    position: relative;
}

#ctHeader {
    height: 54px;
}

#logoMain img {
    max-width: 100%;
}

#logoMain {
    padding: 6px 0;
}

#menuMain > ul > li > a {
    cursor: pointer;
    font-weight: 500;
    color: #444445;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    padding: 15px 0px;
}

#menuMain > ul > li > a:hover {
    color: #c62025;
}

#menuMain {
    margin-left: -35px;
    position: inherit;
    padding-right: 0;
}

.list-inline > li {
    text-align: left;
    padding: 0px 20px;
    display: inline-block;
}

#ctHeader a {
    text-decoration: none;
}

#menuMain > ul {
    display: flex;
    justify-content: flex-end;
}

#menuMain > ul > li.signIn:hover {
    background: none;
}

#menuMain ul > li.signIn {
    padding: 5px 0px;
}

#menuMain ul > li.signIn a {
    border: 2px solid #ccc;
    padding: 8px 14px;
    border-radius: 15px;
}

#menuMain > ul > li > a:hover {
    color: #c62025;
}

#menuMain a > i {
    font-size: 11px;
}

#headerRight {
    text-align: right;
}

#headerRight > li {
    vertical-align: top;
}

#headerRight > li.signIn > a {
    background: #c62025;
    color: #fff;
    padding: 8px 18px;
    margin-top: 12px;
    border-radius: 30px;
}

#headerRight > li.signIn > a:hover {
    background: #b51422;
    transition: all .2s;
    color: #fff;
}

#headerRight > li > a {
    padding: 19px 0px 18px;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

#headerRight > li > a:hover {
    color: #c62025;
}

ul.menuhover > li:HOVER {
    background: #f0f3f6;
    transition: all .2s;
}

.menuDefault {
    position: relative;
}

.subMenuDefault {
    display: none;
    position: absolute;
    background: #f0f3f6;
    z-index: 9999;
    width: 235px;
    padding: 5px 0;
    left: 0;
    border-top: none;
    box-shadow: 5px 5px 10px -4px #aaa8a8;
    overflow: hidden;
}

.subMenuDefault2 {
    display: none;
    position: absolute;
    background: #f0f3f6;
    z-index: 9999;
    width: 495px;
    padding: 5px 0;
    left: -190px;
    border-top: none;
    box-shadow: 5px 5px 10px -4px #aaa8a8;
    overflow: hidden;
}

.subMenuDefault li, .subMenuDefault2 li {
    list-style: none;
}

.subMenuDefault li a {
    font-size: 14px;
    display: block;
    padding: 11px 15px;
}

.subMenuDefault li:hover a {
    background: #fff;
    color: #c62025;
    transition: all .2s;
}

ul.menuhover > li:hover .subMenuDefault, ul.menuhover > li:hover .subMenuDefault2 {
    display: block;
}

.menuSubColumn3 .subMenuDefault {
    width: 850px;
}

.menuSubColumn3 .subMenuDefault {
    left: -290px;
    padding: 0;
}

.menuSubColumn3 .subMenuDefault .row > div {
    border-right: 1px solid #eae9e9;
    padding: 0px;
}

.menuSubColumn3 .subMenuDefault2 .row > div {
    padding: 0px;
}

.menuSubColumn3 .subMenuDefault2 .row > div:first-child {
    border-right: 1px solid #eae9e9;
}

.subMenuDefault .row > div > a img {
    width: 15%;
    float: left;
    margin-right: 10px;
    padding-bottom: 40px;
}

.menuSubColumn3 .subMenuDefault .row, .menuSubColumn3 .subMenuDefault2 .row {
    margin: 0px;
}

.menuSubColumn3 .subMenuDefault .row > div b {
    display: block;
    padding-bottom: 3px;
}

.menuSubColumn3 .subMenuDefault .row > div span, .menuSubColumn3 .subMenuDefault2 .row > div span {
    font-size: 13px;
    color: #4b4b4b;
    height: 55px;
    display: block;
    overflow: hidden;
}

.menuSubColumn3 .subMenuDefault .row > div span {
    margin-left: 50px;
    padding-right: 0px;
}

.menuSubColumn3 .subMenuDefault .row > div:last-child {
    border-right: none;
}

.menuSubColumn3 .subMenuDefault .row > div a {
    display: block;
    padding: 20px 0px 20px 15px;
    height: 100px;
    color: #5a5a5a;
}

.menuSubColumn3 .subMenuDefault .row > div a:nth-child(1), .menuSubColumn3 .subMenuDefault .row > div a:nth-child(2) {
    border-bottom: 1px dotted #ddd;
}

.menuSubColumn3 .subMenuDefault .row > div a:nth-child(3) {
    height: inherit;
}

.menuSubColumn3 .subMenuDefault2 .row > div a {
    display: block;
    padding: 10px 15px;
}

.menuSubColumn3 .subMenuDefault .row > div a:hover {
    transition: all .5s;
    color: #5a5a5a;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(1) a:nth-child(1):hover {
    background: #d2e3fa;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(1) a:nth-child(2):hover {
    background: #fadedf;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(1) a:nth-child(3):hover {
    background: #afcdf6;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(2) a:nth-child(1):hover {
    background: #ffe4b1;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(2) a:nth-child(2):hover {
    background: #ccd7ec;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(2) a:nth-child(3):hover {
    background: #e4eefc;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(3) a:nth-child(1):hover {
    background: #a5deff;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(3) a:nth-child(2):hover {
    background: #bef8df;
}

.menuSubColumn3 .subMenuDefault .row > div:nth-child(3) a:nth-child(3):hover {
    background: #ffd5b1;
}

.menuSubColumn3 .subMenuDefault2 .row > div a:hover {
    color: #c62025;
    background: #fff;
    transition: all .2s;
}

.menuSubColumn3 .subMenuDefault .row > div > a:last-child {
    margin-bottom: 0;
}

#trial {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 7px 10px;
    border-radius: 5px;
    background: #149249;
    color: #fff;
    font-size: 12px;
}

#itemProducts {
    text-align: center;
}

#itemProducts h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
}

#itemProducts a {
    display: block;
    text-align: center;
    text-decoration: none;
}

#itemProducts a#imgProducts {
    padding: 0 50px;
}

#itemProducts a img {
    display: block;
    padding: 10px 0;
}

#viewMoreProduct {
    margin: 30px auto;
    display: inline-block !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 10px;
}

#viewMoreProduct span {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 9px 15px;
    cursor: pointer;
}

#viewMoreProduct span:HOVER {
    background: #eae7e7;
}

#cusHeader {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    height: 60px;
    box-shadow: 0px 3px 6px #ccc;
}

#ctHeader .fa-angle-down {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.dropdown-menu > li > a {
    font-weight: normal;
    font-size: 13px;
    color: #2F2F2F;
}

.userHeader i,
.userHeader span {
    vertical-align: middle;
}

#userHeader {
    max-width: 160px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.subMenuFirst > li > a > img {
    width: 80px;
}

.subMenuFirst li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.subMenuFirst li > .boxLeft {
    width: 100px;
    margin-right: 10px;
}

.subMenuFirst li > .boxRight {
    font-size: 13px;
    margin-bottom: 0;
}

.subMenuFirst li > .boxRight b {
    display: block;
}

.subMenuFirst li > .boxRight span {
    font-size: 13px;
    color: #4b4b4b;
}

.subMenuDefault.subMenuFirst {
    width: 410px;
}

.subMenuDefault.subMenuFirst > li {
    border-bottom: 1px solid #eae9e9;
}

.subMenuDefault.subMenuFirst > li:LAST-CHILD {
    border-bottom: none;
}

/* -------- style content ---------*/

#bannerMainAd img,
#bnAdvRight img {
    max-width: 100%;
}

#bannerRight {
    text-align: center;
}

#bannerMainAd {
    position: relative;
    background: #f0f3f6;
    border-bottom: 1px dotted #f0f3f6;
    text-align: center;
}

#ctBanner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#ctBannerRight {
    width: 45%;
    padding: 0;
}

#bnct1 {
    height: 37%;
    padding: 0;
}

#bnct2 {
    height: 45%;
    padding: 0;
}

#bnct1 > a,
#bnct2 > a {
    height: 100%;
    padding: 0;
}

#bannerLeft {
    height: 100%;
}

#bannerLeft p:nth-child(2) {
    text-align: left;
    font-size: 28px;
}

#bannerLeft p {
    text-align: left;
    font-size: 20px;
    color: #333;
}

#bannerLeft p:nth-child(3) {
    font-size: 20px;
}

#bannerLeft p:nth-child(4) {
    font-size: 16px;
}

#bannerLeft h3 {
    font-size: 33px;
    font-weight: 500;
    border-top: 4px solid #d73436;
    margin: 0;
    padding: 20px 0px 10px;
    width: 135px;
    color: #d73436;
}

#btnBanner {
    padding: 12px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #FFF;
    background: #C62025;
    font-size: 15px;
    text-decoration: none;
    margin-top: 30px;
}

#btnBanner:HOVER {
    background: #d73436;
    color: #fff;
}

#bnViewMore {
    color: #0072bd;
    text-decoration: underline !important;
    font-size: 13px;
}

#bannerLeft > div {
    position: relative;
    left: 70px;
    margin-top: 81px;
}

.products {
    margin-top: 10px;
}

.products h2 {
    font-size: 24px;
    overflow: hidden;
    box-sizing: content-box;
    margin-top: 45px;
    font-weight: 700;
}

.products ul > li {
    padding: 4px 0;
    font-size: 14px;
}

.products ul > li > i {
    font-size: 12px;
    color: #e34d3d;
}

.products ul > li > a {
    color: #0078D7;
    padding-top: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

#customerMain {
    background-color: #ddd;
    overflow: hidden;
    padding: 15px 0;
}

#labelCustomer {
    text-align: center;
    margin: 0px 0 25px;
    font-size: 16px;
    font-weight: bold;
    color: #626262;
    position: relative;
}

#labelCustomer > b {
    position: relative;
    background: #ddd;
    padding: 0 10px;
    z-index: 1;
}

#labelCustomer > span {
    position: absolute;
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    left: 0;
    top: 56%;
}

.customer {
    background: none;
}

.customer ul {
    height: 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center
}

.customer ul li {
    max-height: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

.customer ul li:FIRST-CHILD {
    margin-left: 0;
}

.btn-view a {
    padding: 10px 25px;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px #42464e;
}

.btn-view a > i {
    font-size: 10px;
    padding: 0 7px;
    position: relative;
    top: -1px;
}

.btn-view a:hover {
    background: #c62025;
    color: #fff;
    transition: all .2s;
    text-decoration: none;
    box-shadow: none;
}

#bannerAdv {
    margin-top: 50px;
    background: #fbfbfb;
    overflow: hidden;
    box-shadow: 0 0px 8px 1px rgba(49, 49, 49, 0.1);
}

#bnAdvLeft {
    position: relative;
    padding-top: 4%;
    padding-left: 5%;
}

#bnAdvLeft h3 {
    font-size: 30px;
    font-weight: 400;
}

#bnAdvLeft p {
    text-align: left;
    font-size: 16px;
}

#svPriceDetail .title {
    text-align: center;
    padding: 30px 0;
}

#svPriceDetail .title h2 {
    color: #30373b;
    font-size: 29px;
    font-weight: bold;
}

#svPriceDetail .title p {
    color: #767676;
    font-size: 19px;
    text-align: center;
}

#serviceItem > div img {
    width: 100%;
}

#serviceItem > div {
    margin-bottom: 30px;
}

#serviceItem > div > div {
    padding: 0 30px 0;
    background: #f6fcfc;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
}

#serviceItem h2 {
    text-transform: uppercase;
    color: #2a2c2e;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
}

#serviceItemDes {
    min-height: 80px;
    text-align: center;
}

#serviceItemPrice {
    text-align: center;
}

#serviceItemPrice b {
    font-size: 16px;
    text-transform: uppercase;
}

#serviceItemPrice span {
    font-size: 25px;
    display: block;
}

#viewPrice {
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

#serviceItem {
    overflow: hidden;
}

#serviceItem > div:HOVER {
    webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    cursor: pointer;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#serviceItem > div > div#viewPriceDetail {
    background: #e0e4e4;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#serviceItem > div:HOVER #viewPriceDetail {
    background: #1666a2;
}

#serviceItem > div:HOVER #viewPriceDetail > a {
    color: #fff;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.products.remarketing {
    margin-top: 0;
}

#labelMar {
    padding: 50px 0;
    margin: 0;
    font-size: 30px;
    text-align: center;
}

/*----- style slider --------------*/
.carousel-indicators li,
.carousel-indicators li.active {
    width: 7px;
    height: 7px;
    margin: 1px 3px;
}

.carousel-control > span {
    width: 24px;
    height: 48px;
    background: #fff;
    color: #000;
    position: absolute;
    top: 43%;
    font-size: 26px;
    /* text-align: center; */
    line-height: 48px;
}

.carousel-control {
    display: none;
    width: 5%;
}

.carousel-control > span.prev {
    left: 0;
}

.carousel-control > span.next {
    right: 0;
}

.carousel-control {
    text-shadow: none;
    background-color: none;
    opacity: 1;
}

#bannerMain > .slide:HOVER .carousel-control {
    display: block;
}

#tablePrice th div,
#tablePrice p,
#tablePrice td {
    text-align: center;
}

#tablePrice tr > td:FIRST-OF-TYPE {
    text-align: left;
}

#headsvPrice {
    text-align: center;
}

#contentsvPrice {
    width: 90%;
    margin: auto;
}

#headsvPrice {
    padding: 50px 0 40px 0;
}

#headsvPrice > h1 {
    font-size: 28px;
    font-weight: bold;
}

#headsvPrice > p {
    text-align: center;
    font-size: 16px;
}

#headsvPrice > a {
    text-decoration: underline !important;
}

#tablePrice div > p {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}

#tablePrice th div {
    padding: 20px 0 3px 0;
}

#tablePrice div > b {
    color: #1666a2;
    font-size: 25px;
}

#tablePrice div > hr {
    margin: 10px auto;
    width: 85%;
}

#tablePrice {
    margin-top: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 7px 1px #fff;
}

#tablePrice.table > thead > tr {
    background-color: #f8f8f8;
}

#tablePrice.table > tbody > tr > td {
    padding: 15px 10px;
    vertical-align: middle;
}

#tablePrice.table th#thFirst {
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    width: 32%;
}

#tablePrice.table th {
    width: 17%;
}

#tablePrice.table i.fa-check {
    color: #1666a2;
}

/*----- style footer --------*/
#footerMain {
    background: #fbfbfb;
}

#footerTags a {
    padding: 15px;
    display: inline-block;
    color: #626262;
    font-size: 13px;
}

.footerNews ul > li > a > i {
    color: #626262;
    padding-right: 5px;
}

.footerNews ul > li > a:HOVER,
.products ul > li > a:HOVER {
    text-decoration: underline !important;
}

.footerNews ul li {
    padding: 0 0 6px 0;
}

.ftTitlebox {
    font-size: 14px;
    margin-top: 0;
    color: #626262;
    font-weight: bold;
}

.ftTitlebox.titleBoxMobile {
    margin-top: 25px;
}

#footerStore {
    padding: 25px 0 15px;
    border-top: 1px solid #ddd;
}

#footerStore a,
#footerStore p,
#footerStore i, #footerStore1 a,
#footerStore1 p,
#footerStore1 i, #footerStore2 a,
#footerStore2 p,
#footerStore2 i,
#storePr p,
.footerNews a {
    color: #626262;
    font-size: 13px;
}

#ftSocial a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#ftSocial a img {
    max-width: 100%;
}

#ftSocial > a:LAST-CHILD {
    margin-right: 0;
}

#ftSocial a i {
    padding: 11px 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
}

#ftSupport {
    font-size: 16px;
}

#ftSupport a:hover {
    text-decoration: none;
    color: #c62025;
}

#ftSupport i {
    padding-right: 5px;
}

#logoBct {
    margin-top: 7px;
}

#storePr {
    padding: 15px 0;
}

#storePr p {
    margin-bottom: 3px;
}

.logoBct {
    margin-top: 20px;
}

p#logoBct {
    margin: 41px 0 0 0;
}

.develop {
    margin-right: 20px;
    border-radius: 5px;
    color: #fff !important;
    background: #333;
    display: inline-block;
}

.develop:HOVER {
    background: #999;
    color: #fff;
    text-decoration: none;
}

/*------ menu mobile -------*/
#btClose:BEFORE {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btClose:AFTER {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#btClose:BEFORE,
#btClose:AFTER {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 30px;
    width: 1px;
    background-color: #a9a4a4;
    left: 50%;
    margin-top: -10px;
}

#btClose {
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 40px;
}

.slicknav_icon-bar {
    margin-top: 0.50em;
    background-color: #444;
    display: block;
    width: 26px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#menuTopMobile.menuDisplay {
    display: block;
    right: 0;
    display: block;
    right: 0;
    box-shadow: 0px 1px 10px 0px #ccc;
}

#menuTopMobile {
    display: none;
    position: relative;
    right: -100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#menuBar {
    float: right;
    margin-top: 4px;
    background: none;
    border: none;
}

#menuMobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.menu-ct .row > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.menu-ct > div:nth-child(2n) {
    width: 50%;
    padding-left: 20px;
}

#menuTopMobile #menuMobile-ct1.menu-ct {
    padding: 6px 13px;
}

#menuTopMobile h3 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0 6px 0;
}

#menuMobile-ct2 > a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
}

.dropdown-menu.subMenuDfMobile {
    width: 200%;
}

.dropdown-menu.subMenuDfMobile li, .menu-ct .row > div:nth-child(2n) .dropdown-menu-left li {
    width: calc(100% / 2 - 1px);
    float: left;
    padding: 4px 10px;
}

.menu-ct .row > div:nth-child(2n) .dropdown-menu-left {
    left: -200px;
    width: 200%;
}

.menu-ct .row > div:nth-child(2n) .dropdown-menu-left {
    left: -200px;
    width: 200%;
}

.dropdown-menu.subMenuDfMobile > li > a {
    white-space: normal;
    padding: 7px 15px;
}

.subMenuDfMobile > li > a > b {
    display: block;
    font-size: 14px;
}

.subMenuDfMobile > li > a > span {
    font-size: 13px;
    font-weight: normal;
}

#menuMobile-ct3 .row > div > a > i:nth-child(1) {
    width: 26px;
    height: 26px;
    padding: 8px 0;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
}

#menuMobile-ct3 .fa-cubes {
    background: #287eca;
}

#menuMobile-ct3 .fa-laptop {
    background: #ffab00
}

#menuMobile-ct3 .fa-truck {
    background: #149249;
}

#menuMobile-ct3 .fa-facebook {
    background: #547bbd;
}

#menuMobile-ct3 .fa-share-alt {
    background: #59c072;
}

#menuMobile-ct3 .fa-money-bill {
    background: #c72026;
}

#menuMobile-ct3 .fa-newspaper {
    background: #149249;
}

#menuMobile-ct3 .fa-user {
    background: #f0c9c9;
}

#menuTopMobile .menu-ct {
    padding: 15px 10px;
}

#menuMobile-ct3 .row > div > a {
    font-size: 13px;
    font-weight: bold;
}

#menuMobile-ct3 .row > div {
    padding: 15px 0;
}

.btDefautlMenu {
    color: #fff;
    border-radius: 3px;
    padding: 5px 8px;
}

.menu-ct {
    border-bottom: 1px solid #ddd;
}

#menuMobile-ct4 {
    padding: 5px 10px;
    box-shadow: 0px 3px 5px #ddd;
}

#menuMobile-ct4 > a {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 7px 0;
    font-size: 13px;
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line:before {
    top: -0.4em;
    height: 0.8em;
}

#infoLg {
    border: 1px solid #ccc;
    text-align: center;
    padding: 13px 5px;
    border-radius: 6px;
    margin: 20px 15px;
    color: #149249;
    box-shadow: 0 0 6px 0 #ccc;
}

#infoLg a {
    color: #f73838;
}

.shipService > span img {
    width: 100%;
    max-height: 100%;
}

.shipService {
    text-align: center;
    margin-top: 20px;
}

.shipService > span {
    width: 40%;
    margin: 2px 7px;
    display: inline-block;
    vertical-align: top;
    height: 45px;
}

#log-feature {
    padding: 30px;
}

#log-feature h3 {
    margin: 0 0 15px 0 !important;
}

#log-feature .glyphicon {
    color: white;
    background: red;
    padding: 4px;
    border-radius: 13px;
    font-size: 10px;
}

.glyphicon {
    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;
}

#tablePrice.table > tbody > tr#moduleSuport > td {
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/*========== css page ==========*/
/*---page signin---*/
.signInTag {
    width: 35%;
}

.logo > h3 {
    font-size: 20px;
}

.login-box .links a {
    color: #e80909;
    text-decoration: none;
}

.login-box .links a:HOVER {
    color: #b71616;
}

#log-service h4,
#titile-serviceSoft h4,
#log-service span,
blockquote p {
    font-size: 18px;
}

#logistic-page h3,
#titile-serviceSoft h3,
.pricepage h2,
.pricepage h1,
.titleSaleOff > h1 {
    font-size: 24px;
}

h3#feaTitle {
    font-size: 20px;
}

#titile-serviceSoft h1,
.mark, #contentService h1 {
    font-size: 28px;
}

/*-------page feature ---------*/
.featureItem {
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.featureItem:NTH-CHILD(2n) {
    background: #ecf0f1;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
}

.featureItemInfo .fa-check {
    color: #41b75e;
}

.featureItemInfo > h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}

.featureItemInfo > h1 i {
    color: #41b75e;
    width: 30px;
    text-align: right;
}

.featureItemInfo > p i {
    padding-right: 5px;
}

.featureItemImg img {
    max-width: 100%;
}

#log-items h3 > a {
    font-size: 20px;
}

.featureItem #viewlinkPrice {
    text-align: center;
    margin-top: 70px;
    margin-bottom: -40px;
}

#viewlinkPrice {
    color: #547bbd;
    text-align: center;
}

#viewlinkPrice > a {
    font-size: 14px;
    color: #547bbd;
    font-weight: bold;
    text-decoration: underline !important;
    line-height: 35px;
}

.featureItem #viewlinkPrice > a:HOVER {
    color: #115ddc;
}

.breadcrumb li + li:before {
    font-weight: normal;
}

#labelLinkDefault > a {
    display: none;
    padding-left: 5px;
    color: #0072bd;
}

#labelLinkDefault:HOVER .linkDefault {
    display: inline-block;
}

.container > h1 {
    padding: 50px 15px 25px !important;
    font-size: 28px !important;
    text-transform: none;
    text-align: center;
    font-weight: bold;
}

#desTitle {
    text-align: center;
    font-size: 17px;
    margin-top: -20px;
    padding: 0 15px;
}

.articleContent p {
    line-height: 30px;
    font-size: 15px;
}

.articleContent iframe { /* responsive iframe video: youtube, facebook... nhúng vào bài viết */
    width: 100%;
    height: auto !important;
}

#btnClpopup i {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 24px
}

#popupPromotion > div {
    width: 70%;
    margin-top: 0;
    padding-top: 0
}

#synEc {
    border: 1px solid #ccc;
    text-align: center;
    padding: 13px 5px;
    border-radius: 6px;
    color: #149249;
    font-weight: bold;
    box-shadow: 0 0 6px 0 #ccc;
    margin-top: 50px;
}

#synEc span {
    padding-right: 15px;
}

#synEc > p,
#synEc span {
    text-align: center;
    font-size: 16px;
}

#synEc img {
    width: 15px;
    height: 15px;
    vertical-align: baseline;
}

a#aDefault {
    color: #0078D7;
    padding-top: 5px;
    display: block;
    font-weight: bold;
    font-size: 13px;
}

a#aDefault:HOVER {
    text-decoration: underline !important;
}

/*-------- manual item --------*/
.jstree-default > .jstree-container-ul > .jstree-node {
    line-height: 30px;
}

.left-sidebar {
    width: 22%;
}

.jstree-default > .jstree-container-ul > .jstree-node.first {
    padding-top: 10px;
}

table.table .col-align-left {
    text-align: left;
}

table.table .col-align-center {
    text-align: center;
}

table.table .col-align-right {
    text-align: right;
}

#headCate {
    padding-right: 30px;
}

#headCate > h1 {
    font-size: 25px;
}

#headCate #descriptionCate {
    overflow: hidden;
    margin-bottom: 20px;
}

.titleCA > a {
    font-weight: bold;
    text-transform: none;
    font-size: 15px;
}

#sidebarCate {
    margin-top: 62px;
}

#pError {
    text-align: center;
}

#pError h1 {
    font-size: 20px;
    font-weight: bold;
}

#pError a {
    color: #0078D7;
    text-decoration: underline;
}

.rgBtc a {
    display: inline-block !important;
    width: 30%;
}

.ftTerms {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

#bannerRight a,
#bannerMobile a {
    display: block;
    width: 100%;
    text-align: center;
}

.btnRegDefaut {
    background: #c62025;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    width: 252px;
    border-radius: 40px;
    box-shadow: 0 3px 0 0 #a50609;
    border: 1px solid #c62025;
    padding: 5px 0;
    position: relative;
    z-index: 2;
}

.btnRegDefaut:hover {
    color: #fff;
}

.btnRegDefaut i {
    display: block;
}

.btnRegDefaut b {
    font-size: 22px;
}

.btnDefautHover {
    position: relative;
    z-index: 2;
    color: #fff;
}

.btnDefautHover:hover:before,
.btnDefautHover:focus:before,
.btnDefautHover:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btnDefautHover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border-radius: 45px;
}

#fWebsiteContactDf .btn,
#fWebsiteContactDf input {
    border-radius: 4px;
}

#fWebsiteContactDf.form-horizontal .control-label {
    text-align: right;
    font-weight: bold;
}

#fWebsiteContactDf label > span.required {
    color: red;
}

.modal-sm {
    width: 300px;
}

.containerHeaderM {
    padding: 0px 15px;
}

.extra-header {
    width: 100%;
    top: 100%;
    transition: transform .1s ease;
    height: auto;
    position: static;
    background: #f0f3f6;
}

.extra-header.show-menu {
    border-bottom: 1px solid #d1dfe8;
}

.extra-header .logo {
    width: 100%;
    padding: 12px 0;
    display: flex;
}

.extra-header .logo a {
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 40px;
}

.extra-header .logo a::after {
    content: "";
    height: 19px;
    width: 1px;
    background: #b7c1c8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.extra-header .logo a span {
    margin-right: 17px;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    color: #42464e;
    display: block;
    width: 80px;
}

.extra-header .logo .menu-active {
    color: #c62025;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 17px;
    line-height: 40px;
    width: 100%;
    position: relative;
}

.extra-header .logo .menu-active i {
    position: absolute;
    right: 0;
    height: 40px;
    font-size: 21px;
    line-height: 40px;
    color: #5a6065;
}

.extra-header .menu {
    display: none;
    border-top: 1px solid #dce4e9;
    padding: 12px 0px;
}

.extra-header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.extra-header .menu ul li {
    margin: 0 37px 0 0;
}

.extra-header .menu ul li a:hover {
    color: #c62025;
}

.extra-header .menu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #42464e;
    display: block;
    line-height: 50px;
    text-decoration: none;
}

.extra-header .menu .btn-registration {
    height: 40px;
    line-height: 40px;
    width: 125px;
    padding: 0 20px;
    background: #c62025;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 45px;
}

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    z-index: 999;
}


/*--- Phone Ring ---*/
.phonering-alo-phone {
    position: fixed;
    bottom: 8rem;
    left: -2rem;
}

.phonering-alo-phone.phonering-alo-static {
    opacity: .6
}

.phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
    opacity: 1
}

.phonering-alo-ph-circle {
    width: 80px;
    height: 80px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #008000;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.phonering-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: #000;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color: #008000;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: #008000;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: #008000;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: #ccc;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.phonering-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    top: 47px;
    left: 47px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 25px;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color: #75eb50;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #008000;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #75eb50
}

/*---- Mobile contact ----*/
.clickcall {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #eee;
    background-color: #008000;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff !important;
    font-weight: 500;
    z-index: 10000;
    width: 50%;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

/* -- Lazyload style -- */
.lazyload, .lazyloading {
    opacity: 0;
    transition: opacity 400ms;
}

img.lazyloaded {
    opacity: 1;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

/*------ responsive --------*/
@media screen and (min-width: 1600px) {
    p#logoBct {
        margin: 35px 0 0 0;
    }

    .menuSubColumn3 .subMenuDefault {
        width: 910px;
    }

    #menuMain > ul > li > a {
        font-size: 1.1em;
    }

}

@media screen and (max-width: 1368px) {
    .products h2 {
        font-size: 22px;
    }

    .carousel-inner .item img {
        max-height: 480px;
    }

    #menuMain > ul > li > a {
        padding: 17px 0px;
    }
}

@media only screen and (max-width: 1228px) {
    #containerMain, #containerMainHeader {
        width: 95%;
    }

    #containerMain.fullWidth {
        padding: 0px;
    }

    .list-inline {
        margin-left: 0px !important;
    }

    .list-inline > li {
        padding: 0px 8px;
    }
}

@media screen and (max-width: 1024px) {
    .menuSubColumn3 .subMenuDefault {
        width: 770px;
    }

    .subMenuDefault2 {
        left: -290px;
    }
}

@media screen and (max-width: 991px) {
    #containerMain, #containerMainHeader {
        width: 93%;
    }

    .products {
        margin-top: 10px;
    }

    .products h2#boxShipping {
        height: 30px;
    }

    #customerMain {
        margin-top: 30px;
    }

    #footerTags {
        padding: 10px 0;
    }

    #ftSupport .ftTitlebox {
        margin-bottom: 15px;
    }

    .page-login .login-box {
        width: 100%;
    }

    #bannerMain .item {
        height: auto;
    }

    .products ul > li > a {
        padding-bottom: 20px;
    }

    #bannerAdv {
        margin-top: 0;
    }

    #footerStore1 .col-md-3 {
        margin-bottom: 10px;
    }

    .customer ul li {
        width: 16%;
        margin-bottom: 15px;
    }

    #logoMay {
        width: 16%;
    }

    .customer ul {
        height: auto;
    }

    #bnAdvLeft {
        padding-top: 0;
        margin-bottom: 30px;
    }

    #bnAdvLeft h3 {
        font-size: 24px;
    }

    #contentsvPrice .table-responsive {
        border: none;
    }

    #headsvPrice {
        padding: 40px 10px 110px;
    }

    #serviceItem > div {
        margin-bottom: 20px;
    }

    #serviceLabel h2 {
        font-size: 24px;
    }

    .feature-header h1 {
        padding: 40px 0 0;
    }

    ul.linkAdmin li {
        margin-bottom: 10px;
    }

    .dropdown-menu > li > a {
        padding: 8px 5px;
    }

    .container > h1 {
        padding: 25px 15px !important;
    }

    #popupPromotion > div {
        width: 90%;
    }

    #synEc {
        margin: 0 0 20px;
    }

    #synEc > p span:LAST-CHILD {
        display: block;
        text-align: center;
        padding-right: 0;
    }

    .txtDescription {
        width: 97%;
    }

    #articletranfer img {
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

    #category-content .blog-content-text {
        padding: 0;
    }

    #sidebarCate {
        margin: 0;
    }

    .ftTitlebox {
        margin-top: 0px;
    }

    #headsvPrice > h1 {
        font-size: 26px;
    }

    .signInTag {
        width: 50%;
    }

}

@media screen and (max-width: 768px) {
    #bannerMobile img {
        width: 100%;
    }

    #bannerMobile {
        position: relative;
        margin: 2px 15px 3.5% 15px;
    }

    .ftTitlebox {
        display: inline-block;
    }
}

@media screen and (max-width: 736px) {
    .no-padding {
        padding: 0px 15px !important;
    }

    .signInTag {
        width: 100%;
    }
}

@media screen and (max-width: 670px) {
    .ftTitlebox {
        display: inline-block;
        margin-top: 10px;
        width: 100%;
    }

    .headerMainTop {
        display: block !important;
    }

    #containerMain, #containerMainHeader {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .products {
        margin-top: -60px;
    }

    #websiteFormRegister label {
        padding-left: 0;
        font-weight: bold;
    }

    .ftTitlebox.titleBoxMobile {
        margin-top: -20px;
    }

    #ftSupport {
        padding-top: 15px;
    }

    #logoMay {
        width: 33%;
    }

    .customer ul li {
        width: 33%;
        margin-bottom: 15px;
    }

    #develop {
        padding: 10px 15px;
    }

    .products ul > li,
    .products ul > li > a {
        font-size: 17px;
    }

    .store3 .no-padding, .store2_1, .store2_1 .listPadding, .store2_1 .no-padding, .store2 > div:nth-child(1) {
        padding: 0px !important;
    }

    #footerStore a, #footerStore1 a, #footerStore2 a, #footerStore p, #footerStore1 p, #footerStore2 p, #footerStore i, #footerStore1 i, #footerStore2 i, #storePr p, .footerNews a,
    #footerTags a,
    .ftTitlebox {
        font-size: 15px;
    }

    .menu-ct .row > div:nth-child(2n) .dropdown-menu-left {
        width: 222%;
    }

    .listPadding {
        padding: 0 15px;
    }
}

.select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--single {
    outline: 0;
}