@charset "utf-8";
@import "font.min.css";
@import "css-trick.min.css";

body {
    margin: 0 auto;
    padding: 0 auto;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Helvetica', Arial, Tahoma, sans-serif;
    font-weight: normal;
    background: #f2f2f2;
}

* {
    margin: 0 auto;
    padding: 0 auto;
    outline: none;
    text-decoration: none;
}

.clr {
    clear: both;
}

ul {
    padding: 0;
}

img {
    border: 0;
}

::selection {
    background-color: #416894;
    color: #fff;
}

::-webkit-selection {
    background-color: #416894;
    color: #fff;
}

-webkit-::selection {
    background-color: #416894;
    color: #fff;
}

::-moz-selection {
    background-color: #416894;
    color: #fff;
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.padding_pagewrap {
    padding: 0 10px;
}

.showText p {
    padding-bottom: 15px;
    line-height: 27px;
}

.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.showText ul {
    padding-bottom: 15px;
}

.bannerInside {
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    height: calc(60vh - 0px);
}

.bannerMain {
    position: relative;
    overflow: hidden;
    height: auto;
}

.banner li {
    float: left;
    width: 100%;
    height: calc(60vh - 0px);
    list-style: none;
    background-size: cover;
    background: no-repeat center center;
    cursor: default;
    position: relative;
}

.posBL {
    left: 0;
    bottom: 0;
}

.pagiBanner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 1;
}

.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: #00000061;
    text-indent: -100000px;
    margin: 0 4px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border: solid #fff 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
    background: #416894;
}

.pagiBanner_2, .pagiBanner_3 {
    position: relative;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}

.box_title_banner {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 1;
    width: 45%;
    background: #00000080;
    padding: 20px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-sizing: border-box;
}

.box_title_banner ul h3 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #FFF;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.box_title_banner ul p {
    text-transform: none;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #FFF;
}

.box_menu {
    background: #fff;
    padding: 15px 0;
}

.menu {
    float: left;
    margin-top: 15px;
}

.menu * {
    list-style: none;
}

.menu * {
    list-style: none;
}

.menu > li + li {
    position: relative;
}

.menu > li + li:after {
    border-left: #05437b;
    content: "";
    position: absolute;
    left: 0;
    height: 45px;
    bottom: 0;
}

.menu > li {
    float: left;
}

.menu > li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
    font-weight: normal;
    padding: 0 20px;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1px;
    color: inherit;
    font-size: 11px;
    padding-left: 5px;
}

.menu > li:hover > a {
    color: #416894;
}

.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li:hover > ul, .menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.menu > li.active > a {
    color: #C800C8;
}

.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li > ul, .menu > li > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    z-index: 3;
    margin: 0;
    padding: 7px 0 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 0;
    -moz-transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    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);
}

.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #416894;
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    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, .menu > li > ul > li li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    background: #416894;
}

.menu > li > ul > li:first-child, .menu > li > ul li li:first-child {
    padding-top: 10px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -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, .menu > li > ul > li li:last-child {
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -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, .menu > li > ul > li li:last-child > a {
    border: none;
}

.menu > li > ul > li > a, .menu > li > ul > li 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.2);
    padding: 0 5px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    text-align: left;
    font-size: 15px;
}

.menu > li > ul > li > a > span, .menu > li > ul > li li > a > span {
    float: right;
    line-height: 40px;
    padding-top: 13px;
}

.menu > li > ul > li:hover, .menu > li li ul > li:hover {
    z-index: 3;
}

.dv-notfull {
    margin: 0 10px;
}

.menu > li > ul > li:hover > a, .menu > li li ul > li:hover > a {
    padding: 0 12px 0 12px;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    color: inherit;
    font-size: 11px;
}

.menu > li > ul > li > a, .menu > li > 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;
}

.menu > li > a, .menu > li > a:after, .menu > li > ul > li > a, .menu > li li > ul > li > a {
    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;
}

.menu li.homepage a i {
    font-size: 25px;
    margin: 0;
    padding: 10px 0 0;
}

