/* * {
   start Chat fpt.vn
} */


.always-on {
    position: fixed;
    right: 20px;
    bottom: 111px;
    z-index: 999;
}

.always-on:hover {
    width: auto;
}


.always-on>div {
    margin: 7px 0;
    cursor: pointer;
    clear: both;

}

.bg-gray {
    padding: 13px 0px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 40px -4px rgba(17, 17, 17, 0.7);
    -moz-box-shadow: 0px 0px 40px -4px rgba(17, 17, 17, 0.7);
    box-shadow: 0px 0px 40px -4px rgba(17, 17, 17, 0.7);
    z-index: 1111;
    position: relative;
}

.text-number {
    height: 60px;
    font-size: 25.89px !important;
    font-family: 'utm_alter_gothicregular';
    width: 254px;
    margin-right: -50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 40px -4px rgba(17, 17, 17, 0.7);
    -moz-box-shadow: 0px 0px 40px -4px rgba(17, 17, 17, 0.7);
    box-shadow: 0px 0px 40px -4px rgba(17, 17, 17, 0.7);
    padding-right: 45px;
}

.text-number p,
.text-number a {
    color: #fff !important;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: -0.5px;
}

.group-cart>.bg-gray {
    background: rgba(0, 108, 151, 1);
    background: -moz-linear-gradient(left, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 108, 151, 1)), color-stop(100%, rgba(3, 80, 135, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    background: linear-gradient(to right, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006c97', endColorstr='#035087', GradientType=1);
    /*border: 1px solid #003f7d;*/
}

.group-call>.bg-gray {
    background: rgba(244, 122, 60, 1);
    background: -moz-linear-gradient(left, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244, 122, 60, 1)), color-stop(100%, rgba(254, 75, 48, 1)));
    background: -webkit-linear-gradient(left, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    background: -o-linear-gradient(left, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    background: -ms-linear-gradient(left, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    background: linear-gradient(to right, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a3c', endColorstr='#fe4b30', GradientType=1);
    /*border: 1px solid #cf3a00;*/
}

.group-chat>.bg-gray {
    background: rgba(53, 175, 69, 1);
    background: -moz-linear-gradient(left, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53, 175, 69, 1)), color-stop(100%, rgba(78, 157, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    background: linear-gradient(to right, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35af45', endColorstr='#4e9d48', GradientType=1);
    /*border: 1px solid #007c07;*/
}

.group-cart>.bg-gray:hover~.text-number,
.group-call>.bg-gray:hover~.text-number,
.group-chat>.bg-gray:hover~.text-number {
    display: block !important;
}

.group-cart>.bg-gray {
    /*background: rgba(0, 108, 151, 1);*/
}

.group-cart>.bg-gray:hover {
    background: rgba(0, 108, 151, 1);
    background: -moz-linear-gradient(left, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 108, 151, 1)), color-stop(100%, rgba(3, 80, 135, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    background: linear-gradient(to right, rgba(0, 108, 151, 1) 0%, rgba(3, 80, 135, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006c97', endColorstr='#035087', GradientType=1);
}

.group-cart .text-number {
    background: rgba(3, 79, 134, 1);
    background: -moz-linear-gradient(left, rgba(3, 79, 134, 1) 0%, rgba(0, 109, 152, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3, 79, 134, 1)), color-stop(100%, rgba(0, 109, 152, 1)));
    background: -webkit-linear-gradient(left, rgba(3, 79, 134, 1) 0%, rgba(0, 109, 152, 1) 100%);
    background: -o-linear-gradient(left, rgba(3, 79, 134, 1) 0%, rgba(0, 109, 152, 1) 100%);
    background: -ms-linear-gradient(left, rgba(3, 79, 134, 1) 0%, rgba(0, 109, 152, 1) 100%);
    background: linear-gradient(to right, rgba(3, 79, 134, 1) 0%, rgba(0, 109, 152, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f86', endColorstr='#006d98', GradientType=1);
}

.group-call>.bg-gray {
    /*background: rgba(244, 122, 60, 1);*/
}

.group-call>.bg-gray:hover {
    background: rgba(244, 122, 60, 1);
    background: -moz-linear-gradient(left, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244, 122, 60, 1)), color-stop(100%, rgba(254, 75, 48, 1)));
    background: -webkit-linear-gradient(left, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    background: -o-linear-gradient(left, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    background: -ms-linear-gradient(left, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    background: linear-gradient(to right, rgba(244, 122, 60, 1) 0%, rgba(254, 75, 48, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a3c', endColorstr='#fe4b30', GradientType=1);
}

.group-call .text-number {
    background: rgba(255, 75, 47, 1);
    background: -moz-linear-gradient(left, rgba(255, 75, 47, 1) 0%, rgba(243, 122, 61, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 75, 47, 1)), color-stop(100%, rgba(243, 122, 61, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 75, 47, 1) 0%, rgba(243, 122, 61, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 75, 47, 1) 0%, rgba(243, 122, 61, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 75, 47, 1) 0%, rgba(243, 122, 61, 1) 100%);
    background: linear-gradient(to right, rgba(255, 75, 47, 1) 0%, rgba(243, 122, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b2f', endColorstr='#f37a3d', GradientType=1);
}

.group-chat>.bg-gray {
    /*background: rgba(53, 175, 69, 1);*/
}

.group-chat>.bg-gray:hover {
    background: rgba(53, 175, 69, 1);
    background: -moz-linear-gradient(left, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53, 175, 69, 1)), color-stop(100%, rgba(78, 157, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    background: linear-gradient(to right, rgba(53, 175, 69, 1) 0%, rgba(78, 157, 72, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35af45', endColorstr='#4e9d48', GradientType=1);
}

.group-chat .text-number {
    background: rgba(81, 156, 72, 1);
    background: -moz-linear-gradient(left, rgba(81, 156, 72, 1) 0%, rgba(52, 176, 68, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(81, 156, 72, 1)), color-stop(100%, rgba(52, 176, 68, 1)));
    background: -webkit-linear-gradient(left, rgba(81, 156, 72, 1) 0%, rgba(52, 176, 68, 1) 100%);
    background: -o-linear-gradient(left, rgba(81, 156, 72, 1) 0%, rgba(52, 176, 68, 1) 100%);
    background: -ms-linear-gradient(left, rgba(81, 156, 72, 1) 0%, rgba(52, 176, 68, 1) 100%);
    background: linear-gradient(to right, rgba(81, 156, 72, 1) 0%, rgba(52, 176, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#519c48', endColorstr='#34b044', GradientType=1);
}

.group-chat .text-number p {
    padding-top: 15px;
}

.always-on>div img {
    width: 80%;
}

.always-on>div p {
    margin-bottom: 0;
    line-height: 10px;
    margin-top: 13px;
}

.hide {
    display: none !important;
    float: right !important;
}

.pull-right {
    float: right !important;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
    width: 76%;
}

.group-cart,
.group-call,
.group-chat {
    float: right;
}

.col-xs-12 {
    width: 100% !important;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 99;
    width: 70px;
    height: auto;
    text-align: center;
    cursor: pointer;
    transition: opacity .2s ease-out;
    opacity: 0;
}

a:link,
a:active,
a:hover,
a:visited {
    /* background-color: transparent; */
    outline: 0;
    text-decoration: none !important;
}

.show {
    display: block !important;
}

#back-to-top>img {
    width: 100%;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

@media (max-width: 500px) {
    .always-on {
        position: static;
    }

    .always-on>div.group-cart {
        position: fixed;
        bottom: 0;
        right: calc(85.5% - 30px);
        z-index: 300;
    }

    .always-on>div.group-call {
        position: fixed;
        bottom: 0;
        right: calc(61.5% - 30px);
        z-index: 200;
    }

    .always-on>div.group-chat {
        position: fixed;
        bottom: 0;
        right: calc(38.5% - 30px);
        z-index: 100;
    }

    #back-to-top {
        width: 72px !important;
        bottom: .5px !important;
        right: calc(12.5% - 30px) !important;
    }

    .always-on>div.group-chat>.bg-gray,
    .always-on>div.group-call>.bg-gray,
    .always-on>div.group-cart>.bg-gray {
        width: 60px;
        height: 60px;
        padding: 10px 0;
    }

    .group-cart>.bg-gray:hover~.text-number,
    .group-call>.bg-gray:hover~.text-number,
    .group-chat>.bg-gray:hover~.text-number {
        display: none !important;
    }

    #header .main-menu .sub a {
        text-align: left !important;
        padding-left: 50px !important;
    }

    #header .main-menu li{
        text-transform: none !important;
    }
    #header .main-menu li a {
        font-size: 15px;
        padding: 11px 25px !important;
        font-family: 'Roboto-Bold';
        text-transform: uppercase;
    }
    #header .main-menu #dropdown-menu .open:before {
        content: "\f105";
        font-family: 'fontawesome-webfont';
        position: absolute;
        right: 35px !important;
        font-size: 21px;
    }
    #header .main-menu #dropdown-menu:hover .open:after {
        content: "\f107";
        font-family: 'fontawesome-webfont';
        position: absolute;
        right: 35px !important;
        font-size: 21px;
    }
    #header .main-menu #dropdown-menu:hover .open:before {
        content: "";
    }
    #header .main-menu .sub{
        width: auto !important;
        left: 0 !important;
        top: 0 !important;
    }
    #left-menu .fa-plus{
        display: none;
    }
    .left-menu li:last-child{
        padding: 1px;
    }
    .sign-contract .agree label{
        width: 270px;
        float: right;
    }
    .sign-contract .agree{
        line-height: 15px;
        bottom: 0px !important;
    }

    .sign-contract .agree-step2 label{
        font-weight: bold;
        width: 90%;
        float: right;
    }

    .sign-contract .agree-step2{
        position: unset;
        width: 100% !important;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: 1px;
        line-height: 20px !important;
        bottom: -90px;
        left: 1px;
        background: #f9f9f9;
        border: 1px solid #eee;
        padding: 20px;
        border-radius: 0 0 5px 5px;
    }

    .sign-contract .agree-step2 .submit {
        font-size: 1.15em;
        position: sticky;
        top: 50px;
        width: 120px;
        left: calc(50% - 60px);
        text-align: center;
        padding: 10px 0 10px 0;
        color: #fff;
    }
    .step3-1{
        display: grid;
    }
    .step3-2{
        padding-top: 5px;
        display: grid;
    }
    .logo a{
        float: left;
    }
    .footer .bottom .logo{
        display: unset;
    }
    .footer .bottom .copy{
        color: #2b2b2b;
        width: unset;
        font-family: 'Roboto-Medium';
        font-weight: bold;
    }
    .footer-padding-mobile{
        padding-bottom: 65px !important;
    }
    .menu-profile .more:hover .menu-hover{
        top: 50px;
    }
    .modal-content{
        width: 100%;
        top: 150px;
        bottom: 0;
    }
    #payment-board-1 table th{
        display: -webkit-box;
        width: 100%;
    }
    /* #payment-board-1 table td:first-child{
        font-size: 15px;
    } */
    #payment-board-1 table td:nth-child(2){
        border-top: unset;
        margin: 0;
    }
    #payment-board-1 table td{
        width: 20%;
    }
    #payment-board-1 table td:last-child{
        border: 1px solid #dee2e6;
        width: 20%;
    }
    #payment-board-1 tbody{
        display: grid;
    }
    .board-1 {
        padding: 0;
        margin-bottom: 10px;
    }
    .board-1 tr{
        display: flex;
        width: 100%;
    }
    .price-table td{
        font-size: 12px;
    }
    #payment-board-1 .total{
        border-bottom: 1px solid #dee2e6;
        width: 20%;
    }
    /* #payment-board-1 table{
        display: grid;
        width: 100%;
    } */
    /* #payment-board-1 table thead tr{
        display: flex;
    } */
    #payment-board-1 table td[colspan="3"]{
        width: 60%;
    }
    #title-payment{
        padding: 0 32px 0 32px;
    }
}

@media (min-width: 786px) and (max-width: 1223px) {
    .container {
        max-width: 970px;
    }

    .header-custom {
        width: 100%;
    }

    .logo-resize {
        /* display: inline-block;  */
        float: left;
    }

    .main-menu-resize {
        float: right;
        margin: 0 !important;
    }

    #top-bar {
        height: 40px !important;
    }

    #header .main-menu li a {
        padding: 23px 5px 0 5px;
    }

    #header .main-menu {
        margin: 5px 0 0 0 !important;
    }
    .left-menu li a:hover::after, .left-menu li a.active::after{
        display: none;
    }
    #contract .box{
        min-height: 219px !important;
        padding: 43px 0px 0px 10px;
    }
    .box{
        /* padding: 43px 0px 0px 47px; */
        /* min-height: 195px !important; */
    }
    .box .row-1, .box .row-2{
        margin: 0 0 10px -20px !important;
        width: calc(100% + 43px) !important;
        padding-left: 50px !important;
        padding-right: 30px;
    }
    .box img.icon-box{
        /* left: 20px; */
        position: absolute;
        top: 35px;
    }
    #contract .modem-features{
        right: 20px !important;
    }
    /*.sticky #top-bar{*/
        /*display: none;*/
    /*}*/

    /*.sticky{*/
        /*top: 34px;*/
    /*}*/

    .col-lg-9{
        flex: none !important;
    }
    .col-xs-9{
        width: 74%;
    }
    .menu-profile .user .avatar{
        width: 39px;
        height: 39px;
    }
    .service-internet .menu-contract{
        margin: -10px 0 0 -51px;
    }
}

