body {
    font-family: 'Inter', sans-serif;
}

body, .list-item > * {
    font-size: 14px;
}

.page-width {
    width: 1200px;
    margin: auto;
    position: relative;
}

.page-width-1000 {
    width: 1000px;
    margin: auto;
    position: relative;
}

.page-width-900 {
    width: 900px;
    margin: auto;
    position: relative;
}

.page-width-800 {
    width: 800px;
    margin: auto;
    position: relative;
}

#headPage {
    background: #fff;
    padding: 0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

#topPage {
    height: 45px;
    position: relative;
    background: #eee;
    padding: 10px 0;
}

.TopHotline{
    padding:0 0 0 30px;
    background:url("../Images/Home/icon-phone.png") left no-repeat;
    margin-right:50px;
}

.TopEmail {
    padding: 0 0 0 30px;
    background: url("../Images/Home/icon-email.png") left no-repeat;
    margin-right: 50px;
}

#logo {
    float: left;
}

.head-right {
    float: right;
    position: relative;
}

.lang {
    float: right;
 
}

    .lang img {
        height: 22px !important;
        width: auto;
    }

.stellarnav.desktop > ul > li > a {
    padding: 0px;
    line-height: 136px;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    text-transform:uppercase;
}

.stellarnav.desktop > ul > li:hover > a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #f19914;
}

=.stellarnav.desktop > ul > li > a.select:before {
    color: #fff;
}

.stellarnav.desktop > ul > li:hover > a {
    color: #f19914 !important;
}

.stellarnav.desktop > ul > li > a.select {
    color: #666;
}

.stellarnav.desktop > ul > li {
    padding-left: 10px;
}

.stellarnav.desktop ul ul {
    background: #e6e6e6;
    width: 250px;
}

    .stellarnav.desktop ul ul a {
        color: #000;
    }

        .stellarnav.desktop ul ul a:hover {
            background: #f19914;
        }

#footPage {
    padding: 75px 0 10px 0;
    border-top: solid 1px #fff;
    background: #003366;
    background-size: cover;
    color: white;
   
    font-weight: 300;
}


.copy-right {
    background: #003366;
    text-align: left;
    padding: 10px 0;
    color: #fff;
}

.wrap-form-require {
    width: 340px;
    display: none;
    background: white;
    padding: 20px;
    color: black;
}

.form-require {
    width: 100%;
}

    .form-require td, .form-require th {
        border: 0px;
    }

    .form-require tbody td {
        padding-bottom: 10px;
    }

    .form-require input, .form-require textarea {
        width: 100%;
        display: block;
        border-radius: 3px;
    }