.menu li.homepage a {
    padding: 0 10px;
}

.menu li.homepage a:hover {
    color: #ff0;
    background: none;
}

.menu > li > ul ul {
    left: 100%;
    top: 0;
}

.header_top {
    background: #416894;
    padding-top: 15px;
    padding-bottom: 60px;
}

.logo_top {
    float: left;
    padding-left: 10px;
}

.logo_top img {
    width: auto;
    height: 90px;
    float: left;
}

.lang_top {
    float: right;
    padding-top: 4px;
}

.lang_top h3 {
    float: left;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
    letter-spacing: 1px;
}

.lang_top h3 i, .giohang_top a i {
    padding-right: 10px;
}

.lang_top h3 span {
    color: #F2AC2C;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}

.lang_top li {
    float: left;
    margin-right: 10px;
    list-style: none;
    line-height: 0;
}

.lang_top li img {
    height: 20px;
    border: solid #ccc 3px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    width: auto;
    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;
}

.lang_top li img:hover {
    border: solid #68b4d4 3px;
}

.timkiem_top {
    z-index: 2;
    float: right;
    border: solid #ccc 1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    background: #ffffff;
    margin-right: 20px;
}

.input_search {
    padding: 0 20px;
    height: 30px;
    width: 150px;
    float: right;
    color: #666;
    background: none;
    border: none;
    font-size: 12px;
}

.input_search:focus {
    color: #333;
}

.search a {
    width: 40px;
    height: 30px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center;
    float: right;
    border-left: 0;
}

.search a:hover {
    background: url(../images/icon-search_hover.png) no-repeat center center;
}

.right_header {
    float: right;
}

.footer {
    padding: 30px 0;
    background: #416894;
    color: #fff;
}

.company_copyright {
    float: left;
    width: calc((100% / 3) * 2 - 20px);
    margin: 10px;
}

.company_copyright ul {
    float: left;
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

.company_copyright ul h4 {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 600;
}

.company_copyright h1, .list_footer h3 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.list_footer {
    float: right;
    width: calc(100% / 3 - 20px);
    margin: 10px;
}

.list_footer ul li {
    float: left;
    padding-bottom: 8px;
    width: calc(100% / 2 - 20px);
    list-style: none;
    margin: 0 10px;
    text-transform: capitalize;
}

.list_footer ul li a {
    color: #fff;
}

.list_footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright_bottom a {
    color: #333;
    -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
    -moz-transition: color 0.3s, background 0.3s, border 0.3s;
    -o-transition: color 0.3s, background 0.3s, border 0.3s;
    transition: color 0.3s, background 0.3s, border 0.3s;
}

.copyright_bottom a:hover {
    text-decoration: underline;
    color: #416894;
}

.copyright_bottom {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    line-height: 30px;
}

#sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid #CCC 1px;
    height: 35px;
}

.sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    text-align: center;
    padding-top: 5px;
    height: 35px; /* float: left; */
}

.sharelink a img {
    background: #7b7b7b;
    border: solid rgb(177, 177, 177) 4px;
    padding: 2px;
    margin-top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    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;
}

.sharelink img:hover {
    background: rgb(65, 104, 148);
    opacity: 10;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 10000000;
}

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #0a4486;
    outline: none;
    color: #fff;
    font-size: 13px;
    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;
}

#back-top a:hover {
    color: #fff;
    background: #68b4d4;
}

.imges_id_page {
    height: auto;
    position: relative;
}

.page_conten_page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.link_page ul li i {
    margin-right: 10px;
}

.link_page {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.54);
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 10px;
    z-index: 2;
    bottom: 0;
    box-sizing: border-box;
}

.link_page ul li {
    float: left;
    list-style: none;
    padding-left: 10px;
    line-height: 20px;
}

.link_page ul li i {
    font-size: 18px;
}

.link_page ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.link_page ul li a:hover {
    color: #71a0d6;
}

