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

body {
    margin: 0 auto;
    padding: 0 auto;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal
}

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

.clr {
    clear: both
}

ul {
    padding: 0
}

img {
    border: 0
}

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

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

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

::-moz-selection {
    background-color: #005780;
    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: #db8700
}

.company_time {
    float: left;
    padding-top: 2px;
    padding-left: 170px
}

.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 {
    margin-right: 7px
}

.company_time h3 {
    margin-top: 0;
    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: #fff;
    font-size: 16px;
    text-transform: none
}

.company_time ul li a {
    color: #fff
}

.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 #fff 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
}

.menu_top {
    background: #fff;
    padding: 5px 0;
    height: 45px
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18)
}

.box_menu:after, .box_menu:before {
    content: "";
    position: inherit;
    top: 0;
    left: 0;
    right: 0
}

.box_menu.fixed:after, .box_menu.fixed:before {
    position: absolute
}

.box_menu:before {
    top: auto;
    bottom: 0
}

.menu {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 10px;
    z-index: 3
}

.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 .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    padding: 0 20px
}

.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: 0;
    height: 2px;
    background: #ed1c24;
    opacity: 0;
    z-index: 2;
    display: none
}

.menu > li:hover > a {
    color: #db8700
}

.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: 140px;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: block;
    transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
    transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1)
}

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

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

.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.2);
    padding: 0 24px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 17px
}

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

.logo_top {
    background: #fff;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: -58px;
    z-index: 1
}

