#containerMain.fullWidth {
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.btnReg {
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: #c62025;
    text-decoration: none;
    margin-top: 30px;
    font-size: 1em;
}
.btnReg:hover,
.btnDefautHover:hover{
    color: #fff;
}
.btnReg i {
    display: block;
}
.btnReg b {
    font-weight: 500;
    color: #fff;
}
.btnDefautHover {
    position: relative;
    z-index: 2;
}
.btnReg:hover:before,
.btnReg:focus:before,
.btnReg:active:before,
.btnDefautHover:hover:before,
.btnDefautHover:focus:before,
.btnDefautHover:active:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btnReg:before,
.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;
}
.mainLanding {
    background: #fff;
}
.mainLanding img {
    max-width: 80%;
}
.mainLanding p {
    margin-bottom: 0;
}
.boxContent {
    overflow: hidden;
}
.mainLanding .containerMain {
    width: 1140px;
    margin: auto;
}
.mainLanding .containerMain.paddingCt {
    padding: 0 15px;
}
.mainLanding .titleBox {
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    width: 75%;
    margin: auto;
}
.hoverScale>li,
.hoverScaleBox{
    transition: 0.6s;
}
.hoverScale>li:hover,
.hoverScaleBox:hover {
    transform: scale(1.1);
}
.hoverScaleBox img {
    max-width: 100%;
}
.boxShadowDefaut>li {
    list-style: none;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0 3px 5px 0px #eee;
    padding: 10px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.boxShadowDefaut>li .ctBoxShadow>div:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.boxShadowDefaut>li .ctBoxShadow>div:nth-child(2) {
    font-size: 17px;
    overflow: hidden;
}
#landingDefault .titleBoxDf>span{
    width: 75px;
    border-top: 3px solid #C62025;
    display: block;
    margin: 7px auto;
}
#landingDefault .boxItem {
    display: flex;
    align-items: center;
    margin: 40px 0;
}
#landingDefault .boxItem .boxDf-ct > h3, #landingDefault .boxItem .boxDf-ct > h3 a{
    font-size: 20px;
    color: #c62025;
    font-weight: bold;
    padding-bottom: 20px;
}
#landingDefault .boxItem .boxDf-ct>p>i {
    padding-right: 10px;
    color: #F57C00 !important;
}
#landingDefault .boxItem .boxDf-ct>p {
    font-size: 16px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: left;
}
.paddingRight {
    padding-right: 50px;
}
.paddingLeft {
    padding-left: 50px;
}
#landingDefault .itemLandingDf {
    overflow: hidden;
}
.text-fail {
    color: #c62025 !important;
    font-size: 15px;
}
#landingDefault .boxDefault>.containerMain {
    display: flex;
    align-items: center;
}
#landingDefault .boxDefault {
    padding: 20px 0;
}
#landingDefault .boxDefault .boxDf-ct>p {
    font-size: 16px;
    padding-bottom: 10px;
    display: flex;
    align-items: baseline;
}
#landingDefault .boxDefault .boxDf-ct .btnReg {
    margin: 50px auto 0;
}
#landingDefault .boxDefault .boxDf-ct>p>i {
    padding-right: 10px;
    color: #F57C00;
}
#landingDefault .boxDefault .padding-left {
    padding-left: 70px;
}
#landingDefault .boxDefault .padding-right {
    padding-right: 70px;
}
#landingDefault .boxDefault .boxDf-ct > h3 {
    font-size: 20px;
    color: #d72436;
    font-weight: bold;
    padding-bottom: 30px;
}

#box1 {
    padding: 25px 13%;
    background: #f0f3f6;
}
#box1 .row >div:nth-child(1) {
    padding: 60px 0px 60px 60px;
}
#box1 img{
    max-width: 100%;
}
#box1 .row >div>p {
    margin-bottom: 0;
}
#box1 .row > div > h1 {
    font-size: 28px;
}
#box1 .row >div>.list-unstyled li{
    font-size: 16px;
}
#box1 .row >div>p:nth-child(2) {
    font-size: 20px;
    margin-top: 5px;
}
#box1 .row >div>p:nth-child(3) {
    margin: 15px 0 0px;
    font-size: 17px;
    color: #333;
}

