@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic&subset=latin,vietnamese,cyrillic-ext,latin-ext);

Body, html, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, fieldset, legend, label, input, textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img, object, embed {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}


body {
    color: #7a7a7a;
    position: relative;
    font-size: 14px;
    font-family: "Times New Roman";
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    background-color: #f8f8f8;
    background: url(../images/images/bg.jpg) repeat;
}

a {
    text-decoration: none;
    color: #004b93 outline: 0;
    transition: all 0.2s ease 0s;
}

    a:hover {
        color: #b1334b;
    }

.fleft {
    float: left;
}

.bt {
    padding: 5px 10px;
    background-color: #004c92;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}

    .bt:hover {
        background-color: #fdda46;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.txtcent {
    margin-top: 15px;
    text-align: center;
}

#wrapper {
    width: 1170px;
    background: #FFF;
    margin: 0 auto;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
}
/*header----------*/
#header {
    padding: 0px;
    position: relative;
}

    #header .tophead {
        position: relative;
        overflow: hidden;
    }

        #header .tophead img {
            float: left;
        }

.menu {
    background: #3665bd url(../images/images/bg_menu.jpg) repeat-x;
    height: 45px;
    position: relative;
}

    .menu ul {
        height: 45px;
    }
    /*.menu li { float:left; padding:0 30px; border-right:1px solid #0165a7; width:15%; position: relative}*/
    .menu li {
        float: left;
        padding: 0 10px;
        width: 14%;
        position: relative;
    }

        .menu li a {
            display: block;
            line-height: 45px;
            color: #FFF;
            text-align: center;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 400;
        }

            .menu li a i {
                font-size: 20px;
                color: #fff;
                margin-right: 5px;
            }

            .menu li a:hover, .menu li a.active {
                color: #ffff99;
            }


        .menu li ul {
            -moz-transition: all .2s ease 0s;
            -webkit-transition: all .2s ease 0s;
            visibility: hidden;
            top: 70px;
            position: absolute;
            left: 0;
            border-bottom: 3px solid #248be7;
            background-color: #FFF;
            min-width: 150px;
            z-index: 99999;
            height: auto;
            opacity: 0;
            box-shadow: 0 1px 3px 0 rgba(0,0,0,.36);
            padding: 0;
        }

            .menu li ul li a {
                line-height: 25px;
                padding: 5px 10px;
                font-size: 14px;
                color: #333;
                white-space: nowrap;
                border-bottom: 1px #ccc solid;
                display: block;
                text-align: left;
            }

            .menu li ul li {
                float: none;
                border: none;
                width: auto;
                padding: 0 10px;
                display: block;
                z-index: 9999;
                position: relative;
                text-align: left;
            }

                .menu li ul li:hover a {
                    color: #248be7;
                }

        .menu li:hover ul {
            opacity: 1;
            top: 45px;
            visibility: visible;
        }
/*container*/
#container {
}

.line-time {
    background-color: #EFEFEF;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#content-main {
    overflow: hidden;
    padding: 0 10px 30px 10px;
}

#inside-left {
    float: left;
    width: 250px;
}

#inside-right {
    float: right;
    width: 250px;
}

.contMid {
    width: 630px;
    float: left;
    margin-left: 10px;
    margin-top: -20px;
}


.title {
    overflow: hidden;
    height: 33px;
    background: url(../images/images/bg-title.jpg) top right no-repeat;
    line-height: 30px;
}

    .title h2 {
        font-size: 14px;
        color: #FFF;
        line-height: 30px;
        margin: 0px;
        padding: 0px 0px 0px 34px;
        font-weight: 400;
        background: url(../images/images/icon.png) 10px no-repeat;
        text-transform: uppercase;
        background-size: 26px 26px;
        margin-left: -8px;
    }

.title1 {
    border-bottom: 2px solid #004c92;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 2px;
}

    .title1 h2 {
        overflow: hidden;
        background: url(../images/images/bg-title-mid.jpg) top right no-repeat;
        line-height: 23px;
        position: relative;
        display: inline-block;
        padding-right: 52px;
    }

    .title1 span {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        margin: 0px;
        padding: 0px 0px 0px 42px;
        font-weight: 400;
        line-height: 29px;
        background: url(../images/images/icon.png) 10px no-repeat;
        text-transform: uppercase;
        background-size: 25px 25px;
    }

.more {
    float: right;
    color: #004b93;
}

.boxall {
    margin-bottom: 15px;
}

.block {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 7px;
}

