*{
    margin: 0px;
    padding: 0px;
}
body{
    font-size: 14px;
    color: #333;
    font-family: Arial, sans-serif;
    background-color: #fff;
}
ul, ol{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a, a:hover{
    text-decoration:none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
p{
    margin-bottom: 10px;
}
img{
    max-width: 100%;
}
/*------------------------------------------*/
#wrapper-header {
        padding-top: 52px;
    border-bottom: 3px solid #0072a1;
}
.wrapper-menu-suport ul.menu-suport {
    height: 50px;
    list-style: none;
    background-color: #f6f6f6;
    float: right;
    position: relative;
    margin-left: 60px;
}
.wrapper-menu-suport ul.menu-suport:before{
    content: '';
    position: absolute;
    left: -38px;
    top: 0px;
    width: 38px;
    height: 50px;
    background: url(../../images/icon-left-tabar-header.png) no-repeat left;
    background-size: 50px;
}
ul.menu-suport li{
    display: inline-block;
    padding: 0px 10px 0px 25px;
    line-height: 50px;
}
ul.menu-suport li.help {
    background: url(../../images/icon-trogiup.png) no-repeat left 15px;
}
ul.menu-suport li.register {
    background: url(../../images/icon-dangky.png) no-repeat left 15px;
}

ul.menu-suport li.login {
    /*background: url(../../images/icon-dangnhap.png) no-repeat left 15px;*/
    background-color: #008CBA;
    border: none;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
}

ul.menu-suport li.login a {
    color:#fff;
}
ul.menu-suport li a {
    font-size: 14px;
    text-decoration: none;
    padding: 4px 0;
}
.wrapper-menu-suport .phone-suport {
    float: right;
    margin-top: 2px;
    position: relative;
}
.wrapper-menu-suport .phone-suport .phone-list ul {
    padding: 0 0 0 40px;
    background: url(../../images/icon-down.png) no-repeat 135px 16px, url(../../images/icon-phone.png) no-repeat 15px 9px, url(../../images/bg-phone.png) repeat-x center 3px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    line-height: 34px;
    margin-top: 2px;
    padding-right: 10px;
}
.wrapper-menu-suport .phone-suport .phone-list ul li{
    padding-right: 20px;
}
.menu{
    margin-top: 15px;
}
.menu > ul > li {
    position: relative;
    float: right;
    text-align: left;
    margin-left: 10px;
}
.menu > ul > li > a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding: 8px 25px;
    text-decoration: none;
}
.menu ul li a.iconmenu {
    background: url(../../images/icon-down.png) no-repeat;
    background-position: 94% center;
    padding-right: 23px;
}
.menu > ul > li:hover > a, .menu > ul > li:hover > a.iconmenu {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #009ddc;
    color: #FFFFFF;
}
.menu ul > li > a.iconmenu:hover {
    background: url(../../images/icon-down-white.png) no-repeat #009ddc;
    background-position: 94% center;
    padding-right: 23px;
}
.menu ul > li.current > a, .menu ul > li.current > a.iconmenu {
    color: #FFF;
    background-color: #009ddc;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.menu ul > li.current > a.iconmenu {
    background: url(../../images/icon-down-white.png) no-repeat #009ddc;
    background-position: 94% center;
    padding-right: 23px;
}
.menu ul li ul {
    top: 38px;
    background-color: #fff;
    position: absolute;
    display: none;
    width: 290px;
    border: solid 1px #e0e0e0;
    padding: 8px 12px 5px 25px;
    box-shadow: 1px 0 4px 1px rgba(219, 219, 219, 0.6);
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.menu ul li:hover ul {
    display: block;
}
.menu ul li ul li{
    line-height: 35px;
}
.menu ul li ul li a{
    font-size: 17px;
    display: block;
    text-align: left;
    color: #676767;
}
.menu ul li ul li:hover a{
    color:#009ddc
}
.nav-mobile {
    float: right;
}
.header_icon {
    font-size: 18px;
    z-index: 1;
    float: right;
    color: #5d2914;
    background-color: #fff;
    width: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
@media(max-width: 360px){
    .wrapper-menu-suport .phone-suport .phone-list ul{
        line-height: 32px;
        padding-right: 5px;
        padding-left: 30px
    }
    .wrapper-menu-suport .phone-suport .phone-list ul li{
        padding-right: 10px;
    }
}
#mobile .menu-suport{
    float: right;
}
#mobile .menu-suport li{
    padding: 0px 8px 0px 25px;
    line-height: 35px;
    background-size: 18px;
    background-position: 0px;
}
#mobile .menu-suport li a{
    font-size: 12px;
}