.title-form {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.desc-form {
    color: #666;
    text-align: center;
}

.Button {
    background: #f19914;
    box-shadow: none;
    color: white;
    border: 0px;
    min-width: 100px;
    text-align: center;
}

.banner-item, .banner-item img {
    display: block;
    width: 100%;
    position:relative;
}

.no-paging .paging {
    display: none;
}

.project-menu-wrap {
    margin-top: -50px;
}

.menu-project-cate {
    background: white;
    line-height: 60px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

    .menu-project-cate.select {
        color: white;
        background: #f19914;
    }

.project-menu-wrap .title {
    line-height: 80px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    margin-top: -20px;
}

.project-item {
    padding: 10px;
    border: solid 1px #ddd;
    background: white;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

    .project-item .img, .project-item .img img {
        display: block;
        margin: auto;
    }

    .project-item .name {
        display: block;
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.title-large-center {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.title-large-left {
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
}

.title-line-full:after {
    content: '';
    background: #ddd;
    height: 1px;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 10px;
}

.title-line:after {
    content: '';
    background: #003366;
    height: 2px;
    width: 70px;
    margin: auto;
    display: block;
    margin-top: 10px;
}


.style-pager .lSSlideOuter .lSPager.lSpg > li a {
    text-indent: 100px;
    border-radius: 100%;
    background: #fff !important;
    width: 20px;
    height: 20px;
    border: 1px solid #f19914;
}

.style-pager .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background: #f19914 !important;
}

.style-pager .lSSlideOuter .lSPager.lSpg {
    position: relative;
    bottom: 0px;
}

.style-pager .lSSlideOuter {
    padding-bottom: 10px;
}

.library-home {
    background: #fafafa;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .library-home .img, .library-home .img img {
        display: block;
        margin: auto;
    }

    .library-home .name {
        text-transform: uppercase;
        font-size: 16px;
        padding: 10px 15px;
        display: block;
        height: 64px;
    }

    .library-home .desc {
        padding: 0 15px 10px 15px;
        height: 76px;
        color: #666;
    }

    .library-home .more {
        display: block;
        text-align: right;
        padding: 0 15px;
        font-style: italic;
        font-size: 16px;
    }

        .library-home .more i {
            margin-left: 5px;
        }



.news-home {
    background: #fafafa;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .news-home .img, .library-home .img img {
        display: block;
        margin: auto;
    }

    .news-home .name {
        font-weight: bold;
        font-size: 16px;
        padding: 10px;
        display: block;
        height: 64px;
    }

    .news-home .desc {
        padding: 0 10px 10px 10px;
        height: 98px;
        color: #666;
    }

    .news-home .more {
        display: block;
        text-align: right;
        padding: 0 15px;
        font-style: italic;
        color: #f19914;
    }

        .news-home .more i {
            margin-left: 5px;
        }

.title-page {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    background: #f8f8f8;
}


.title-line-2 {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}

    .title-line-2:after {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 70px;
        left: 0px;
        height: 2px;
        background: black;
    }



.title-page h1 {
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    font-size: 20px;
}

.breadcrumb {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 10px;
}

    .breadcrumb li {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }



.form, .form tbody, .form th, .form td, .form tr {
    width: 100%;
    display: block;
}

    .form td {
        padding-bottom: 10px;
    }

    .form th, .form td {
        text-align: left;
        background: none;
        border: 0px;
    }

    .form .TextBox, .form .TextArea, .form .SelectBox {
        width: 100%;
        height: 40px;
        border-radius: 5px;
    }

    .form th {
        width: 140px;
        font-weight: normal;
    }

    .form .TextArea {
        height: 100px;
    }

.box-contact {
    color: white;
    padding: 20px;
    background: #f19914;
}

.home-item {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}

    .home-item .name {
        display: block;
        margin-top: 10px;
    }

    .home-item .img, .home-item img {
        display: block;
    }


.detail-left {
    width: 69.9%;
    display: inline-block;
    vertical-align: top;
}

.detail-right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.title-left {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background: #f19914;
    text-transform: uppercase;
    color: white;
}

.item-1 {
    width: 100%;
}

.desc-banner {
    position: absolute;
    top: 20%;
    right: 10%;
    padding: 20px;
    /* border: 1px solid #fff; */
    color: #fff;
    background: #0000005c;
    width: 600px;
}

.news-item .img, .news-item .img img {
    display: block;
}

.news-item .name {
    font-weight: bold;
    display: block;
    margin: 10px 0;
}

.news-item {
    margin-bottom: 20px;
}

.b-item .img {
    float: right;
    margin-left: 20px;
}

.b-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #666;
}


.cn-item .img, .cn-item .img img {
    display: block;
}

.cn-item .name {
    display: block;
    margin: 10px 0;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}


.cn-item .img {
    float: left;
    margin-right: 20px;
    width: 200px;
}

.cn-item {
    margin-bottom: 20px;
    padding: 10px;
    background: #fafafa;
}

    .cn-item .view-more {
        float: right;
        font-style: italic;
    }

        .cn-item .view-more i {
            margin-left: 5px;
        }

    .cn-item .desc {
        color: #666;
        font-size: 17px;
    }



.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 40px;
    z-index: 200000 !important;
    left: 0px;
    bottom: 0px;
}

    .ring-alo-phone.ring-alo-show {
        visibility: visible;
    }

    .ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
        opacity: 1;
    }

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: -15px;
    opacity: 0.1;
    position: absolute;
    top: -15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}


.ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #f19914;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #f19914;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f19914;
    opacity: 0.5;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: -10px;
    opacity: 0.1;
    position: absolute;
    top: -10px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 60px;
}

.ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: #f19914;
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: #f19914;
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: #f19914;
    opacity: 0.75 !important;
}


.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 0px;
    opacity: 1;
    position: absolute;
    top: 0px;
    width: 40px;
}

    .ring-alo-ph-img-circle i {
        color: white;
        display: block;
        vertical-align: top;
        text-align: center;
        width: 38px;
        line-height: 38px;
        font-size: 26px;
    }

.ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #f19914;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #f19914;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #f19914;
}

.ring-alo-ph-img-circle a img {
    padding: 5px;
    position: relative;
    top: -1px;
}

.fix_tel {
    position: fixed;
    bottom: 20px;
    left: 0px;
    padding: 10px 30px 10px 10px;
    border-radius: 0 50px 50px 0;
    z-index: 11111;
}

    .fix_tel .tel {
        display: block;
        padding-left: 60px;
        line-height: 40px;
        font-size: 18px;
    }

        .fix_tel .tel a {
            color: #f19914;
            font-weight: bold;
        }

@keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}


@keyframes ring-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.pro-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    text-align:center;
}

    .pro-item .img, .pro-item .img img {
        display: block;
        width:100%;
        padding:10px;
    }

.item-partner{
    text-align:center;
}

.item-partner img {
    width: 100%;
    padding: 10px;
    text-align: center;
}


.pro-item .name {
    position: absolute;
    bottom: -100px;
    left: 0px;
    padding: 15px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 16px;
}

    .pro-item:hover .name {
        bottom: 0px !important;
    }

.paging-bottom {
    position: relative;
}

.ctrlq.fb-button {
    width: 50px !important;
    height: 50px !important;
    bottom: 80px !important;
}

