@import "font.css";
@import "css-trick.css";
@charset "utf-8";
body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 16px;
    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: #00458B;
    color: #fff;
}
::-webkit-selection {
    background-color:#00458B;
    color: #fff;
}
-webkit-::selection {
    background-color: #00458B;
    color: #fff;
}
::-moz-selection {
    background-color:#00458B;
    color: #fff;
}
.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.padding_pagewrap {
    padding: 0;
}
.showText p {
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
}
.showText h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #00458B;
    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;
    font-size: 17px;
    line-height: 30px;
}
.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
}
.bannerMain {
    position: relative;
    overflow: hidden;
    height: 430px;
}
.banner li {
    float: left;
    width: 100%;
    height: 430px;
    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;
    right: 3%;
    /* right: 0; */
    bottom: 35px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 2;
}
.pagiBanner a {
    display: inline-block;
    vertical-align: text-top;
    width: 12px;
    height: 12px;
    background: #00458b;
    text-indent: -100000px;
    margin: 0 5px;
    -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 #ffffff 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.pagiBanner a.selected {
    background: #FCAF17;
}
.box_menu {
    background: #00458B;
}
.box_menu.fixed .logo_top img {
    height: 40px;
}
.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background: #00458B;
    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 {
    /* float: left; */
    position: relative;
    display: inline-table;
}
.menu > li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    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 20px;
}
.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: #FCAF17;
}
.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);
    /* -webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4); */
    -moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);/* box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4); */
}
.menu > li > ul:before {
    /* content: ""; */
    /* border: solid 7px transparent; */
    /* border-bottom-color: #2783c4; */
    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: #FCAF17;
}
.menu > li > ul > 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 {
    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 {
    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: #00458b;
    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: 20px 0;
    background: url(../images/bg_header.jpg) center center no-repeat;
    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 ul li {
    list-style: none;
    line-height: 0;
    float: left;
}
.logo_top ul li img {
    height: 100px;
    width: auto;
}
.logo_top ul h3 {
    float: left;
    padding-left: 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    color: #00458b;
    padding-top: 10px;
    /* font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif; */
    letter-spacing: 1px;
}
.logo_top ul h3 span {
    font-size: 25px;
    display: block;
    font-weight: normal;
    color: #FCAF17;
    letter-spacing: 2px;
    line-height: 35px;
    padding-top: 5px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.right_header {
    float: right;
}
.lang_top li {
    float: left;
    margin-left: 10px;
    list-style: none;
    color: #333;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.lang_top li span {
    color: #00458b;
    font-size: 18px;
}
.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: #00458b;
}
.timkiem_top {
    float: right;
    border: solid #bdbdbd 1px;
    background: #fff;
    margin-top: 20px;
}
.input_search {
    padding: 0px 15px;
    height: 40px;
    width: 230px;
    float: right;
    color: #999;
    background: none;
    border: none;
    font-size: 12px;
}
.input_search:focus {
    color: #000;
}
.search a {
    width: 50px;
    height: 40px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center #00458b;
    float: right;
    border-left: 0px;
}
.search a:hover {
    background: url(../images/icon-search.png) no-repeat center center #fcaf17;
}
/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
/* Next & previous buttons */

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: #0000004d;/* margin: 0 10px; */
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #6aa9ce;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    border: solid #fff 2px;
    margin-top: 20px;
    display: none;
}
.active, .dot:hover {
    background-color: #214551;/* border: solid #fff 2px; */
}
/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}



/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Six columns side by side */

.column {
    float: left;
    width: 18%;
    padding: 2% 1%;
}
/* Add a transparency effect for thumnbail images */

.demo {
    opacity: 0.6;
}
.active, .demo:hover {
    opacity: 1;
}
.check_id {
    border-bottom: solid #CCC 1px;
    margin-bottom: 20px;
}
.container {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
    text-transform: capitalize;
    color: #666;/* padding-left: 30px; */
}
.container span {
    color: #999;
}
/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f9f9f9;
    border: 1px #ccc solid;
}
/* On mouse-over, add a grey background color */


.container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */

.container input:checked ~ .checkmark {
    background-color: #214551;
    border: 1px #214551 solid;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer {
    padding: 30px 0;
    background: url(../images/bg_ft.jpg) center center no-repeat;
    color: #fff;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00458b;
    opacity: 0.9;
    transition: .3s all ease;
    z-index: 0;
}
.footer a {
    color: #ffffff9c;
    -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 {
    color: #FCAF17;
}
.right_footer {
    float: right;
    width: 70%;
}
.right_footer ul {
    float: left;
    width: calc(100% /4 - 35px);
    margin-left: 4%;
}
.right_footer ul li {
    list-style: none;
    text-transform: capitalize;
}
.right_footer ul li i {
    padding-right: 7px;
}
.right_footer ul li a {
    color: #fff;
    line-height: 33px;
    margin: 5px 0;
}
.right_footer ul li a:hover, .bottom_ft a:hover {
    color: #FCAF17;
}
.right_footer ul h3 {
    font-size: 18px;
    color: #FCAF17;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}
.left_footer {
    float: left;
    width: 30%;
}
.left_footer ul p i {
    padding-right: 10px;
    color: #FCAF17;
}
.left_footer p img {
    height: 80px;
    width: auto;
    margin-top: 10px;
}
.left_footer ul h3 {
    font-size: 23px;
    color: #FCAF17;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}
.bottom_ft a {
    color: #ffffff9c;
}
.bottom_ft {
    color: #ffffff9c;
    padding: 20px 0;
    background: #00458b;
    border-top: solid #FFF 2px;
}
.bottom_ft p {
    float: left;
    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 #ffffff91 1px;
    padding: 4px;
    width: 20px;
    height: 20px;
    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 #4caf50 1px;
}
#sharelink {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid #CCC 1px;
    margin-bottom: 20px;
}
#back-top {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 1;
}
#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #FCAF17;
    outline: none;
    color: #fff;
    font-size: 14px;
    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: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 2px;
}
#back-top a:hover {
    color: #fff;
    background: #007fff;
}
.page_conten {
    padding: 30px 0;
}
.left_conten {
    float: left;
    width: 20%;
}
.right_conten {
    width: 77%;
    float: left;
    margin-left: 20px;
}
.titile_page {
    border-bottom: solid #CCC 1px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.titile_page h3 {
    line-height: 30px;
    font-size: 25px;
    font-weight: normal;
    text-transform: capitalize;
    border-left: solid #FCAF17 7px;
    color: #00458b;
    padding-left: 15px;
}
.company_contact ul {
    margin: 0 10px 20px 10px;
    float: left;
    width: calc(100% / 3 - 60px);
    padding: 20px;
    background: #00458b;
    min-height: 100px;
}
.company_contact ul.contact_2 {
    /* width: 240px; */

}
.company_contact ul p {
    font-size: 17px;
    line-height: 25px;
    padding-top: 5px;
    color: #fff;
}
.company_contact ul h3 {
    text-transform: uppercase;
    color: #FCAF17;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 5px;
}
.company_contact ul h3 i {
    margin-right: 10px;
}
.map_contact iframe {
    width: 100%;
    height: 500px;
    float: left;
}
.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;
    z-index: 0;
}
.formBox li input, .formBox li textarea {
    border: solid 1px #ccc;
    height: 45px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    text-transform: capitalize;
    width: 100%;
}
.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-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: capitalize;
    font-size: 18px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #00458b;
    white-space: nowrap;
    /* border-radius: 5px; */
    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: #FCAF17;
}
.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: normal;
    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;
}
.company_contact, .nhacungcap_list, .tt_cd_id {
    margin: 0 -10px;
}
.nhacungcap_list ul {
    float: left;
    border-top: #eee 1px solid;
    margin: 0 10px 20px 10px;
    width: calc(100% / 3 - 50px);
    -webkit-transition: all .3s ease;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
}
.nhacungcap_list li {
    list-style: none;
    line-height: 0;
    background: #eee;
    padding: 10px;
}
.nhacungcap_list li img {
    width: 100%;
    height: auto;
}
.nhacungcap_list ul h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    color: #273c66;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
}
.nhacungcap_list ul p {
    font-size: 17px;
    line-height: 27px;
    color: #666;
}
.tti_more ul h3 a {
    font-size: 25px;
    font-weight: 500;
    color: #00458b;
    line-height: 33px;
    padding-bottom: 5px;
    display: block;
    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;
    text-transform: none;
}
tti_more {
    border-bottom: dotted #CCC 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tti_more li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 32%;
    position: relative;
    overflow: hidden;
    display: block;
}
.tti_more 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);
    -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);
}
.tti_more ul {
    float: right;
    width: 65%;
    color: #333;
    line-height: 28px;
}
.tti_more ul h4 {
    font-size: 16px;
    font-weight: normal;
    color: #9c9c9c;
    padding-bottom: 5px;
}
.tti_more {
    margin-bottom: 20px;
}
.line_tt {
    margin-bottom: 25px;
    border-bottom: solid #CCC 1px;
    padding-bottom: 20px;
}
.services_home ul li img:hover, .ttvb_home_l ul li img:hover, .ttvb_home_c ul li img:hover, .pro_id ul li img:hover, .one_new_home li img:hover, .one_new_home_right li img:hover, .tti_more li img:hover, .daily_id ul li img:hover, .tin_left ul li img:hover, .left_tt_home ul li img:hover, .right_tt_home ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.tti_more ul h3 a:hover, .one_new_home_right ul h3 a:hover, .one_new_home ul h3 a:hover, .left_tt_home ul h3 a:hover, .right_tt_home ul h3 a:hover, .tt_cd_id ul h2 a:hover {
    color: #FCAF17;
}
.menu_left ul li i, .tti_more ul h4 i, .one_new_home_right ul h3 span i, .ttvb_home_r ul p i {
    padding-right: 8px;
}
.one_new_home li {
    /* float: left; */
    width: 100%;
    line-height: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block;
}
.one_new_home 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);
    -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);
}
.one_new_home ul {
    padding-top: 10px;
    color: #333;
}
.one_new_home ul h3 a {
    font-size: 25px;
    font-weight: 500;
    color: #00458b;
    line-height: 35px;
    /* padding-bottom: 10px; */
    margin: 0 0 10px 0;
    display: block;
    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;
    text-transform: none;
}
.one_new_home {
    float: left;
    width: 55%;/* margin-left: 10px; */
}
.one_new_home_right {
    float: left;
    width: 41%;
    border-left: solid #CCC 1px;
    padding-left: 10px;
    margin-left: 20px;
}
.one_new_home_right ul {
    padding-bottom: 13px;
}
.one_new_home_right li {
    float: left;
    width: 35%;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.one_new_home_right 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);
    -o-transition: all 450ms cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.one_new_home_right ul h3 {
    float: left;
    width: 60%;
    margin-left: 10px;
}
.one_new_home_right ul h3 a {
    font-size: 17px;
    font-weight: normal;
    color: #00458b;
    line-height: 22px;
    display: block;
    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;
}
.one_new_home_right ul h3 span {
    font-size: 16px;
    color: #919191;
    line-height: 20px;
    display: block;
    font-weight: normal;
    padding-top: 7px;
}
.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}
.title_news h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #00458b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title_news li {
    font-size: 16px;
    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: 28px;
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    padding-bottom: 15px;
}
.nums {
    table-layout: auto;
    margin-top: 10px;
    text-align: center;
}
.nums li {
    list-style: none;
    display: inline-table;
}
.nums a {
    font-size: 18px;
    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: #7b7b7b;
    /* border: #ccc 1px solid; */
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    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;
}
.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #00458b;
    color: #ffffff;
}
.nums a.stay {
    background: #fcaf17;
    color: #fff;
}
.box_left {
    background: #E6E6E6;
    margin-bottom: 20px;
}
.titile_left {
    background: #00458B;
    position: relative;
    padding: 5px 0;
    border-bottom: solid #FCAF17 5px;
    overflow: hidden;
}
.titile_left:before {
    content: "";
    border: solid 55px transparent;
    border-bottom-color: #fcaf17;
    width: 0;
    height: 0;
    position: absolute;
    top: -60px;
    left: -80px;
    z-index: 1;
}
.titile_left h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 35px;
    padding-left: 30px;
    font-weight: normal;
}
.menu_left {
    padding: 10px;
}
.menu_left ul li {
    color: #333;
    list-style: none;
}
.menu_left ul li a {
    display: block;
    color: #333;
    border-bottom: dotted #ccc 1px;
    -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;
    padding: 5px 10px;
}
.menu_left ul li a:hover, .menu_active {
    color: #fff!important;
    background: #00458B;
}
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 #ddd;
}
th, td {
    padding: 5px 15px;/* text-align: left; */
}
td {
    height: 30px; /* vertical-align: bottom; */
}
td a {
    color: #273c66;
    text-align: center;
    font-size: 16px;
}
td a:hover {
    color: #ec2028;
}
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 #ccc;
}
.tin_left ul {
    padding-top: 10px;
}
.tin_left ul li {
    float: left;
    width: 30%;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.tin_left 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);
    -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);
}
.tin_left ul h4 {
    float: right;
    width: 65%;
    color: #333;
    font-size: 15px;
    line-height: 18px!important;
    font-weight: normal;
    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;
}
.tin_left {
    padding: 10px;
}
.doitac_left {
    padding: 10px;
}
.doitac_left ul li {
    list-style: none;
    width: 45%;
    float: left;
    line-height: 0;
    margin-bottom: 10px;
    margin: 5px;
}
.doitac_left ul li img {
    width: 100%;
    height: auto;
}
.marquee {
    overflow: hidden;
    height: 250px;
}
.banner_left ul li {
    list-style: none;
    line-height: 0;
    margin-bottom: 10px;
}
.banner_left ul li img {
    width: 100%;
    height: auto;
}
.banner_left ul li img:hover {
    opacity: .7;
}
.box_doitac_home {
    background: #f2f2f2;
    padding: 30px 0;
}
.logo_doitac ul {
    margin: 10px;
    width: calc(100% - 40px);
    padding: 10px;
    background: #e0e0e0;
    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);
}
.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: #945b00b8;
    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: #db8700;
}
.placeSlide_main {
    position: relative;
    overflow: hidden;
}
.placeSlide, .placeSlide_2, .placeSlide_doiac {
    width: 1300px;
}
.title_page_id {
    text-align: center;
    margin-bottom: 30px;
    background: url(../images/icon.png) center bottom no-repeat;
    padding-bottom: 40px;
    position: relative;
}
.title_page_id:before {
    content: "";
    position: absolute;
    right: 41%;
    bottom: 0;
    height: 3px;
    width: 80px;
    background: #fcaf17;
}
.title_page_id:after {
    content: "";
    position: absolute;
    left: 41%;
    bottom: 0px;
    height: 3px;
    width: 80px;
    background: #fcaf17;
}
.title_page_id h3 {
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 30px;
    color: #00458b;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 0;
}
.homeabout {
    padding: 50px 0;
    background: #f2f2f2;
    /* 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: #00458b;
    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: #FCAF17;
    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: #FCAF17;
}
.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: #00458b;
}
.homeabout ul h4 a:hover, .datban_home ul h3 a:hover, .sp_home_id ul h4 a:hover {
    color: #fff;
    background: #FCAF17;
}
.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: 370px;
}
.tintuc_box_home {
    padding: 40px 0;
    background: url(../images/bg_1.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.left_tt_home {
    float: left;
    width: 69%;
}
.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 h3 a {
    display: block;
    padding: 15px 10px 10px 10px;
    color: #00458b;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}
.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; */
    margin: 10px;
    text-align: justify;
}
.left_tt_home ul {
    float: left;
    margin: 0 10px;
    width: calc(100% / 2 - 40px);
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.right_tt_home {
    float: right;
    width: 28.5%;
    margin: 0 10px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 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: 175px;
}
.right_tt_home ul h3 a {
    display: block;
    color: #00458b;
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
}
.right_tt_home ul h3 span {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    display: block;
    padding-top: 3px;
}
.marquee_2 {
    overflow: hidden;
    height: 510px;
}
.tt_cd_id ul {
    float: left;
    margin: 0 10px 10px 10px;
    width: calc(100% / 3 - 20px);
}
.tt_cd_id ul h3 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: solid #e2e2e2 2px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.tt_cd_id ul li, .tt_cd_id 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);
}
.tt_cd_id ul h2 a {
    /* display: block; */
    /* padding-top: 15px; */
    color: #00458b;
    font-size: 20px;
    margin: 10px 0;
    font-weight: normal;
    line-height: 30px;
    text-transform: capitalize;
    padding-bottom: 0;
}
.tt_cd_id ul p a {
    display: block;
    border-top: dotted #CCC 1px;
    padding-top: 10px;
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-transform: capitalize;
}
.tt_cd_id ul p a:hover {
    color: #00458b;
    font-size: 16px;
}
.tt_cd_home {
    padding: 40px 0;
    background: #f2f2f2;
}
.sanpham_home {
    padding: 40px 0;
}
.sp_home_id {
    float: left;
    width: calc(100% / 2 - 62px);
    border: solid #eee 1px;
    padding: 20px;
    margin: 10px;
}
.sp_home_id li {
    list-style: none;
    line-height: 0;
    float: left;
    width: 35%;
}
.sp_home_id li img {
    width: 100%;
    height: 260px;
}
.sp_home_id ul {
    float: left;
    width: 60%;
    margin-left: 20px;
}
.sp_home_id ul h3 {
    font-size: 25px;
    font-weight: 500;
    color: #00458b;
    line-height: 35px!important;
    margin: 0 0 10px 0;
    /* padding-bottom: 10px; */
    display: block;
    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;
    text-transform: none;
}
.sp_home_id ul h4 a {
    float: left;
    display: block;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    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;
    background: #00458b;
}
.boc_ft {
    margin: 0 -1%;
}