.logo_top li {
    list-style: none;
    line-height: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.logo_top li img {
    height: 50px;
    width: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.logo_top p {
    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 .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.menuRightMain, .menu > li > ul > li > a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.timkiem_top {
    float: left;
    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: 0 15px;
    height: 30px;
    width: 150px;
    float: right;
    color: #999;
    background: 0;
    border: 0;
    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: 0;
    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: 500px
}

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

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

.posBL {
    left: 0;
    bottom: 0
}

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

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

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

.box_title_banner {
    position: absolute;
    top: 200px;
    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: 40%
}

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

.noidung_ct_left {
    float: left;
    width: 45%
}

.hinhanh_ct_right {
    float: right;
    width: 55%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box
}

.tt_duan_id ul {
    border-top: double #CCC 4px;
    padding-top: 10px;
    margin-top: 10px;
    text-transform: capitalize
}

.tt_duan_id ul p {
    padding-bottom: 15px
}

.tt_duan_id h3 {
    border-top: double #ccc 4px;
    padding-top: 15px
}

.tt_duan_id h3 i {
    padding-left: 10px
}

.tt_duan_id h3 a {
    line-height: 35px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    float: right;
    text-transform: capitalize;
    font-weight: normal;
    display: block;
    background: #db8700;
    padding: 5px 20px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0
}

.tt_duan_id h2 {
    line-height: 32px;
    text-decoration: none;
    color: #945b00;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    float: left
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    background: #0000004d;
    left: 0
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    left: initial
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-color: #6aa9ce;
    border-radius: 50%;
    transition: background-color .6s ease;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    border: solid #fff 2px;
    margin: 20px 2px 0;
    display: none
}

.active, .dot:hover {
    background-color: #214551
}

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

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.column {
    float: left;
    width: 18%;
    padding: 2% 1%
}

.demo {
    opacity: .6
}

.active, .demo:hover {
    opacity: 1
}

.check_id {
    border-bottom: solid #CCC 1px;
    margin-bottom: 20px
}

.footer {
    background: #db8700;
    padding: 20px 0
}

.footer ul {
    float: left;
    margin: 0 10px;
    width: 296px;
    color: #fff;
    font-size: 17px
}

.footer ul.chinhsach_footer {
    width: 230px
}

.footer ul.chinhsach_footer li {
    list-style: none;
    border-bottom: dotted #fff 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #fff
}

.footer ul.chinhsach_footer li a {
    color: #fff
}

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

.footer h2 {
    text-align: center;
    font-size: 25px;
    border-bottom: dotted #fff 1px;
    text-transform: uppercase;
    color: #ff0;
    padding-bottom: 10px;
    line-height: 35px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px
}

.footer ul h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    line-height: 30px;
    font-weight: 500
}

.footer ul p i, .footer ul.chinhsach_footer li i {
    padding-right: 7px
}

#sharelink {
    -webkit-animation: blurFadeRight .4s ease-in .4s backwards;
    -moz-animation: blurFadeRight .4s ease-in .4s backwards;
    -ms-animation: blurFadeRight .4s ease-in .4s backwards;
    text-align: left;
    padding-top: 10px;
    height: 35px;
    border-top: solid #CCC 1px
}

.sharelink {
    -webkit-animation: blurFadeRight .4s ease-in .4s backwards;
    -moz-animation: blurFadeRight .4s ease-in .4s backwards;
    -ms-animation: blurFadeRight .4s ease-in .4s backwards;
    text-align: center;
    padding-top: 15px;
    height: 35px
}

.sharelink a img {
    background: 0;
    border: solid #fff 4px;
    padding: 3px;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.sharelink img:hover {
    background: #db8700
}

.bottom_id_copyright {
    text-align: center;
    padding-top: 20px;
    background: #945b00;
    color: #fff;
    font-size: 17px;
    padding-bottom: 30px
}

.bottom_id_copyright a {
    color: #fff;
    font-weight: normal
}

.bottom_id_copyright a:hover {
    color: #db8700
}

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

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #f60;
    outline: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0
}

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

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

.showText h2 {
    text-transform: uppercase;
    color: #db8700;
    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 h1 {
    text-transform: uppercase;
    color: #db8700;
    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 h1:after {
    content: "";
    display: -webkit-inline-box;
    clear: both;
    width: 7px;
    background: #db8700;
    height: 35px;
    left: 0;
    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 h2 a:hover, .sanpham_id ul:hover h3, .pro_home_id ul:hover h2, .tin_left ul:hover h4, .more_home ul:hover h3 {
    color: #db8700
}

.imges_id_page {
    height: 350px;
    float: left;
    width: 100%;
    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: 400px;
    background: #353535;
    padding: 18px
}

.company_contact ul.bx_lh {
    width: 230px
}

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

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

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

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

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

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

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

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

.formBox li input, .formBox li textarea {
    border: solid 1px #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: 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 .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: #db8700;
    white-space: nowrap;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.formBox .button:hover, .tt_duan_id h3 a:hover, .xemthem_id a:hover {
    color: #FFF;
    background: #945b00
}

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

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

.tintuc_home_id ul li, .tintuc_home_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: 300px;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
}

.tintuc_home_id ul h2 a {
    color: #333;
    font-weight: normal;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 10px 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    display: block;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.tintuc_home_id ul h4 {
    color: #666;
    font-weight: normal;
    font-size: 17px;
    padding: 10px 0;
    text-transform: capitalize;
    line-height: 30px
}

.tintuc_home_id ul h4 i {
    padding-right: 5px
}

.tintuc_home_id ul p {
    color: #666;
    font-weight: normal;
    font-size: 17px;
    padding: 0;
    text-transform: none;
    line-height: 27px
}

.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: 40px;
    width: 40px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #945b00;
    text-decoration: none;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    box-sizing: border-box
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #db8700;
    color: #fff
}

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

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

.title_news h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    color: #945b00;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif
}

.title_news li {
    font-size: 17px;
    color: #666;
    list-style: none;
    list-style: none;
    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
}

.pro_home ul li img:hover, .left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .services_home ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0)
}

.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: #fff;
    background: #db8700
}

.placeSlide_main {
    position: relative;
    overflow: hidden
}

.placeSlide, .placeSlide_2, .placeSlide_doiac {
    width: 1300px
}

.logo_thuonghieu {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    list-style: none
}

.logo_thuonghieu img {
    width: 100%;
    height: auto;
    line-height: 0;
    border: solid #e0e0e0 1px;
    background: #fff;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15)
}

.logo_thuonghieu:hover {
    opacity: .7
}

.title_id {
    padding-left: 15px;
    line-height: 30px;
    color: #900;
    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: #900;
    height: 30px;
    left: 0;
    position: absolute;
    top: 1px;
    z-index: 2
}

.titBox {
    margin: 0 auto 20px auto
}

