﻿@font-face {
    font-family: 'SanFrancisco';
    src: url(../fonts/San-Francisco/SanFranciscoDisplay-Regular.otf);
}

@font-face {
    font-family: 'SanFranciscoThin';
    src: url(../fonts/San-Francisco/SanFranciscoText-Thin.otf);
}

@font-face {
    font-family: 'SanFranciscoBold';
    src: url(../fonts/San-Francisco/SanFranciscoText-Bold.otf);
}


/*#region Layout */
body.body-home {
    color: #333;
    font-size: 14px;
    font-family: Arial, serif;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1.5em;
}

#content {
    background: #fff;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}

#banner {
    max-height: 80px;
}

b, strong {
    font-family: SanFranciscoBold;
}
a {
    cursor: pointer;
    color: #000;
}

    a:hover, a.active {
        color: #ed1c24 !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: SanFrancisco;
}

.logo img {
    width: 50%;
}

img {
    max-width: 100%;
    height: auto !important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
}


ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.break {
    clear: both;
    margin-top: 30px;
}

.p-left-0 {
    padding-left: 0;
}

.p-right-0 {
    padding-right: 0;
}

.pagination {
    margin: 0;
}

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #FFF;
        cursor: default;
        background-color: #656870;
        border-color: #656870;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 0;
    padding: 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #50535a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    z-index: 9999;
    margin-left: -1px;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 7px 20px;
        clear: both;
        font-weight: 400;
        line-height: 22px;
        color: #fff !important;
        white-space: nowrap;
        font-size: 13px;
        font-family: SanFrancisco;
    }

    .dropdown-menu li {
        border-bottom: 1px solid #27353B;
        -webkit-transition: height .25s ease .1s;
        -moz-transition: height .25s ease .1s;
        -o-transition: height .25s ease .1s;
        -ms-transition: height .25s ease .1s;
        transition: height .25s ease .1s;
    }

.dropdown:hover > .dropdown-menu li {
    height: 36px;
}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #27353B;
}


#menu-home {
    display: none;
}
/*#endregion */

/*#region header */
header {
    padding: 5px 0 5px;
}

.head-info {
    background: #50535a;
    padding: 2px 0;
    height: 22px;
    color: #fff;
    font-family: SanFrancisco;
    text-align: center;
}

    .head-info a {
        color: #fff;
        /*padding-left: 40px;*/
    }

    .head-info i {
        font-size: 10px;
        padding-right: 5px;
        margin-left: -6px;
    }

.head-lang {
    margin-top: 10px;
    font-family: SanFrancisco;
}

    .head-lang .btn-default {
        color: #333;
        background-color: #848f9b;
        border-color: transparent;
        border-radius: 0;
        color: #fff;
    }

    .head-lang .btn i {
        padding-right: 5px;
    }

    .head-lang .btn .caret {
        margin-left: 5px;
    }

    .head-lang .btn-sm {
        padding: 1px 10px;
    }


/*Search*/
header .srchtop {
    border-bottom: 1px solid #000;
    width: 100%;
    vertical-align: bottom;
    float: right;
}

    header .srchtop input[type="text"] {
        display: inline-block;
        border: 0;
        height: 26px;
        width: 90%;
        line-height: 26px;
        font-size: 14px;
        color: #999;
        outline: none;
        border: none;
    }

header .btn-search {
    vertical-align: bottom;
    display: inline-block;
    width: 18px;
    height: 26px;
    background: url('images/btn-search.jpg') no-repeat 3px 5px;
    cursor: pointer;
    border: none;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

/*header .topmenu {
    float: right;
}*/

header .topmenu ul {
    padding-top: 10px;
}

    header .topmenu ul li {
        display: inline-block;
        margin-right: 16px;
        float: left;
    }

        header .topmenu ul li a {
            color: #999;
            font-weight: normal;
            font-size: 12px;
            padding: 2px;
            display: block;
        }

header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    font-family: SanFrancisco;
}