#wrapper-banner {
    padding-bottom: 20px;
    background-color: #009ddc;
}
#banner-content .banner-left img {
    margin-top: 40px;
}
#banner-content .banner-right .banner-slogan {
    display: block;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: bold;
    line-height: 42px;
    vertical-align: middle;
    padding: 35px 10px 0 25px;
    text-align: left;
}
#banner-content .banner-right .banner-option {
    display: block;
    line-height: 24px;
    background: url(../../images/icon-tick-option.png) no-repeat left 7px;
    color: #FFFFFF;
    padding: 5px 0 5px 26px;
    font-size: 16px;
    text-align: left;
    margin-left: 60px;
}
.btn-inline {
    text-align: center;
    display: inline-block;
    margin: 30px 0 0 25px;
}
.btn-inline .btnRegister{
    background-color: #7fc142;
}
.btn-inline a span{
    font-size: 19px;
    display: block;
}
.btn-registration {
    font-size: 15px;
    color: #ffffff;
    background-color: #1973b9;
    border-radius: 40px;
    display: inline-block;
    padding: 10px 35px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transition-property: background-color border-color color;
    -moz-transition-property: background-color border-color color;
    transition-property: background-color border-color color;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-registration:hover, .btn-registration:focus, .btn-registration:active {
    color: white;
    text-decoration: none;
}
.btn-registration:hover {
    background-color: transparent;
    text-decoration: none;
}
.btn-registration:before {
    content: "";
    border-radius: 31px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1973b9;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-registration:hover:before, .btn-registration:focus:before, .btn-registration:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#wrapper-introduction {
    padding: 20px 0px;
    background-color: #f4f4f4;
}
#wrapper-introduction .introduction .icon {
    float: left;
    padding-top: 8px;
}
#wrapper-introduction .introduction .content {
    font-size: 19px;
    color: #afafaf;
    float: left;
    width: 600px;
    line-height: 25px;
    margin: 17px 0 0 20px;
}
#wrapper-introduction .introduction .view-details {
    background-color: #56a80f;
    float: right;
    height: 87px;
    line-height: 87px;
    margin-top: 12px;
}
#wrapper-introduction .introduction .view-details a {
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    padding: 28px 50px 28px 10px;
    color: #FFFFFF;
    text-decoration: none;
}
#wrapper-introduction .introduction .bg {
    width: 72px;
    height: 87px;
    background: url(../../images/img-left-viewdetails.png) no-repeat;
    float: right;
    margin-top: 12px;
}
#wrapper-content #email-marketing {
    background: url(../../images/img-email_maketting.png) no-repeat right center;
}
#wrapper-content .wrapper-icon {
    width: 85px;
    float: left;
}
#wrapper-content .wrapper-icon .icon {
    margin: 5px 0;
}
#wrapper-content .wrapper-icon .line-down {
    width: 4px;
    background-color: #e2e2e2;
    margin: 0 auto;
}
#wrapper-content #email-marketing .line-down {
    height: 265px;
}
#wrapper-content .content {
    float: left;
}
#wrapper-content .content .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 20px;
}
#wrapper-content .content .quote {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    padding: 0 0 20px 20px;
    width: 500px;
}
#wrapper-content .content ul {
    list-style: none;
    padding-left: 20px;
    width: 500px;
}
#wrapper-content .content ul li {
    font-weight: bold;
    font-size: 13px;
    color: #777;
    line-height: 30px;
}
#wrapper-content .content ul li .style-list {
    float: left;
    margin: 6px 10px 0 0;
    width: 11px;
    height: 13px;
    background: url(../../images/icon-tick.png) no-repeat;
}
#wrapper-content .content .view-details {
    font-weight: bold;
    font-size: 14px;
    padding: 3px 20px 0 0;
    background: url(../../images/icon-viewdetails.png) no-repeat right center;
    color: #32acde;
    text-decoration: underline;
}
#wrapper-content #advice {
    background: url(../../images/img-tuvan.png) no-repeat right center;
}
#wrapper-content #advice .line-down {
    height: 230px;
}
#wrapper-content #design {
    background: url(../../images/img-thietke.png) no-repeat right center;
}
.email-item {
    margin: 20px 0px;
}
.email-item-icon {
    float: left;
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #333;
    color: #f4f4f4;
    border-radius: 10px;
}
.email-item-title {
    margin: 0px;
    font-size: 15px;
    padding-left: 70px;
    vertical-align: top;
}
.email-item .view-details{
    font-weight: bold;
    font-size: 14px;
    padding: 3px 10px 0 10px;
    color: #32acde;
    display: inline-block;
}
#utilities {
    margin-top: 30px;
    background: url(../../images/img-line.png) no-repeat top center;
    padding-top: 20px;
}
#utilities .title {
    font-size: 17px;
    font-weight: bold;
    color: #6f6f6f;
    margin: 0px;
    padding: 5px 0 8px 0;
    border-bottom: 1px solid #bbbbbb;
}
#utilities ul {
    list-style: none;
    background-color: #f9f9f9;
    padding: 10px;
}
#utilities ul li {
    font-size: 12px;
    font-weight: bold;
    color: #777777;
}
#utilities ul li.view-more {
    padding-top: 10px;
}
#utilities ul li a {
    line-height: 35px;
    text-decoration: none;
    color: #009ddc;
    font-size: 12px;
}
#utilities ul li.view-more a {
    padding: 9px 40px 9px 20px;
    background: url(../../images/bg-btn-viewmore-white.png) no-repeat center;
    color: #959595;
    font-size: 13px;
    font-weight: bold;
}
#utilities .use-gui ul {
    border: 1px solid #DFDFDF;
    background-color: #FFFFFF;
}
#utilities .use-gui ul li {
    padding: 16px 10px 16px 40px;
    border-bottom: 1px solid #DFDFDF;
}
#utilities .use-gui ul li:last-child {
    border-bottom: none;
}
#utilities .use-gui li.doc-download {
    background: url(../../images/icon-doc-download.png) no-repeat 0px center;
}
#utilities .use-gui li.doc-support {
    background: url(../../images/icon-doc-support.png) no-repeat 0px center;
}
#utilities .use-gui li.doc-video {
    background: url(../../images/icon-doc-video.png) no-repeat 0px center;
}
#utilities .use-gui li.doc-blog {
    background: url(../../images/icon-doc-blog.png) no-repeat 0px center;
}
#utilities .use-gui ul li a {
    color: #666666;
    line-height: 22px;
    font-size: 13px;
    font-weight: bold;
}
.zetamail-content {
    font-size: 14px;
}
.zetamail-content p {
    line-height: 25px;
}
#zetamail ul li {
    font-weight: bold;
    line-height: 22px;
}
.hero-unify {
    margin: 15px 0px;
    font-size: 15px;
    line-height: 25px;
}
.hero-unify small {
    font-size: 14px;
}
.headline {
    margin: 10px 0px 25px;
    border-bottom: 1px dotted rgb(228, 233, 240);
}
.headline h2 {
    margin: 0px;
    font-size: 22px;
    display: inline-block;
    color: rgb(88, 95, 105);
    line-height: 35px;
    border-bottom: 2px solid rgb(52, 152, 219);
    margin-bottom: -1px;
}
.our-client #owl-client .item{
    margin: 0px 2px;
}
.our-client #owl-client img {
    width: 100%;
    height: auto;
    display: block;
}
.our-client #owl-client img:last-child{
    display: none;
}
.our-client #owl-client .item:hover img:first-child {
    display: none;
}
.our-client #owl-client .item:hover img:last-child {
    display: block !important;
}
.our-client .owl-nav{
    position: absolute;
    top: 39%;
    width: 100%;
}
.our-client .owl-nav div{
    float: left;
    font-size: 0;
    position: absolute;
    background-color: #ffffffc2 !important;
}
.our-client .owl-nav .owl-prev{
    left: 0px;
    width: 32px;
    height: 32px;
    background: url(../../images/icon-left.png) no-repeat;
}
.our-client .owl-nav .owl-next{
    right: 0px;
    width: 32px;
    height: 32px;
    background: url(../../images/icon-right.png) no-repeat;
}
.favorite-item{

}
#wrapper-footer {
    background-color: #009ddc;
}
#wrapper-footer .footer {
    background-color: #009ddc;
    margin: 0 auto;
    padding-bottom: 20px;
}
#wrapper-footer .footer .logo-footer {
    margin-top: 40px;
}
#wrapper-footer .footer .address .company-name {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
#wrapper-footer .footer .address .other {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
}
#wrapper-footer .footer .track .register_rpt_news {
    margin: 20px 0;
}
#wrapper-footer .footer .track .register_rpt_news .text {
    color: #FFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    padding: 0 0px 10px 0px;
}
#wrapper-footer .footer .track .register_rpt_news a{
    color: #fff;
}
.bottom-contact {
    border-top: solid 1px #288feb;
    background: #fff;
    bottom: 0;
    color: #646464;
    left: 0;
    height: 56px;
    position: fixed;
    width: 100%;
    z-index: 900;
}
.bottom-contact-block {
    display: block;
    padding: 7px 0;
    text-align: center;
}
.bottom-contact-block li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    padding-left: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #323232;
}
.bottom-contact-block i.fa {
    font-size: 40px;
    display: block;
    float: left;
    margin-right: 10px;
}
.bottom-contact-block span {
    color: #288feb;
    font-size: 18px;
    font-weight: bold;
}
.bottom-contact-block small {
    font-size: 13px;
}
#owl-themes-email .item{
    margin: 0px 15px;
}
#favorite-themes {
    margin-bottom: 20px;
    margin-top: 20px;
}
/*-----------PRICE-------------*/
#wrapper-price-content {
    margin: 0 auto;
    padding: 20px 0;
}
#wrapper-price-content h1 {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-top: 0px;
}
.content-note {
    border: 1px solid #d1d1d1;
    display: block;
    padding: 15px 140px;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
    color: #333333;
}
#wrapper-price-content .content-note {
    line-height: 23px;
    color: #333;
}
.underline {
    text-decoration: none;
    color: #54a60e;
}
.connectors {
    margin-top: 20px;
    font-family: Arial,Helvetica,sans-serif;
    border: 1px solid #e2e2e2;
    width: 100%;
    background-color: #f5f5f5;
}
.helpers{
    padding: 15px;
    border-right: 1px solid #e2e2e2;
}
.helpers h3 {
    margin: 0px;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.helpers>ul>li {
    display: inline-block;
    text-align: center;
}
.helpers .icon {
    height: 50px;
    display: block;
    margin: 0 auto;
}
.helpers .name {

    text-align: center;
    display: block;
}
.business{
    padding: 15px;
}
.business h4{
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}
.business>ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.business>ul>li {
    padding: 5px 0;
    margin: 0;
}
.business>ul>li>i {
    padding-right: 5px;
}
.content-price h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 25px;
}
div#tabbox{
    margin: 20px 0px;
}
.tablist{
    margin-bottom: 20px;
}
#tabbox .tablist ul.choice li {
    width: 130px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../../images/bg-choice-not-current.png) repeat-x center;
    cursor: pointer;
}
#tabbox .tablist ul.choice li a{
    display: block;
    color: #666666;
    font-size: 14px;
}
#tabbox .tablist ul.choice li.active {
    background: url(../../images/bg-choice-current.png) repeat-x center;
}
#tabbox .tablist ul.choice li.month {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
#tabbox .tablist ul.choice li.year {
    border: 1px solid #e8e8e8;
    border-radius: 0px 5px 5px 0;
    -webkit-border-radius: 0px 5px 5px 0;
}
#wrapper-price-content .detail-package {
    display: block;
    font-size: 16px;
    color: #009ddc;
    line-height: 40px;
    text-decoration: none;
}

