@font-face {
    font-family: helve;
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: helvebold;
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important;color: #183883;}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: helve; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: helve;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-family: helvebold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader svg{
    width: 300px;
}
.f-search .stylish-input-group .input-group-addon {
    background: #ececec !important;
    border-right: 1px solid #ccc;
    border-radius: 0 50px 50px 0;
}
.f-search .stylish-input-group .form-control {
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 50px 0 0 50px;
    border-right: none;
    background: #ececec;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.clred{
    color: #c10c1d;
}
.phone .flex i{
    color: #c10c1d;
    margin-right: 10px;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}
.add-mail p i{
    margin-right: 10px;
    color: #c10c1d;
}
.address {
    margin-top: 5px;
}
.search-top{
    margin-left: 30px;
}
.logo img{
    width: 200px;
}
.header-top {
    padding: 10px 0;
}
.ul-main-menu{
    padding: 0;
    margin: 0 -10px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ul-main-menu > li > a{
    display: inline-block;
    color: #fff;
    font-family: helvebold;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.ul-main-menu > li:hover > a{
    background: #c10c1d;
}
.header-bottom{
    background: #ffab00;
}
.number-phone p{
    font-size: 18px;
}
.main-banner{
    position: relative;
}
.prev-bn{
    position: absolute;
    top: calc(50% - 32px);
    left: 10%;
    cursor: pointer;
    z-index: 99;
}
.next-bn{
    position: absolute;
    top: calc(50% - 32px);
    right: 10%;
    cursor: pointer;
    z-index: 99;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #183883;
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    display: none;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 10px;
    border-top: 1px solid #eee;
    color: #fff;
    text-transform: uppercase;
}
.ul-sub-menu > li:hover > a{
    background: #c10c1d;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.tit-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffab00;
    position: relative;
    margin-bottom: 30px;
    padding-right: 20px;
}
.tit-list:before{
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: 99;
}
.tit-pub {
    color: #fff;
    margin: 0;
    font-family: helvebold;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    background: #c10c1d;
    padding: 10px;
    padding-left: 40px;
}
.tit-pub:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 30px solid transparent;
    border-bottom: 42px solid #c10c1d;
}
.tit-pub:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
}
.tit-list > a{
    color: #fff !important;
    font-size: 13px;
}
.tit-list > a i{
    margin-left: 5px;
    font-size: 10px;
}
.info-pro{
    background: #f2f2f2;
    padding: 0 15px 15px 15px;
}
.name-pro{
    display: block;
    padding: 15px 0;
    color: #000;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.price-pro{
    font-size: 20px;
}
.view-detail{
    color: #183883;
}
.items-pro{
    margin-bottom: 30px;
}
.clear30{
    height: 30px;
    clear: both;
}
.block-tit-project {
    display: flex;
    justify-content: space-between;
}
.tit-line {
    text-transform: uppercase;
    color: #183883;
    margin: 0;
    margin-bottom: 40px;
    font-family: helvebold;
    font-size: 22px;
}
.tit-line:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    border-radius: 50px;
    background: #c10c1d;
    margin-top: 10px;
}
.control-project {
    display: flex;
    align-items: center;
}
.prev-project {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    color: #444444;
}
.next-project {
    cursor: pointer;
    display: inline-block;
    color: #444444;
}
.block-project-home {
    padding: 15px;
    background: #fafbfd;
    height: calc(100% - 80px);
}
.items-project-home {
    text-align: left;
}
.items-project-home > a {
    display: block;
    overflow: hidden;
}
.v-news {
    display: inline-block;
    font-size: 20px;
}
.block-list-news {
    padding: 15px;
    background: #fafbfd;
    height: calc(100% - 80px);
}
.item-td {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    position: relative;
    margin-bottom: 15px;
}
.date-post {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #dddddd;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.item-td .tit-news {
    max-width: calc(100% - 40px);
    text-transform: unset;
    font-family: helve;
    font-size: 15px;
}
.item-td .tit-news a {
    font-size: 18px;
    color: #000;
}
.viewallnews > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.viewallnews > a > i {
    margin-left: 7px;
}
footer{
    background: #e4e4e4;
}
.clblue{
    color: #183883;
}
.tit-ft {
    text-transform: uppercase;
    color: #183883;
    margin: 0;
    margin-bottom: 40px;
    font-family: helvebold;
    margin-top: 55px;
}
.tit-ft:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #c10c1d;
    margin-top: 10px;
}
.info-cty {
    margin-bottom: 15px;
}
.info-cty{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.info-cty > i{
    margin-right: 10px;
    width: 20px;
}
.info-cty > span{
    width: calc(100% - 30px);
}
.share-ft{
    display: flex;
    align-items: center;
}
.share-ft span{
    margin-right: 20px;
}
.social-ft a{
    color: #183883;
    margin-right: 10px;
    font-size: 24px;
}
.social-ft a:last-child{
    margin: 0;
}
.breac {
    padding: 15px 0;
}
.title-page {
    font-size: 18px;
    font-family: helvebold;
    margin: 20px 0;
    color: #183883;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}
.title-page:before {
    content: "";
    display: block;
    width: 200px;
    height: 5px;
    background: #c10c1d;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.title-page:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #b7b7b7;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 8;
}
.block-news-rela {
    background: #f9f9f9;
    padding: 15px;
}
.block-news-rela .tit-ns-home {
    margin-bottom: 15px;
}

.tit-ns-home {
    font-family: helvebold;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.link-rela {
    margin-bottom: 10px;
}
.link-rela a {
    color: #444;
    font-family: helvebold;
}
.link-rela a i {
    margin-right: 10px;
    font-size: 10px;
}
.tag-bg span {
    color: #444;
    font-size: 16px;
    margin-right: 10px;
    font-family: helvebold;
}
.tag-bg a {
    color: #444;
    margin-right: 10px;
    display: inline-block;
    padding: 5px;
    background: #eaeaea;
    margin-bottom: 5px;
}
.ct-hotro {
    background: #eaeaea;
    padding: 15px;
}
.he-ht {
    font-family: helvebold;
    margin-bottom: 5px;
}
.he-ht span {
    color: #c10c1d;
    margin-right: 10px;
    width: 60px;
    display: inline-block;
    font-size: 18px;
}
.he-ht-m {
    margin-bottom: 5px;
    font-size: 13px;
}
.he-ht-m span {
    color: #c10c1d;
    margin-right: 5px;
    width: 45px;
    display: inline-block;
    font-size: 15px;
    font-family: helvebold;
}
.sky-ht .flex {
    margin-bottom: 20px;
}
.title-aside {
    font-size: 18px;
    font-family: helvebold;
    margin: 20px 0;
    color: #183883;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}
.title-aside:before {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background: #c10c1d;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.title-aside:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #b7b7b7;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 8;
}
.side-hotro {
    margin-bottom: 30px;
}
.tit-asi-post{
    font-family: helvebold;
    background: #f2f2f2;
    padding: 10px;
}
.items-asi-post{
    margin-bottom: 30px;
}
.tit-line-asi {
    text-transform: uppercase;
    color: #183883;
    margin: 0;
    font-family: helvebold;
    margin-bottom: 20px;
}
.tit-line-asi:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #c10c1d;
    margin-top: 10px;
}
.search-asi {
    background: #f2f2f2;
    padding: 15px 10px;
    margin-bottom: 30px;
}
.list-search-asi i{
    margin-right: 5px;
}
.list-search-asi{
    margin-bottom: 10px;
}
.search-asi .list-search-asi:last-child{
    margin-bottom: 0;
}
@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dashs {
    from {
        stroke-dashoffset: 1700;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.st0{
    fill:#FFFFFF;
    stroke:#FFFFFF;
}
.st-dt{
    fill:#FFFFFF;
    stroke:#183883;
    stroke-width: 1;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 1s linear alternate infinite;   
}
.st-h{
    fill:#FFFFFF;
    stroke:#c10c1d;
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
    animation: dashs 1s linear alternate infinite;
}
.pagi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #f2f2f2;
    padding: 5px 15px;
    float: right;
}
.pagi span{
    display: inline-block;
    margin-right: 20px;
}
.pagi a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 3px;
    color: #000;
}
.pagi a.active,
.pagi a:hover{
    background: #183883;
    color: #fff;
}
.view-ct{
    text-align: center;
}
.view-ct i{
    margin-left: 15px;
    color: #c99a2c;
    font-size: 13px;
}
.name-project{
    margin-bottom: 10px;
    text-align: center;
}
.name-project a{
    display: inline-block;
}
.info-project{
    padding: 10px;
}
.block-project{
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.img-pro{
    display: block;
    overflow: hidden;
}
.img-pro img{
    transform: scale(1);
    transition: all 0.5s;
}
.img-pro:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}
.items-asi-post > a{
    display: block;
    overflow: hidden;
}
.items-asi-post > a img{
    transform: scale(1);
    transition: all 0.5s;
}
.items-asi-post > a:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}
.block-project > a{
    display: block;
    overflow: hidden;
}
.block-project > a img{
    transform: scale(1);
    transition: all 0.5s;
}
.block-project> a:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}
.price-sp{
    font-size: 18px;
    margin-bottom: 20px;
}
.dathang{
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: helvebold;
    background: #183883;
}
.dathang img{
    margin-right: 20px;
}
.info-dh {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.dathang {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: helvebold;
    background: #183883;
    width: 200px;
    text-align: center;
}
.block-des-sup .nav-tabs>li{
    width: 50%;
    float: left;
}
.block-des-sup .nav-tabs>li>a{
    margin: 0;
    border: none !important;
    padding: 10px;
    text-align: center;
    background: #d7d7d7;
    color: #000; 
    border-radius: 0 !important;
    text-transform: uppercase;
}
.block-des-sup .nav-tabs>li.active>a, 
.block-des-sup .nav-tabs>li.active>a:focus, 
.block-des-sup .nav-tabs>li.active>a:hover{
    background: #183883;
    color: #fff;
}
.block-des-sup .tab-content{
    margin-top: 20px;
}
.label-tv{
    margin-bottom: 10px;
}
.gui{
    display: inline-block;
    background: #183883;
    color: #fff;
    font-family: helvebold;
    padding: 5px 15px;
    border: none;
}
.bl-gui{
    margin-top: 30px;
}
.block-tintuc {
    margin-bottom: 30px;
}
.tit-news {
    margin: 0;
    text-transform: uppercase;
    font-family: helvebold;
    font-size: 16px;
}
.tit-news a{
    color: #000;
}
.des-news {
    margin: 15px 0;
}
.view-dv {
    display: inline-block;
    background: #183883;
    color: #fff;
    border: 1px solid #183883;
    padding: 7px 15px;
}
.view-dv:hover {
    color: #183883;
    background: #fff;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #183883 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.header-bottom.stick-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.bang-giohang tr td{
    vertical-align: top;
    padding: 10px;
}
.bang-giohang table{
    width: 100%;
}
.qt-cart {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.qt-cart .soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    float: left;
    width: auto;
    border-radius: 0;
    margin: 0;
}
.qt-cart .btn-minus, .qt-cart .btn-plus {
    border: none;
    outline: unset;
    width: 28px;
    height: 28px;
    color: #222;
    font-size: 12px;
    background: #fff;
    padding: 0;
}
.btn-minus, .btn-plus {
    border: none;
    background: none;
    outline: unset;
    width: 50px;
    height: 44px;
    color: #222;
    font-size: 12px;
    background: #fff;
}
.qt-cart .ip-soluong {
    width: 36px;
    text-align: center;
    border: none;
    padding: 4px 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.btn-blues {
    color: #fff;
    background-color: #183883;
    border-color: #183883;
    border: none;
    padding: 10px 15px;
    display: inline-block;
}





@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a{
        padding: 10px 5px;
        font-size: 12px;
    }
    .info-pro .flex-bw{
        display: block;
        text-align: center;
    }
    .price-pro{
        margin-bottom: 10px;
    }
    .name-pro{
        padding-bottom: 10px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .phone-mail .flex-bw{
        flex-direction: column;
        align-items: flex-end;
    }
    .logo img{
        width: 150px;
    }
    .main-project-news .flex-n{
        display: block;
    }
    .search-top {
        width: calc(100% - 40px);
        margin: 0;
    }
    .f-search .stylish-input-group .form-control,
    .f-search .stylish-input-group .input-group-addon{
        border-radius: 0;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #183883;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 20px 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
        margin: 0;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px;
        display: inline-block;
        width: 100%;
        color: #fff;
        font-family: helvebold;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 20px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #fff;
        width: calc(100% - 50px);
        padding-right: 0;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #337ab7;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .header-bottom{
        padding: 10px 0;
    }
    .prev-bn img{
        width: 20px;
    }
    .next-bn img{
        width: 20px;
    }
    .prev-bn,
    .next-bn{
        top: calc(50% - 19px);
    }
    .tit-list > a i{
        font-size: 15px;
    }
    .tit-ft{
        margin: 20px 0;
    }
    .header-bottom.stick-head{
        position: unset;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        order: 1;
        width: 100%;
    }
    .order-2{
        order: 2;
        width: 100%;
    }
    .info-pro .flex-bw{
        display: flex;
    }
    .price-pro{
        margin-bottom: 0;
    }
    .name-pro{
        padding-bottom: 20px;
    }
    .detail-sp .flex-n{
        display: block;
    }
    .info-sp {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .tit-pub{
        font-size: 18px;
        padding-left: 25px;
    }
    .tit-pub:after{
        border-bottom: 39px solid #c10c1d;
    }
    .info-pro .flex-bw{
        display: block;
        text-align: center;
    }
    .price-pro{
        margin-bottom: 10px;
    }
    .name-pro{
        padding-bottom: 10px;
    }
    .tit-line{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .logo-ft img{
        width: 150px;
    }
    .bang-giohang table tr td:first-child {
        margin-top: 10px;
    }
    .bang-giohang table tr td {
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 5px;
    }
    .bang-giohang table tr {
        border: 1px solid #ddd;
        padding: 10px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logo img{
        width: 120px;
    }
    .add-mail{
        display: none;
    }
    .number-phone p {
        font-size: 16px;
    }
    .tit-pub{
        font-size: 15px;
        padding-left: 25px;
    }
    .tit-pub:after{
        border-bottom: 36px solid #c10c1d;
    }
    .tit-line{
        font-size: 18px;
    }
}