.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: #900;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 5px
}

.titBox .tit_2 {
    font-size: 30px;
    color: #db8700;
    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: #036
}

.titBox .sub_2:before {
    content: "";
    position: absolute;
    right: 33%;
    bottom: 10px;
    height: 3px;
    width: 15%;
    background: #036
}

.titBox.left {
    text-align: center;
    width: 100%
}

.titBox .sub {
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px
}

.titBox .sub_2 {
    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
}

.tintuc_home_box {
    padding: 30px 0;
    background: #f8f8f8
}

.video_id ul li:hover span i {
    color: red
}

.video_id ul {
    float: left;
    margin: 10px;
    width: calc(100% / 3 - 20px);
    background: #fff;
    padding: 10px;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    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;
    overflow: hidden;
    display: block
}

.video_id ul li span {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
    z-index: 1;
    opacity: .8
}

.video_id ul li span i {
    font-size: 60px;
    color: #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.video_id ul h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    line-height: 25px;
    padding: 10px;
    padding-top: 20px
}

.video_id ul p {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    color: #666;
    line-height: 25px;
    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: #db8700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.video_popup ul li iframe {
    width: 100%;
    height: 500px
}

.pro_home_id ul {
    float: left;
    margin: 10px;
    width: calc(100% / 3 - 20px);
    padding: 10px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box
}

.pro_home_id ul li, .pro_home_id ul li img {
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block
}

.pro_home_id ul h2 {
    color: #333;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    margin: 10px
}

.sanpham_id.sanpham_id_2 ul {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sanpham_id ul {
    float: left;
    margin: 10px;
    width: calc(100% / 4 - 20px);
    padding: 5px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box
}

.sanpham_id ul li, .sanpham_id ul li img {
    height: 200px;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.sanpham_id ul h3 {
    color: #333;
    font-weight: normal;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 28px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    margin: 10px
}

.more_home ul {
    float: left;
    margin: 10px;
    width: calc(100% / 4 - 20px);
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    padding: 5px;
    box-sizing: border-box
}

.more_home ul li, .more_home ul li img {
    width: 100%;
    height: 200px;
    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);
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.more_home ul h3 {
    color: #333;
    font-weight: 500;
    font-size: 19px;
    margin: 10px 10px 5px 10px;
    text-transform: uppercase;
    line-height: 30px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.more_home {
    padding: .5%
}

.box_home_i {
    padding-top: 40px;
    padding-bottom: 40px
}

.xemthem_id {
    text-align: center;
    margin-top: 10px
}

.xemthem_id a {
    display: inline-table;
    color: #fff;
    padding: 0 50px;
    font-size: 18px;
    border: double #fff 4px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    background: #db8700
}

.xemthem_id a i {
    padding-left: 10px
}

.homeabout {
    padding: 50px 0;
    background: #f2f2f2;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover
}

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

.left-gt h3 {
    font-size: 32px;
    color: #db8700;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0;
    position: relative;
    padding-left: 50px;
    letter-spacing: 0;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif
}

.left-gt h3 span {
    font-size: 21px;
    color: #945b00;
    line-height: 40px;
    text-transform: UPPERCASE;
    display: block;
    letter-spacing: 0
}

.left-gt h3:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #db8700
}

.left-gt p {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #333;
    padding-left: 50px;
    text-align: justify
}

.left-gt h4 a {
    float: left;
    margin-left: 50px;
    display: block;
    color: #fff;
    padding: 0 40px;
    font-size: 17px;
    border: double #fff 4px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 20px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    background: #db8700
}

.left-gt h4 a:hover, .datban_home ul h3 a:hover {
    color: #fff;
    background: #945b00
}

.right-gt {
    float: right;
    width: calc(50% - 20px);
    list-style: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background: #fff;
    line-height: 0;
    margin: 0 10px;
    box-sizing: border-box
}

.right-gt img {
    width: 100%;
    height: auto
}

.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: calc((100% / 3) * 2)
}

.left_tt_home ul li, .left_tt_home ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .id_bds ul li img:hover, .project_home_id ul li img:hover, .list_pro_home ul li img:hover, .tintuc_page_id ul li img:hover, .doitac_id ul li img:hover, .sanpham_home_id ul li img:hover, .hinhanh_id ul li img:hover, .tintuc_home_id ul li img:hover, .list_sp_id ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0)
}

