@font-face {
    font-family: "IBMPlexSans-Bold";
    src: url('/fonts/IBMPlexSans-Bold.ttf');
}

@font-face {
    font-family: "IBMPlexSans-Regular";
    src: url('/fonts/IBMPlexSans-Regular.ttf');
}

@font-face {
    font-family: "IBMPlexSans-SemiBold";
    src: url('/fonts/IBMPlexSans-SemiBold.ttf');
}

* {
    padding: 0px;
    margin: 0px;
}

table tr td{
    padding:5px;
}

table tr th{
    padding:5px;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

body {
    font-family: -apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif;
    font-size: 14px;
}

.menu-child {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 4px solid #32ccbc;
}

.regis-content {
    background: url(/Images/bg3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
    color: #fff;
}

    .regis-content .headTitle {
        color: #fff;
    }

.overlay {
    background: rgba(0,0,0,.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.center {
    text-align: center;
    padding: 10px 0;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

    .contact-form i {
        height: 0;
        float: left;
        position: relative;
        top: 15px;
        left: 15px;
        z-index: 10;
        color: #3b3b3b;
        font-size: 19px;
    }

    .contact-form input, .contact-form textarea, .contact-form select {
        padding-left: 45px;
        border-radius: 5px;
        height: 50px;
        border: 1px solid #5d5d6d;
        color: #5d5d6d;
        font-size: 16px;
        width: 100%;
    }

    .contact-form textarea {
        height: 100px;
    }

.headSubcribe {
    font-size: 18px;
}

button[type="submit"]#idbtnsubmit {
    background: #32ccbc;
    border: 0;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
}

.set_4_button2 span {
    color: #fff;
}

.header {
    width: 100%;
    background-color: #fff;
}

    .header h2 a {
        color: #32ccbc;
        font-family: 'IBMPlexSans-Bold';
        font-size: 24px;
        float: left;
        margin-right: 25px;
        line-height: 100px;
    }

@media(max-width:767px) {
    .header{
        height:80px;
    }
    .menu-child {
        right: 10%;
    }
    .menu_top{
        
        top:80px !important;
    }
    .bg_right, .bg_left {
        z-index: -1 !important;
    }

    .contact-head {
        left: 0;
        top: 85% !important;
        transform:none !important;
    }

        .contact-head a span {
            color: red !important;
        }

    .header h2 a {
        line-height: 50px;
    }
    .btn_menu{
        margin-top:15px !important;
    }
    .regis-content {
        padding: 20px;
    }

        .regis-content .headTitle {
            font-size: 25px;
        }
}

@media(max-width:991px) {
    .contact-head {
        left:30px;
		width:85% !important;
    }
.phone-desktop{
	float:none !important;
}
.phone-desktop i{
	font-size:20px;
	line-height:25px;
	left:-20px !important;
}
    .menu-child {
        right: 15%;
        top: 0;
        padding:0;
    }

    .menu_top .menu-child li {
        height: 50px !important;
    }
}

li:hover .menu-child {
    display: block;
}

@media(min-width:992px) {
    li:hover .menu-child {
        min-width: 250px;
    }
}

.menu_top li:hover .menu-child li a {
    color: #000;
}

.menu_top li:hover .menu-child li:hover a {
    color: #32ccbc;
}

.menu_top .menu-child li {
    width: 100%;
    margin-right: 0;
    padding-left: 15px;
    height: 30px;
    color: #000;
}

    .menu_top .menu-child li:hover {
        border-bottom: none;
    }

    .menu_top .menu-child li a {
        line-height: 50px;
    }

.login {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.left_login {
    width: 35%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: absolute;
}

    .left_login img {
        width: 100%;
    }

.right_login {
    width: 65%;
    height: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    background-color: #f5f5f5;
    position: absolute;
    left: 35%;
}

.box_login {
    width: 360px;
    border-top: 4px solid #32ccbc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #d1d1d1;
    display: inline-block;
    margin-top: 100px;
    padding: 50px;
    padding-top: 40px;
}

    .box_login h1 {
        color: #32ccbc;
        font-size: 36px;
        font-family: 'IBMPlexSans-Bold';
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .box_login .form {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #c8c7cc;
        padding-bottom: 25px;
        margin-bottom: 28px;
    }

        .box_login .form input {
            width: 100%;
            height: 40px;
            border-radius: 20px;
            border: 1px solid #c8c7cc;
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 10px;
        }

            .box_login .form input::selection {
                border: 1px solid #32ccbc;
            }

    .box_login .btn_login {
        width: 100%;
        background-image: url(/images/bg_login.png);
        background-size: 100% 100%;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border: none;
        margin-top: 20px;
        display: inline-block;
        line-height: 40px;
    }

    .box_login .form input[type="checkbox"] {
        float: left;
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

    .box_login .form p {
        text-align: left;
        margin-top: 20px;
    }

    .box_login p a {
        color: #2196f3;
        text-decoration: underline;
    }

.signup .box_login .form {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.signup .box_login {
    margin-top: 55px;
}

    .signup .box_login h1 {
        margin-bottom: 20px;
    }

.box_login img {
    display: inline-block;
}

.registration .box_login {
    padding-top: 10px;
}

    .registration .box_login h2 {
        color: #32ccbc;
        font-size: 24px;
        font-family: 'IBMPlexSans-Bold';
        margin-bottom: 15px;
    }

    .registration .box_login p {
        font-size: 16px;
        color: #666666;
    }

.container_page {
    width: 1150px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.blog-item .blog-item-thumbnail {
    padding-bottom: 15px;
}

.aside-content {
    margin-top: 15px;
}

.menu_top {
    float: left;
    display: block;
    margin-bottom: 0;
}

    .menu_top li {
        display: inline-block;
        margin-right: 20px;
        transition: 0.3s all ease;
        height: 100px;
        position: relative;
    }

        .menu_top li a {
            font-size: 18px;
            color: #363636;
            /*font-family: 'IBMPlexSans-Bold';*/
            font-family: 'Roboto Condensed', sans-serif;
            line-height: 100px;
            transition: 0.3s all ease;
        }

            .menu_top li a:hover {
                text-decoration: none;
            }

        .menu_top li:hover, .menu_top li.active {
            border-bottom: 4px solid #32ccbc;
        }

            .menu_top li:hover a, .menu_top li.active a {
                color: #32ccbc;
            }

a.btn_free {
    float: left;
    width: 125px;
    height: 40px;
    display: block;
    border: 2px solid #32ccbc;
    border-radius: 20px;
    color: #32ccbc;
    /*font-family: 'IBMPlexSans-Bold';*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
    transition: 0.3s all ease;
}

a.btn_login {
    float: right;
    font-size: 16px;
    color: #363636;
    font-family: 'Roboto Condensed', sans-serif;
    /*font-family: 'IBMPlexSans-Bold';*/
    line-height: 100px;
    transition: 0.3s all ease;
    margin-right: 25px;
}

    a.btn_login:hover {
        border-bottom: 4px solid #32ccbc;
        color: #32ccbc;
    }

a.btn_free:hover {
    color: #fff;
    background-color: #32ccbc;
}

.copyright {
    width: 100%;
    height: 60px;
    background-color: #eeeeee;
}

    .copyright h3 {
        /*font-family: 'IBMPlexSans-Bold';*/
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 24px;
        color: #363636;
        float: left;
        line-height: 60px;
        margin-right: 15px;
    }

    .copyright p {
        font-size: 16px;
        color: #363636;
        line-height: 60px;
        float: left;
        /*font-family: 'IBMPlexSans-Regular';*/
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 0px;
    }

.blog-aside {
    margin-bottom: 30px;
}

.title-head {
    font-weight: bold;
    font-size: 20px;
    color: #32ccbc;
    padding-bottom: 10px;
    border-bottom: 1px solid #32ccbc;
}

.bread-crumb {
    overflow: hidden;
    margin-bottom: 20px;
}

.bg-breadcrumb {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb a, .breadcrumb span {
    color: #fff;
}

.breadcrumb span {
    padding: 0 5px;
}

.footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 45px;
    overflow: hidden;
}

    .footer h3 {
        color: #32ccbc;
        font-size: 16px;
        /*font-family: 'IBMPlexSans-Bold';*/
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .footer p {
        font-size: 16px;
        color: #363636;
        margin-bottom: 5px;
    }

    .footer ul li {
        margin-bottom: 5px;
    }

        .footer ul li a {
            font-size: 16px;
            color: #363636;
        }

            .footer ul li a:hover {
                color: #32ccbc;
            }

.contact {
    background-image: url('/images/banner-contact.jpg');
    background-image: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

    .contact h1 {
        font-size: 48px;
        color: #fff;
        margin-bottom: 5px;
    }

    .contact p {
        font-size: 24px;
        color: #fff;
    }

.box_contact {
    width: 770px;
    margin: auto;
}

.contact .box_contact form {
    width: 450px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

    .contact .box_contact form input {
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #c8c7cc;
        padding-left: 20px;
        padding-right: 20px;
    }

        .contact .box_contact form input:hover {
            color: #c8c7cc;
        }

    .contact .box_contact form .btn-submit {
        width: 100%;
        background-image: url(/images/bg_contact.png);
        background-size: 100% 100%;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border: none;
        margin-top: 0px;
        display: inline-block;
        line-height: 40px;
    }

    .contact .box_contact form input.content {
        height: 60px;
        border-radius: 30px;
    }

#register {
    position: fixed;
    bottom: 20px;
    left: 30px;
    border: 2px solid #32ccbc;
    border-radius: 20px;
    background: #32ccbc;
    color: #fff;
    font-weight: bold;
}

    #register:hover {
        border: 2px solid #32ccbc;
        border-radius: 20px;
        color: #32ccbc;
        background: #fff;
    }

.customer {
    background-image: url(/images/banner-customer.png);
    background-size: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
}

.tool {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .tool h2 {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .tool p {
        font-size: 24px;
        margin-bottom: 55px;
    }

    .tool .item_tool img {
        display: inline-block;
    }

    .tool .item_tool h3 {
        font-size: 24px;
        color: #363636;
        /*font-family: 'IBMPlexSans-Bold';*/
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .tool .item_tool p {
        font-size: 16px;
    }

.register {
    background-image: url(/images/bg_register.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.bg_register {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.box_register {
    width: 600px;
    margin: auto;
    color: #fff;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 60px;
}

    .box_register h3 {
        font-size: 48px;
        text-align: center;
    }

.btn_register {
    width: 291px;
    height: 132px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 115px;
    text-align: center;
    background-image: url('/images/btn_register.png');
}

.title_home {
    font-size: 48px;
    margin-bottom: 30px;
    text-align: center;
}

.tinhnang h2 {
    text-align: center;
    font-size: 48px;
}

@media(max-width:767px) {


    .title_home, .box_register h3, .tool h2 {
        font-size: 25px;
    }


    .tool h2 {
        font-weight: bold;
    }

    .tool p {
        font-size: 18px;
    }

    .tinhnang h2 {
        font-size: 30px;
        font-weight: bold;
    }
}

.blog {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.item_blog .box_image {
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: block;
}

    .item_blog .box_image img {
        transition: 0.3s all ease;
    }

        .item_blog .box_image img:hover {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.item_blog h3 {
    margin: 5px 0;
}

    .item_blog h3 a {
        font-size: 18px;
        /*font-family: 'IBMPlexSans-Bold';*/
        font-family: 'Roboto Condensed', sans-serif;
        color: #363636;
        line-height: 30px;
    }

        .item_blog h3 a:hover {
            color: #32ccbc;
        }

.item_blog p {
    font-size: 16px;
    margin-bottom: 0px;
}

.view_more {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #32ccbc;
    display: inline-block;
    margin-top: 30px;
}

    .view_more:hover {
        color: #363636;
    }

.project {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg_left {
    background-image: url(/images/bg_left.png);
    position: absolute;
    z-index: 99;
    width: 113px;
    height: 1600px;
    top: 1720px;
}

.bg_right {
    right: 0px;
    background-image: url(/images/bg_right.png);
    position: absolute;
    z-index: 99;
    width: 113px;
    height: 2314px;
    top: 1110px;
}

.banner {
    background-color: #efeff5;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.banner-content h2 {
    text-align: center;
    font-size: 48px;
    color: #363636;
    font-weight: bold;
    margin-top: 70px;
}

.banner-content p {
    text-align: center;
    font-size: 24px;
    color: #363636;
    margin-top: 10px;
}

.tinhnang {
    width: 100%;
    padding-bottom: 40px;
}

.box_block {
    margin-top: 35px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

    .box_block .content-part {
        margin: 35px 0;
    }

.article-title {
    font-size: 20px;
    padding: 15px 0;
}

.adv {
    margin-bottom: 40px;
}

.block-recent h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.tag-share {
    clear: left;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    line-height: 30px;
}

    .tag-share .social-media {
        color: #7b7b7b;
    }

.social-media {
    font-size: 1em;
}

.tag-share .social-media a {
    margin-left: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #b1b1b1;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    color: #b1b1b1;
    font-size: 12px;
}

.date, .post-time {
    font-size: 12px;
}

.block-recent ul li {
    padding-left: 20px;
    padding: 5px;
}

.adv-item {
    margin-bottom: 10px;
}

.loop-blog {
    margin-bottom: 15px;
}

.thumb-left {
    width: 30%;
    float: left;
}

.name-right {
    width: 70%;
    float: left;
    padding-left: 10px;
}

    .name-right h3 {
        line-height: 16px;
    }

    .name-right a {
        font-size: 14px;
    }

@media(min-width:768px) {
    /*.blog-item {
        min-height: 440px;
    }*/
    .box_block {
        margin-top: 70px;
    }

        .box_block .content-part {
            margin: 60px 0;
        }


        .box_block:nth-child(2n) .part:first-child {
            float: left;
        }

        .box_block:nth-child(2n+1) .part:nth-child(2n+1) {
            float: right;
        }

    .feature.box_block .content-part {
        margin: 30px 0;
    }

        .feature.box_block .content-part h3 {
            font-size: 17px;
            font-weight: 600;
            padding: 10px 0;
        }

            .feature.box_block .content-part h3:hover {
                color: #32ccbc;
            }

            .feature.box_block .content-part h3 i {
                display: none;
                margin-right: 5px;
                float: left;
                font-size: 10px;
                width: 15px;
                padding: 5px 0;
            }

            .feature.box_block .content-part h3:hover i {
                display: block;
            }

        .feature.box_block .content-part p {
            font-size: 15px;
        }
}

.logo-wrapper {
    float: left;
    line-height: 100px;
    max-height: 100px;
    overflow: hidden;
}

    .logo-wrapper img {
        max-width: 100%;
        max-height: 100%;
    }

.box_block_1 {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

    .box_block_1 .left {
        width: 50%;
        float: left;
        text-align: right;
        padding-right: 90px;
    }

        .box_block_1 .left img {
            display: inline-block;
        }

    .box_block_1 .right {
        float: left;
        width: 50%;
    }

        .box_block_1 .right .box_right {
            width: 465px;
            float: left;
            padding-top: 40px;
        }

.tinhnang h4 {
    font-size: 24px;
    /*font-family: 'IBMPlexSans-Bold';*/
    font-family: 'Roboto Condensed', sans-serif;
    color: #363636;
    margin-bottom: 20px;
    line-height: 30px;
}

.tinhnang p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #363636;
}

.box_block_2 {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

    .box_block_2 .left {
        width: 50%;
        float: left;
    }

        .box_block_2 .left .box_left {
            width: 465px;
            float: right;
            padding-right: 15px;
            padding-top: 40px;
        }

    .box_block_2 .right {
        width: 50%;
        float: left;
        padding-left: 15px;
    }

.box_block_3 {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

    .box_block_3 .left {
        width: 50%;
        float: left;
        text-align: right;
        padding-right: 60px;
    }

        .box_block_3 .left img {
            display: inline-block;
        }

    .box_block_3 .right {
        width: 50%;
        float: left;
    }

        .box_block_3 .right .box_right {
            width: 465px;
            padding-right: 15px;
            padding-top: 40px;
        }

.item_project .box_image {
    /*width: 100%;*/
    height: 130px;
    overflow: hidden;
    display: block;
    width: 130px;
    border-radius: 130px;
    margin-right: auto;
    margin-left: auto;
}

    .item_project .box_image img {
        transition: 0.3s all ease;
        height: 100%;
        display: block;
        /*width: 130px;
        border-radius: 130px;*/
    }

        .item_project .box_image img:hover {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);

            /*height: 130px;
            width: 130px;
            border-radius: 130px;*/
        }

.item_project h3 {
    margin-top: 15px;
    line-height: 16px;
    margin-bottom: 5px;
}

    .item_project h3 a {
        /*font-family: 'IBMPlexSans-SemiBold';*/
        font-size: 16px;
        color: #363636;
    }

.item_project p {
    font-size: 16px;
    color: #363636;
}

.btn_menu {
    display: none;
}

a.hidden_pc {
    display: none;
}

.image-hotel {
    float: none;
    margin: 0 auto;
}

.box_customer {
    width: 850px;
    margin: auto;
}

    .box_customer h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .box_customer p {
        font-size: 20px;
    }

.list_customer {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 25px;
}

    .list_customer h3 {
        font-size: 24px;
        color: #e5e5e5;
        margin-bottom: 5px;
    }

.box_customer .list_customer p {
    font-size: 16px;
    color: #e5e5e5;
}

.right-content {
    margin-bottom: 40px;
}

.list_image_customer {
    text-align: center;
    margin-top: 20px;
}

    .list_image_customer a {
        border: 2px solid #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

        .list_image_customer a img {
            display: inline-block;
        }

        .list_image_customer a span {
            content: "";
            width: 100px;
            height: 100px;
            position: absolute;
            display: block;
            border-radius: 50px;
            background-color: rgba(255,255,255,0.5);
            top: 0px;
            left: 0px;
            transition: 0.3s all ease;
        }

        .list_image_customer a:hover span {
            left: -100px;
        }

.blog-item-name a {
    font-size: 17px;
}

.table-bordered {
    border: none;
}

.gradeC img {
    width: 20px;
}

.table-bordered > thead > tr > th {
    border: none;
    padding: 0;
}

.table-bordered > tbody > tr > td .bottom-table img {
    max-width: 100%;
}


.head-table, .bottom-table {
    position: relative;
}

    .head-table .title-table {
        padding: 20px;
        width: 100%;
        text-align: center;
        color: #fff;
        bottom: 7px;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 18px;
    }

.bottom-table {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
    margin: 5px 45px;
}

    .bottom-table .title-table {
        padding: 10px;
    }

        .bottom-table .title-table a {
            color: #fff;
            font-weight: bold;
        }

.contact-head {
    width: 160px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.next-hide {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

.support-item .left {
    padding-right: 5px;
}

.support-item .right {
    padding-left: 5px;
}

.support-item .left img {
    border-radius: 50%;
    min-height: 60px;
}

.support-item .left .img {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #eee;
}

.right p {
    margin-bottom: 2px;
}

@media (min-width: 992px) {
    .next-hide {
        display: none;
    }
}



.tieude-trangchu {
    color: white;
    background: #00bff3;
}

.tieude-trangchu:hover{
    color:white;
}

.khach-hang {
    background-image: url('/Upload//images/khach-hang.jpg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;
}

.item_project{
    text-align:center;
    color:white;
}

.number-title {
    font-weight:bold;
}

.number {
    background-image: url('/Upload//images/number.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-bottom:30px;
}
.messager-one {
    position: fixed;
    bottom: 85px;
    right: 27px;
    z-index: 999;
}
.hotline-phone {
    position: fixed;
    bottom: 155px;
    right: 27px;
    z-index: 999;
}
 .zalo-chat-widget{
    right: 25px !important;
    bottom: 15px !important;
}