.link_page h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    margin-left: 20px;
    float: left;
    /* font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif; */
    border-left: solid #416894 10px;
    padding-left: 15px;
}

.link_page ul {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    line-height: 20px;
}

.pro_tt ul {
    float: left;
    margin: 10px;
    background: #fff;
    width: calc(100% / 3 - 20px);
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}

.pro_tt ul h3 a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    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;
    padding: 15px 10px 5px;
}

.pro_tt ul h3 a:hover, .pro_tt ul h4 a:hover, .pro_page_id ul:hover h3 {
    color: #416894;
}

.pro_tt ul h4 a {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-bottom: 20px; */
    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_tt ul h4 a i {
    padding-left: 7px;
}

.pro_tt ul p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin: 0 10px 10px;
}

.pro_tt ul li, .pro_tt 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_tt ul li img:hover, .dichvu_id ul li img:hover, .left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .tintuc_home_id ul li img:hover, .pro_page_id ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.ngaythang_khoahoc {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    background: #416894;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
}

.ngaythang_khoahoc span {
    font-size: 24px;
    display: block;
}

.nums {
    table-layout: auto;
    margin-top: 15px;
    text-align: center;
}

.nums li {
    list-style: none;
    display: inline-table;
}

.nums a {
    font-size: 19px;
    display: block;
    margin: 0 6px 0 0;
    padding: 5px;
    line-height: 30px;
    height: 40px;
    width: 40px;
    /* table-layout: inherit; */
    text-align: center;
    color: #fff;
    background: #7b7b7b;
    /* border: #ccc 1px solid; */
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    box-sizing: border-box;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #416894;
    color: #ffffff;
}

.nums a.stay {
    background: #416894;
    color: #fff;
}

.title_news {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}

.title_news h2 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    color: #416894;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.title_news li {
    font-size: 13px;
    color: #666;
    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: 25px;
    color: #171c2b;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}

.comment_face {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.placeNav_2, .placeNav_4 {
    position: absolute;
    top: 25%;
    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; /* background: #0000008a; */
}

.placeNav, .placeNav_3 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 30px;
    width: 40px;
    line-height: 25px;
    height: 40px;
    background: rgba(51, 51, 51, 0.48);
    text-align: center;
    opacity: 0;
    border-radius: 50%;
}

.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev, .placeNav_4.prev {
    left: 10px;
}

.placeNav_2.next, .placeNav_4.next {
    right: 10px;
    text-indent: 3px;
}

.placeNav.next, .placeNav_3.next {
    right: 10px;
    text-indent: 3px;
}

.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_4, .placeSlide_main:hover .placeNav_3 {
    opacity: 1;
}

.placeNav:hover, .placeNav_2:hover, .placeNav_3:hover, .placeNav_4:hover {
    color: #fff;
    background: #0000008c;
}

.placeSlide_main {
    position: relative;
    overflow: hidden;
}

.placeSlide_1, .placeSlide_2, .placeSlide_3, .placeSlide_4, .placeSlide_5 {
    width: 1300px;
}

.box_more_page {
    padding: 30px 0;
    background: #ccc;
}

.company_contact ul {
    margin: 10px;
    float: left;
    width: calc(100% / 2 - 20px);
    background: #416894;
    padding: 25px;
    box-sizing: border-box;
}

.company_contact ul p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 5px;
    color: #fff;
}

.company_contact ul h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

.company_contact ul h3 i {
    margin-right: 10px;
}

.map_contact iframe {
    width: 100%;
    height: 500px;
}

.contact h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #666;
    padding-bottom: 20px;
}

.contact .left {
    width: 49%;
    float: left;
}

.contact .right {
    width: 49%;
    float: right;
}

.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.formBox li input, .formBox li textarea {
    border: solid 1px #416894;
    height: 45px;
    color: #666;
    padding: 0 10px 0 45px;
    font-family: 'Helvetica', Arial, Tahoma, sans-serif;
    box-sizing: border-box;
    background: #f2f2f2;
    font-size: 13px;
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 210px;
}

.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: no-repeat center center;
    z-index: 10;
}

