@import "font.css";
@import "css-trick.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;
}
* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
}
.clr {
    clear: both;
}
ul {
    padding: 0px;
}
img {
    border: 0;
}
::selection {
    background-color: #195597;
    color: #fff;
}
::-webkit-selection {
    background-color:#195597;
    color: #fff;
}
-webkit-::selection {
    background-color: #195597;
    color: #fff;
}
::-moz-selection {
    background-color:#195597;
    color: #fff;
}
.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.padding_pagewrap {
    padding: 0 10px;
}
.showText p {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
}
.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
.showText ul {
    padding-bottom: 15px;
}
.showText ul li {
    margin-left: 35px;
    font-size: 17px;
    line-height: 30px;
}
.header {
    padding: 10px 0;
    color: #fff;
    background: #195597;
}
.company_time {
    float: left;
    padding-top: 2px;
}
.right_header {
    padding-right: 0;
    float: right;
}
.lang_top ul li {
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-top: 5px;
    line-height: 0;
}
.company_time i, .link_page ul li i {
    /* color: #666; */
    margin-right: 7px;
}
.company_time h3 {
    margin-top: 0px;
    border: solid #FFF 1px;
    margin-right: 10px;
    float: left;
}
.company_time h3:hover {
    opacity: .8;
}
.company_time ul li {
    float: left;
    list-style: none;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
    /* margin-right: 10px; */
    text-transform: none;
}
.company_time ul li a {
    color: #ffffff;
}
.company_time ul li a:hover {
    text-decoration: underline;
}
.company_time ul.right_header {
    float: right;
}
.company_time ul li span {
    font-weight: 600;
    font-size: 17px;
    color: #ff0;
    letter-spacing: 1px;
}
.company_time ul li span a {
    color: #ff0;
}
.company_time ul li img {
    width: auto;
    height: 23px;
    border: solid #fff 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
}
.lang_top img {
    width: auto;
    height: 18px;
    border: solid #eee 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.lang_top img:hover {
    opacity: .7;
}
.lang_top {
    float: right;
    margin-right: 10px;
    margin-top: 0;
    padding-top: 15px;
}
.menu_top {
    /* height: 50px; */
    /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.18); */
    background: #fff;
    /* margin-bottom: 25px; */
    padding: 10px 0;/* height: 45px; */
}
.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 10;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
}
.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 {
    /* position: absolute; */
    margin: 0;
    padding-top: 10px;
    /* top: 0; */
    /* right: 10px; */
    /* z-index: 3; */
    float: right;
}
.menu * {
    list-style: none;
}
.menu > li + li {
    margin-left: 0;
}
.menu > li {
    float: left;
    position: relative;
}
.menu > li > a {
    display: block;
    height: 50px;
    line-height: 45px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    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 25px;
}
.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    color: inherit;
    font-size: 11px;
}
.menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    height: 2px;
    background: #ed1c24;
    opacity: 0;
    z-index: 2;
    display: none;
}
.menu > li:hover > a {
    color: #195597;
}
.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: 240px;
    z-index: 3;
    margin: 0;
    padding: 0;
    padding-top: 7px;
    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);
}
.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #195597;
    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: #195597;
}
.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;
    font-size: inherit;
    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: 17px;
}
.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: 0;
    padding-top: 10px;
}
.menu li.homepage a {
    padding: 0 10px;
}
.menu li.homepage a:hover {
    color: #ff0;
    background: none;
}
.menu > li > ul ul {
    left: 100%;
    top: 0;
}
.logo_top {
    /* background: #ffffff; */
    /* padding: 10px; */
    /* position: absolute; */
    /* left: 10px; */
    /* top: -58px; */
    /* z-index: 1; */
    float: left;
}
.logo_top li {
    list-style: none;
    line-height: 0;
    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;
}
.logo_top li img {
    height: 60px;
    width: auto;
    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;
}
.logo_top h3 {
    padding-top: 4px;
    font-size: 15px;
    text-transform: uppercase;
    color: #DB8700;
    line-height: 20px;
    font-weight: 500;
    border-top: solid #DB8700 1px;
    margin-top: 10px;
    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;
}
.menuRightMain, .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;
}
.timkiem_top {
    float: right;
    /* position: absolute; */
    border: solid #fff 1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    background: #fff;
    margin-left: 15px;
    margin-right: 10px;
}
.input_search {
    padding: 0px 15px;
    height: 30px;
    width: 150px;
    float: right;
    color: #999;
    background: none;
    border: none;
    font-size: 12px;
}
.input_search:focus {
    color: #000;
}
.search a {
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center;
    float: right;
    border-left: 0px;
    margin-right: 5px;
}
.search a:hover {
    background: url(../images/icon-search_hover.png) no-repeat center center;
}
.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 132px);
}
.bannerMain {
    position: relative;
    overflow: hidden;
    height: auto;
}
.banner li {
    float: left;
    width: 100%;
    height: calc(100vh - 132px);
    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: relative;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 2;
}
.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: #195597;
}
.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: 300px;
    right: 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;
    background: #000000ba;
    padding: 20px;
    width: 35%;
    margin-right: 50px;
}
.box_title_banner ul h3 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 10px;
}
.box_title_banner ul p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.page_conten_page {
    padding-top: 25px;
    padding-bottom: 25px;
}
.showText h2 {
    text-transform: uppercase;
    color: #195597;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
}
.link_page ul li i {
    margin-right: 7px;
}
.link_page {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f4f4f4;
    line-height: 32px;
    padding: 10px 0;
}
.link_page h3 {
    text-transform: uppercase;
    color: #195597;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    padding-left: 20px;
    margin-left: 10px;
    position: relative;
    float: left;
}
.link_page h3:after {
    content: "";
    display: -webkit-inline-box;
    clear: both;
    width: 7px;
    background: #195597;
    height: 35px;
    left: 0px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.link_page ul {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}
.link_page ul li {
    float: left;
    list-style: none;
    background: url(../images/w_bg_location.gif) center left no-repeat;
    padding-left: 16px;
    padding-right: 10px;
    line-height: 20px;
}
.link_page ul li i {
    color: #7f7f7f;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.link_page ul li a {
    display: block;
    color: #7f7f7f;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 20px;
}
.link_page ul li a:hover, .tintuc_home_id ul h3 a:hover, .sanpham_id ul:hover h3, .pro_home_id ul:hover h3, .tin_left ul:hover h4, .more_home ul:hover h3 {
    color: #195597;
}
.imges_id_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: cove;
}
.company_contact ul {
    margin: 0 10px 20px 10px;
    float: left;
    width: 344px;
    background: #eee;
    padding: 18px;
}
.company_contact ul.bx_lh {
    /* width: 250px; */
}
.company_contact ul p {
    font-size: 17px;
    line-height: 25px;
    padding-top: 5px;
    color: #000;
}
.company_contact ul h3 {
    text-transform: uppercase;
    color: #195597;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0px;
}
.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 {
    float: right;
    width: 50%;
}
.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: #666;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 14px;
}
.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 100px;
}
.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: 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 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;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #195597;
    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, .tt_duan_id h3 a:hover, .xemthem_id a:hover {
    color: #FFF;
    background: #17418E;
}
.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;
}
.video_id ul li:hover span i {
    color: #f00;
}
.video_id ul {
    float: left;
    margin: 0 10px 20px 10px;
    width: calc(100% / 3 - 20px);
    background: #ffffff;
    padding: 10px;
    transition: all .3s;
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
    border: 1px solid #CCD;
    box-sizing: border-box;
}
.video_id ul li, .video_id ul li img {
    width: 100%;
    height: auto;
    list-style: none;
    line-height: 0;
    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;
    display: block;
}
.video_id ul li span {
    position: absolute;
    left: 20px;
    /* right: 0; */
    bottom: -30px;
    text-align: center;
    z-index: 2;
    border: solid #fff 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 12px;
    background: #195597;
}
.video_id ul li span i {
    font-size: 22px;
    color: #fff;
    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;
}
.video_id ul h3 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    line-height: 30px;
    /* padding: 10px; */
    margin: 10px;
    margin-top: 40px;
}
.video_id ul:hover h3 {
    color: #195597;
}
.video_id ul p {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    color: #666;
    line-height: 27px;
    padding: 0 10px;
}
.video_popup {
    padding: 20px;
    width: 800px;
}
.video_popup ul li {
    list-style: none;
}
.video_popup ul h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #195597;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.video_popup ul li iframe {
    width: 100%;
    height: 500px;
}
.nums {
    table-layout: auto;
    margin-top: 5px;
    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: 30px;
    width: 30px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #686868;
    /* border: #ccc 1px solid; */
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #17418E;
    color: #ffffff;
}
.nums a.stay {
    background: #195597;
    color: #fff;
}
.sanpham_id.sanpham_id_2 ul {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
    padding: 15px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: solid #CCC 1px;
}
.sanpham_id ul {
    float: left;
    margin: 0 10px 20px 10px;
    width: calc(100% / 4 - 20px);
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px;
}
.sanpham_id ul li, .sanpham_id ul li img {
    height: auto;
    width: 85%;
    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%;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.sanpham_id ul h3 {
    color: #333;
    font-weight: normal;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 28px;
    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;
    margin: 10px;
    min-height: 50px;
}
.placeNav_2, .placeNav_3, .placeNav {
    position: absolute;
    top: 35%;
    z-index: 3;
    color: #fff;
    font-size: 50px;
    width: 14px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    background: #195597;
    opacity: 0;
    border-radius: 0;
    padding: 8px;
}
.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev {
    left: 10px;
}
.placeNav_2.next, .placeNav_3.next {
    right: 10px;
    text-indent: 3px;
}
.placeNav.next {
    right: 10px;
    text-indent: 3px;
}
.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3 {
    opacity: 1;
}
.placeNav:hover, .placeNav_2:hover, .placeNav_3:hover {
    color: #ffffff;
    background: #2196f3;
}
.placeSlide_main {
    position: relative;
    overflow: hidden;
}
.placeSlide, .placeSlide_2, .placeSlide_doiac {
    width: 1300px;
}
.tt_home_box {
    padding: 30px 0;
    background: #fff;
}
.left_conten_sp {
    float: left;
    width: 72%;
}
.rightconten_sp {
    float: right;
    width: 25%;/* padding: 10px; */
    /* border: 1px solid #ccc; */
    /* background: #fff; */
}
.viewLeft {
    width: 20%;
    float: left;
}
.viewLeft ul li {
    list-style: none;
    line-height: 0;
    border: solid #CCC 1px;
    margin-bottom: 10px;
}
.viewLeft ul li img {
    width: 100%;
    height: auto;
}
.viewRight {
    width: 73%;
    float: right;
    margin-right: 1%;
}
#proView .link a {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    padding-left: 30px;
    color: #333;
    position: relative;
}
#proView .link a:hover {
    color: #f00;
}
#proView .link a:first-child {
    margin-right: 22px;
}
#proView .link {
    margin-bottom: 15px;
}
#proView .link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #646464;
    background-position: center center;
    background-repeat: no-repeat;
}
#proView .link a.b_mail:after {
    background-image: url("../images/icon-mail.png");
}
#proView .link a.b_share:after {
    background-image: url("../images/icon-share.png");
}
#proCont {
    padding: 0px 0px;
}
.listDesc {
    margin-bottom: 15px;
    box-shadow: inset 0 -5px #E6E6E6;
}
.listDesc a {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    padding-bottom: 5px;
    box-shadow: inset 0 -5px #646464;
    color: #999;
}
.titleView {
    background: url(../images/line-menu.png) repeat-x left bottom;
    position: relative;
    padding: 0px 0 20px 0;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 30px;
    color: #195597;
    font-weight: 500;
    text-transform: none;
    font-size: 22px;
}
#bridal_images {
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    width: 420px;
    height: 420px;
    overflow: hidden;
    margin-bottom: 12px;
}
#bridal_images img {
    border: none;
    width: 420px;
    height: 420px;
    margin: 0px auto;
}
#bridal_images_list {
    display: block;
    width: 95%;
    padding-left: 20px;
    position: relative;
}
#bridal_images_list li {
    margin-right: 10px;
    list-style: none;
    float: left;
    height: 110px;
    width: 110px;
    border: 1px solid #CCC;
    background: #fff;
    padding: 4px;
    text-align: center;
    overflow: hidden;
}
#bridal_images_list li:hover {
    border: 1px solid #999;
    background: #fff;
}
#bridal_images_list img {
    width: auto;
    height: 110px;
    width: 110px;
    border: none;
}
.pro_slide_prev, .pro_slide_next {
    position: absolute;
    width: 12px;
    border: solid 1px #ccc;
    bottom: 50%;
    height: 50px;
    margin-bottom: -25px;
    text-indent: -10000px;
}
.pro_slide_prev {
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4;
}
.pro_slide_next {
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    background: url(../images/pro_slide_next.png) no-repeat center center #f4f4f4;
}
a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    opacity: .5;
}
a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    cursor: default;
}
.cloud-zoom-lens {
    cursor: move;
}
.cloud-zoom-big {
    overflow: hidden;
}
.cloud-zoom-loading, img.loading {
    background: url(../images/loading.gif) no-repeat scroll center transparent;
}
.leftBox {
    padding-bottom: 30px;
}
#pro_img_main {
    position: relative;
    z-index: 0;
}
.comment_face {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.tt_left_id ul li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 120px;
    position: relative;
    overflow: hidden;
    display: block;
}
.tt_left_id 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);
}
.tt_left_id ul h3 {
    float: right;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
    color: #333;
    width: 130px;
    line-height: 20px;
}
.tt_left_id ul:hover h3 {
    color: #ee3135;
}
.tt_left_id ul {
    border-bottom: solid #CCC 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.graphite {
    margin-bottom: 20px;
}
.graphite .accordion {
    font: bold 14px Arial, sans-serif;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    border-left: 1px solid #111;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.graphite .accordion, .graphite .accordion li {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    background: #f8f8f8;
}
.graphite .accordion a {
    padding: 10px 10px 10px 33px;
    text-decoration: none;
    display: block;
    color: #333;
    border-bottom: 1px dotted #eee;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}
.graphite .accordion ul a {
    background: no-repeat;
    font-weight: 500;
    border-bottom: none;
    text-transform: capitalize;
    color: #333;
    line-height: 22px;
    border-bottom: 1px dotted #eee;
    font-size: 16px;
}
.graphite .accordion ul a i {
    padding-right: 5px;
}
.graphite .accordion ul a:hover {
    text-decoration: underline;
    color: #01025f;
}
.graphite .accordion a.dcjq-parent.active {
    background-color: #eee;
    color: #01025f;
}
.graphite .accordion a .dcjq-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 34px;
    margin-top: -17px;
    height: 34px;
    background: url(../images/arrow_black_right.png) no-repeat 0 center;
}
.graphite .accordion a.dcjq-parent.active .dcjq-icon {
    background: url(../images/arrow_black_down.png) no-repeat 0 center;
    color: #f60;
}
.graphite .accordion a:hover {
    color: #01025f;
    background: none;
}
.graphite .accordion a:active {
    color: #214551;
    background: none;
}
.hotline_sp {
    border: dashed #195597 2px;
    padding: 15px;
    margin-top: 15px;
}
.hotline_sp ul {
    background: url(../images/icon_s.png) center left no-repeat;
    padding-left: 75px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
}
.hotline_sp ul h3 {
    font-size: 25px;
    color: #195597;
    line-height: 27px;
    font-weight: 500;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    letter-spacing: 1px;
    padding-top: 2px;
}
.hotline_sp ul h3 span {
    font-size: 17px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.menu_left {
    margin-bottom: 30px;/* margin-top: 15px; */
}
.menu_left ul h3, .title_tin_id h3 {
    /* text-align: center; */
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    padding-bottom: 15px;/* background: #195597; */
}
.menu_left ul li {
    list-style: none;
    margin-top: 6px;
}
.menu_left ul li a {
    display: block;
    color: #333;
    background: #eee;
    line-height: 35px;
    padding: 5px 10px;
    font-size: 17px;
    text-transform: capitalize;
    border-bottom: solid #fff 1px;
    font-weight: 500;
    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;
}
.menu_left ul li a:hover {
    color: #fff;
    background: #2196F3;
}
.menu_left ul li a i, .menu_home_id ul li a i {
    padding-right: 7px;
    font-size: 13px;
}
.marquee {
    overflow: hidden;
    height: 475px;
}
.marquee_2 {
    overflow: hidden;
    height: 500px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#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: left;
    padding-top: 10px;
    height: 35px;
    border-top: solid #CCC 1px;
}
.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: 15px;
    height: 35px;
}
.sharelink a img {
    background: none;
    border: solid #ffffff 4px;
    padding: 3px;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.sharelink img:hover {
    background: #2196F3;
}
.bottom_id_copyright {
    /* text-align: center; */
    padding-top: 20px;
    color: #fff;
    font-size: 14px;/* padding-bottom: 30px; */
}
.bottom_id_copyright a {
    color: #fff;
    font-weight: normal;
}
.bottom_id_copyright a:hover {
    color: #2196f3;/* text-decoration: underline; */
}
#back-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1;
}
#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #2196F3;
    outline: none;
    color: #fff;
    font-size: 16px;
    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: #ffae2b;
}
.sub_menu_id {
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    background: #195597;
}
.sub_menu_id ul li {
    display: inline-table;
    padding: 0 15px;
    list-style: none;
}
.sub_menu_id ul li a {
    color: #fff;
}
.sub_menu_id ul li a:hover {
    color: #2196F3;
}
.homeabout {
    padding: 50px 0;
    background: #f5f5f5;
    /* background-size: cover; */
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.homeabout ul {
    float: left;
    width: 49%;
    margin: 2% 1%;
}
.homeabout ul h3 {
    font-size: 32px;
    color: #195597;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0;
    position: relative;
    padding-left: 50px;
    letter-spacing: 0px;/* font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif; */
}
.homeabout ul h3 span {
    font-size: 21px;
    color: #2196f3;
    line-height: 40px;
    text-transform: UPPERCASE;
    display: block;
    letter-spacing: 0;
}
.homeabout ul h3:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #195597;
}
.homeabout ul p {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #333;
    padding-left: 50px;
    text-align: justify;
}
.homeabout ul h4 a {
    float: left;
    margin-left: 50px;
    display: block;
    color: #ffffff;
    padding: 0px 40px;
    font-size: 17px;
    border: double #ffffff 4px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 20px;
    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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    background: #195597;
}
.homeabout ul h4 a:hover, .datban_home ul h3 a:hover {
    color: #fff;
    background: #2196f3;
}
.homeabout li {
    float: right;
    width: 45%;
    list-style: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background: #fff;
    line-height: 0;
    margin-right: 10px;
}
.homeabout li img {
    width: 100%;
    height: 350px;
}
.title_id {
    padding-left: 15px;
    line-height: 30px;
    color: #990000;
    font-size: 28px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.title_id:after {
    content: "";
    display: -webkit-inline-box;
    clear: both;
    width: 5px;
    background: #990000;
    height: 30px;
    left: 0px;
    position: absolute;
    top: 1px;
    z-index: 2;
}
.titBox {
    /* display: inline-table; */
    margin: 0 auto 20px auto;/* text-transform: uppercase; */
}
.titBox .desc {
    display: block;
    font-size: 16px;
    color: #C800C8;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
}
.titBox .tit {
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 30px;
    color: #990000;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 5px;
}
.titBox .tit_2 {
    /* display: block; */
    font-size: 27px;
    color: #195597;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 0;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.titBox .sub_2:after {
    content: "";
    position: absolute;
    left: 33%;
    bottom: 10px;
    height: 3px;
    width: 15%;
    background: #003366;
}
.titBox .sub_2:before {
    content: "";
    position: absolute;
    right: 33%;
    bottom: 10px;
    height: 3px;
    width: 15%;
    background: #003366;
}
.titBox.left {
    /* margin-left: 10px; */
    text-align: center;
    /* margin-right: 10px; */
    /* margin-top: 10px; */
    width: 100%;
}
.titBox .sub {
    /* display: block; */
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}
.titBox .sub_2 {
    /* display: block; */
    color: #036;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 35px;
    background: url(../images/icon.png) center bottom no-repeat;
    padding-bottom: 40px;
    position: relative;
}
.box_doitac_home {
    background: #eee;
    padding: 30px 0;
}
.logo_doitac ul {
    margin: 10px;
    width: 160px;
    padding: 10px;
    background: #f8f8f8;
    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: 90px;
    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, .sanpham_id ul:hover {
    transform: translateY(-10px);
}
.box_bs_id {
    padding: 40px 0;
    background: #f5f5f5;
}
.bs_id ul {
    float: left;
    text-align: center;
    width: calc(100% - 20px);
    margin: 0 10px;
}
.bs_id ul li {
    list-style: none;
    line-height: 0;
}
.bs_id ul li img {
    height: 70px;
    width: auto!important;
}
.bs_id ul h3 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px 0;
}
.bs_id ul p a {
    font-size: 17px;
    color: #195597;
    line-height: 30px;
    display: block;
}
.bs_id ul p a:hover {
    color: #2196f3;
}
.box_gt_bs {
    padding: 40px 0;
    background: #fff;
}
.box_gt_bs ul h3 {
    position: relative;
    font-size: 32px;
    color: #195597;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.box_gt_bs ul h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background: #195597;
}
.why_home_left {
    float: right;
    width: 35%;
}
.why_home_left img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.why_home_right {
    float: left;
    width: 60%;
}
.why_home_right h2{
    position: relative;
    font-size: 32px;
    color: #195597;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.why_home_right h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background: #195597;
}
.why_home_right ul li {
    list-style: none;
    line-height: 0;
    float: left;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 12px;
    border: solid #195597 3px;
    color: #195597;
    font-size: 33px;
}
.why_home_right ul h3 {
    float: right;
    width: 85%;
    font-size: 22px;
    color: #333;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}
.why_home_right ul h3 span {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
    padding-top: 10px;
}
.why_home_right ul {
    padding-top: 15px;
    padding-bottom: 15px;
}
.box_why_home_id {
    padding-bottom: 50px;
}
.left_contact {
    float: left;
    width: 45%;
}
.left_contact ul h3 {
    position: relative;
    font-size: 27px;
    color: #333;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.left_contact ul h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background: #999;
}
.footer_bottom {
    padding-top: 40px;
    background: url(../images/bg_ft.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative;
    color: #fff;
    padding-bottom: 30px;
}
.footer_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    transition: .3s all ease;
}
.footer_company {
    float: left;
    width: 340px;
}
.footer_company ul li {
    list-style: none;
    line-height: 0;
    padding-bottom: 20px;
}
.footer_company ul li img {
    height: 80px;
    width: auto;
}
.footer_company h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    position: relative;
    color: #ffffff;
    line-height: 35px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.footer_company h2:after {
    content: "";
    display: block;
    width: 155px;
    height: 3px;
    background: rgb(255, 255, 255);
    margin-top: 12px;
}
.footer_company ul h3, .map_footer ul h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 16px;
    color: #ffffff;
}
.footer_company ul p {
    font-size: 17px;
    line-height: 30px;
}
.footer_company ul p i, .map_footer ul li i {
    color: #00BCD4;
}
.footer_company ul p img {
    width: auto;
    height: 70px;
    margin-bottom: 20px;
}
.footer_company ul p i, .link_page ul li i {
    padding-right: 8px;
}
.map_footer ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
    border-top: dotted #ffffffb5 1px;
    padding-top: 5px;
    margin-top: 5px;
}
.map_footer ul li i {
    padding-right: 10px;
}
.map_footer ul li a {
    color: #fff;
    display: block;
}
.map_footer ul li a:hover {
    /* text-decoration: underline; */
    color: #00BCD4;
}
.map_footer {
    float: left;
    margin-left: 60px;
    width: 370px;
}
.left_news {
    float: left;
    width: 65%;
}
.right_news {
    float: right;
    width: 30%;
}
.right_news h3 {
    font-size: 25px;
    color: #195597;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
}
.right_news ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid #CCC 1px;
}
.right_news ul h2 a {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.right_news ul h2 a:hover {
    color: #195597;
}
.right_news ul p {
    color: #666;
    font-size: 16px;
}
.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}
.title_news h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #2196f3;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: unset;
}
.title_news li {
    font-size: 17px;
    color: #666;
    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;
}
.contact_pro {
    padding: 50px 0;
    background: #195597;
    color: #fff;
    text-align: center;
}
.contact_pro ul h3 {
    text-transform: capitalize;
    color: #fff;
    line-height: 60px;
    font-size: 50px;
    font-weight: 500;
}
.contact_pro ul p {
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    font-size: 27px;
    font-weight: 500;
    padding: 10px 0;
}
.contact_pro ul li {
    list-style: none;
}
.contact_pro ul li a {
    display: inline-table;
    color: #fff;
    margin-top: 10px;
    border: solid #FFF 1px;
    padding: 5px 20px;
    line-height: 40px;
    font-size: 18px;
    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;
    font-weight: 500;
}
.contact_pro ul li a:hover {
    background: #2196F3;
}
.images_more_pro {
    margin: 0 -20px;
}
.images_more_pro ul li {
    list-style: none;
    line-height: 0;
    border: solid #CCC 1px;
    padding: 5px;
    margin: 34px;
    float: left;
    width: calc(100% / 3 - 70px);
    box-sizing: border-box;
}
.images_more_pro ul li img {
    width: 100%;
    height: auto;
}
.right_noidung_gt{
    float:right;
    width: 55%;
}
.hinhanh_gt{
    float:left;
    width: 40%;
    background: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.hinhanh_gt img{
    width:100%;
    height:auto;

}
.silde_lichsu{
    border-top: solid #1a5597 2px;
}

.bs_id.slider ul{
    width: calc(100% - 20px);
}

.product_prev{
    float: left;
    border: 1px solid #195597;
    padding: 8px;
    margin-top: 20px;
}

.product_next{
    float: right;
    border: 1px solid #195597;
    padding: 8px;
    margin-top: 20px;
}

.product_prev a, .product_next a{
    color: #195597;
    outline: 0;
    transition: all .3s linear 0s;
}

.map_contact iframe{
    float: left;
}

.footer_company, .map_footer{
    width: calc(100% / 3 - 40px);
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 60px;
}

.map_footer:nth-of-type(odd){
    margin-right: 0;
}

@media only screen and (max-width: 1199px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .pagewrap {
        width: 100%;
        padding: 0 10px;
    }

    .menu {
        display: none;
    }

    .mn-mobile {
        display: inline-block !important;
        padding: 5px;
        position: absolute;
        height: 40px;
        line-height: 28px;
        background: #195597;
        top: 10px;
        right: 80px;
        border-radius: 4px;
    }

    .mn-mobile img {
        width: 30px
    }

    .why_home_right ul li{
        width: 70px;
        height: 75px;
    }

    .right_noidung_gt{
        width: 58%;
    }

    .page_conten_page{
        margin: 20px 0;
    }
}
@media only screen and (max-width: 991px) {
    .company_time{
        width: 100%;
    }

    .why_home_right ul h3{
        width: 84%;
    }
}
@media only screen and (max-width: 767px) {
    .footer_company, .map_footer{
        width: calc(100% / 2 - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .why_home_right ul h3 {
        width: 79%;
    }

    .sanpham_id ul{
        width: calc(100% / 3 - 20px);
    }

    .images_more_pro ul li{
        width: calc(100% / 2 - 70px);
    }

    .video_id ul{
        width: calc(100% / 2 - 20px);
    }

    .box_title_banner{
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .why_home_right, .why_home_left, .left_conten_sp, .rightconten_sp, .left_news, .right_news, .left_contact, .contact{
        width: 100%;
    }

    .left_contact{
        margin-bottom: 20px;
    }

    .why_home_right ul h3{
        float: left;
        margin-left: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .why_home_right ul h3{
        width: 100%;
        margin-left: 0;
    }

    .footer_company, .map_footer{
        width: calc(100% - 20px);
        margin-right: 0;
    }

    .sanpham_id ul{
        width: calc(100% / 2 - 20px);
    }

    .video_id ul{
        width: calc(100% - 20px);
    }

    .lang_top img{
        height: 30px;
    }

    .mn-mobile{
        right: 100px;
        top: 15px;
    }

    .box_title_banner{
        display: none;
    }
}
@media only screen and (max-width: 319px) {}