.AdvertMask {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007a;
    z-index: 100;
    height: 100%!important;
}
.AdvertisementCenter{
	position: fixed;
	z-index:1000;
}

/*----------babox---------*/
.babox.container.py-2 {
    padding: 40px 0!important;
}
.babox .card{
    margin: 0 0 0 10px;
}
.babox .title {
    padding: 5px;
    font-weight: bold;
    color: #101010;
    text-align: center;
}
.babox.container.py-2 .title h2 {
    margin: 0 0 20px 0;
    font-size: 1.6em;
    color: #d11a30;
}
.babox.container.py-2 .title h4 {
    font-size: 1.2em;
    font-weight: 400;
    color: #666670;
    line-height: 1.5;
}
.babox .sum {
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
}
.babox .line img {
    float: left;
    margin: 0 15px 0 0;
    clear: both;
}
.babox .col-12 .col-lg-12 img {
    float: left;
    margin: 5px 15px 0 0;
    clear: both;
}
.babox .col-lg-12 {
    margin: 0;
}
.babox .line.two {margin: 0 0 5px 0;text-align: left;}
.babox .line.one {margin: 10px 0 20px 0;text-align: left;}
.babox .text {
    font-size: 1em;
    line-height: 1.5;
    float: left;
    width: calc(100% - 60px);
    -o-width: calc(100% - 60px);
    -moz-width: calc(100% - 60px);
    -webkit-width: calc(100% - 60px);
    display: inline-block;
}
.babox .text1 h2 {
    font-size: 1.3em;
    color: #1b1b1b;
    display: block;
    font-weight: 500;
    font-family: 'Roboto', Arial;
    margin:0;
    padding:0 0 10px 0;
}
.babox .text2 {
    font-size: 1.2em;
    font-weight: 500;
    color: #08880b;
    line-height: 1.5;
}
.babox .text strong {
    color: #d50f0f;
    font-weight: bold;
    font-size: 20px;
    margin-left: 6px;
    text-shadow: 2px 1px 1px #fff;
    height: 32px;
    vertical-align: middle;
}
.babox .card-body {padding: 1rem 0;}
.babox .card-body .col-lg-12 span.icon {
    display: inline-block;
    width: 50px;
    height: 75px;
    float: left;
    color: #d11a30;
    font-size: 35px;
    padding-top: 4px;
}
.babox .card-body .col-lg-12 span.icon i {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 43px;
}
/***********************************/
section.summary-gioithieu {
    padding: 50px 0 60px 0;
}
section.summary-gioithieu .summary-content span {
    color: #d11a30;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
    display:inline-block;
    font-weight: bold;
}
section.summary-gioithieu .summary-content p{
     line-height: 1.8;
    color: #464646;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px
}
.row.align-items-center {
    align-items: center!important;
}
.summary-image img {
    width: 90%;
    height: auto;
}

/****************************************************************/
.always-on span.material-icons.icon-image-preview {
    font-family: 'Material Icons'!important;
font-size: 28px !important;
    line-height: 17px;}
.always-on {
    position: fixed;
    left: 20px;
    top: 150px;
    z-index: 999;
    text-align: center;
}
.always-on>div {
    margin: 0 0 15px 0;
    cursor: pointer;
    clear: both;
    display: inline-block;
}
.always-on .fix-pad {
    padding-left: 0;
    padding-right: 0;
}
.always-on .col-xs-12 {
    width: 100%;
}
.always-on .group-cart>.bg-gray {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .bg-gray {
    padding: 13px 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    -moz-box-shadow: 0 0 40px -4px rgba(167, 167, 167);
    box-shadow: 0 0 40px -4px rgb(167, 167, 167);
    z-index: 1111;
    position: relative;
}
.always-on>div .fa{
    color:#fff;
    font-size: 32px;
    line-height: 35px;
}
.always-on .group-cart .text-number {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.always-on .text-number {
    height: 40px;
    
    font-family: UTM-alter-gothic!important;;
    width: 150px;
    margin-right: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    -moz-box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    box-shadow: 0 0 10px -4px rgba(17,17,17,.7);
    padding-left: 30px;
}
.always-on .text-number.hide {
    display: none;
    position:relative;
}
.group-cart:hover .hide,  .group-call:hover .hide{
    display: block;
    position:absolute;
    left:0;
}
.always-on .group-call>.bg-gray {
    background: #009146;
}
.always-on .group-call .text-number {
    background: #009146;
}
.always-on>div p {
    margin-bottom: 4px;
    line-height: 12px;
    margin-top: 3px;
}
.always-on .text-number a, .always-on .text-number p {
    color: #fff!important;
    font-family:Roboto!important;;
    font-size: 16px;
}


/*-------------------------------------------------------------------------------------------------------*/