#wrapper-price-content .price-list {
    margin: 15px 0 25px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0 #EBEBEB;
}
#wrapper-price-content .price-list > div {
    padding: 0px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    box-shadow: 0px 3px 3px 0px #EBEBEB;
}
#wrapper-price-content .price-list > div:first-child {
    border-left: 1px solid #dcdcdc;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
#wrapper-price-content .price-list > div .package-name {
    background-color: #f5f5f5;
    text-align: center;
    height: 80px;
    border-bottom: 1px solid #dcdcdc;
}
#wrapper-price-content .price-list > div p {
    text-align: center;
    color: #8a8a8a;
}
#wrapper-price-content .price-list > div .package-name p:first-child {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    display: block;
    padding-top: 18px;
}
#wrapper-price-content .price-list > div .package-name p:last-child {
    color: #999999;
    font-size: 16px;
}
#wrapper-price-content .price-list > div .price {
    font-size: 30px;
    color: #888888;
    text-align: center;
    margin: 25px 0;
    display: block;
}
#wrapper-price-content .price-list > div .price sup {
    font-size: 14px;
}
#wrapper-price-content .price-list .price-list-item a {
    color: #8a8a8a;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 15px;
    background: url(../../images/bd-link-register.png) repeat-x center center;
    text-align: center;
    display: block;
    width: 100px;
    margin: 20px auto;
}
#wrapper-price-content .price-list > div:hover a {
    background: none;
    background-color: #5abf03;
    color: white;
}
#wrapper-price-content .price-list > div:nth-child(3) .package-name {
    background: url(../../images/icon-khuyenkhich.png) no-repeat right top;
    background-color: #f5f5f5;
}
#wrapper-price-content .price-list .price-list-item.hover{
    opacity:0.3;
    -moz-transition: all 0.5s ease-in;
    /* WebKit */
    -webkit-transition: all 0.5s ease-in;
    /* Opera */
    -o-transition: all 0.5s ease-in;
    /* Standard */
    transition: all 0.5s ease-in;
}
.trial {
    text-align: center;
    margin: 0 auto;
    display: table;
    color: #FFF;
    background-color: #009ddc;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 17px;
    padding: 8px 25px;
}
@media(min-width: 992px){
    #wrapper-price-content .price-list > div{
        width: calc(100%/5);
    }
}
#wrapper-price-content .price-service h2 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 25px;
}
#wrapper-price-content .price-service p {
    font-size: 16px;
    color: #888888;
    line-height: 23px;
}
#wrapper-price-content .process h2 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 25px;
}
#wrapper-price-content hr {
    height: 2px;
    background-color: #dedede;
    border: none;
    margin: 25px 0 15px;
}
.g-bg-primary {
    background-color: #72c02c !important;
}
.g-width-100 {
    width: 100px !important;
    margin: 0px auto;
}
.g-height-2 {
    height: 2px;
}
#wrapper-price-content p {
    font-size: 16px;
    color: #888888;
    line-height: 23px;
}