.left_tt_home ul h3 a {
    display: block;
    margin: 15px 10px 10px 10px;
    color: #333;
    font-size: 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;
    margin: 10px 5px;
    text-align: justify
}

.left_tt_home ul {
    float: left;
    margin: 10px;
    width: calc(100% / 2 - 20px);
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
    box-sizing: border-box
}

.right_tt_home {
    float: left;
    margin: 10px;
    width: calc(100% / 3 - 20px);
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box
}

.right_tt_home ul {
    margin-bottom: 15px
}

.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: calc(100% - 160px)
}

.right_tt_home ul h3 a {
    display: block;
    color: #333;
    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 {
    overflow: hidden;
    height: 475px
}

.marquee_2 {
    overflow: hidden;
    height: 500px;
    margin-bottom: 15px;
    margin-top: 15px
}

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

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

.logo_doitac ul li, .logo_doitac ul li img {
    width: 100%;
    height: 100px;
    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) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    position: relative
}

.logo_doitac_page ul {
    margin: 10px;
    width: 250px;
    padding: 15px;
    background: #fff;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}

.logo_doitac_page ul li, .logo_doitac_page ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block
}

.logo_doitac ul:hover {
    transform: translateY(-10px)
}

.left_conten_sp {
    float: left;
    width: calc(100% - 325px)
}

.rightconten_sp {
    float: right;
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box
}

.viewLeft {
    width: 50%;
    float: left
}

.viewRight {
    width: 50%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box
}

.viewRight .gia {
    font-size: 25px;
    color: #ee3135;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 3px;
    margin-bottom: 3px;
    padding-left: 10px
}

.viewRight .gia span {
    font-size: 22px;
    padding-left: 10px;
    font-weight: normal;
    color: #333;
    text-decoration: line-through
}

.viewRight .desc {
    margin-bottom: 5px;
    margin-left: 10px
}

.viewRight .desc b {
    display: block;
    font-weight: normal
}

.viewRight .desc li {
    line-height: 25px;
    margin-bottom: 10px;
    text-indent: 20px;
    list-style: none;
    background: url("../images/icon-check-pink.png") no-repeat left center
}

.quantity {
    position: relative;
    margin-bottom: 15px
}

.quantity, .quantity * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none
}

.quantity label {
    font-size: 18px;
    padding-right: 5px
}

.quantity .input-text {
    width: 50px;
    height: 50px;
    border: 0;
    text-align: center;
    font-size: 18px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.quantity p {
    padding: 10px 0 5px 0;
    border-top: dotted 1px #ddd;
    font-size: 18px;
    text-transform: uppercase
}

.quantity .minus, .quantity .plus {
    position: absolute;
    bottom: 0;
    left: 135px;
    width: 30px;
    height: 23px;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: #01025f;
    line-height: 19px
}

.quantity .minus {
    font-size: 25px
}

.quantity .plus {
    bottom: 27px
}

.quantity a {
    position: relative;
    height: 50px;
    line-height: 52px;
    position: absolute;
    left: 0;
    bottom: -1px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px 0 45px;
    color: #fff;
    border: solid 1px #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    background: #ee3135;
    margin-left: 170px
}

.quantity a:hover {
    color: #fff;
    background: #01025f
}

.quantity a:before {
    content: "";
    background-image: url("../images/icon-cart-w.png");
    background-position: center center;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 26px;
    height: 22px;
    z-index: 2;
    line-height: normal
}

#proView .link a {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    padding-left: 30px;
    color: #333;
    position: relative
}

#proView .link a:hover {
    color: red
}

#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
}

#proCont {
    padding: 0
}

.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: 0 0 20px 0;
    margin-bottom: 15px;
    line-height: 32px;
    font-size: 30px;
    color: #945b00;
    font-weight: 500;
    text-transform: none
}

.viewRight h2 {
    font-size: 20px;
    position: relative;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: red
}

.viewRight h2 span {
    font-size: 18px;
    padding-left: 10px;
    font-weight: bold;
    color: #333;
    text-decoration: line-through
}

