::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
* {
    /* margin: 0; */
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}
.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important;
}
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
    width: 100% !important;
}
.video_popup {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video_popup iframe,
.video_popup object,
.video_popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#toptop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    background: white;
    transition: 0.5s;
    z-index: 200;
    border-radius: 50%;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 47px;
    color: #0f67d4;
}
#toptop i {
    margin-left: -1px;
    margin-top: -1px;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #23527c !important;
    text-decoration: none;
}
.clear,
.clearfix {
    clear: both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
img {
    max-width: 100% !important;
    height: auto;
}
img:not([src]):not([srcset]) {
    visibility: hidden;
}
img:not([src]):not([srcset]) {
    visibility: hidden;
}
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}
div.bando img {
    max-width: none !important;
}
div.map iframe {
    max-width: 100% !important;
}
.hidden_mobi {
    display: block !important;
}
.hidden_destop {
    display: none !important;
}
.main_fix {
    max-width: 1200px;
    margin: auto;
}
.portlet {
    margin-bottom: 0px;
    position: relative;
}
body {
    font-family: Arial;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1.5;
    color: black  !important;
}
@font-face {
    font-family: "body";
    src: url("../font/Roboto-Regular.ttf");
}
@font-face {
    font-family: "tieude2";
    src: url("../font/RobotoCondensed-Bold.ttf");
}
@font-face {
    font-family: "tieude3";
    src: url("../font/RobotoCondensed-Regular.ttf");
}
@font-face {
    font-family: "tieude";
    src: url("../font/Roboto-Bold.ttf");
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "tieude";
}
div#wapper {
    margin: auto;
    max-width: 1366px;
    min-width: 300px;
    background: #fff;
}
div.wap_header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: url(../img/bg_header.png) center;
    background-size: cover;
    color: #ffffff;
    padding: 15px 0;
}
div.header {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.header a.logo {
    display: block;
    line-height: 0;
}
div.header a.logo img {
    max-height: 130px;
}
.header_r ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_r ul li {
    background: url(../img/phone.png) left center no-repeat;
    padding: 4px 0;
    padding-left: 40px;
    font-size: 16px;
    margin-left: 20px;
}
.header_r ul li:nth-child(2) {
    background: url(../img/email.png) left center no-repeat;
}
div.menu_mobi,
div.menu_mobi_add {
    display: none;
}
div.wap_menu {
    position: relative;
    background: url(../img/bg_menu.png) center;
    height: 55px;
    line-height: 55px;
    margin: auto;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
div.wap_menu_fix {
    position: fixed;
}
div.menu {
    position: relative;
}
div.menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
div.menu ul li {
    float: left;
    position: relative;
    z-index: 50;
}
div.menu ul li a {
    color: #fff;
    font-size: calc(10px + 0.3vw);
    padding: 0px 27px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-family: "tieude3";
    background: url(../img/line.png) right center no-repeat;
    text-align: center;
}
div.menu ul li a:hover,
div.menu ul li a.active,
div.menu ul li a.active2 {
    color: yellow;
}
div.menu ul li ul,
div.menu ul li:hover ul li ul {
    position: absolute;
    margin-left: 0px;
    display: none;
    min-width: 200px;
    background: #ffffff;
    line-height: 1.5;
}
div.menu ul li ul li {
    float: none;
}
div.menu ul li ul li a {
    padding: 8px 10px;
    text-transform: none;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    color: #000000;
}
div.menu ul li ul li ul {
    left: 100%;
    top: 0px;
}
div.search {
    background: #fff;
    height: 35px;
    margin-top: 10px;
}
div.search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.search input[type="text"] {
    padding: 0px 10px;
    border: none;
    background: none;
    width: calc(100% - 40px);
    outline: none;
    color: #0751bd;
    height: 35px;
}
div.search input[type="submit"] {
    float: right;
    height: 35px;
    width: 40px;
    background: url(../img/i_search.png) center;
    font-size: 0;
    border: none;
    cursor: pointer;
}
div.slider {
    margin: auto;
    overflow: hidden;
}
div.left {
    width: 25%;
    float: right;
}
div.main_content {
    margin: 10px auto;
}
div.link_seo {
    margin: 0px auto;
    clear: both;
    margin: 10px 0;
}
div.link_seo a {
    color: #333;
    text-decoration: none;
}
div.link_seo a:hover {
    color: #f37540;
}
div.right {
    width: 73%;
    float: left;
}
div.wap_footer {
    background: url(../img/footer.png) center;
    margin: auto;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    background-size: cover;
    font-size: 15px;
}
@-webkit-keyframes star {
    0% {
        -webkit-transform: rotate(0) scale(0);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.5);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(0);
    }
}
@-o-keyframes star {
    0% {
        -o-transform: rotate(0) scale(0);
    }
    50% {
        -o-transform: rotate(180deg) scale(1.5);
    }
    100% {
        -o-transform: rotate(360deg) scale(0);
    }
}
@-moz-keyframes star {
    0% {
        -moz-transform: rotate(0) scale(0);
    }
    50% {
        -moz-transform: rotate(180deg) scale(1.5);
    }
    100% {
        -moz-transform: rotate(360deg) scale(0);
    }
}
.start-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}
@keyframes star {
    0% {
        transform: rotate(0) scale(0);
    }
    50% {
        transform: rotate(180deg) scale(1.5);
    }
    100% {
        transform: rotate(360deg) scale(0);
    }
}
.td1 {
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "tieude2";
    border-radius: 10px 10px 0 0;
    font-size: 23px;
    margin-bottom: 1px;
    background-size: cover;
}
.gioithieu .td1 {
    background: url(../img/bg_gt.png) center top no-repeat;
    background-size: cover;
}
ul.list {
    list-style: none;
    background: #c0dcfa;
    margin-bottom: 5px;
    padding-left: 0px;
}
ul.list li a {
    display: block;
    background: url(../img/icon_click.png) 20px center no-repeat;
    padding: 12px 10px 12px 50px;
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
}
p.link a {
    line-height: 0;
    display: block;
}
p.link img {
    margin-bottom: 5px;
    width: 100%;
}
.dvc .td1 {
    background: url(../img/image5.png) center top no-repeat;
    background-size: cover;
    color: #ff5a00;
    padding-left: 30px;
}
.congtac .td1 {
    background: url(../img/bg_lich.png) center top no-repeat;
    background-size: cover;
    color: #ff5a00;
    padding-left: 30px;
}
.canbiet .td1 {
    background: url(../img/bg_tt.png) center top no-repeat;
    background-size: cover;
    color: #00e9fe;
}
.vanban .td1 {
    background: url(../img/bg_ht.png) center top no-repeat;
    background-size: cover;
}
.quyhoach .td1 {
    background: url(../img/bg_tt2.png) center top no-repeat;
    background-size: cover;
    color: #00e9fe;
}
.thongke {
    background: #c0dcfa;
    padding: 15px 20px;
    color: #0767aa;
    font-family: "tieude";
}
.thongke ul {
    list-style: none;
}
.thongke ul li {
    padding: 3px 0;
}
.thongke ul li span {
    background: #0078d7;
    width: 18px;
    display: inline-block;
    height: 22px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    margin-right: 2px;
    border: 2px solid #333333;
}
.lienket {
    background: #c0dcfa;
    padding: 10px;

    font-family: "tieude";
    margin-top: 5px;
}
.lienket select {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    color: #0767aa;
    font-family: "tieude";
    font-size: 15px;
}