.u-dot-line-v1, .u-dot-line-v1-2 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}
.g-brd-transparent--before::before {
    border-color: transparent !important;
}
.u-dot-line-v1::before, .u-dot-line-v1::after, .u-dot-line-v1-2::before, .u-dot-line-v1-2::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: calc(50% + 30px);
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: -1px;
}
.u-dot-line-v1::before, .u-dot-line-v1-2::before {
    left: -30px;
}
.u-dot-line-v1-2::before, .u-dot-line-v1-2::after, .u-dot-line-v1-2-2::before, .u-dot-line-v1-2-2::after {
    display: none;
}
.g-brd-gray-light-v2--after::after {
    border-color: #ccc !important;
}
.u-dot-line-v1::after, .u-dot-line-v1-2::after {
    right: -30px;
}
.g-bg-white {
    background-color: #fff !important;
}
.g-brd-gray-light-v2 {
    border-color: #ccc !important;
}
.u-dot-line-v1__inner, .u-dot-line-v1-2__inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}
.g-bg-primary--before::before, .g-bg-primary--after::after {
    background-color: #72c02c !important;
}
.u-dot-line-v1__inner::before, .u-dot-line-v1-2__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.g-brd-gray-light-v2--before::before {
    border-color: #ccc !important;
}
.g-brd-transparent--after::after {
    border-color: transparent !important;
}
@media(min-width: 992px){
    .u-dot-line-v1-2::before, .u-dot-line-v1-2::after {
        display: block;
    }
}
.process-item h3{
    font-size: 17px;
}
#wrapper-price-content .process-item p{
    font-size: 14px;
}
table.compares {
    margin-top: 20px;
    border: 1px solid #e8e8e8;
    width: 100%;
}
table.compares th {
    padding: 10px;
    background-color: #54a60e;
    color: #fff;
}
table.compares th + th {
    border-left: 1px solid #e8e8e8;
}
table.compares tr {
    padding: 10px;
}
table.compares tr:nth-child(even) {
    background-color: #eff0f1;
}
table.compares td {
    padding: 10px;
}
table.compares td + td {
    border-left: 1px solid #e8e8e8;
}
#wrapper-price-content .faq .faq-item{
    margin-bottom: 30px;
}
#wrapper-price-content .faq .faq-item h3 {
    font-size: 18px;
    color: #333;
    margin: 0px;
    padding: 15px 0;
}
#wrapper-price-content .faq .faq-item .style-list {
    background: url(../../images/icon-list-style-banggia.png) no-repeat left 6px;
    padding: 5px 10px 5px 25px;
}
#wrapper-price-content .faq .faq-item .style-list a {
    color: #009ddc;
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
}
#wrapper-price-content .faq .faq-item a {
    font-size: 13px;
    color: #929292;
    font-style: italic;
    text-decoration: underline;
    display: block;
    line-height: 25px;
}
#notify-dialog {
    position: fixed;
    font-size: 16px;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    -webkit-font-smoothing: initial;
}
.notify-dialog-content {
    width: 500px;
    -webkit-animation-name: slideDownEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
    background: #fff!important;
    color: #051b2c;
    padding: 1.5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}