@media (max-width: 991px) {
    .left-menu {
        width: 99% !important;
        position: relative;
    }
    .left-menu li {
        width: 25%;
    }
    .left-menu li a:hover::after,
    .left-menu li a.active::after {
        content: "";
    }
    .scrollable {
        top: -5px !important;
    }
    #services .left-column {
        padding-bottom: 10px;
    }
    .sticky {
        padding-right: 3%;
        margin: 0;
    }
    .sticky #top-bar{
        display: none;
    }

    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left;
        width: 72%;
    }
}

@media only screen and (max-width: 786px) {
    .container{
        max-width: 720px !important;
    }
    #top-bar{
        height: 40px;
    }
    #header .main-menu {
        margin: 4px 0 0 0 !important;
    }
    #header .main-menu .sub a {
        text-align: center;
        font-size: 18px;
        /* padding: unset; */
    }
    #header .main-menu li{
        text-transform: none !important;
    }
    #header .main-menu li a {
        /* font-size: 13px;
        padding: 25px 3px 0px 5px !important; */
        /* font-family: 'Roboto-Bold'; */
        text-transform: uppercase;
        font-size: 0.9em;
        padding: 25px 5px 0 5px;
    }
    #header .header-custom .main-menu #dropdown-menu .open:before {
        content: "\f105";
        font-family: 'fontawesome-webfont';
        position: absolute;
        right: 20px;
        font-size: 21px;
        top: 8px;
    }
    #header .header-custom .main-menu #dropdown-menu:hover .open:after {
        content: "\f107";
        font-family: 'fontawesome-webfont';
        position: absolute;
        right: 20px;
        font-size: 21px;
        top: 8px;
    }
    #header .header-custom .main-menu #dropdown-menu:hover .open:before {
        content: "";
    }
    #header .header-custom .main-menu li a{
        padding: 12px 12px 12px 27px;
    }
    #header .header-custom .main-menu-resize li a{
        padding: 25px 0 0 10px;
    }
    #header .header-custom .main-menu-resize .sub li a{
        padding: 25px 0 0 -1px;
    }
    .left-menu li {
        width: 33.3%;
    }
    .sticky {
        padding-right: 3%;
        margin: 0;
    }
    .sticky #top-bar{
        display: none;
    }
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left;
        width: 69%;
    }
    #header .main-menu .sub{
        left: 0 !important;
        top: 0 !important;
        width: auto !important;
    }
    .menu-profile .user{
        margin-right: 0;
    }
    .right-page-tools .icon-page{
        display: none;
    }
    .avatar-custom{
        padding-right: 0 !important;
        margin-right: -5px;
    }
    a.button-register{
        margin: 5px 0 15px 0 !important;
        display: table-cell;
        float: right;
    }

}
#contract-doc{
    height: 462px!important;
}
@media (max-width: 375px) {
    #contract-doc{
        height: 427px!important
    }
    #header .main-menu li a {
        padding: 7px 25px !important;
    }
    .left-menu li:last-child a{
        font-size: 11px;
    }
    #services .left-column{
        padding-right: 10px;
    }
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left;
        width: 100% !important;
    }

    #header .header-custom .main-menu #dropdown-menu .open:before {
        content: "\f105";
        font-family: 'Font Awesome\ 5 Free';
        position: absolute;
        right: 20px;
        font-size: 21px;
        top: 2px;
    }
    #header .header-custom .main-menu #dropdown-menu:hover .open:after {
        content: "\f107";
        font-family: 'Font Awesome\ 5 Free';
        position: absolute;
        right: 20px;
        font-size: 21px;
        top: 2px;
    }
    #header .header-custom .main-menu #dropdown-menu:hover .open:before {
        content: "";
    }
    .left-menu li a{
        padding: 15px 10px 15px 14px;
    }
    .scrollable{
        left: auto;
    }
    .left-menu li:last-child{
        padding: 3px;
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: '';
}

