@import "font.css"; @charset "utf-8"; body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    /* color: #000000 !important; */!i;!;
}

* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
}

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

::selection {
    background-color: #0292DB;
    color: #fff;
}

::-webkit-selection {
    background-color: #0292DB;
    color: #fff;
}

-webkit-::selection {
    background-color: #0292DB;
    color: #fff;
}

::-moz-selection {
    background-color: #0292DB;
    color: #fff;
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.padding_pagewrap {
    padding: 0;
}

ban .showText p {
    padding-bottom: 15px;
}

.showText {
    font-size: 17px;
    line-height: 30px;
}

.showText h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.showText ul {
    padding-bottom: 15px;
}

.showText ul li {
    margin-left: 35px;
}

th {
    background-color: #00458b;
    color: white;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

tr:hover {
    background-color: #f5f5f5;
}

th, td {
    border-bottom: 1px solid #fff;
}

th, td {
    padding: 5px 15px;
    /* text-align: left; */
}

td {
    height: 30px;
    /* vertical-align: bottom; */
}

td a {
    color: #7e382e;
    text-align: center;
    font-size: 16px;
}

td a:hover {
    color: #f9a54c;
}

th {
    font-size: 17px;
    line-height: 35px;
    padding: 10px 0;
}

table {
    border: 1px solid black;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #fff;
}

.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.bannerMain_2 {
    position: relative;
    overflow: hidden;
    height: 490px;
}

.bannerMain {
    position: relative;
    overflow: hidden;
    height: 600px;
}

.banner_2 li {
    float: left;
    width: 100%;
    height: 490px;
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.banner li {
    float: left;
    width: 100%;
    height: 600px;
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.posBL {
    left: 0px;
    bottom: 0px;
}

.pagiBanner {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 2;
}

.pagiBanner a {
    display: inline-block;
    vertical-align: text-top;
    width: 12px;
    height: 12px;
    background: #0292DB;
    text-indent: -100000px;
    margin: 0 5px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    border: solid #ffffff 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.pagiBanner a.selected {
    background: #0067b9;
}

.box_menu {
    background: #0292DB;
}

.box_menu.fixed .logo_top li img {
    height: 40px;
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background: #0292DB;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    padding: 0;
}

.box_menu:after, .box_menu:before {
    content: "";
    position: inherit;
    top: 0px;
    left: 0;
    right: 0;
}

.box_menu.fixed:after, .box_menu.fixed:before {
    position: absolute;
}

.box_menu:before {
    top: auto;
    bottom: 0px;
}

.menu {
    padding: 0;
    text-align: center;
}

.menu * {
    list-style: none;
}

.menu > li + li {
    margin-left: 0;
}

.menu > li {
    position: relative;
    display: inline-table;
}

.menu > li > a {
    display: block;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    padding: 0 13px;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    color: inherit;
    font-size: 11px;
}

.menu > li:hover > a {
    color: #ffffff;
    background: #0067b9;
}

.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.menu > li.active > a {
    color: #EF1E23;
}

.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    z-index: 6;
    margin: 0;
    padding: 0;
    padding-top: 0;
    display: block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
}

.menu > li > ul:before {
    width: 0;
    height: 0;
    position: absolute;
    top: -14px;
    left: 17px;
    z-index: 2;
}

.menu > li > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
    background: rgba(0, 0, 0, 0.05);
}

.menu > li > ul > li {
    z-index: 10;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    background: #0067b9;
}

.menu > li > ul > li:first-child {
    padding-top: 10px;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}

.menu > li > ul > li:last-child {
    padding-bottom: 10px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
}

.menu > li > ul > li:last-child > a {
    border: none;
}

.menu > li > ul > li > a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 40px;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding: 0 24px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 17px;
    text-align: left;
}

.menu > li > ul > li > a > span {
    display: none;
}

.menu > li > ul > li:hover {
    z-index: 3;
}

.menu > li > ul > li:hover > a {
    padding: 0 12px 0 12px;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    background: #0292DB;
    color: #fff;
}

.menu > li > ul > li > a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.header {
    padding: 25px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.logo_top {
    float: left;
}

.logo_top li {
    list-style: none;
    line-height: 0;
    float: left;
}

.logo_top li img {
    height: 100px;
    width: auto;
}

.logo_top ul {
    padding-left: 30px;
    padding-top: 0px;
    float: left;
}

.logo_top ul h1 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    color: #0067b9;
    font-family: 'Anton', sans-serif;
    text-transform: none;
    /* -webkit-text-stroke: 1px #0292DB; */
    letter-spacing: 1.2px;
}

.logo_top ul h2 {
    font-size: 27px;
    line-height: 45px;
    font-weight: 500;
    color: #0292DB;
    font-family: 'Anton', sans-serif;
    text-transform: none;
    /* -webkit-text-stroke: 1px #ccc; */
    letter-spacing: 1px;
}

.right_header {
    float: right;
}

.lang_top li {
    list-style: none;
    color: #333;
    font-size: 17px;
    text-align: right;
}

.lang_top li span {
    color: #0292DB;
    font-size: 18px;
    font-weight: bold;
}

.lang_top li img {
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
    height: 17px;
    border: solid #eee 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    top: 5px;
    position: relative;
}

.lang_top li i {
    padding-right: 7px;
}

.lang_top li a {
    color: #333;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.lang_top li a:hover, .tin_left ul:hover h4 {
    color: #0292DB;
}

.timkiem_top {
    float: right;
    border: solid #bdbdbd 1px;
    background: #fff;
    margin-top: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
}

.input_search {
    padding: 0px 15px;
    height: 40px;
    width: 230px;
    float: right;
    color: #999;
    background: none;
    border: none;
    font-size: 14px;
}

.input_search:focus {
    color: #000;
}

.search a {
    width: 60px;
    height: 40px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center #ffffff;
    float: right;
    border-left: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
}

.search a:hover {
    background: url(../images/icon-search.png) no-repeat center center #ffffff;
}

.about_home {
    /* background:#0292DB; */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 40px 0;
}

.left_about_home {
    float: left;
    width: 45%;
    padding-top: 40px;
}

.left_about_home ul h3 {
    color: #0067b9;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 200;
    line-height: 50px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

.box_title_banner {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 2;
    width: auto;
    color: #FFF;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: auto;
    right: 0;
    text-align: center;
    display: none;
}

.box_title_banner ul h3 {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 10px;
    text-shadow: 1px 1px #ffffff;
    color: #0067b9;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: white; */
    /* font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif; */
}

.box_title_banner ul h3 span {
    display: block;
}

.left_about_home ul h3:after {
    content: "";
    position: absolute;
    margin: 0;
    height: 5px;
    width: 100px;
    background: #0067b9;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.left_about_home ul h4 a {
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 50px;
    font-size: 17px;
    line-height: 35px;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    margin-top: 10px;
    background: #0067b9;
    border:solid #fff 3px;
}

.left_about_home ul h4 a:hover {
    background: #0292DB;
}

.left_about_home ul p {
    padding-bottom: 15px;
    /* color: #fff; */
}

.col-lg-6 {
    float: right;
    width: 50%;
}

.mask-image {
    -webkit-mask-image: url(../images/image-mask-shape.svg);
    mask-image: url(../images/image-mask-shape.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    position: relative;
    display: block;
    -webkit-transform: initial;
    transform: initial;
}

.mask-image img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mask-image .item-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.bangiangvien_home {
    padding: 50px 0;
    position: relative;
}

.bangiangvien_home:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -100%;
    right: -100%;
    bottom: -10px;
    background: #223C77;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 0;
}

.bangiangvien_home:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .3s all ease;
    background: url(../images/shape-3.png) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    opacity: 0.1;
}

.title_page {
    padding-bottom: 30px;
    text-align: center;
    width: auto;
}

.title_page.title_page_2 ul h3:after {
    background: #fff;
}

.title_page.title_page_3 ul h3:after {
    left: 0;
    right: inherit;
    background: #0067b9;
}

.title_page ul h3:after {
    content: "";
    position: absolute;
    margin: 0;
    height: 5px;
    width: 100px;
    background: #0067b9;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    margin: 0 auto;
}

ul.rightNav.no_box {
    display:none;
    text-align: center;
    width: 100%;
    margin-top: 16px;
}

.title_page.title_page_2 ul h3 {
    color: #fff;
}

.title_page.title_page_3 span {
    color: #0067b9;
}

.title_page_3 ul {
    text-align: left;
}

.title_page ul h3 {
    color: #0292DB;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 200;
    line-height: 50px;
    padding-bottom: 15px;
    position: relative;
}

.ttitle_more span, .left_about_home ul h3 span {
    color: #0292DB;
}

.title_page ul p {
    color: gray;
    font-size: 20px;
    line-height: 30px;
    width: 50%;
    padding-top: 20px;
}

.title_page.title_page_2 ul p {
    color: #fff;
}

.box_home_1 {
    padding-top: 80px;
    position: relative;
    padding-bottom: 30px;
}

.giangvien_id {
    margin: 0 -20px;
}

.giangvien_id ul {
    text-align: center;
    float: left;
    width: 580px;
    margin: 20px;
}

.giangvien_id ul li {
    list-style: none;
    line-height: 0;
}

.giangvien_id ul li img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: auto;
    height: 180px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 6px;
}