.zalo-call {
    width: 50px !important;
    bottom: 150px !important;
}

.cust-note {
    font-size: 12px;
}

.descCustomer {
    padding: 0 15px 10px 45px;
    height: 180px;
    color: #666;
    position: relative;
    text-align: justify;
}

    .descCustomer i {
        position: absolute;
        left: 10px;
        top: 20px;
        font-size: 25px;
        color: #f19914;
    }

.rating {
    position: relative;
    font-size: 21px;
    color: #ffbc00;
    text-align: right;
    padding-right: 20px;
}

.title-col-footer {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
}



.inner-item-foot {
    padding: 0 15px;
    font-size: 18px;
}

.inner-item-foot-intro p {
    margin: 0;
}

.inner-item-foot-intro {
    padding: 0 10px;
}

#footPage a:hover {
    color: #f19914;
}

.introContentHome {
    padding: 30px 0;
}

.ContactHome {
    background: #f19914;
    padding: 10px 0;
    position: relative;
    color: #fff;
}

.contact-home-link {
    font-size: 24px;
    color: #fff;
    background-color: #003366;
    background: url(../Images/Home/bg-contact-home.png) no-repeat left;
    position: absolute;
    right: 0;
    top: -23px;
    padding: 37px 37px 37px 85px;
}

    .contact-home-link a {
        color: #fff;
    }

        .contact-home-link a:hover{
            color:#f19914;
        }

        .contact-home-link a:after {
            content: '';
            background: #fff;
            height: 2px;
            width: 100%;
            margin: auto;
            display: block;
            margin-top: 10px;
        }


.Box2Home {
    position: relative;
    padding: 30px 0;
}

.title-home {
    padding: 30px 0;
}

.Box2Home .title-home a {
    font-size: 24px;
    color: #003366;
    text-transform: uppercase;
    font-weight:bold;
}

.tilte-line-full a::after {
    content: '';
    background: #e47717;
    height: 2px;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 10px;
}

.ServiceHome {
    padding: 30px 0;
    background: #f19914;
    position: relative;
}


    .ServiceHome .services-home-title {
        font-size: 28px;
        color: #000;
        padding: 40px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

.title-line-w::after {
    content: '';
    background: #000;
    height: 2px;
    width: 70px;
    margin: auto;
    display: block;
    margin-top: 20px;
}

.srs-item {
    padding: 20px;
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    background: #f19914;
    height: 268px;
}

    .srs-item .name {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

.sub-3-row, .sub-2-row{
    text-align:left !important;
}

.srs-item .icon-srv {
    display: inline-block;
}

        .srs-item .icon-srv img {
            top: 85px;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

    .srs-item:hover img {
        top: 10px !important;
        display: block;
    }

    .srs-item .content-srv {
        padding: 85px 0;
        color:#000;
    }

        .srs-item .content-srv a {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            
        }

.ServiceLink {
    padding: 40px 0;
    position: relative;
}

    .ServiceLink .srs-link-item {
        position: relative;
        border: 1px solid #f19914;
        padding: 10px;
        min-height: 433px;
    }

        .ServiceLink .srs-link-item .srs-link-img {
            text-align: center;
            
        }

            .ServiceLink .srs-link-item .srs-link-img img {
                width: 100%;
            }

        .ServiceLink .srs-link-item .srs-link-content {
            padding-bottom: 20px;
            text-align: center;
            font-size: 17px;
        }

            .ServiceLink .srs-link-item .srs-link-content .name {
                font-weight: bold;
                font-size: 18px;
                text-transform: uppercase;
                text-align: center;
                margin-bottom: 22px;
                line-height: 26px;
                height:77px;
            }

            .ServiceLink .srs-link-item .srs-link-content .sub-3-row {
                text-align: center;
            }

.title-home a {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #003366;
}

.title-box {
    color: #f19914;
}

.usefulLink {
    list-style: none;
    padding: 0;
    
}

    .usefulLink a {
        padding-left: 10px;
        color: #fff;
        font-size: 20px;
        margin: 5px 0;
        text-transform: capitalize;
        font-weight: 300;
    }

.usefulLink i{color:#f19914;}

.item-partner .span{
    font-size:16px;
    text-align:center;
    padding:10px 0;
}

.TopContact{
    font-weight:500;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: white;
    background: #195086;
    border-radius: 100px;
    font-size: 26px;
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
}

#formSearch {
    display: inline-block;
    vertical-align: text-top;
}

    #formSearch button {
        background: none;
        color: #f19914;
        border: 0px;
        font-size: 18px;
    }

    #formSearch input {
        background: #eee;
        border: 0px;
        padding: 0 10px;
        height: 25px;
        width: 220px;
    }

.form-search {
    border: 1px solid #ddd;
    margin-top: -3px;
    height: 31px;
}

.srs-link-content{
    padding:10px;
}

.srs-link-content .name {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;

}

    .srs-link-content .sub-3-row{
        text-align:left !important;
    }

.cn-item .sub-2-row{
    text-align:left !important;
}