#bridal_images {
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    width: 420px;
    height: 315px;
    overflow: hidden;
    margin-bottom: 12px
}

#bridal_images img {
    border: 0;
    width: 420px;
    height: 315px;
    margin: 0 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: 85px;
    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: 85px;
    width: 110px;
    border: 0
}

.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: 0;
    border-radius: 5px 0 0 5px;
    background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4
}

.pro_slide_next {
    right: 0;
    border-radius: 0 5px 5px 0;
    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
}

.leftBox {
    padding-bottom: 30px;
    width: 100%
}

#pro_img_main {
    position: relative;
    z-index: 0
}

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

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

.graphite .accordion a:active {
    color: #214551;
    background: 0
}

.hotline_sp {
    border: dashed #db8700 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 li {
    font-size: 25px;
    color: #db8700;
    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 li 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: 20px
}

.menu_left ul h3, .title_tin_id h3 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
    background: #db8700
}

.menu_left ul li {
    list-style: none
}

.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) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0, fill .33s cubic-bezier(.33, 0, .2, 1) 0, background .33s cubic-bezier(.33, 0, .2, 1) 0
}

.menu_left ul li a:hover {
    color: #fff;
    background: #ff9f3b
}

.menu_left ul li a i, .menu_home_id ul li a i {
    padding-right: 7px;
    font-size: 13px
}

.box_km {
    padding-top: 15px
}

.box_km ul {
    margin-bottom: 10px;
    border-bottom: dotted #ccc 1px;
    padding-bottom: 10px
}

.box_km ul li {
    line-height: 0;
    list-style: none;
    float: left;
    width: 75px;
    position: relative;
    overflow: hidden;
    display: block
}

.box_km ul li img {
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%
}

.box_km ul h3 {
    float: right;
    width: 154px
}

.box_km ul h3 a {
    display: block;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.box_km ul h3 a:hover, .tintuc_km_left ul h4 a:hover, .tti_more ul h3 a:hover {
    color: #ed1c24
}

.box_km ul h4 {
    color: red;
    font-weight: 500;
    font-size: 19px;
    text-transform: none;
    line-height: 25px;
    padding-top: 8px
}

.box_km ul h4 span {
    color: #878787;
    font-weight: normal;
    font-size: 17px;
    text-decoration: line-through;
    float: right
}

.tin_left ul {
    padding-top: 15px
}

.tin_left ul li {
    float: left;
    width: 110px;
    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: calc(100% - 120px);
    color: #333;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.tt_top_1 ul p, .one_new_home ul p, .tti_more ul p {
    font-size: 17px;
    color: #666;
    line-height: 25px
}

.box_home_e {
    padding: 30px 0
}

.left_tt {
    float: left;
    padding-left: 10px;
    width: 325px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box
}

.right_tt {
    float: right;
    width: calc(100% - 325px);
    padding-left: 15px;
    box-sizing: border-box
}

.box_id_home {
    margin-bottom: 20px
}

.sanpham_id .owl-custome ul, .pro_home_id .owl-custome ul {
    width: calc(100% - 20px)
}

.tin_left {
    float: left
}

.footer ul.chinhsach_footer, .footer ul {
    width: calc(100% / 4 - 20px) !important;
    margin: 10px
}

.company_time ul {
    float: left
}

.footer ul p {
    word-break: break-word;
    font-size: 16px
}

#bridal_images {
    width: 100%;
    height: auto
}

.tintuc_home_id .owl-custome ul {
    width: calc(100% - 20px) !important
}

.sub_menu_id {
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    background: #db8700;
}
.sub_menu_id h2 {
    display: inline-table;
    padding: 0 15px;
    list-style: none;
    font-size: 18px;
}
.sub_menu_id h2 a {
    color: #fff;
}

.showText{
    overflow: auto;
}

