body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    outline: none;
    font-size: 14px;
    overflow-x: hidden;
}
ul li {
    list-style-type: none;
}
#tpShipping {
    overflow-x: hidden;
}
.slide>a:HOVER {
    color: #ffffff;
}
/* Hidden Logo RECaptcha */
.grecaptcha-badge {
    display: none !important;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
#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;
}

.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;
}

.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;
    }
}

/*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;
}

.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 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;
}

.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.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;
}


/*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;
}

@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 {
    background-color: #fff;
}

.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: 0;
}
.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: #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: 57px;
}
#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, #menuMain>ul>li.hd-search:hover {
    background: none;
}
#menuMain ul>li.signIn, #menuMain ul>li.signUp{
    padding: 8px 0;
}
#menuMain ul>li.signUp {
    padding-left: 8px;
}
#menuMain ul>li.signIn a{
    border: 2px solid #c72026;
    background-color: #c72026;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
#menuMain ul>li.signIn a:hover {
    color: #fff;
}
#menuMain ul>li.signUp a, #menuMain ul>li.signUp button{
    border: 2px solid #ccc;
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    color: #7c7c7c;
}
#menuMain ul>li.signUp:hover{
    background: none;
    color: #7c7c7c;
}
#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;
    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%;
}
#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;
}


/*---- 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;
}

/* - - - sign in & sign up - - -*/

.userview {
    border: 2px solid red;
    position: fixed;
    right: 25px;
    bottom: 150px;
    background-color: white;
    padding: 5px 12px;
    z-index: 200;
    border-radius: 4px;
}

.userview span {
    font-size: 0.6875rem;
    font-weight: 600;
}

.userview .fa {
    margin-right: 5px;
    color: red;
}

.userview .close {
    font-size: 0.875rem;
    opacity: 1;
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: 201;
    background-color: white;
}

#productdetail .product-info .group-option .list-option .item-option .thuml-img .option {
    text-transform: uppercase;
}

#signup005 {
    min-height: 400px;
}

#signup005 .extend_signup005, #signup005 #msform input, #signup005 #msform textarea, #signup005 #msform .button {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 14px;
}

#signup005 #msform .previous {
    background: #ccc !important;
}

#signup005 #msform .button {
    display: inline-block;
    text-align: center;
    background: #f52931;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#signup005 #msform .button:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #f52931;
}

@media only screen and (max-width: 768px) {
    #signup005 #msform {
        max-width: 100%;
    }
}

#signup005 #msform {
    width: 900px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#signup005 #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #signup005 #msform fieldset {
        width: 90%;
        margin: 0 5%;
    }
}

#signup005 #msform fieldset:not(:first-of-type) {
    display: none;
}

#signup005 #msform .action-button {
    width: 100px;
    background: rgb(51, 51, 51);
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 20px auto;
}

#signup005 #msform .action-button:hover {
    background-color: #d4d4d4;
    color: rgb(51, 51, 51);
}

#signup005 #msform .action-button:focus {
    background-color: #d4d4d4;
    color: rgb(51, 51, 51);
}

#signup005 .sendpass {
    background: #f52931;
    color: white !important;
}

#signup005 .resendpass {
    color: #337ab7 !important;
    text-decoration: underline;
}

#signup005 .error {
    display: none;
    padding-left: 0px;
}

#signup005 .error li {
    text-align: left;
    font-size: 12px;
    font-style: italic;
    color: red;
}

#signup005 .checking {
    display: none;
}

#signup005 #error-step1 {
    font-style: italic;
    font-size: 12px;
    color: red;
    text-align: left;
}

#signup005 ul.error {
    list-style-type: none;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.btn_login {
    border: none;
    background-color: rgb(51, 51, 51);
    width: 100%;
    padding: 10px 0;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 0;
}

.head_login {
    margin-bottom: 20px;
    font-size: 18pt;
}

@media (min-width: 992px) {
    .zalo-chat-widget{
        bottom: 135px !important;
        right: 15px !important;
    }
    .fb_customer_chat_bubble_animated_no_badge{
        bottom: 55pt !important;
        right: 15px !important;
    }
    .form-login {
        margin: 0 auto;
        width: 50%;
    }
}
@media (max-width: 480px){
    .zalo-chat-widget{
        bottom: 80px !important;
        right: 15px !important;
    }
}