/* style box5 */
#box5 {
    background: #D9EDF7;
}
#box5 p i {
    font-size: 38px;
}
#box5 p{
    font-size: 28px;
    padding: 30px 0;
    text-align: center;
    width: 70%;
    margin: auto;
    line-height: 50px;
}
#box6 .containerMain{
    padding-bottom: 10px;
}
/* style box6 */
#box6 .titleBox {
    margin: 70px auto 50px;
}
#box6>.containerMain>p span {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #c62025;
    border-top: 4px solid #c62025;
    display: inline-block;
    padding-top: 7px;
}
#box6>.containerMain>div>div {
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 0 10px 1px #ccc;
}
#box6>.containerMain .infoDes {
    padding: 20px;
}
#box6>.containerMain .infoDes p:nth-child(1) {
    font-size: 20px;
    font-style: italic;
    color: #8e8d8d;
    height: 56px;
}
#box6>.containerMain .infoDes p:nth-child(2) {
    font-size: 16px;
    color: #a9a6a6;
    margin: 10px 0 30px;
}
#box6 {
    padding-bottom: 30px;
}
/* style box7 */
#box7 {
    width: 1170px;
    margin: auto;
}
#box7 .titleBox {
    font-size: 26px;
    width: 95%;
}
#box7>div:nth-child(1) {
    margin: 15px 0 0px;
    padding: 30px 0;
}
#box7 .box7Item,
#box7 .box7Item p {
    text-align: center;
}
#box7 .box7Item img{
    width: 50%;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #ccc;
}
#box7 .box7Item>p:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    color: #c62025;
    padding: 40px 0 10px 0;
}
#box7 .box7Item>p:nth-child(3) {
    font-size: 22px;
    padding: 0 5px;
}
#box7>div:nth-child(3) {
    text-align: center;
    padding: 5px;
    margin: 40px 0 60px;
}
#box7>div:nth-child(3) .btnReg {
    margin: auto;
}

#box8 {
    background: #f7f7f7;
    padding-bottom: 60px;
}
#box8 .titleBox {
    padding: 50px 0;
}
#box8>.containerMain .row >div>div {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 1px #ccc;
    position: relative;
}
#box8>.containerMain .infoDes p{
    color: #8e8d8d;
    font-size: 15px;
    padding-bottom: 10px;
}
#box8>.containerMain .infoDes {
    padding: 20px;
}
#box8>.containerMain .infoDes p:nth-child(1) {
    font-weight: bold;
    margin-top: 5px;
}
#box8>.containerMain .infoDes p:nth-child(2) {
    font-size: 18px;
    padding-bottom: 20px;
    height: 72px;
}
#box8>.containerMain .infoDes a {
    color: #c62025;
}
#box8>.containerMain .infoDes>span {
    width: 150px;
    position: absolute;
    top: 10px;
    left: -20px;
}
#box8>.containerMain .infoDes p:nth-child(1)>span {
    border-top: 1px solid #c62025;
    padding-top: 5px;
}
#box9 {
    background: #f0f3f6;
    padding-bottom: 100px;
    margin-bottom: -60px;
}
#box9 .titleBox {
    padding-top: 30px;
}
#box9>p:nth-child(2) {
    font-size: 23px;
    padding: 5px 0 50px;
}
.bgDefault {
    background: #f8f8f8;
}
#landingDefault .titleBoxDf {
    font-weight: normal;
    font-size: 23px;
    padding: 30px 5px 0;
}
#landingDefault .titleBoxDf>span {
    width: 75px;
    border-top: 3px solid #C62025;
    display: block;
    margin: 7px auto;
}
.serviceItemDf:nth-child(1) > div{
    background: url('/img/landing/backgroundOrange.png') center no-repeat;
    background-size: 110%;
}
.serviceItemDf:nth-child(2) > div{
    background: url('/img/landing/backgroundGreen.png') center no-repeat;
    background-size: 110%;
}
.serviceCtItemDf {
    box-shadow: 0 3px 15px 1px #ccc;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    width: 75%;
    margin: 50px auto 20px;
}
.serviceCtItemDf .headServiceItem{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 24px 10px 0px;
    text-transform: uppercase;
}
.serviceCtItemDf .headServiceItem>span {
    display: block;
    width: 100px;
    border: 2px solid;
    margin: 10px auto;
}
.serviceCtItemDf .priceServiceItem {
    padding: 10px 0;
    font-size: 25px;
}
.serviceCtItemDf .priceServiceItem>b {
    font-size: 30px;
}
.serviceCtItemDf .priceServiceItem>b span {
    font-size: 20px;
}
.serviceCtItemDf .listDefault {
    text-align: left;
}
.serviceCtItemDf .listDefault li {
    font-size: 14px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
}
.serviceCtItemDf .listDefault li:last-child{
    border: none;
}
.serviceCtItemDf .listDefault li i {
    padding-right: 10px;
    color: #F57C00;
}