.logo-icon {
    float: left;
    width: 100px;
}
.notify-content {
    float: right;
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 0 0 0 1em;
    font-weight: 400;
    line-height: 1.45em;
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    color: #051b2c!important;
}
.notify-dialog-footer {
    margin-top: 20px;
}
.notify-dialog-footer .btn-allow {
    background: #0078d1;
    color: #fff!important;
    transition: 75ms linear;
    padding: .75em 1.5em;
    font-size: 1em;
    border-radius: .25em;
    font-weight: 400;
    box-shadow: unset;
    border: 0;
}
.notify-dialog-footer .btn-cancel {
    box-shadow: none;
    background: #fff!important;
    color: #0078d1!important;
    border: 0;
}
.btn-allow:focus, .btn-cancel:focus{
    outline: 0 !important;
}
/*-----------------------------*/
@media(max-width: 1024px) and (min-width: 992px) {
    #wrapper-introduction .introduction .content{
        width: 400px;
        font-size: 15px;
    }
    #wrapper-price-content .faq .faq-item h3{
        min-height: 70px;
        max-height: 70px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    #wrapper-introduction .introduction .content{
        width: 560px;
    }
    #wrapper-content #email-marketing{
        background: none;
    }
    .bottom-contact-block li{
        padding-left: 20px;
        margin-right: 30px;
    }
    #wrapper-price-content .price-list > div:nth-child(4){
        border-left: 1px solid #dcdcdc;
    }
    #wrapper-price-content .faq .faq-item h3{
        min-height: 70px;
        max-height: 70px;
    }
}
@media(max-width: 767px){
    .wrapper-menu-suport ul.menu-suport{
        float: none !important;
        margin: 0px !important;
        background-color: transparent;
    }
    .wrapper-menu-suport ul.menu-suport:before{
        display: none;
    }
    #wrapper-banner{
        background-color: #fff;
    }
    #banner-content .banner-right .banner-slogan{
        padding: 0px;
        line-height: 25px;
        font-size: 16px;
        color: #333;
    }
    #banner-content .banner-right .banner-option{
        margin-left: 0px;
        color: #333;
    }
    .btn-inline{
        display: inherit;
        width: 235px;
        margin: 15px auto;
    }
    .btn-inline a{
        width: 100%;
    }
    #wrapper-introduction .introduction .icon{
        width: 115px;
        padding: 0px;
    }
    #wrapper-introduction .introduction .content{
        float: none;
        width: auto;
        padding-left: 125px;
        margin-left: 0px;
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
    }
    #wrapper-content #email-marketing{
        background: none;
    }
    .bottom-contact-block li{
        padding-left: 20px;
        margin-right: 30px;
    }
    #wrapper-footer{
        margin-bottom: 0px;
    }
    #wrapper-header{
        padding-top: 0px;
    }
    #wrapper-price-content h1{
        font-size: 17px;
        font-weight: bold;
        line-height: 25px;
    }
    .content-note{
        padding: 15px;
    }
    .helpers{
        border-right: 0px;
        border-bottom: 1px solid #e2e2e2;
    }
    #wrapper-price-content .price-list > div{
        border-left: 1px solid #dcdcdc;
    }
}
.v2_bnc_scrolltop {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 60px;
    left: -100px;
    margin: auto;
    text-align: center;
    background: #288feb;
    margin: auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.34);
    transition: all ease .5s;
    z-index: 9;
    opacity: 0;
}
.v2_bnc_scrolltop.fixed {
    opacity: 1;
    left: 15px;
}
.v2_bnc_scrolltop a {
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
.v2_bnc_scrolltop a i{
    font-size: 40px;
}
.v2_bnc_scrolltop:hover {
    transform: rotate(360deg);
    cursor: pointer;
}
.top-bar {
    position: fixed;
    text-align: center;
    padding: 10px 0px;
    background: #56a80f;
    color: #fff;
    width: 100%;
    z-index: 999;
}
.top-bar p {
    margin: 0px;
    font-size: 15px;
}
.top-bar .btn-download-bang-gia {
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    background-color: #ff0;
    border-radius: 5px;
}
@media(min-width: 992px){
    .modal-lg{
        width: 970px;
    }
}
.modal-header .close {
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 35px;
}
.form-contact .form-control {
    border-color: #e6e7e8;
    box-shadow: none;
    height: 45px;
    color: #333;
    font-style: italic;
}
.btn-contact {
    font-size: 15px;
    color: #ffffff;
    background-color: #56a80f;
    border-radius: 40px;
    display: inline-block;
    padding: 10px 35px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transition-property: background-color border-color color;
    -moz-transition-property: background-color border-color color;
    transition-property: background-color border-color color;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-contact:hover, .btn-contact:focus, .btn-contact:active {
    color: white;
    text-decoration: none;
}
.btn-contact:hover {
    background-color: transparent;
    text-decoration: none;
}
.btn-contact:before {
    content: "";
    border-radius: 31px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #56a80f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-contact:hover:before, .btn-contact:focus:before, .btn-contact:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#bang-gia-modal .modal-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
#bang-gia-modal .description {
    line-height: 20px;
    padding: 10px 0;
}
#bang-gia-modal .error{
    color: #ff1a19;
    padding: 0 5px;
    font-weight: normal;
}
@media(max-width: 767px) and (min-width: 420px) {
    .favorite-item{
        width: 70%;
        margin: 0px auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .favorite-item img{
        display: inherit;

    }
}
@media(min-width: 1025px){
    .favorite-item{
        min-height: 467px;
        max-height: 467px;
        overflow: hidden;
    }
}
@media(max-width: 1024px) and (min-width: 992px) {
    .favorite-item{
        min-height: 380px;
        max-height: 380px;
        overflow: hidden;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    .favorite-item{
        min-height: 285px;
        max-height: 285px;
        overflow: hidden;
    }
}