#feature {
    margin-bottom: 10px;
    margin-top: 19px;
}

.bxcont-main {
    margin: 10px 0;
}
/*== list main=-==*/
.listmain li {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    display: block;
}

    .listmain li:last-child {
        border: none;
    }

    .listmain li:hover {
        background-color: #F5F5F5;
    }

    .listmain li a {
        color: #333;
        font-weight: 400;
    }

        .listmain li a:hover {
            color: #004b93;
        }
/*===weather===*/
.boxwether .elent {
    font-size: 20px;
    color: #15a413;
}

.bxlink {
    margin-top: 5px;
}

.linkweb {
    margin-bottom: 7px;
}

    .linkweb img {
        width: 100%;
    }

.note-infro {
    background: #fffa9c;
    padding-top: 6px;
    padding-bottom: 12px;
    padding: 10px;
}

    .note-infro li {
        background: url(../images/images/iocn.png) left 7px no-repeat;
        padding-left: 15px;
    }

        .note-infro li a {
            color: #333;
        }

            .note-infro li a:hover {
                color: #004b93;
                text-decoration: underline;
            }

        .note-infro li.hot {
            background: url(../images/images/icon-hot.gif) left center no-repeat;
        }

            .note-infro li.hot a {
                font-weight: 400;
                background: url(../images/images/moi.gif) right center no-repeat;
                padding-right: 35px;
            }

/*==== list news===*/

.listPost li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

    .listPost li .postImg {
        float: left;
        width: 33%;
        margin: 0;
        padding: 0;
        border: 5px solid rgba(255,255,255,1);
    }

    .listPost li .contPost {
        float: right;
        width: 65%;
    }

        .listPost li .contPost .postTitle {
            padding-bottom: 3px;
            color: #004b93;
            font-weight: 400;
            font-size: 16px;
        }

            .listPost li .contPost .postTitle:hover {
                color: #b1334b;
            }

    .listPost li .entryPost {
        font-size: 12px;
        color: #6a6a6a;
    }

    .listPost li .postSubcript {
        margin-top: 2px;
        color: #333;
    }

.listsubnews {
    line-height: 20px;
    padding-left: 20px;
}

    .listsubnews li {
        background: url(../images/images/icon-sub.png) left 5px no-repeat;
        padding-left: 15px;
    }

    .listsubnews a {
        font-style: italic;
        color: #004c92;
    }

        .listsubnews a:hover {
            color: #d1090b;
        }

        .listsubnews a i {
            color: #d1090b;
            margin-right: 2px;
            font-size: 7px;
        }
/*=== Post detail */
.postdetail {
    text-align: justify;
}

    .postdetail .acticle {
        border-left: 3px solid #004b93;
        padding-left: 5px;
        overflow: hidden;
        margin-bottom: 15px;
        margin-top: 20px;
    }

        /*.postdetail .acticle .leftact {
            float: left;
            width: 900px;
        }*/

        .postdetail .acticle .leftact h2 {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            color: #004b93;
            text-align: left;
        }

        .postdetail .acticle .leftact .time {
            font-size: 12px;
            color: #666;
        }

            .postdetail .acticle .leftact .time i {
                color: #6a6a6a;
                font-size: 14px;
            }

    .postdetail .postcont h6 {
        margin: 2% 0;
        text-align: center;
    }

    .postdetail .postcont p {
        margin-bottom: 10px;
    }

    .postdetail .postcont h6 img {
        width: 100%;
    }

.login {
    padding: 5px;
}

    .login p {
        margin-bottom: 5px;
    }

    .login .input {
        width: 100%;
        border: 1px solid #ccc;
        padding: 5px;
    }

    .login .bt {
        width: 100%;
    }
/*css box slider parkner-------------------------------------*/
.box_slider {
    position: relative;
    margin-bottom: 15px;
}

    .box_slider ul#auto_slider {
        list-style: none;
        overflow: hidden;
        margin-top: 5px;
    }

        .box_slider ul#auto_slider li {
            background: url(../images/images/bg-slider.png) no-repeat;
            width: 197px;
            height: 136px;
            float: left;
            margin: 0 5px 10px 10px;
            padding: 14px 0 0 13px;
        }

            .box_slider ul#auto_slider li img {
                width: 185px;
                height: 120px;
            }

#prev {
    position: absolute;
    top: 10px;
    right: 30px;
    background: url(../images/images/prev.png) no-repeat;
    width: 25px;
    height: 25px;
    z-index: 100;
}