#header .main-menu .sub {
    /* top: 110px; */
    left: 7%;
    width: 85%;
}

#header .main-menu {
    margin: 7px 0 0 0;
}

.sign-contract-payment {
    padding: 20px;
    margin: 20px 0 0 0;
}
.opt-reset .reset {
    border: 1px solid #f27226;
    font-size: .9em;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
    display: inline-block;
    line-height: 100%;
    outline: none;
    position: absolute;
    top: 12px;
    right: 10px;
}

.opt-reset .reset:hover {
    border: 1px solid #f27226;
    background: #f27226;
    color: #fff;
    border-radius: 5px;
    outline: none;
}
.opt-reset .reset:hover i{
    animation-name: slideIn;
    animation-duration: 1.5s;
    color: #fff;
    /*-webkit-transform: rotate(360deg) !important;*/
    /*transform: rotate(360deg);*/
}
.fa-sync:before {
    content: "\f021";
}

.opt-reset input{
    margin: 5px 0 7px 0;
}
/*.sign-contract {*/
    /*padding: 10px 0 0 0 !important;*/
/*}*/

.sign-contract .agree {
    position: absolute;
    width: 100% !important;
    border-bottom: none;
    border-left: none;
    border-right: none;
    bottom: 0px;
}

.sign-contract .agree .submit {
    position: inherit !important;
}