.giangvien_id ul h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #fff;
}

.giangvien_id ul p {
    color: #fff;
}

.giangvien_id.giangvien_page ul h3 {
    color: #0292DB;
}

.giangvien_id.giangvien_page ul p {
    color: #fff;
}

.giangvien_id ul h3 span {
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    color: #0067b9;
    padding: 0;
}

.pro_id ul {

    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

}
   .pro_id ul {
        width: calc(100% / 4 - 20px);
        margin: 0 10px 20px;
    }
.pro_id ul h3 a {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    padding-top: 15px;
    font-weight: normal;
    color: #333;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.pro_id ul h3 a:hover, .pro_id ul h4 a:hover, .left_home_1 ul h3 a:hover, .auout_home ul h3 a:hover {
    color: #0292DB;
}

.pro_id ul h4 a {
    color: #0292DB;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.pro_id ul h4 a i {
    padding-left: 7px;
}

.pro_id ul p {
    color: #333;
    font-size: 17px;
    line-height: 27px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.pro_id ul li, .pro_id ul li img {
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
}

.pro_id, .tintuc_home_id, .logo_doitac {
    margin: 0 -10px;
}

.conten {
    overflow: hidden;
}

.tintuc_box_home {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #eee;
}

.left_tt_home {
    float: left;
    width: 800px;
}

.left_tt_home ul li, .left_tt_home ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .id_bds ul li img:hover, .project_home_id ul li img:hover, .list_pro_home ul li img:hover, .tintuc_page_id ul li img:hover, .doitac_id ul li img:hover, .sanpham_home_id ul li img:hover, .hinhanh_id ul li img:hover, .tintuc_home_id ul li img:hover, .pro_id ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.left_tt_home ul h3 a {
    display: block;
    padding: 15px 10px 10px 10px;
    color: #333;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    text-transform: capitalize;
}

.left_tt_home ul h3 a:hover, .right_tt_home ul h3 a:hover, .id_bds ul:hover h3, .hinhanh_id ul:hover h3, .tintuc_home_id ul h3 a:hover {
    color: #0067b9;
}

.left_tt_home ul h4 {
    display: block;
    padding: 0 10px;
    color: #666;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
}

.left_tt_home ul h4 i, .right_tt_home ul h3 span i {
    padding-right: 5px;
}

.left_tt_home ul p {
    color: #666;
    line-height: 28px;
    padding: 5px 10px 15px 10px;
    text-align: justify;
}

.left_tt_home ul {
    float: left;
    margin: 0 10px;
    width: 380px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.right_tt_home {
    float: left;
    margin: 0 10px;
    width: 380px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.right_tt_home ul {
    margin-bottom: 10px;
    width: 100%;
}

.right_tt_home ul li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 150px;
    position: relative;
    overflow: hidden;
    display: block;
}

.right_tt_home ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.right_tt_home ul h3 {
    float: right;
    width: 185px;
}

.right_tt_home ul h3 a {
    display: block;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    text-transform: capitalize;
}

.right_tt_home ul h3 span {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    display: block;
    padding-top: 3px;
}

.marquee {
    overflow: hidden;
    height: 475px;
}

.box_home_2 {
    padding: 50px 0;
    text-align: center;
    background:#0292DB;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative;
}

.box_home_2:before {
    /* background: url(../images/bg_5.png) center top no-repeat; */
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 40px;
}

.box_home_2:after {
    background: url(../images/bg_4.png) center bottom no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 40px;
    display: none;
}

.box_home_2 ul h4 a {
    display: inline-table;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 30px;
    padding: 5px 30px;
    background: none;
    border: solid #fff 3px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    margin-top: 30px;
    letter-spacing: 3px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    background: #0067b9;
}

.box_home_2 ul h4 a:hover {
    color: #fff;
    background: #0292DB;
}

.col-md {
    width: 26.5%;
    display: inline-table;
    margin-left: 10px;
    color: #666;
    margin-right: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

.form-control:focus {
    border-color: #754111;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #754111bf;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #754111ba;
}

.row-frm select {
    height: 45px !important;
    width: 100%;
    margin: 0;
}

.placeNav_2, .placeNav_4 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    background: rgba(2, 2, 2, 0.21);
    opacity: 0;
}

.pro_id_slider .owl-prev, .pro_id_slider .owl-next, .placeNav, .placeNav_3 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #999;
    font-size: 35px;
    width: 35px;
    line-height: 27px;
    height: 35px;
    background: rgba(51, 51, 51, 0.69);
    text-align: center;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
}

.pro_id_slider .owl-prev, .placeNav.prev, .placeNav_2.prev, .placeNav_3.prev, .placeNav_4.prev {
    left: 10px;
}

.placeNav_2.next, .placeNav_4.next {
    right: 10px;
    left: auto;
    text-indent: 3px;
}

.pro_id_slider .owl-next, .placeNav.next, .placeNav_3.next {
    right: 10px;
    text-indent: 3px;
}

.pro_id_slider:hover .owl-prev, .pro_id_slider:hover .owl-next, .placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_4, .placeSlide_main:hover .placeNav_3 {
    opacity: 1;
}

.pro_id_slider .owl-prev:hover, .pro_id_slider .owl-next:hover, .placeNav:hover, .placeNav_2:hover, .placeNav_3:hover, .placeNav_4:hover {
    color: #fff;
    background: #be00009e;
}

.placeSlide_main {
    position: relative;
    overflow: hidden;
}

.placeSlide {
    width: 1300px;
}

.box_doitac_home {
    padding: 30px 0;
    background: #f5f5f5;
}

.logo_doitac ul {
    margin: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    background: #fff;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.logo_doitac ul li, .logo_doitac ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block;
}

.logo_doitac ul h3, .logo_doitac_page ul h3 {
    color: #495677;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 26px;
    padding-top: 15px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    position: relative;
}

.logo_doitac_page ul {
    margin: 10px;
    width: 250px;
    padding: 15px;
    background: #fff;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.logo_doitac_page ul li, .logo_doitac_page ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block;
}

.logo_doitac ul:hover {
    transform: translateY(-10px);
}

.footer {
    padding: 30px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative;
    background: #0067b9;
}

.footer a, .bottom_ft a {
    color: #fff;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.footer a:hover, .bottom_ft a:hover {
    color:#FFEB3B;
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .3s all ease;
    z-index: 0;
    opacity: .5;
}

.right_footer {
    float: right;
    width: 25%;
}

.left_footer {
    float: left;
    width: 75%;
}

.left_footer h3 {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}

.left_footer ul {
    float: left;
    width: 85%;
    padding-right: 5%;
}

.left_footer ul h4 {
    font-size: 20px;
    color: #f8f8f8;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}

.left_footer ul p i {
    padding-right: 10px;
}

.bottom_ft {
    padding: 40px;
    /* margin-top: 20px; */
    background: #0292DB;
    color:#fff;
    text-align:center;
}

.bottom_ft p {
    font-size: 16px;
}

.bottom_ft ul {
    float: right;
}

.bottom_ft ul li {
    float: left;
    margin-left: 10px;
    list-style: none;
    line-height: 0;
    text-align: center;
}

.bottom_ft ul li i {
    border: solid #ffffffc4 1px;
    padding: 4px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    display: block;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.bottom_ft ul li:hover i {
    border: solid #0067b9 1px;
}

#sharelink {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid #CCC 1px;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 2;
}

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #0067b9;
    outline: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

#back-top a:hover {
    color: #fff;
    background: #64ca68;
}

.bg_link_page {
    height: 350px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.bg_link_page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(24, 49, 66);
    transition: .3s all ease;
    opacity: .7;
}

.bg_link_page ul {
    position: absolute;
    bottom: -350px;
    left: 0;
    z-index: 2;
}

.bg_link_page ul h3 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding-bottom: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    line-height: 40px;
}