#next {
    position: absolute;
    top: 10px;
    right: 5px;
    background: url(../images/images/next.png) no-repeat;
    width: 25px;
    height: 25px;
    z-index: 100;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

    .table tbody td {
        border: 1px solid #E0E0E0;
        padding: 3px 10px;
    }

/*contact-----*/
#boxcontact {
    /*padding: 20px;*/
}

    #boxcontact .linecontact {
        background: url(../images/images/linecotact.png) no-repeat left;
        position: relative;
        height: 38px;
        margin: 17px 0 30px 0;
    }

        #boxcontact .linecontact .text {
            color: #fff;
            font-size: 14px;
            line-height: 38px;
            margin-left: 20px;
        }

        #boxcontact .linecontact .warn {
            position: absolute;
            resize: 10px;
            top: 10px;
            right: 10px;
        }

    #boxcontact .form {
        /*margin-left: 60px*/
    }

        #boxcontact .form input {
            background: none;
            padding: 3px 5px;
            border: none;
            border-bottom: 1px dashed #999 !important;
        }

        #boxcontact .form textarea {
            width: 300px;
            background: none;
            padding: 3px 5px;
            border: 1px solid #458dc5;
            margin-top: 15px;
        }
/* =PAGINATION
----------------------------------------------- */
/*.pagination {
    text-align: center;
    margin-top: 30px
}

    .pagination li {
        padding: 2px 10px;
        border: 1px solid #004c92;
        color: #fff;
        margin: 0 3px;
        display: inline-block
    }

        .pagination li a {
            color: #004c92;
        }

        .pagination li:hover, .pagination li.active {
            border-color: #004c92;
            background-color: #004c92;
            color: #fff;
        }

            .pagination li:hover a, .pagination li.active a {
                color: #fff;
            }*/


footer {
    background: url(../images/images/bg-footer.jpg) top center no-repeat;
    height: 244px;
    position: relative;
    background-size: 100% 100%;
}

    footer .footcont {
        padding: 20px;
        text-align: center;
    }

        footer .footcont h2 {
            font-weight: bold;
            font-size: 20px;
            text-transform: uppercase;
            color: #004b93;
        }

    footer .coppy {
        position: absolute;
        bottom: 7px;
        padding-right: 20px;
        color: #fff;
        width: 100%;
        text-align: center;
    }
/*popup*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000000;
    background-color: #000;
    display: none;
}

.window {
    position: fixed;
    left: 0;
    top: 30% !important;
    display: none;
    z-index: 90000001;
    width: 300px;
    height: auto;
    color: #333;
    font-size: 13px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    padding: 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .window .close {
        background: url(../images/closepopup.png) right no-repeat;
        height: 26px;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 25px;
        cursor: pointer;
    }

        .window .close:hover {
            background: url(../images/closepopup-hover.png) right no-repeat;
            color: #d68533;
        }

/*logo*/
.text-bv {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
    font-size: 21px;
    margin-top: 38px;
    position: absolute;
    margin-left: 10px;
    font-weight: 700;
    text-align: center;
}

.text-dc {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
    font-size: 18px;
    text-align: center;
    margin-right: 9px;
}

.text-phone {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
    font-size: 16px;
    text-align: center;
    margin-left: -34px;
}


.divmenuSub {
    background-repeat: repeat-x;
    height: 28px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 1% 10px;
    /* width: 103%; */
    box-shadow: 1px 1px 2px #E6E6E6;
    margin-bottom: 12px;
}

.divCurrentTime {
    float: left;
    margin-right: 0px;
    padding-right: 0px;
}

.divtime {
    width: 20%;
    float: left;
    font-size: 100%;
}

.topnewitem {
    width: 80%;
    float: left;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #888888;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

/*
Free App template for Bootstrap 3
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com
Image placeholders: placemi.com
*/


.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

.header {
    padding-top: 50px;
    background-color: #eee;
    overflow: hidden;
}

.footer {
    color: #887;
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content {
    position: relative;
    display: table;
    width: 100%;
    min-height: 100vh;
}

.pull-middle {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    padding-left: 25px;
    padding-right: 25px;
}

.btn-circle {
    border-radius: 20px;
}

.input-group input {
    border: 0;
    box-shadow: none;
    padding-right: 30px;
}

    .input-group input:focus,
    .input-group input:active {
        outline: 0;
        box-shadow: none;
    }

.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -18px;
    border-radius: 20px;
}

.phone {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
    padding: 65px 15px 55px;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;
}

#Subject {
    height: 175px;
}