.f-p-v.login-w-f .btn_login {
    background: transparent;
    border: 1px solid blue;
    color: blue;
}

.f-p-v.login-w-g .btn_login {
    background: transparent;
    border: 1px solid red;
    color: red;
}
 /*Trang danh mục sản phẩm*/
.item-product {
    margin-bottom: 25px;
}
.cate-product .item-product h3  {
    color: #2b3636;
    line-height: 25px;
    padding: 16px 16px 4px 16px;
    font-weight: bold;
    font-size: 18px;
    max-height: 65px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cate-product .item-product img {
    display: block;
    margin: auto;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom: 1px solid #ededed;
    width: 100%;
}

.cate-product .item-product .description {
    color: #586f6f;
    padding: 5px 16px;
    font-weight: 200;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
}

.cate-product .item-product .price {
    color: #2b84d5;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    text-align: right;
    display: none;
}

.view-more-product{display: block; text-align: center; margin-top: 20px; margin-bottom: 30px}
.view-more-product .cate-view-more{
    text-align: center;
    padding: 5px 20px;
    background-color: #fff;
    color: #007bff;
    font-size: 16px;
    border: 1px solid #007bff;
    transition: all 0.4s;
}
.cate-view-more:hover{background-color: #007bff; color: #fff;}

#pagination {
    text-align: center;
}

#pagination .paginator {
    display: inline-flex;
    margin: 20px 0;
}

#pagination .paginator a, #pagination .paginator span.currentPage {
    border: 1px solid #333;
    padding: 5px 11px;
    font-weight: 500;
    font-size: 15px;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    margin-right: 5px;
    color: #333;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    background: #007bff;
    color: #fff;
}

.paginator a.paging-first:before {
    content: "\f100";
    font-family: 'Font Awesome\ 5 Free';
}

.paginator a.paging-previous:before {
    content: "\f104";
    font-family: 'Font Awesome\ 5 Free';
}

.paginator a.paging-next:before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
}

.paginator a.paging-last:before {
    content: "\f101";
    font-family: 'Font Awesome\ 5 Free';
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}
/*Trang danh mục album*/

.imageBackground {
    background-size: cover !important;
    background-position: center !important;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}
.imageBackground .black-overlay {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
}

.imageBackground .content-img {
    font-weight: bold;
    font-size: 49px !important;
    color: #fff;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.title-page {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-radius {
    padding: 12px 20px !important;
    border-radius: 30px !important;
}

.item-album {
    position: relative;
}

.item-album {
    position: relative;
    display: block;
    padding: 11px 16px;
    background: #f0f0f0;
    list-style-type: none;
    font-size: 15px;
    color: #425252;
    text-decoration: none;
    font-weight: 200;
}

.start-learn {
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 12px;
}
@media (max-width: 768px) {
    .item-album {
        padding-right: 20%;
    }
}

/*Chi tiết album*/
.header-album {
    z-index: 101;
    position: sticky;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #2b3636;
    width: 100%;
    top: 0;
}
.back-to-album {
    padding: 15px 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    float: left;
}

.menu-mobile-album {
    padding: 15px 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    float: right;
}

.left-album {
    background-color: var(--white);
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    display: inline-block;
    height: calc(100vh - 71px);
    overflow: auto;
    top: 0;
    transition: 0.5s height ease;
    padding-bottom: 30px;
    border-right: 1px solid #d7dadb;
    z-index: 100;
}

.left-album .title-album-parent {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 30px;
}

.list-play li {
    display: block;
}

.list-play li a{
    color: #2b3636;
    background-color: #f0f0f0;
    align-items: center;
    padding: 0;
    list-style-type: none;
    font-weight: 400;
    text-decoration: none;
    display:flex;
}

.list-play li.active a{
    color: #333;
    background-color: #c5d8ea;
}

.list-play li a span{
    float: left;
    height: auto;
    margin: 0;
    padding: 14px;
    font-size: 20px;
}

.list-play li a span i{
    color: #2584db;
}

.list-play li a h3{
    margin: 0;
    padding: 10px;
    width: 100%;
    padding-right: 0 !important;
    border-left: 1px solid var(--white);
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .left-album {
        height: calc(100vh);
    }
    .hidden-left {
        height: 0;
        padding: 0;
    }
}