.showText figure{
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .mn-mobile {
        display: inline-block !important;
        float: left;
        padding: 5px;
        position: absolute;
        height: 35px;
        line-height: 28px;
        top: -52px;
        right: 0;
        border-radius: 4px
    }

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

    .menu {
        display: none
    }

    .pagewrap, .pagewrap_home, #sharelink {
        width: calc(100% - 30px);
        margin: 0 15px
    }

    .timkiem_top {
        margin-right: 40px;
        margin-left: initial;
        margin-top: 9px;
        float: right
    }

    .logo_top {
        left: 0;
        top: initial;
        bottom: 0;
        zoom: .7
    }

    .right_header {
        width: 100%
    }

    .company_time {
        padding-left: 0;
        width: calc(100% - 202px)
    }

    .ext-right {
        position: fixed;
        right: 0;
        top: 100px;
        z-index: 1000;
        zoom: 1.5
    }

    .ext-right:nth-child(4) {
        top: 125px
    }

    .ext-right:nth-child(5) {
        top: 150px
    }

    .ext-right:nth-child(6) {
        top: 175px
    }

    .menu_top {
        height: 0;
        padding: initial
    }

    .header {
        height: 73px
    }

    .ext-left {
        position: fixed;
        z-index: 1000;
        left: 0;
        bottom: 20px;
        background: #ad7113;
        padding: 5px 10px;
        border-radius: 50px
    }

    .ext-left:nth-child(2) {
        bottom: 65px
    }

    .left_conten_sp, .rightconten_sp {
        width: 100%;
        float: left
    }
}

@media only screen and (max-width: 991px) {
    .footer ul.chinhsach_footer, .footer ul, .video_id ul, .tintuc_home_id ul {
        width: calc(100% / 2 - 20px) !important
    }

    .box_title_banner {
        zoom: .8
    }

    .sanpham_id ul, .more_home ul {
        width: calc(100% / 3 - 20px)
    }

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

@media only screen and (max-width: 767px) {
    .sanpham_id ul, .more_home ul, .pro_home_id ul {
        width: calc(100% / 2 - 20px)
    }

    .box_title_banner {
        zoom: .6;
        width: 50%
    }

    .sanpham_id ul, .more_home ul, .pro_home_id ul, .video_id ul, .tintuc_home_id ul {
        zoom: .8
    }

    .left-gt, .right-gt {
        width: 100%;
        margin: 10px 0
    }

    .homeabout .pagewrap, .reorder {
        display: flex;
        flex-direction: column
    }

    .left-gt {
        order: 2
    }

    .left_tt_home {
        width: 100%
    }

    .right_tt_home {
        width: calc(100% - 20px)
    }

    .viewLeft, .viewRight {
        width: 100%;
        padding: initial;
        margin: 10px 0
    }

    .noidung_ct_left, .hinhanh_ct_right {
        width: 100%;
        padding: initial;
        margin: 10px 0
    }

    .left_tt, .right_tt {
        width: 100%;
        margin: 10px 0
    }

    .right_tt {
        padding: initial;
        zoom: .8
    }
}

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

    #owl-banner .owl-dots {
        zoom: .8;
        bottom: 0
    }

    .box_home_e, .tintuc_home_box, .box_home_i, .homeabout, .tintuc_box_home, .box_doitac_home, .footer, .leftBox {
        padding: 20px 0
    }

    .titBox .tit_2, .left-gt, .xemthem_id {
        zoom: .8
    }

    .link_page {
        zoom: .7
    }

    .leftBox {
        padding-top: 0
    }

    .video_popup ul li iframe {
        height: 300px
    }
}

@media only screen and (max-width: 479px) {
    .header, .mn-mobile, .viewRight, .hotline_sp, .showText, .tt_duan_id {
        zoom: .8
    }

    .logo_top {
        zoom: .4
    }

    .timkiem_top {
        margin-right: 37px;
        margin-top: -1px
    }

    .mn-mobile {
        right: -10px;
        top: -43px
    }

    .header {
        height: 53px
    }

    .ext-left:nth-child(2) {
        bottom: 70px
    }

    .sanpham_id ul, .more_home ul, .left_tt_home ul, .footer ul.chinhsach_footer, .footer ul, .pro_home_id ul, .video_id ul, .tintuc_home_id ul {
        width: calc(100% - 20px) !important
    }

    .footer h2 {
        zoom: .8
    }

    .titBox .tit_2, .left-gt, .xemthem_id {
        zoom: .7
    }

    .link_page {
        zoom: .55
    }
}