#profile-bar .detail .content .button {
    margin: 0;
}

#profile-bar .detail .content .history {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
    margin: 3px 0 0 5px;
    border: 0 !important;
    background: none;
    color: #fff !important;
}

#profile-bar .detail .content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: unset;
}

@keyframes slideIn {
    50% {
        transform: rotate(360deg);
    }
}
/* .sticky #header .main-menu .sub{
    top: 100% !important;
} */

/* * {
   end Chat fpt.vn
} */
/**
    Start Footer
*/
.footer {
    margin: 0 0 0 0 !important;
}
/**
    End Footer
*/
.new_ol #content {
    min-height: 420px !important;
}
/* Lost Land */
.lost .poster-maintenance,
.lost .poster-page-not-found,
.lost .poster-404,
.lost .poster-500 {
    background: url('../img/404.png') top center no-repeat;
    width: 500px;
    height: 400px;
    text-align: center;
    padding-top: 300px;
    color: #f37021;
    font-size: 2em;
    font-weight: 300;
    margin: 50px auto 0 auto;
}
.lost .poster-maintenance {
    background: url('../img/maintenance.png') top center no-repeat;
}
.lost .poster-page-not-found {
    background: url('../img/error.png') top center no-repeat;
}
.lost .poster-500 {
    background: url('../img/500.png') top center no-repeat;
}
@media only screen and (max-width: 641px) {
    .lost .poster-404,
    .lost .poster-500 {
        width: 100%;
        height: 300px;
        padding-top: 230px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
.lost .sorry-text {
    padding: 50px 0 0 0;
    font-size: 1.2em;
}
.lost a,
.lost a {
    font-size: 1.3em;
    font-weight: 300;
    text-decoration: underline;
}
/* End-Lost Land */
#header .main-menu .member li{
    width: 32%;
}