/*Trang tin tức*/
.menu-news {
    background: #c62025
}

.list-menu-news {
    text-align: center;
}

.list-menu-news li {
    display: inline-block;
    padding: 12px 20px;
}

.list-menu-news li.active {
    background: #ff4c53
}

.list-menu-news li:hover {
    background: #ff4c53
}

.list-menu-news li a{
    color: #fff;
}
.news .breadcrumb li{
    font-size: 15px;
    font-weight: 500;
}

#sticky-post {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#sticky-post h3 {
    position: absolute;
    background: rgba(0,0,0,.8);
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    margin: 0;
}

#sticky-post h3 a {
    color: #fff;
}

.allblog-title {
    line-height: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bp-ct h3 a, h3.allblog-title a {
    color: #414141;
    font-size: 15px;
}

.moretag {
    color: #F80363!important;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
}

.allblog-thumb h3 a {
    font-size: 22px;
}

.bp-list {
    overflow: hidden;
    margin-bottom: 20px;
}
.bp-list .bp-thumbnail {
    width: 35%;
    float: left;
}
.content-area a {
    color: #414141;
}
.bp-list .bp-ct {
    width: 65%;
    float: left;
    padding: 10px;
}
.bp-ct h3 {
    line-height: 18px;
    margin: 0;
    font-weight: 700;
}
.bp-list small {
    font-size: 12px;
    position: relative;
    padding-top: 5px;
}

.pblog-title {
    color: #20263D;
    border-bottom: 2px solid #B5B5B5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.pblog-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #F80363;
    height: 34px;
    width: 7px;
}

.pblog-title a {
    color: #20263D;
    font-weight: 700;
    font-size: 28px;
}

.blog-cate {
    overflow: hidden;
    margin: 30px 0;
}
.news img {
    width: 100%;
    height: auto;
}

.big-post {
    margin-bottom: 25px;
}
.content-area a {
    color: #414141;
}

h3.big-post-title a {
    font-size: 20px;
    font-weight: 700;
}

.list-post ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.list-post ul li h3 {
    margin: 0;
    line-height: 22px;
}

.list-post ul li h3 a {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
}

.list-post ul li::before {
    content: '\f0a4';
    font-family: 'Font Awesome\ 5 Free';
    color: #F80363;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 7px;
}

.archive-blog-heading {
    border-bottom: 2px solid #03BBCC;
    margin-bottom: 30px;
}

.archive-blog-heading h2 {
    display: table;
    background: #03BBCC;
    padding: 15px 20px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
}

.blog-item h2 {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 26px;
}

.blog-item h2 a{
    font-size: 20px;
    font-weight: 600;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-item .blog-excerpt {
    color: #5E5E5E;
    line-height: 1.6;
}

.title-single-blog {
    font-size: 24px;
    color: #20263D;
    font-weight: 600;
}

.social-share ul {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    text-align: left;
}

.social-share ul li {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
}

.i-fb {
    background: #336297;
}

.i-tw {
    background: #34C5EF;
}
.i-em {
     background: #C31F29;
 }
.social-share ul li a {
    color: #fff;
}

.sidebar-title {
    color: #20263D;
    font-size: 20px;
    text-transform: uppercase;
    padding: 30px 0 30px 15px;
    display: block;
    position: relative;
}
.sidebar-title:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 7px;
    background: #F80363;
    left: 0;
}
.sidebar-title span {
    padding-right: 15px;
}
.right-view-newCate img {
    max-width: 75px;
    width: 75px!important;
    height: 75px!important;
    display: inline;
    float: left;
    margin: .3em .75em .75em 0;
}

.right-view-newCate ul li {
    overflow: hidden;
    margin: 0 0 5px!important;
    display: block;
}
#signup005 .errors li {
    color: red;
}

/*Trang chủ*/
#box1 {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-color: #FFF;
}
#box1:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000063;
    z-index: 1;
    display: none;
}
#box1:before {
    content: "";
    display: block;
    padding-top: 36%;
}
.boxContent {
    z-index: 3;
    display: none;
}
.boxContent h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1.5;
}

.boxContent .formSearch{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}

.list-inline>li.hd-search {
    min-width: 285px;
    display: flex;
    align-items: center;
}