#bridal_images {
    background: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
    box-sizing: border-box;
}

#bridal_images img {
    border: none;
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}

#bridal_images_list {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}


#bridal_images_list li:hover {
    /*border: 1px solid #999;*/
    background: #fff;
}

#bridal_images_list img {
    height: auto !important;
    width: 100%;
    border: none;
}

.showText table, .dv-table-reposive-n{
    overflow-x: auto;
}


.download {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    float: left;
}
.download li{
    width: 45%!important;
}
.download ul{
    width: 55%;
}

@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.flex{
        display: none;
    }

    .box_menu{
        height: 45px;
    }

    .mn-mobile {
        display: inline-block !important;
        padding: 5px;
        position: absolute;
        height: 40px;
        line-height: 28px;
        background: #273c66;
        top: 2px;
        right: 10px;
        border-radius: 4px;
    }

    .mn-mobile img {
        width: 30px
    }


    .box_menu.fixed .mn-mobile {
        left: 0;
        right: 0;
        text-align: center;
        position: relative;
        top: 0;
        float: right;
    }

    .boc_ft{
        margin: 0;
    }

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

    .logo_top, .right_header{
        zoom: .9
    }

    .flexdirect{
        display: flex;
        flex-direction: column-reverse;
    }

    .right_footer ul{
        width: calc(100% / 4 - 20px);
        margin: 0 10px 10px 10px;
    }

    .left_footer, .right_footer{
        width: 100%;
    }

    .left_tt_home ul h3 a{
        padding: 0;
    }

    .bottom_ft ul li i{
        width: 30px;
        height: 30px;
    }

    .nums{
        margin-bottom: 10px;
    }

    .nums a{
        width: 35px;
        height: 35px;
    }

    .nhacungcap_list ul, .company_contact ul{
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (max-width: 991px) {
    .sp_home_id ul{
        width: 58%;
    }

    .logo_top, .right_header{
        width: 100%;
    }

    .lang_top{
        float: right;
    }

    .left_conten{
        width: 25%;
    }

    .right_conten{
        width: 72%;
    }
}
@media only screen and (max-width: 767px) {
    .tt_cd_id ul, .right_footer ul, .nhacungcap_list ul{
        width: calc(100% / 2 - 20px);
    }

    .homeabout ul, .homeabout li, .left_conten, .right_conten{
        width: 100%;
    }

    .homeabout ul{
        margin: 0;
    }

    .homeabout li{
        margin-right: 0;
        margin-top: 10px;
    }

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

    .flexstep{
        display: flex;
        flex-direction: column-reverse;
    }

    .right_conten{
        margin-left: 0;
    }

    .doitac_left ul li{
        width: calc(100% / 2 - 10px);
    }
}
@media only screen and (max-width: 600px) {
    .logo_top {
        zoom : .8
    }

    .logo_top ul h3{
        font-size: 27px;
    }

    .logo_top ul h3 span {
        font-size: 22px;
    }

    .homeabout ul h3, .homeabout ul p {
        padding-left: 0;
    }

    .homeabout ul h4 a{
        margin-left: 0;
    }

    .homeabout ul h3:before{
        top: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .logo_top{
        float: none;
        width: 100%;
        text-align: center;
    }
    .logo_top ul li, .logo_top ul h3{
        width: 100%;
        padding-left: 0;
    }

    .lang_top li, .sp_home_id li, .sp_home_id ul, .contact .left, .contact .right, .lang_top{
        width: 100%;
        margin-left: 0;
    }

    .sp_home_id ul{
        margin-top: 10px;
    }

    .tt_cd_id ul, .right_footer ul, .nhacungcap_list ul{
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 319px) {}