.bg_link_page ul h3 span {
    color: #0067b9;
}

.bg_link_page ul h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 5px;
    background: #0067b9;
    z-index: 2;
    webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.page_conten_page {
    padding-top: 40px;
    padding-bottom: 30px;
    /* background: #0292DB; */
}

.nums {
    table-layout: auto;
    margin-top: 15px;
    text-align: center;
}

.nums ul {
    display: inline-block;
}

.nums li {
    list-style: none;
    float: left;
    display: inline-block;
}

.nums a {
    font-size: 19px;
    display: block;
    margin: 0 6px 0 0;
    padding: 3px;
    line-height: 30px;
    height: 36px;
    width: 36px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #0292DB;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #0067b9;
    color: #ffffff;
}

.nums a.stay {
    background: #0067b9;
    color: #fff;
}

.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}

.title_news h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #0292DB;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.title_news li {
    font-size: 17px;
    /* color: #fff; */
    list-style: none;
    list-style: none;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
    font-style: italic;
}

.title_news p {
    line-height: 32px;
    color: #171c2b;
    font-size: 21px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}

.box_page {
    background: #f5f5f5;
    padding: 30px 0;
}

#sharelink {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid #CCC 1px;
}

.left_contact {
    float: left;
    width: 46%;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.left_contact ul {
    padding-top: 5px;
}

.left_contact li {
    list-style: none;
    line-height: 0;
    margin-top: 20px;
}

.left_contact li iframe {
    width: 100%;
    height: 273px;
}

.left_contact ul p {
    color: #333;
    font-size: 17px;
}

.left_contact ul p i {
    padding-right: 8px;
}

.left_contact h2 {
    color: #0292DB;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 0;
    text-transform: capitalize;
}

.left_contact ul h3 {
    text-transform: capitalize;
    color: #0292DB;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    font-weight: normal;
    margin-bottom: 5px;
}

.right_contact h3 {
    text-transform: capitalize;
    color: #0292DB;
    font-size: 23px;
    line-height: 30px;
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
}

.right_contact {
    float: right;
    width: 46%;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.map_cotact iframe {
    display: block;
    width: 100%;
    height: 430px;
    margin-top: 20px;
}

.contact {
    padding-top: 10px;
}

.contact h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #666;
    padding-bottom: 20px;
}

.contact .left {
    width: auto;
    float: none;
}

.contact .right {
    width: auto;
    float: none;
}

.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.formBox li input, .formBox li textarea {
    border: solid 1px #E1E1E1;
    height: 45px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 220px;
    float: left;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}

.contact .left input {
    width: 100%;
}

.contact .right input, .contact .right textarea {
    width: 100%;
}

.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.formBox li.name:after {
    background-image: url("../images/contact/c_name.png")
}

.formBox li.phone:after {
    background-image: url("../images/contact/c_phone.png");
}

.formBox li.mail:after {
    background-image: url("../images/contact/c_mail.png");
}

.formBox li.local:after {
    background-image: url("../images/contact/c_local.png");
}

.formBox li.subject:after {
    background-image: url("../images/contact/c_subject.png");
}

.formBox li.mess:after {
    background-image: url("../images/contact/c_mess.png");
}

.formBox li.code:after {
    background-image: url("../images/contact/c_code.png");
}

.formBox li.day:after {
    background-image: url("../images/contact/day.png");
}

.formBox li.songuoi:after {
    background-image: url("../images/contact/songuoi.png");
}

.formBox .button {
    float: right;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #0292DB;
    white-space: nowrap;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.formBox .button:hover {
    color: #FFF;
    background: #0067b9;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: 500;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.listtabs {
    overflow: hidden;
    border-bottom: solid 3px #0067b9;
}

.listtabs li {
    display: inline-table;
    list-style: none;
    margin-right: 0;
}

.listtabs li a {
    color: #fff;
    text-decoration: none;
    margin-right: 0px;
    display: block;
    padding: 5px 30px;
    line-height: 35px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background: #187443;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}

.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover {
    color: #ffffff;
    background: #0067b9;
}

#pro_tabs .tabs {
    border-top: none;
}

#pro_tabs {
    margin-bottom: 25px;
    text-align: center;
}

.n-foot .fa {
    color: #ffffffc4 !important;
    margin-right: 10px;
}

.pro_id_slider ul {
    width: calc(100% - 20px) !important
}

.showText .fa {
    color: #fff !important;
    margin-right: 7px;
}

.showText.showText_lienhe h3 {
    margin-top: 15px;
}

.showText.showText_lienhe a {
    color: #000;
}

.showText.showText_lienhe a:hover {
    color: #0067b9;
}

.showText table, .showText table *, .showText th, .showText td {
    border-color: #fff !important;
    color: #fff !important;
}

.showText tr:hover {
    background: #2d519e;
}

.showText table {
    width: 100% !important;
}

.dv-video-home {
    margin: 140px 0 0;
    padding: 0 10px
}

.dv-video-home iframe {
    width: 100%;
    height: 350px;
}

ul.no_box.ul-dknew-home .col-md.row-frm {
    display: inline-block !important;
    width: calc(100% / 4 - 20px);
    float: left;
    border-radius: 100px;
    overflow: hidden;
    padding: 0 10px;
    background: #fff;
}

ul.no_box.ul-dknew-home .col-md.row-frm input, ul.no_box.ul-dknew-home .col-md.row-frm select {
    box-shadow: none !important;
    padding: 0 7px;
    border: none !important;
}

ul.no_box.ul-dknew-home {
    max-width: 1000px;
}

.dv-dangky-hoc {
    display: none;
    background: rgba(14, 34, 73, 0.25);
    padding: 15px;
    margin: 10px 0 20px;
}

.dv-dangky-hoc h3.titf {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 7px;
}

.dv-dangky-hoc .left {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.dv-dangky-hoc .right {
    width: 50%;
    float: right;
    padding-left: 10px;
}

.dv-dangky-hoc input, .dv-dangky-hoc textarea {
    border: none;
    border-radius: 5px !important;
}

.dv-dangky-hoc textarea {
    height: 210px !important;
}

.dv-dangky-hoc .formBox .button {
    background: #0067b9;
    padding: 0 30px;
}

.dv-dangky-hoc .formBox .button:hover {
    background: #2869f9;
}

.dv-dkkhoahoc {
    margin: 20px 0 15px;
    display: none; !important;
}

.dv-dkkhoahoc a {
    display: inline-block;
    background: #0067b9;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

.dv-dkkhoahoc a:hover {
    background: #2869f9;
}

.dv-dkkhoahoc i {
    margin-right: 7px;
}

.dv-dangky-hoc li.subject {
    display: block !important;
}

.dv-dangky-hoc li.subject select {
    border: solid 1px #E1E1E1;
    height: 45px;
    color: #636262;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .pagewrap {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .logo_top li img {
        margin-left: 10px;
    }

    .right_header {
        margin-right: 10px;
    }

    .menu > li > a {
        font-size: 15px;
        padding: 0 8px;
    }

    .menu > li > ul > li > a {
        font-size: 15px;
    }

    .input_search {
        height: 38px;
        font-size: 13px;
    }

    .search a {
        width: 55px;
        height: 38px;
    }

    .pagiBanner a {
        width: 18px;
        height: 18px;
        border: solid #ffffff 3px;
    }

    .right_footer {
        float: right;
        width: 260px;
        overflow: hidden;
        margin-right: 10px;
    }

    .left_footer {
        float: left;
        width: calc(100% - 280px);
        margin-left: 10px;
    }

    .bottom_ft {
        padding-left: 10px;
        padding-right: 10px;
    }

    .left_about_home {
        float: left;
        width: calc(50% - 10px);
        padding-top: 40px;
        margin-left: 10px;
    }

    .giangvien_id.flex {
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .giangvien_id ul {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 20px;
    }

 

    div .left_tt_home ul p {
        padding: 0;
    }

    .bg_link_page {
        height: auto;
    }

    .bg_link_page ul {
        position: relative;
        top: 0;
        bottom: 0;
        display: inline-block;
        margin-left: 10px;
        padding-top: 140px;
    }

    .showText {
        padding: 0 10px;
    }

    .pro_id, .tintuc_home_id, .logo_doitac {
        margin: 0;
    }

    .title_news {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.listtabs li {
        float: none;
        display: block;
        margin: 0 3px;
    }

    ul.listtabs {
        box-sizing: border-box;
        display: -webkit-box;
        overflow-x: auto;
    }

    .page_conten_page {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .left_contact ,.right_contact {
        width: calc(50% - 20px);
        margin: 0 10px;
        padding: 10px;
    }

    .showText.showText_lienhe {
        padding: 0;
    }

    .box_title_banner ul h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .logo_top ul h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .logo_top ul h1 {
        font-size: 23px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .pagewrap {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px
    }

    .mn-mobile {
        display: block;
        float: right;
        margin: 0;
        top: 6px;
        padding: 0px 7px;
        border-radius: 5px;
        right: 0;
        border: none;
        margin-right: 10px;
        margin-left: 10px;
    }

    a.a_trangchu_mb {
        display: block;
        position: absolute;
        left: 0;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 23px;
        top: 0;
        padding: 6px 13px;
        line-height: 1;
    }

    div#mm-0 {
        background: #fff !important;
    }

    .mn-mobile img {
        float: left;
        height: 13px;
        line-height: 30px;
    }

    .mm-panel.mm-hasnavbar .mm-navbar {
        background: #0292DB !important;
        height: 38px;
        line-height: 18px;
    }

    .mn-mobile span {
        width: 30px;
        height: 3px;
        background: #fff;
        border-radius: 100px;
        display: block;
        margin: 6px 0;
    }

    ul.menu.no_box {
        display: none;
    }

    .box_menu ,.box_menu.fixed {
        height: 40px;
        padding: 3px 0;
    }

    .left_about_home ul h3 {
        font-size: 25px;
        font-weight: 100;
        line-height: 32px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        position: relative;
    }

    .about_home {
        padding: 0 0 30px;
    }

    .logo_top li img {
        height: 65px;
        width: auto;
    }

    .lang_top li {
        font-size: 15px;
        text-align: right;
    }

    .lang_top li span {
        font-size: 16px;
    }

    .timkiem_top {
        margin-top: 7px;
    }

    .input_search {
        height: 35px;
        font-size: 13px;
    }

    .search a {
        width: 55px;
        height: 35px;
    }

    .title_page ul h3 {
        font-size: 25px;
        font-weight: 100;
        line-height: 35px;
        padding-bottom: 10px;
        position: relative;
    }

    .giangvien_id ul li img {
        height: 120px;
        padding: 4px;
    }

    body {
        font-size: 15px;
        line-height: 25px;
    }

    .giangvien_id ul {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 20px;
    }

    .giangvien_id ul h3 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 28px;
        padding-top: 20px;
    }

    .pro_id ul h3 a {
        padding: 10px 0;
        font-size: 17px;
        line-height: 25px;
        display: block;
    }

    .pro_id ul p {
        font-size: 15px;
        line-height: 25px;
        padding: 0 0 10px;
    }

    .pro_id ul h4 a {
        font-size: 14px;
        padding: 0;
        line-height: 25px;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 38px;
    }

    .col-md.row-frm {
        width: calc(100% / 3 - 14px);
        margin: 0 7px;
        float: left;
    }

    .title_page ul p {
        width: 100%;
        padding: 20px 10px;
        font-size: 16px;
        line-height: 25px;
    }

    ul.rightNav.no_box {
        display:none;
        text-align: center;
        width: auto;
        margin: 14px auto 0;
        float: none;
        display: inline-block;
    }

    .bottom_ft {
        text-align: center;
    }

    .bottom_ft p {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    .box_title_banner ul h3 {
        font-size: 20px;
        line-height: 30px;
    }

    ul.no_box.ul-dknew-home .col-md.row-frm input, ul.no_box.ul-dknew-home .col-md.row-frm select {
        height: 38px !important;
    }
}

@media only screen and (max-width: 767px) {
    .left_about_home {
        width: calc(100% - 20px);
        padding-top: 30px;
    }

    .left_about_home ul h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .left_about_home ul h4 a {
        text-transform: uppercase;
        color: #ffffff;
        padding: 5px 30px;
        font-size: 17px;
        line-height: 30px;
        font-weight: bold;
        display: inline-block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        letter-spacing: 1px;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
        position: relative;
        margin-top: 5px;
        background: #0067b9;
        border:solid #fff 3px;
    }
    .left_about_home ul h4 a:hover {
    color: #fff;
    background: #0292DB;
}

    .col-md-6.col-lg-6 {
        width: 100%;
    }

    .about_home {
        padding: 0;
    }

    .giangvien_id ul {
        width: calc(100% / 1 - 20px);
        margin: 0 10px 20px;
    }

    .pro_id ul {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 20px;
    }

    .left_footer {
        float: left;
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .right_footer {
        float: right;
        width: calc(100% - 20px);
        overflow: hidden;
        margin: 15px 10px 10px;
    }

    .left_footer ul h4 {
        font-size: 17px;
        color: #f8f8f8;
        line-height: 25px;
        text-transform: uppercase;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .footer {
        padding: 30px 0 20px;
    }

    .bg_link_page ul h3 {
        letter-spacing: 0px;
        font-weight: 500;
        padding-bottom: 0;
        color: #fff;
        font-size: 25px;
        line-height: 35px;
    }

    .bg_link_page ul {
        padding-top: 90px;
    }

    .showText p {
        font-size: 15px;
        line-height: 28px;
    }

    .listtabs li a {
        margin-right: 0px;
        display: block;
        padding: 5px 25px;
        line-height: 30px;
        font-size: 15px;
    }

    .left_contact ul p {
        color: #333;
        font-size: 15px;
    }

    .logo_top li {
        width: 120px;
    }

    .logo_top {
        width: 100%;
    }

    .logo_top ul {
        width: calc(100% - 120px);
    }

    .right_header {
        width: 100%;
        margin: 0;
        padding: 5px 10px 0;
    }

    .timkiem_top.no_box {
        position: absolute;
        right: 60px;
        width: 250px;
        border: none;
        margin: 0;
        bottom: -45px;
        z-index: 99;
    }

    .timkiem_top a {
        position: absolute;
        right: 0;
        height: 30px;
        width: 40px;
    }

    .timkiem_top.no_box input {
        width: 100%;
        height: 30px;
        border: none;
    }

    .dv-video-home {
        margin: 20px 0 0;
    }

    .dv-video-home iframe {
        width: 100%;
        height: 320px;
    }

    ul.no_box.ul-dknew-home .col-md.row-frm {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }

    ul.no_box.ul-dknew-home .title_page {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .pagiBanner {
        bottom: 10px;
    }

    .logo_top li {
        width: 100%;
        margin-bottom: 10px;
    }

    .logo_top {
        width: 100%;
        text-align: center;
    }

    .right_header {
        float: none;
        display: inline-block;
        margin: 0 auto;
    }

    .header {
        padding: 5px 0;
        text-align: center;
    }

    .lang_top li {
        display: inline-block;
    }

    .col-md-6.col-lg-6 {
        display: none;
    }

    .about_home {
        padding-bottom: 25px;
    }

    .tintuc_box_home {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .bangiangvien_home {
        padding: 30px 0;
        position: relative;
    }

    .giangvien_id ul li img {
        height: 100px;
        padding: 3px;
    }

    .box_home_1 {
        padding-top: 45px;
        position: relative;
        padding-bottom: 0px;
    }

    .pro_id ul h3 a {
        padding: 10px 0;
        font-size: 16px;
        line-height: 25px;
        display: block;
    }

    .box_home_2 {
        padding: 75px 0;
    }

    .col-md.row-frm ,.box_home_2 h4 {
        width: calc(100% / 2 - 14px);
        margin: 0 7px 14px;
        float: left;
    }

    .box_home_2 ul h4 a {
        padding: 0;
        margin: 0;
        height: 38px;
        width: 100%;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 38px;
    }

    .box_doitac_home {
        padding: 0 0 20px;
        background: #f5f5f5;
    }

    .left_footer ul {
        float: left;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .left_footer h3 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .pro_id ul {
        width: calc(100% / 2 - 14px);
        margin: 0 7px 14px;
        padding: 8px;
    }

    .giangvien_id ul h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .giangvien_id ul h3 span {
        font-size: 15px;
    }

    .left_footer h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 14px;
    }

    .pro_id ul h3 a {
        padding: 10px 0 7px;
        font-size: 15px;
        line-height: 23px;
        display: block;
    }

    .left_contact, .right_contact {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 10px;
    }

    .dv-video-home iframe {
        width: 100%;
        height: 260px;
    }

    .logo_top ul {
        width: 100%;
        padding: 10px 10px 0;
    }

    .timkiem_top.no_box {
        bottom: -40px;
        width: 205px;
    }

    .about_home .col-md-6.col-lg-6 {
        display: block;
    }

    .logo_top ul h1 {
        font-size: 16px;
        line-height: 25px;
    }

    .logo_top ul h2 {
        font-size: 14px;
        line-height: 25px;
    }

    .banner_2 li ,.bannerMain_2 {
        height: 320px
    }

    .about_home {
        padding-bottom: 0;
    }

    ul.no_box.ul-dknew-home .col-md.row-frm {
        width: calc(100% / 1 - 20px);
        margin: 0 10px 10px;
    }

    ul.no_box.ul-dknew-home h4 {
        width: calc(100% - 20px);
        margin: 10px 10px 0;
    }

    .dv-dangky-hoc .left {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .dv-dangky-hoc .right {
        width: 100%;
        float: right;
        padding-left: 0;
    }
}