.formSearch input {
    width: 100%;
    padding: 10px;
    border: 1px solid #f0f0f0;
    font-size: 13px;
    border-radius: 5px;
    background-color: #ffffffe0;
    transition: all 0.3s ease;
}

.searchBtn {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 28px;
    height: 28px;
    background: #c72026;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

.formSearch {
    padding: 8px 0;
    position: relative;
    width: 100%;
}

.searchBtn i {
    color: #fff;
}
.service {
    margin: -55px 0 0;
    z-index: 2;
    position: relative;
    background: rgba(198,32,37,0.9);
}
.service__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 55px;
}
.service__item {
    display: flex;
    align-items: center;
}
.service__item i{
    font-size: 25px;
    margin: 0 10px 0 0;
    color: #fff;
}
.service__item h3 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.category-grid {
    padding: 80px 0;
}
.category__inner {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column wrap;
    max-height: 400px;
    margin: 0 -5px;
}
.category__item:nth-child(1) {
    width: 50%;
}
.category__item {
    width: 25%;
    padding: 5px;
    position: relative;
}
.category__item img{
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.category__title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.category__item:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: #000000a1;
    z-index: 1;
    border-radius: 5px;
}
.course__item--inner {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.course__item {
    margin-bottom: 20px;
}
.course__item a:hover{
    color: #333;
}
.course__content {
    padding: 15px;
}
.course__title {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.course__option li {
    margin: 0 0 5px;
    font-size: 13px;
}
.course__btn {
    text-align: center;
    margin: 10px 0 0;
}
.course__btn a {
    color: #FFF;
    padding: 12px 25px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    background: rgba(198,32,37,1);
}
.start__inner {
    display: flex;
    margin: 50px -15px 0;
}
.nav-tabs {
    border-bottom: 2px solid #ddd;
}
.nav > li {
     position: relative;
     display: block;
 }

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav > li > a {
    position: relative;
    display: flex;
    padding: 15px 0;
    align-items: center;
    color: #333;
    opacity: 0.3;
    border: none !important;
    border-radius: 0;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    transition: all 0.3s ease;
    margin: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav > li.active > a, .nav > li:hover > a, .nav > li:hover > a:focus, .nav > li:hover > a:active {
    opacity: 1;
    border-top: 1px solid #1ad8d0 !important;
    border-bottom: 1px solid #1ad8d0 !important;
}
.nav > li.active > a .start__number {
    color: #bb1d7c;
    border: 2px solid #bb1d7c;
}
.start__number {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 20px 0 0;
    font-weight: 600;
    color: #666;
    border: 2px solid #666;
    font-size: 18px;
}
.start__title {
    margin: 0 0 10px;
    color: #111;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.tab-content {
    background-color: #FFF;
    padding: 20px;
}
.start__tab--content {
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
}
.tab-content > .tab-pane {
    width: 100%;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.section_counter {
    background: rgba(198,32,37,1);
    border-bottom: 1px solid #fff;
}
.counter__item {
    text-align: center;
    color: #FFF;
}
.counter__inner {
    min-height: 300px;
    align-items: center;
}
.counter__label {
    font-weight: 400;
    font-size: 50px;
}
.counter__content {
    font-weight: 600;
}
.foot {
    background: #fff;
    color: #444445;
}
.foot-one {
    border-bottom: 1px solid #444445;
}
.foot-one__inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}
.foot-one__left {
    width: 30%;
}
.foot-one__logo {
    margin: 0 0 30px 0;
}
.foot-one__contact {
    font-weight: 600;
}
.foot-one__right {
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.foot-one__right--item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 30px;
}
.foot-one__right--headline {
    margin-bottom: 15px;
    border-bottom: 1px solid #444445;
    padding: 0 0 15px;
}
.foot-one__right--headline h3 {
    margin: 0;
    color: #444445;
    font-weight: 600;
    font-size: 18px;
}
.foot-one__right--article ul {
    margin-bottom: 0;
    padding: 0;
}
.foot-one__right--article li {
    margin: 0 0 15px;
}
.foot-one__right--article a {
    font-weight: 600;
    color: #444445;
    font-size: 13px;
}
.foot-one__social a {
    width: 40px;
    height: 40px;
    border: 1px solid #444445;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-size: 16px;
}
.foot-one__social {
    display: flex;
}
.foot-two {
    height: 50px;
    margin-top: 20px;
    align-items: center;
}
.foot-one__copyright {
    font-weight: 600;
    color: #444445;
}
.foot a {
    color: #444445;
}
@media (max-width: 767px){
    .boxContent .formSearch {
        display: none;
    }
    .boxContent h3 {
        font-size: 18px;
    }
    .service {
        display: none;
    }
    .category__inner {
        flex-flow: wrap;
        max-height: inherit;
    }
    .category__item, .category__item:nth-child(1) {
        width: 100%;
    }
    .category-grid {
        padding: 50px 0;
    }
    .labelProbox {
        margin-top: 0;
    }
    .start__inner {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .start__right {
        display: none;
    }
    .counter__label {
        font-size: 26px;
    }
    .foot-one__left {
        width: 100%;
    }
    .foot-one__right {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }
    .foot-one__right--item {
        width: 100%;
        margin: 15px 0;
    }
    .foot-one__inner {
        flex-wrap: wrap;
    }
}

/*subcrbile form*/
/*.subcribleForm:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transform: scaleX(-1);*/
/*    z-index: 3;*/
/*    background: url(../img/popup.jpg) no-repeat;*/
/*}*/

/*.subcribleForm{*/
/*    padding: 0;*/
/*    position: relative;*/
/*    !*overflow: hidden;*!*/
/*    box-shadow: 10px 10px 60px rgb(0 0 0 / 40%);*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    align-items: center;*/
/*    border-radius: 5px;*/
/*}*/
#modalSubcrible .modal-body{
    width: 95%;
    margin: 10px auto;
}
/*.subcribleForm form {*/
/*    width: 50%;*/
/*    height: 80%;*/
/*    padding: 20px 50px 20px 20px;*/
/*    float: right;*/
/*    z-index: 4;*/
/*}*/
.subcribleForm form .form-group {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    color: #8F949B;
    font-size: 0.9em;
}
.subcribleForm form .form-group label {
    margin: 0;
    color: #000;
}
.subcribleForm .form-group input{
    border: none;
    outline: none;
    background: transparent;
    padding: 0 0 5px 0;
    font-size: 1em;
    border-bottom: 1px dotted #8F949B;
}
.subcribleForm form .form-group:last-child button.active {
    opacity: 0.8;
    cursor: pointer;
}
.subcribleForm form .form-group:last-child button {
    border: 2px solid #c72026;
    background-color: #c72026;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    max-width: 50%;
    margin: 10px auto 0 auto;
}
.subcribleForm button.close{
    z-index: 99;
    top: 10px;
    position: absolute;
    right: 10px;
}
#formSubcrible .buttonSubmit{
    margin-bottom: 0;
}
.form-login button {
    display: none;
}


/*menu cấp 2 + 3*/
.menuhover .menuDefault{
    position: relative;
}
.menuhover .menuDefault .nav-lv2{
    position: absolute;
    width: 200px;
    height: auto;
    z-index: 9;
    top: 100%;
    left: 0;
    background: #fff;
    transform: translateY(50px);
    transition: all .6s;
}
.menuhover .menuDefault .nav-lv2 .nav-item{
    display: none;
    background: #fff;
    transition: all .3s;
    position: relative;
    width: 100%;
}
.menuhover .menuDefault .nav-lv2 .nav-item a.nav-link{
    color: #000;
    padding: 0.8rem 1rem;
}
.menuhover .menuDefault .nav-lv2 .nav-item .nav-lv3{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 100%;
    z-index: 9;
    background: #fff;
    transform: translateX(50px);
    transition: all .6s;
}
.menuhover .menuDefault .nav-lv2 .nav-item .nav-lv3 .nav-item{
    display: none;
    background: #fff;
    transition: all .3s;
    position: relative;
    width: 100%;
}
.menuhover .menuDefault .nav-lv2 .nav-item a.nav-link:hover{
    background: #c72026;
    color: #fff;
}
.menuhover .menuDefault:hover .nav-lv2{
    transform: translateY(0);
}
.menuhover .menuDefault:hover .nav-lv2 .nav-item{
    display: block;
}
.menuhover .menuDefault .nav-lv2 .nav-item:hover .nav-lv3{
    transform: translateX(0);
}
.menuhover .menuDefault .nav-lv2 .nav-item:hover .nav-lv3 .nav-item{
    display: block;
}