.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 .button {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #416894;
    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; /* border-radius: 5px; */
}

.formBox .button:hover, .right_dangky_kiemtra_id ul h4 a:hover {
    color: #FFF;
    background: #00af5e;
}

.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;
}

.pro_page_id ul {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 10px;
    text-align: center;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.pro_page_id ul li, .pro_page_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_page_id ul h3 {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 500;
    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;
}

.title_page {
    text-transform: uppercase;
    color: #416894;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    margin-left: 10px;
    border-left: solid #416894 10px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.tintuc_box_home {
    padding-top: 10px;
    padding-bottom: 30px;
}

.left_tt_home {
    float: left;
    /* margin:10px; */
    width: 820px;
}

.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); /* margin: 6px; */
}

.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 {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.left_tt_home ul h3 a {
    display: block;
    margin: 15px 10px 10px 10px;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}

.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: #416894;
}

.left_tt_home ul h4 {
    display: block;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    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: 23px;
    text-align: justify;
    margin: 10px 5px 0;
}

.left_tt_home ul {
    float: left;
    margin: 10px;
    width: 370px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.right_tt_home {
    float: left;
    margin: 10px;
    width: 330px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.right_tt_home ul {
    margin-bottom: 10px;
}

.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: 165px;
}

.right_tt_home ul h3 a {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.right_tt_home ul h3 span {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    display: block;
    padding-top: 3px;
}

.marquee {
    overflow: hidden;
    height: 455px;
}

.colum_home_1 {
    float: left;
    margin: 10px;
    width: calc(50% - 20px);
    position: relative;
}

.colum_home_1.colum_home_2 {
    width: 270px;
}

.colum_home_1.colum_home_3 {
    width: calc(50% - 20px);
}

.colum_home_1 li, .colum_home_1 li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: 420px;
    width: 100%;
    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);
    -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);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
}

.colum_home_3 li, .colum_home_3 li img {
    height: 200px;
}

.colum_home_1 ul {
    position: absolute;
    color: #fff;
    text-align: center;
    background: #0000009c;
    top: 50%;
    left: 50%;
    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;
    opacity: 0;
    width: 100%;
    padding: 10px 0;
    transform: translate(-50%, -50%);
}

.colum_home_1:hover ul {
    opacity: 1;
}

.colum_home_1 ul h3 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 35px;
    font-weight: 600;
    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;
}

.colum_home_1 ul p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    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;
}

.box_home_id {
    padding-top: 30px;
    padding-bottom: 20px;
}

.box_doitac_home {
    background: #ccc;
    padding: 30px 0;
}

.logo_doitac ul {
    margin: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    background: #fff;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: calc(100% - 20px);
}

.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: 0 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;
}

.box_home_id_3 {
    padding-top: 10px;
    padding-bottom: 20px;
}

.giaiphap_bs {
    text-align: center;
}

.giaiphap_bs ul {
    float: left;
    display: inline-table;
    width: calc(100% / 3 - 20px);
    background: #fff;
    padding: 14px;
    margin: 10px;
    text-align: left;
    box-sizing: border-box;
}

.giaiphap_bs ul li, .giaiphap_bs ul li img {
    list-style: none;
    line-height: 0;
    width: 100%;
    margin-bottom: 5px;
    height: auto;
}

.giaiphap_bs ul h3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #416894;
    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;
    padding-bottom: 10px;
}

.giaiphap_bs ul p a {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
    padding-top: 5px;
    font-weight: 500;
    color: #416894;
    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;
}

.giaiphap_bs ul p i {
    padding-right: 8px;

}

.giaiphap_bs ul p a:hover {
    text-decoration: underline;
}

.contact {
    margin-top: 10px;
}

.title_news i {
    margin-right: 5px;
}

.pro_tt .owl-custome ul, .pro_page_id .owl-custome ul {
    width: calc(100%);
    margin: initial;
}