.serviceCtItemDf .noteMoreService{
    font-size: 16px;
    padding: 20px;
    height: 85px;
    text-align: left;
}
.serviceCtItemDf .btnContactDf {
    border-radius: 30px;
    border: 0px solid;
    width: 150px;
    margin: 15px 0;
    padding: 8px 0;
    background: #fff;
    box-shadow: 1px 1px 5px #b1b1b2;
    font-size: 18px;
}
.serviceCtItemDf .noteMoreService>span{
    color: #c62025;
}
.sellhover:hover {
    background: #FF7800;
    color: #fff !important;
    transition: all .2s;
}
.ecomHover:hover {
    background: #00AF66;
    color: #fff !important;
    transition: all .2s;
}
.ecomCare .fa-check{
    color: #00AF66 !important;
}
#ldCustomer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#ldCustomer li {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 10px;
    box-shadow: 0 0 3px 0px #ccc;
}
#ldCustomer li:hover {
    box-shadow: 0 0 10px 0px #ccc;
}
#ldCustomer img {
    max-width: 100%;
}
.partnerLogo {
    padding: 20px 0px;
}
.partnerAva img {
    max-width: 40%;
}
.bannerEcg img {
    max-width: 70%;
}
@media screen and (max-width: 1368px) {
    #box1.boxContent {
        padding: 40px 0px 40px 8%;
    }
    #box1 .row > div:nth-child(1) {
        padding: 60px 0px;
    }
}
@media screen and (max-width: 1228px){
    #box1 {
        padding: 0px 13%;
    }

}
@media screen and (max-width: 1024px) {
    .mainLanding .containerMain, #box7 {
        width: 100%;
    }
    #box7 .titleBox {
        font-size: 22px;
    }
    .serviceItemDf:nth-child(1) > div, .serviceItemDf:nth-child(2) > div {
        background-size: 120%;
    }
    .serviceCtItemDf .listDefault br {
        display: none;
    }
    #box1.boxContent {
        padding: 20px 0 0px 30px;
    }
}
@media screen and (max-width: 768px){
    .mainLanding .titleBox {
        font-size: 23px;
    }
    #landingDefault .boxDefault>.containerMain {
        flex-wrap: wrap;
    }
    #landingDefault .boxDefault .padding-left {
        padding-left: 15px;
    }
    #landingDefault .boxDefault .padding-right {
        padding-right: 15px;
    }
    #landingDefault .boxDefault .boxDf-ct>p{
        font-size: 15px;
    }
    #landingDefault .boxDefault .boxDf-ct > h3 {
        font-size: 18px;
        padding: 15px 0;
    }
    #landingDefault .boxDefault {
        padding: 20px 0;
    }

    #box1 {
        padding: 0 0 10px;
        display: flex;
        align-items: center;
    }

    #box1 .row > div:nth-child(1) {
        padding: 25px 0px;
    }
    #box1 .row > div > h1 {
        font-size: 26px;
    }
    #box1 .row >div>p:nth-child(3) {
        margin: 10px 0px 0px;
    }
    #box5 p {
        width: 100%;
        padding: 30px 15px;
        font-size: 23px;
    }
    .mainLanding .containerMain {
        width: 100%;
    }
    #box6 .titleBox {
        margin: 40px auto;
    }
    #box6>.containerMain>div>div,
    #box8>.containerMain>div>div {
        margin-bottom: 20px;
    }

    #box7 .box7Item > p:nth-child(2) {
        font-size: 25px;
    }
    #box7 .box7Item > p:nth-child(3) {
        font-size: 18px;
    }
    #box9 {
        padding: 0 15px 100px;
    }
    .mainLanding .titleBox {
        width: 91%;
    }
    #box6>.containerMain .infoDes p:nth-child(1),
    #box8>.containerMain .infoDes p:nth-child(2) {
        height: auto;
    }
    #box7 .box7Item>p:nth-child(2) {
        padding: 10px 0;
    }
    #box7 .box7Item {
        margin-bottom: 40px;
    }
    #box7 .box7Item>p:nth-child(3) {
        padding: 0;
    }
    .serviceCtItemDf {
        width: 90%;
    }
    .serviceCtItemDf .listDefault li {
        padding: 6px 5px;
    }
    .serviceItemDf:nth-child(1) > div, .serviceItemDf:nth-child(2) > div {
        background-size: 135%;
        margin: auto !important;
    }
    #ldCustomer {
        flex-wrap: wrap;
    }
    #ldCustomer li {
        padding: 0px 25px;
        margin: 5px 0px;
    }
}
@media screen and (max-width: 736px) {
    #box1 .row > div > h1 {
        font-size: 22px;
    }
    #box1 .row > div > p:nth-child(2) {
        font-size: 18px;
    }
    #box1 .row > div > p:nth-child(3) {
        width: 315px;
    }
    .serviceItemDf {
        margin: 0px 0px 10px 0px;
    }
    .serviceCtItemDf {
        margin: 0 auto !important;
    }
    #landingDefault .boxDefault .boxDf-ct > p {
        font-size: 16px;
    }
    .partnerAva img {
        max-width: 80%;
    }
    .bannerEcg img {
        max-width: 100%;
    }
}
@media screen and (max-width: 500px) {
    #landingDefault .titleBox {
        font-size: 20px;
        padding: 30px 0 20px;
        font-weight: bold;
    }
    #box1LandingDf {
        margin-bottom: 0;
    }
    #landingDefault .boxItem {
        flex-wrap: wrap;
    }
    #landingDefault .boxItem .boxDf-ct > h3, #landingDefault .boxItem .boxDf-ct > h3 a{
        font-size: 18px;
        padding: 20px 0 10px;
    }
    .paddingRight, .paddingLeft {
        padding: 0 15px;
    }
    #landingDefault .boxItem {
        margin:15px 0;
        text-align: center;
    }
    #box1.boxContent {
        padding: 40px 0 60px 0%;
        background: #f0f3f6;
    }
    #box1 .row > div:nth-child(1) {
        padding: 20px;
        text-align: center;
    }
    #box1 .row > div > p:nth-child(3) {
        width: inherit;
    }
    #box1 {
        background: none;
    }
    #box1 .row > div > h1 {
        font-size: 27px;
        font-weight: 500;
    }
    .btnReg {
        width: 255px;
        margin: 0 auto;
    }
    #box5 p {
        font-size: 18px;
    }
    #box5 p i {
        font-size: 20px;
    }
    #box7 > div:nth-child(1) {
        margin: 0px;
        padding-bottom: 0px;
    }
    #box7 .box7Item img {
        width: 30%;
    }
    #box7 .box7Item > p:nth-child(3) {
        font-size: 18px;
    }
    #box8 > .containerMain .infoDes p:nth-child(1) > span {
        font-size: 18px;
    }
    #box8 > .containerMain .infoDes p:nth-child(2) {
        font-size: 14px;
    }
    #box8 .titleBox, #box9 .titleBox {
        font-size: 20px;
        text-transform: uppercase;
    }
    #box9 > p:nth-child(2) {
        font-size: 17px;
    }
    .serviceCtItemDf .noteMoreService {
        height: auto;
    }
    .serviceCtItemDf {
        width: 92%;
    }
}