header .navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 0;
    border: 1px solid transparent;
    z-index: 10;
}

header .nav > li > a {
    padding: 5px 17px 0 0;
}

header .navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    word-spacing: 1px;
}

.dropdown-menu.language {
    width: 100%;
}

    .dropdown-menu.language > li > a {
        padding: 0;
        text-align: center;
    }
/*#endregion */

/*#region index */
.item-slide {
    background-color: #7e8a96;
}

    .item-slide .s-left {
        width: 100%;
    }

    .item-slide .s-right {
        width: 33.33333333%;
        float: left;
        padding: 30px 20px;
    }

.s-right h2 {
    font-size: 29px;
    font-weight: 300;
    color: #fff;
}

.s-right h3 {
    font-size: 31px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.s-right p {
    font-family: SanFrancisco;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
}

.slick-slider {
    margin-bottom: 15px;
}

.slogan-index .col-md-4 {
    padding: 0;
    max-height: 350px;
}

.slogan-bottom {
    background: #656870;
    display: inline-block;
    padding: 14.5px 10px;
    width: 100%;
}

.slogan-index h3 {
    font-family: SanFrancisco;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.slogan-index p {
    font-size: 13px;
    color: #fff;
    padding-top: 5px;
}

/*.g-image a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(38,69,95,0.5);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}*/

/*.g-image a:hover:before {
    background-color: rgba(38,69,95,0);
}*/

/*metro*/
.metro {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.metro, .metro a {
font-family: SanFrancisco;
}

.metro h4 {
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
margin: 0;
padding-bottom: 15px;
}

.metro .list-tuyendung {
background: #f1f4f7;
/*color: #fff !important;*/
}

/*.metro .list-tuyendung a {
    color: #fff !important;
}

.metro .list-tuyendung a:hover {
    color: #ed1c24 !important;
}*/

.metro .list-tuyendung, .metro .list-tuyendung a, .metro .sukien-duan, .metro .sukien-duan a {
    color: #555;
}

.metro .list-tuyendung ul li, .metro .list-tintuc ul li, .metro .sukien-duan ul li {
padding-bottom: 0px;
}

.metro .list-tuyendung ul li > a, .metro .list-tintuc ul li > a, .metro .sukien-duan ul li > a {
    font-size: 12px;
    font-weight: 600;
}

.metro .list-tuyendung ul li > p, .metro .list-tintuc ul li > p, .metro .sukien-duan ul li > p {
    font-size: 14px;
    font-weight: 400;
}

.metro .list-tintuc {
background: #a4aeb9;
}

.metro .list-tintuc, .metro .list-tintuc a {
    color: #fff;
}

.metro .sukien-duan {
background: #f1f4f7;
}

.metro-item {
    padding: 20px;
    height: 370px;
}

    .metro-item.sukien-duan {
        padding: 0;
    }

.more {
    font-size: 24px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #656870 !important;
}

.sk-left, .sk-right, .da-left, .da-right {
    width: 50%;
    float: left;
    height: 185px;
    padding: 20px;
    position: relative;
}

.sk-right {
    background: #656870;
}

    .sk-right:after {
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 13px solid #f1f4f7;
        content: '';
        top: 20%;
        left: -1px;
        position: absolute;
    }

    .sk-right .day {
        font-size: 140px;
        color: #fff;
        text-align: center;
        padding-top: 60px;
    }

    .sk-right .mon {
        font-size: 20px;
        color: #fff;
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-weight: 300;
    }

.da-left {
    padding: 0;
}

    .da-left img {
        height: 185px;
    }

    .da-left:after {
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-right: 13px solid #a4aeb9;
        content: '';
        top: 20%;
        right: -1px;
        position: absolute;
    }

.da-right {
    background: #a4aeb9;
    color: #fff;
}

    .da-right a {
        color: #fff !important;
    }

.da-right {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}
.da-right h2 {padding: 30px 40px;}
/*#endregion */

/*#region about */
.about-l h1 {
    font-size: 31px;
    color: #65676f;
    font-weight: 300;
    margin-top: 0;
}

.about-l h2 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}

span.un-line {
    border-bottom: 2px solid #65676f;
}

i.des {
    font-size: 14px;
    color: #555;
}

span.des {
    font-size: 14px;
    color: #555;
    font-family: SanFrancisco;
}

.btn-brochure {
    font-size: 16px;
    color: #000;
    font-family: SanFrancisco;
    padding: 5px 20px;
    border: 1px dotted #333;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

.about-l h3 {
    font-size: 20px;
    color: #65676f;
    font-weight: bold;
    margin: 20px 0 5px;
}

.a-box {
    background: #f1f4f7;
    padding: 5px 20px;
    font-size: 14px;
    font-family: SanFrancisco;
    font-weight: lighter;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        color: #555;
        background-color: #f1f4f7;
        border-color: transparent;
    }

.panel {
    background-color: #f1f4f7;
    border: none;
    box-shadow: none;
}

h4.panel-title a {
    display: block;
    position: relative;
}

.panel-title a i {
    color: #fff;
    background: #656870;
    padding: 12.5px;
    margin-right: -15px;
    margin-top: -10px;
    font-size: 12px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}

.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f068";
    position: absolute;
    right: -15px;
    font-size: 10px;
    font-weight: 400;
    top: -10px;
    line-height: 1;
    background: #656870;
    padding: 13.5px;
    color: #fff;
}

.panel-heading a.collapsed:after {
    content: "\f067";
}
/*right*/
.box-right {
    background: #f1f4f7;
    color: #65676f;
    font-family: SanFrancisco;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 0;
    margin-bottom: 15px;
}

.b-num {
    padding-top: 25px;
    font-size: 90px;
}

.b-title {
    padding-top: 40px;
    font-size: 29px;
}

.b-des {
    padding-top: 10px;
    font-size: 12.5px;
}
/*#endregion */

/*#region service */
.s-info {
    text-align: right;
    color: #65676f;
    line-height: 22px;
}

    .s-info h1 {
        font-size: 21px;
        font-weight: 300;
        color: #65676f;
        text-transform: uppercase;
        font-family: SanFranciscoThin;
    }

        .s-info h1 span {
            font-weight: 300;
        }

    .s-info p {
        font-family: SanFrancisco;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

.service .row {
    padding-left: 15px;
    padding-right: 15px;
}

/*.service .row div {
        max-height: 165px;
    }*/

.service .col-md-2 {
    padding: 0;
}

.service img {
    width: 100%;
    height: 165px;
}

.box-service {
    background: #7e8a96;
    display: block;
    text-align: center;
    height: 165px;
}
    
.box-service-2 {
    background: #f1f4f7;
    display: block;
    text-align: center;
    height: 165px;
}

.box-service h2, .box-service-2 h2 {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        padding: 63px 10px;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

.service .col-md-2 img {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.box-service:hover h2, .box-service-2:hover h2, .service .col-md-2:hover img, .service .col-md-2:hover img {
    opacity: 0.6;
}


.box-service h2 {
    color: #fff;
}

.box-service-2 h2 {
    color: #65676f;
}

span.small {
    font-size: 9px;
    font-weight: 600;
    color: #65676f;
}

.s-1:after {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 13px solid #7e8a96;
    content: '';
    top: 20%;
    left: -1px;
    position: absolute;
}

.s-2:after {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 13px solid #a4aeb9;
    content: '';
    top: 20%;
    right: -1px;
    position: absolute;
}

.s-3:after {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 13px solid #f1f4f7;
    content: '';
    top: 20%;
    left: -1px;
    position: absolute;
}

.s-4:after {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 13px solid #f1f4f7;
    content: '';
    top: 20%;
    right: -1px;
    position: absolute;
}

.s-5:after {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 13px solid #f1f4f7;
    content: '';
    top: 20%;
    right: -1px;
    position: absolute;
}

.s-5:before {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 13px solid #7e8a96;
    content: '';
    top: 60%;
    left: -1px;
    position: absolute;
}
/*#endregion */

/*#region contact */
.contact {
    font-family: SanFrancisco;
    font-weight: 400;
}

.contact-line {
    font-size: 14px;
    background: #f1f4f7;
    text-align: center;
    display: block;
    font-family: SanFrancisco;
    text-transform: uppercase;
    color: #555;
    padding: 7px 0;
    position: relative;
    margin-bottom: 20px;
}

    .contact-line:before {
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border: solid transparent;
        border-width: 20px;
        border-top-color: #f1f4f7;
        content: '';
        top: 32px;
        margin-left: 40px;
        position: absolute;
    }

#map-canvas h3 {
    font-size: 13px;
    color: #333;
    margin-top: 0;
    text-align: center;
}

/*#endregion */

/*#region project */
.project h2 {
    font-size: 21px;
    font-weight: bold;
    color: #65676f;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.project a img {
    border-radius: 0;
}

.project a:hover img {
    opacity: 0.8;
}

.box-p {
    margin: 15px 0;
}

    .box-p select {
        background-color: #f1f4f7;
        border: none;
        padding: 4px 10px;
        font-size: 13px;
        font-family: SanFrancisco;
        color: #444;
        cursor: pointer;
        margin-right: 10px;
        outline: none;
    }

.project .col-md-3 {
    padding-right: 4px;
    padding-left: 4px;
}
/*#endregion */

/*#region customer */
.customer h1 {
    font-size: 21px;
    color: #65676f;
    text-transform: uppercase;
    font-family: SanFranciscoThin;
}

.list-kh {
    background: #f1f4f7;
}

    .list-kh .col-md-2 {
        margin-bottom: 15px;
    }

        .list-kh .col-md-2 img {
            transition: all .2s ease-in-out;
            opacity: 0.6;
            cursor: pointer;
        }

        .list-kh .col-md-2:hover img {
            opacity: 1;
        }
/*#endregion */

/*#region news */
.list-news {
    background: #f1f4f7;
    height: 409px;
    padding: 20px 15px;
}

.news h1, .news h2, h2.title {
    font-size: 21px;
    color: #65676f;
    text-transform: uppercase;
    margin: 15px 5px;
    font-weight: 300;
    font-family: SanFranciscoThin;
}

.news h2 {
    margin-bottom: 10px;
    margin-top: 15px;
}

.list-news > ul {
    margin-top: 20px;
    font-family: SanFrancisco;
}

    .list-news > ul > li {
        margin-bottom: 20px;
    }

        .list-news > ul > li a {
            font-size: 12px;
            font-weight: bold;
            color: #999;
        }

        .list-news > ul > li p {
            font-size: 14px;
            font-weight: 400;
            color: #65676f;
        }

.news-bottom {
    margin-top: 0;
}

.news iframe.twitter-timeline {
    max-height: 365px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: transparent;
}

.more-news {
    margin-top: 5px;
}

    .more-news:after {
        font-family: "FontAwesome";
        content: "\f067";
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
        background: #656870;
        padding: 13.5px;
        color: #fff;
    }
/*#endregion */

/*#region news-detail */
.news-detail {
    font-family: SanFrancisco;
}

    .news-detail h1 {
        font-size: 24px;
        margin: 0;
    }

.news-des {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0;
}

.news-content {
    font-size: 16px;
    line-height: 20px;
    margin-top: 17px;
}

    .news-content img {
        width: auto !important;
        height: auto !important;
        padding: 10px 0;
    }
.news-content a{color: #ed1c24; text-decoration: underline;}
.news-content a:hover{color: #38A360 !important;}
.news-content ol{display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 30px;}
.news-content ul li,.news-content ol li{list-style: decimal; padding: 3px 0px;}
.news-content ul 
{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
    }
.nd-date {
    color: #65676f;
    margin-top: 43px;
    font-weight: bold;
}

    .nd-date .day {
        font-size: 35px;
        float: right;
        width: 70%;
        padding-top: 7px;
    }

    .nd-date .mon-year {
        font-size: 12px;
        float: right;
        width: 30%;
        padding-left: 5px;
    }
/*#endregion */

/*#region FAQ */
.faq h1 {
    font-size: 21px;
    color: #65676f;
    text-transform: uppercase;
}

.faq-des {
    font-family: SanFrancisco;
    font-size: 16px;
    color: #65676f;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}
/*#endregion */

/*#region recruitment */
.recruitment h1 {
    font-size: 21px;
    color: #65676f;
    text-transform: uppercase;
    font-family: SanFranciscoThin;
}

.recruitment .list-re ul > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

    .recruitment .list-re ul > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .recruitment .list-re ul > li > a h2 {
        font-size: 16px;
        color: #65676f;
    }

.recruitment h3 {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin: 0;
}

.date-re {
    font-family: SanFrancisco;
    font-size: 12px;
    color: #999;
}
/*#endregion */

/*#region login-modal */
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

    .loginmodal-submit:hover {
        /* border: 1px solid #2f5bb7; */
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}
/*#endregion */

/*#region InterCompany */
/*treeview*/
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tree ul {
        margin-left: 1em;
        position: relative;
    }

        .tree ul ul {
            margin-left: .5em;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}
/*#endregion */

/*#region footer */
footer {
    background: #e9e9e9;
    clear: both;
    font-family: SanFrancisco;
    padding: 9px;
    font-size: 14px;
}
.textfooter {line-height: 17px;}
/*#endregion */

/* ----------QUA TRANG TRONG DataPager --------------*/

.wp-pagenavi {clear: both;text-align: center; margin-top:15px;}
.wp-pagenavi a:hover {color: #FFF;background: none repeat scroll 0% 0% #17A3DD;}
.wp-pagenavi a, .wp-pagenavi span {padding: 6px 11px;border: medium none;color: #454545;text-decoration: none;}
.chomm {font-weight: bold;background: none repeat scroll 0% 0% #17A3DD;}
.wp-pagenavi .current {border: medium none;background: none repeat scroll 0% 0% #DDD;}
.daubt, .cuoibt{background: none repeat scroll 0% 0% #DDD;}
.Ndung {color:Black;line-height: 20px;}
.contact-text a {color: #FBF208 !important;}


/* Contact Page */
.title {text-transform: uppercase;font-weight: bold;font-size: 16px;color: #545454;}
.line-yellow {width: 125px;height: 2px;background: #fcae18;display: block;margin-bottom: 10px;margin-top: 5px;}
.contact-infor .cols-left .infor .icon {width: 38px;height: 29px;background: url('../images/icon_contact_list.png') no-repeat;background-position: -8px 0px;float: left;}
.contact-infor .cols-left .infor .tel .icon {background-position: -6px -40px;}
.contact-infor .cols-left .infor {color: #515151;font-size: 16px;margin-top: 17px;}
.contact-infor .cols-left .infor .row-contact {margin-bottom: 12px;}
.contact-infor .cols-left .infor .nobg .icon {background: none;}
.btn {background-color: #ffa200;font-weight: 600;}

.list li i {color: #f27c21;margin-right: 5px;}
.list li a {color: #888;}
.bot-sidebar-1 .col-data {display: inline-block;width: 25%;vertical-align: top;margin: 0 -0.25em 0px -0.25em;}
.bot-sidebar-1 .col-data h3 i {margin-right: 5px;color: #f27c21;}
.bot-sidebar-1 .col-data h3 {color: #f27c21;}

.bot-sidebar-1 .col-data2 {display: inline-block;width: 100%;vertical-align: top;margin: 0 -0.25em 0px -0.25em;}
.bot-sidebar-1 .col-data2 h3 i {margin-right: 5px;color: #f27c21;}
.bot-sidebar-1 .col-data2 h3 {color: #f27c21;}


.footer-social ul {overflow: hidden;text-align: right;}
.footer-social {margin-right:50px;}
.footer-social a:focus i, .footer-social a:hover i {color: #ed1c24;text-decoration: underline;}

.footer {margin: 10px auto;background: #50535a;clear: both;color: #fff;font-family: SanFrancisco;padding: 9px;height: 35px;}
.CatEvent ul li {display: inline-block;list-style: none;line-height: 30px;margin-right: 15px;float:left;}

.hnews a:hover {color:#555 !important;}
.hnews a {color: #fff  !important;}
.mginSp {margin-bottom: 27px;}
.col-data ul li {width: 33.3%;float: left;font-size: 14px;}
.col-data2 ul li {width: 20%;float: left;font-size: 16px;}

.cols-right ul li {float: left;width: 50%;padding-left: 7px;margin-bottom: 7px;}
.TitleTabA1 h3 {font-weight: bold; font-size: 27px !important;}
.TitleTabA2 h3 {font-weight: bold; font-size: 15px !important; margin-top: 7px !important;}
.project h3 {font-size: 15px; padding-top: 10px !important; height: 48px;}
.marginpttm {margin-bottom: 7px;}
.titlepttm h3 {font-weight: bold;font-size: 15px !important; margin-top: 7px !important;}
.motadaynghe {font-size: 13px;line-height: 13px;}
.TitleBaiMoi {text-align: center; font-size: 27px; margin: 25px; font-family: SanFranciscoThin;}
.BaiMoi h3 {font-size: 17px;font-weight: bold;margin-top: 10px !important;}
.Titleh3 {margin: 0px !important;padding: 0px 5px !important;}

.trueprice1 {font-size: 11px !important; font-family: SanFrancisco; color: #333;margin-left: 5px;}
.product__price {color: #ed1c24;font-size: 20px;font-weight: 700; white-space: nowrap;border-bottom: 3px solid #e3e4e8;margin-bottom: 20px;background-color: #f7f7f7;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.price__symbol {vertical-align: super;font-size: 80%;}
.price__value {font-family: SanFrancisco;margin-left: 5px;}
.BaiMoiH2 {font-size: 14px;padding-top: 10px !important;margin: 0px !important;padding: 5px 0px 0px 5px !important;}
.bocongthuong {display: block;width: 150px;height: 38px;background-size: contain;background-repeat: no-repeat;background-image: url(../../Images/img/dadangky.png);}
.bgMota {background-color: #f7f7f7;margin: 0px;padding: 5px;height: 180px;}

/* ----- Banner 2 bên ----- */
.adtima-fc-left img, .adtima-fc-right img {max-width: none; width: auto !important; }
*{margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.img-responsive{display:block;max-width:100%;height:auto;margin:0 auto}
.adtima-fc-main-body{position:relative;width:1000px;margin:0 auto;}
.adtima-fc-top{display:block;position:absolute;top:43px;left:0;right:0;text-align:center}
.adtima-fc-top .fc-link{display:block;width:1000px;height:100px;margin:0 auto;cursor:pointer;position:absolute;}	
.adtima-fc-left{display:block;position:absolute;left:-200px;width:180px;height:550px;text-align: right;}
.adtima-fc-left img{position:absolute;top:0;right:0}
.adtima-fc-left .fc-link{position:absolute;top:0;right:0;z-index:18;display:block;cursor:pointer}	
.adtima-fc-right{display:block;position:absolute;right:-200px;width:180px;height:550px;text-align: left;}
.adtima-fc-right .fc-link{position:absolute;top:0;left:0;z-index:18;display:block;cursor:pointer}
#Render-Body {font-size: 16px;}