@media only screen and (max-width: 1199px) {

    .menu {
        display: none;
    }

    .pagewrap {
        width: 100% !important;
        padding: 15px;
    }

    .mn-mobile {
        display: inline-block !important;
        float: left;
        background: #40638c;
        padding: 5px;
        position: absolute;
        height: 35px;
        line-height: 28px;
        bottom: 15px;
        right: 15px;
        border-radius: 4px;
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .box_menu {
        padding: initial;
    }

    .lang_top li {
        margin-left: 10px;
        margin-right: 0;
    }

    .timkiem_top {
        margin-right: 0px;
    }

    .colum_home_1 {
        zoom: 0.9;
    }

    .right_tt_home ul li, .right_tt_home ul h3 {
        width: 100% !important;
        margin: 5px 0 !important;
    }

    .box_home_id, .box_home_id_3, .tintuc_box_home, .box_doitac_home {
        padding: 30px 0;
    }

    .imges_id_page .pagewrap {
        padding: initial;
    }

    .tintuc_box_home .pagewrap {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .box_title_banner {
        width: 50%;
        zoom: 0.9;
    }

    .colum_home_1, .left_tt_home, .right_tt_home, .giaiphap_bs ul {
        zoom: 0.8;
    }

    .company_copyright, .list_footer {
        width: calc(100% - 20px);
    }

    .pro_page_id ul, .pro_tt ul {
        width: calc(100% / 2 - 20px);
    }

    .box_home_id, .box_home_id_3, .tintuc_box_home, .box_doitac_home {
        padding: 20px 0;
    }

}

@media only screen and (max-width: 767px) {
    .box_title_banner {
        zoom: 0.7;
    }

    .colum_home_1, .colum_home_3 {
        width: calc(100% - 20px);
    }

    .colum_home_1 li, .colum_home_1 li img, .colum_home_3 li, .colum_home_3 li img {
        width: 100%;
        height: auto;
    }

    .left_tt_home, .right_tt_home {
        width: 100% !important;
    }

    .right_tt_home {
        margin: 10px 0 !important;
    }

    .left_tt_home ul {
        width: calc(100% / 2 - 10px) !important;
        margin-left: 0;
    }

    .left_tt_home ul:nth-child(even) {
        width: calc(100% / 2 - 10px) !important;
        margin-left: 10px;
        margin-right: 0;
    }

    .box_home_id, .box_home_id_3, .tintuc_box_home, .box_doitac_home {
        padding: 15px 0;
    }

    .giaiphap_bs ul {
        width: calc(100% / 2 - 20px);
    }
}

@media only screen and (max-width: 600px) {
    .box_title_banner {
        zoom: 0.5;
    }

    .company_copyright, .list_footer {
        width: calc(100% - 20px);
        zoom: 0.9;
    }

    .footer {
        padding: initial;
    }

    .pro_page_id ul {
        width: calc(100% - 20px);
    }

    .box_home_id, .box_home_id_3, .tintuc_box_home, .box_doitac_home {
        padding: 15px 0;
    }

    .title_page {
        zoom: 0.8;
    }

    .box_doitac_home .pagewrap {
        padding: 0 15px;
    }

    .contact .left, .contact .right {
        position: initial;
        width: 100%;

    }

    .company_contact ul {
        width: calc(100% - 20px) !important;
    }

    #owl-banner .owl-dots {
        zoom: 0.8;
    }

    .pro_page_id ul {
        margin: 10px 0;
        width: 100%;
    }

}

@media only screen and (max-width: 479px) {
    .box_title_banner {
        display: none;
    }

    .company_copyright ul, .list_footer ul li {
        width: calc(100% - 20px);
    }

    .left_tt_home ul, .left_tt_home ul:nth-child(even) {
        width: calc(100%) !important;
        margin: 10px 0;
    }

    .box_menu {
        zoom: 0.8;
    }

    .giaiphap_bs ul, .pro_tt ul {
        width: calc(100% - 20px);
    }

    .company_contact ul, .pro_page_id ul h3 {
        zoom: 0.8;
    }
}

@media only screen and (max-width: 319px) {
}
