@import "font.css";

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

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

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

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

.padding_pagewrap {
    padding: 0 10px;
}

.showText p {
    padding-bottom: 15px;
    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;
}

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

.bannerMain {
    position: relative;
    overflow: hidden;
    height: calc(60vh - 0px);
}

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

.bannerInside_2 {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 490px;
}

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

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

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

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

.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #cccccc8a;
    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 #fff 3px;
}

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

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

.newsletter_home {
    background: url(../images/bg_2.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;
    padding: 80px 0;
    position: relative;
}

.newsletter_home:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000085;
    transition: .3s all ease;
    z-index: 0;
}

.newsletter_home h3 {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding-bottom: 10px; /* text-shadow: 1px 1px 2px rgb(0, 0, 0); */
}

.newsletter_home p {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.newsletter_home ul {
    width: 80%;
    margin-top: 20px;
}

.newsletter_home ul h2 a {
    float: right;
    border-radius: 4px;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 38px;
    letter-spacing: 0.025em;
    color: #fff;
    background-color: #4D4E4F;
    transition: .3s ease-out;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 2px solid #fff;
}

.newsletter_home ul h2 a:hover, .home_out_services ul li a:hover, .box_title_banner ul h4 a:hover, .lich_kham_id h4 a:hover {
    color: #fff;
    background-color: #000000;
}

.col-md-1 {
    width: 21%;
    float: left;
    margin-left: 10px;
}

.col-md-7 {
    width: 26%;
    float: left;
    /* margin-bottom: 10px; */
    /* margin-top: 10px; */
    margin-left: 10px;
    color: #666;
    margin-right: 10px;
}

.col-md-3, .col-md-2 {
    width: 100%;
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    text-transform: capitalize;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.row-frm select {
    height: 45px !important;
    width: 100%;
    margin: 0;
}

.box_sanpham_home {
    padding: 30px 0;
    background: #fff;
}

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

.list_pro_home ul:hover, .doitac_page ul:hover, .logo_doitac ul:hover, .sanpham_home_id ul:hover, .sanpham_left_id ul:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

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

.sanpham_home_id_2 ul li {
    line-height: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block; /* border-bottom: solid #87479C 5px; */
}

.sanpham_home_id_2 ul li img {
    width: 100%;
    height: 250px;
    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);
}

.sanpham_home_id ul {
    float: left;
    margin: 10px;
    padding: 10px;
    background: #fff;
    width: calc(100% - 40px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    text-align: center;
    min-height: 360px;
}

.sanpham_home_id ul li {
    line-height: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block; /* border-bottom: solid #87479C 5px; */
}

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

.sanpham_left_id ul {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    width: auto;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    text-align: center;
}

.sanpham_left_id ul li {
    line-height: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block; /* border-bottom: solid #87479C 5px; */
}

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

.sanpham_home_id ul h3, .sanpham_left_id ul h3 {
    text-align: center;
    color: #333;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 10px;
    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;
    line-height: 25px;
}

.sanpham_home_id ul h4, .sanpham_left_id ul h4 {
    color: #f00;
    font-weight: normal;
    font-size: 18px;
    padding: 0 5px;
    text-transform: uppercase;
    line-height: 30px;
    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;
}

.sanpham_home_id ul h4 span, .sanpham_left_id ul h4 span {
    color: #878787;
    font-weight: normal;
    font-size: 17px;
    padding-left: 5px;
    text-decoration: line-through;
}

.sanpham_home_id_2 ul h3, .sanpham_left_id ul h3 {
    text-align: center;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
    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-bottom: 10px;
}

.sanpham_home_id ul:hover h3, .sanpham_home_id_2 ul:hover h3, .sanpham_left_id ul:hover h3, .duan_id ul:hover h3, .duan_id_page ul:hover h3 {
    color: #000;
}

.sanpham_home_id ul p, .sanpham_home_id_2 ul p, .sanpham_left_id ul p {
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 25px;
}

.titBox {
    /* display: inline-table; */
    margin: 0 auto 30px auto; /* text-transform: uppercase; */
}

.titBox .desc {
    display: block;
    font-size: 16px;
    color: #C800C8;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
}

.titBox .tit {
    /* display: block; */
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 5px;
}

.titBox .tit_2 {
    /* display: block; */
    font-size: 30px;
    color: #000;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 5px;
}

.titBox .sub_2:after {
    content: "";
    position: absolute;
    left: 33%;
    bottom: 0px;
    height: 4px;
    width: 15%;
    background: #000000;
}

.titBox .sub_2:before {
    content: "";
    position: absolute;
    right: 33%;
    bottom: 0px;
    height: 4px;
    width: 15%;
    background: #000000;
}

.titBox.left {
    /* margin-left: 10px; */
    text-align: center;
    /* margin-right: 10px; */
    /* margin-top: 10px; */
    width: 100%;
}

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

.titBox .sub_2 {
    /* display: block; */
    color: #999;
    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_box_home {
    padding: 30px 0;
}

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

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

.left_tt_home ul h3 a {
    display: block;
    padding: 15px 15px 10px 15px;
    color: rgba(0, 0, 0, .94);
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    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;
    text-transform: uppercase;
}

.left_tt_home ul h3 a:hover, .right_tt_home ul h3 a:hover, .id_bds ul:hover h3 {
    color: #529bd7;
}

.left_tt_home ul h4 {
    display: block;
    padding: 0 15px;
    color: #666;
    font-size: 16px;
    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 15px 15px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 125px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.tintuc_page_id ul p {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    max-height: 137px;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;
}

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

.right_tt_home {
    float: left;
    margin: 10px;
    width: 330px;
    background: #fff;
    padding: 15px;
    box-shadow: 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: calc(100% - 165px);
}

.right_tt_home ul h3 a {
    display: block;
    color: rgba(0, 0, 0, .94);
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    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;
}

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

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

.marquee_2 {
    overflow: hidden;
    height: 30px;
}

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

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

.list_pro_home ul:hover, .doitac_page ul:hover, .logo_doitac ul:hover, .sanpham_home_id ul:hover, .sanpham_left_id ul:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.footer {
    padding: 20px 0;
    background: #000;
    color: #fff;
}

.footer a {
    color: #aaa;
}

.footer ul {
    margin: 0 10px;
    width: calc(33.33% - 20px);
    float: left;
}

.footer ul h3 {
    padding-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
}

.footer ul p {
    color: #aaa;
}

.bottom_id_copyright {
    text-align: center;
    padding: 20px 0;
    background: #4c4c4c;
    color: #aaa;
}

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

.bottom_id_copyright a:hover, .footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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

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

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

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

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

.sharelink a img {
    background: #00000021;
    border: solid #aaa 3px;
    padding: 3px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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;
}

.sharelink img:hover {
    background: #000000;
    opacity: 10;
    border: solid #ffffff 3px;
}

.dmd-phone h2 {
    color: #fff;
    font-size: 21px;
    position: fixed;
    background: #ff4242;
    left: 80px;
    bottom: -5px;
    width: 100%;
    text-align: center;
    padding-left: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    line-height: 45px;
    padding-right: 20px;
    font-weight: normal;
}

.header {
    padding: 15px 0;
}

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

.logo_top img {
    height: 60px;
    width: auto;
}

.menu {
    margin-left: 50px;
    text-align: center;
    float: left;
}

.menu * {
    list-style: none;
}

.menu > li + li {
    margin-left: 20px;
}

.menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #000;
    opacity: 0;
    z-index: 2;
}

.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: #333;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

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

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

.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #000000;
    width: 0;
    height: 0;
    position: absolute;
    top: -4px;
    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: #000000;
}

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

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

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

.slide_header {
    padding: 15px 0;
    background: #4c4c4c;
    color: #aaa;
}

.slide_header h3 {
    float: left;
    width: 12%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

.slide_header h3 i {
    font-size: 20px;
    padding-right: 10px;
}

.slide_header ul {
    float: right;
    width: 88%;
}

.slide_header ul p {
    float: left;
    padding-right: 40px;
}

.slide_header ul p a {
    color: #aaa;
    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;
}

.slide_header ul p a:hover {
    color: #fff;
}

.right_header {
    float: right;
    padding-top: 10px;
}

.right_header ul li {
    list-style: none;
    line-height: 25px;
    float: left;
    padding-right: 10px;
    color: #000;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}

.right_header ul li span {
    color: #fff;
    padding: 5px;
    font-size: 12px;
    background: #529bd7;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -10px;
    text-align: center;
    line-height: 10px;
}

.right_header ul li i, .right_header ul li a {
    color: #000;
}

.right_header ul li i {
    color: #000;
    font-size: 20px;
}

.right_header ul li img {
    width: auto;
    height: 16px;
    line-height: 25px;
}

.right_header ul li a:hover {
    color: #4c4c4c;
}

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

.showText h2 {
    color: #529bd7;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: double #CCCCCC 4px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.box_page {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.left_menu {
    float: left;
    width: 290px;
}

.left_menu ul {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3d3d3d;
    height: 450px;
}

.left_menu ul li a {
    list-style: none;
    padding: 10px 20px;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.left_menu ul li a:hover {
    color: #fff;
    background: #737373;
}

.left_menu ul li {
    list-style: none;
}

.left_menu ul li i {
    float: right;
    padding-top: 10px;
    font-size: 16px;
    font-weight: normal;
}

.banner_page {
    float: right;
    width: 890px;
}

.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: #9a9a9a;
    /* 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: #4c4c4c;
    color: #ffffff; /* border: #71bf44 1px solid; */
}

.nums a.stay {
    background: #000000;
    /* border: #f2513e 1px solid; */
    color: #fff;
}

.viewRight {
    width: calc(40% - 20px);
    float: right;
    margin: 0 10px;
}

.viewRight h1 {
    font-size: 25px;
    color: #529bd7;
    line-height: 30px;
    font-weight: 500;
    /* border-bottom: dotted #CCCCCC 1px; */
    padding-bottom: 10px;
    /* margin-bottom: 5px; */
    padding-left: 10px;
}

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

.viewRight .desc {
    /* border-bottom: dotted 1px #ddd; */
    /* margin-bottom: 2px; */
    /* padding-bottom: 10px; */
}

.viewRight .desc b {
    display: block;
    margin-bottom: 10px;
    font-size: 27px;
    color: #ef3037;
    font-weight: normal;
}

.viewRight .desc b span {
    margin-left: 15px;
    font-size: 19px;
    color: #666;
    font-weight: normal;
    text-decoration: line-through;
}

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

.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: 16px;
    padding-right: 5px;
}

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

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

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

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

.quantity .plus {
    bottom: 27px;
}

.quantity a {
    position: relative;
    height: 50px;
    line-height: 52px;
    position: absolute;
    /* float: left; */
    /* right: 0; */
    /* bottom: -1px; */
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px 0 50px;
    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: #4c4c4c;
    margin-left: 50px;
}

.quantity a:hover {
    color: #fff;
    background: #529bd7;
}

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

#proView .link a:first-child {
    margin-right: 22px;
}

#proView .link {
    margin-bottom: 15px;
}

#proView .link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #646464;
    background-position: center center;
    background-repeat: no-repeat;
}

#proView .link a.b_mail:after {
    background-image: url("../images/icon-mail.png");
}

#proView .link a.b_share:after {
    background-image: url("../images/icon-share.png");
}

#proCont {
    padding: 0px 0px;
}

.listDesc {
    margin-bottom: 15px;
    box-shadow: inset 0 -5px #E6E6E6;
}

.listDesc a {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    padding-bottom: 5px;
    box-shadow: inset 0 -5px #646464;
    color: #999;
}

.titleView {
    background: url(../images/title-line.png) repeat-x left bottom;
    position: relative;
    padding: 0px 0 15px 0;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

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

#bridal_images {
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    float: left;
    width: calc(100% - 196px);
    overflow: hidden;
}

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

#bridal_images_list {
    display: block;
    float: left;
    width: 164px;
    margin-right: 20px;
    position: relative;
}

#bridal_images_list li {
    margin-bottom: 5px;
    list-style: none;
    /* float: left; */
    height: auto;
    width: calc(100% - 10px);
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    /* margin-top: 5px; */
}

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

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

.pro_slide_prev, .pro_slide_next {
    position: absolute;
    width: 12px;
    border: solid 1px #ccc;
    bottom: 50%;
    height: 50px;
    margin-bottom: -25px;
    text-indent: -10000px;
}

.pro_slide_prev {
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4;
}

.pro_slide_next {
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    background: url(../images/pro_slide_next.png) no-repeat center center #f4f4f4;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    opacity: .5;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    cursor: default;
}

.cloud-zoom-lens {
    cursor: move;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading, img.loading {
    background: url(../images/loading.gif) no-repeat scroll center transparent;
}

#pro_img_main {
    margin-bottom: 25px; /* margin-left: 10px; *//* margin-right: 10px; */
}

#cart_list h2, .contact h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #4c4c4c;
    padding-bottom: 15px;
}

#cart_list {
    /* background: #fff; */
}

#cart_list tr {
    background: #f1f1f1;
}

#cart_list tr a {
    color: #333;
    font-weight: normal;
    font-size: 17px;
}

#cart_list tr a:hover {
    color: #1753a0;
}

#cart_list th {
    background: #1753a0;
    color: #fff;
    font-weight: normal;
    padding: 10px 5px;
    font-size: 17px;
}

#cart_list td {
    padding: 5px;
    text-align: center;
    color: #444;
    font-size: 17px;
    line-height: 24px;
}

#cart_list td input {
    width: 25px;
    padding: 3px 5px;
    text-align: center;
    border: solid 1px #ccc;
    font-size: 17px;
}

#cart_list td img {
    width: 100%;
    height: auto;
    border: none;
}

#cart_list td a.pro_del, .pro_del {
    background: #1753a0;
    font-size: 17px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
    border: 0;
    cursor: pointer;
}

#cart_list td a.pro_del:hover, .pro_del:hover {
    background: #3a84df;
    color: #fff;
}

#cart_list td #pro_sum {
    float: right;
    font-size: 18px;
    margin-right: 36px;
    font-weight: normal;
}

#cart_list td #pro_sum label {
    color: #ef3037;
    font-size: 23px;
    font-weight: bold;
}

#cart_list td a.pro_del.mar {
    margin: 0px 0px;
}

#cart_list td a.pro_del.float {
    float: left;
    padding: 2px 15px;
}

#cart_list tr:last-child td {
    padding: 15px;
}

#payment_method {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#payment_method h3 {
    font-size: 20px;
    color: #4131df;
    font-weight: normal;
    padding-bottom: 0px;
}

#payment_method .payment_method_input {
    list-style: none;
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}

#payment_method .payment_method_input .radio_check {
    float: left;
    width: 20px;
}

.formBox #payment_method ul li input {
    border: solid 1px #E1E1E1;
    height: 38px;
    color: #999;
    padding: 0 10px 0 45px;
    width: 24px;
}

#payment_method .payment_method_input span {
    float: left;
    margin-left: 10px;
    width: 93%;
    background: none;
    font-weight: normal;
    color: #333;
}

.box_sanpham_home_3 {
    padding: 30px 0;
    background: url(../images/bg_2.jpg);
}

th {
    background-color: #4c4c4c;
    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; */
}

th {
    /* text-align: left; */
}

table {
    border: 1px solid black;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ccc;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.listtabs {
    overflow: hidden;
    margin: 0 10px;
    text-align: center;
    border-bottom: solid 3px #1753a0;
}

.listtabs li {
    display: inline-table;
    list-style: none;
    margin: 0 0px;
}

.listtabs li a {
    color: #fff;
    text-decoration: none;
    margin-right: 0px;
    display: block;
    padding: 5px 20px;
    line-height: 35px;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    background: #00ad97;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover {
    color: #ffffff;
    background: #1753a0; /* border: solid 1px #CDAE7F; */
}

#pro_tabs .tabs {
    border-top: none;
}

#pro_tabs {
    margin-bottom: 20px;
    text-align: center; /* margin-top: 20px; */
}

.box_tab {
    margin: 0; /* border-bottom: solid 1px #e3e3e3; *//* border-top: solid 1px #e3e3e3; */
}

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

.link_page ul li i {
    color: #666;
    margin-right: 7px;
}

.link_page ul li i {
    color: #fff;
    margin-right: 7px;
}

.link_page {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f4f4f4;
    line-height: 32px;
    padding: 10px 0;
}

.link_page h3 {
    text-transform: uppercase;
    color: #529bd7;
    font-size: 27px;
    line-height: 35px;
    position: relative;
    font-weight: normal;
    padding-left: 20px;
    margin-left: 10px;
    position: relative;
    float: left;
}

.link_page h3:after {
    content: "";
    display: -webkit-inline-box;
    clear: both;
    width: 7px;
    background: #90949c;
    height: 35px;
    left: 0px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.link_page ul {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}

.link_page ul li {
    float: left;
    list-style: none;
    background: url(../images/w_bg_location.gif) center left no-repeat;
    padding-left: 16px;
    padding-right: 10px;
    line-height: 20px;
}

.link_page ul li i {
    color: #7f7f7f;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.link_page ul li a {
    display: block;
    color: #7f7f7f;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
}

.link_page ul li a:hover {
    color: #529bd7;
}

.tintuc_page_id h2 {
    font-size: 25px;
    font-weight: normal;
    color: #111;
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 4px;
    text-align: center;
}

.tintuc_page_id h5 {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 1px;
}

.tintuc_page_id ul {
    margin: 0 10px 20px 10px;
    float: left;
    width: 380px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    border-top: 1px solid #f8f8f8;
    background: #fff;
    display: block;
}

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

.tintuc_page_id ul h3 a {
    color: #000;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 15px 10px 15px;
    display: block;
    line-height: 30px;
}

.tintuc_page_id ul h3 a:hover, .hinhanh_id ul:hover h3 {
    color: #529bd7;
}

.tintuc_page_id ul p {
    color: #666;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    padding: 20px;
    padding-top: 10px;
    line-height: 30px;
}

.tintuc_page_id ul h4 a {
    background: #4c4c4c;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 40px;
    font-size: 15px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.tintuc_page_id ul h4 a:hover {
    background: #529bd7;
    color: #fff;
}

.tintuc_page_id ul span {
    color: #666;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    margin: 0 20px;
    position: relative;
    line-height: 30px;
    border-bottom: solid #CCC 1px;
    padding-bottom: 10px;
}

.tintuc_page_id ul span i {
    padding-right: 10px;
}

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

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

.title_news h2 {
    font-size: 27px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title_news li {
    font-size: 17px;
    color: #666;
    list-style: none;
    list-style: none;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
    font-style: italic;
}

.title_news p {
    line-height: 32px;
    color: #333;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    padding-bottom: 15px;
}

.company_contact ul {
    margin: 0 10px 20px 10px;
    float: left;
    width: 340px;
    background: #eee;
    padding: 20px;
    min-height: 220px;
}

.company_contact ul p {
    font-size: 17px;
    line-height: 30px;
    padding-top: 0;
    color: #666;
}

.company_contact ul h3 {
    text-transform: uppercase;
    color: #4c4c4c;
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 5px;
}

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

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

.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, .formBox li select {
    border: solid 1px #E1E1E1;
    height: 45px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    text-transform: initial;
}

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

.contact .left input, .right_faq input {
    width: 100%;

}

.contact .right input, .contact .right textarea, .right_faq input, .right_faq 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: 0;
}

.formBox li.name:after {
    background-image: url("../images/contact/c_name.png")
}

.formBox li.phone:after {
    background-image: url("../images/contact/c_phone.png");
}

.formBox li.mail:after {
    background-image: url("../images/contact/c_mail.png");
}

.formBox li.local:after {
    background-image: url("../images/contact/c_local.png");
}

.formBox li.subject:after {
    background-image: url("../images/contact/c_subject.png");
}

.formBox li.mess:after {
    background-image: url("../images/contact/c_mess.png");
}

.formBox li.code:after {
    background-image: url("../images/contact/c_code.png");
}

.formBox li.day:after {
    background-image: url("../images/contact/day.png");
}

.formBox li.songuoi:after {
    background-image: url("../images/contact/songuoi.png");
}

.formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #000000;
    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: #4c4c4c;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: bold;
    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;
}

.placeNav_2, .placeNav_3 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    /* background: rgba(2, 2, 2, 0.21); */
    opacity: 0; /* background: #0000008a; */
}

.placeNav, .owl-prev, .owl-next {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #999;
    font-size: 40px;
    width: 35px;
    line-height: 30px;
    height: 35px;
    background: rgba(51, 51, 51, 0.69);
    text-align: center;
    opacity: 0;
    border-radius: 50%;
}

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

.placeNav_2.next, .placeNav_3.next {
    right: 5px;
    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: #71bf44ab; */
}

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

.placeSlide, .placeSlide_doiac, .placeSlide_1 {
    width: 1300px;
}

#owl-banner .owl-page {
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #ccc;
    text-indent: -100000px;
    margin: 0 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

#owl-banner .owl-buttons, .overlay {
    display: none
}

#owl-banner .owl-pagination, .dv-notfull {
    width: 100%;
    text-align: center
}

#owl-banner .owl-page.active {
    background: #000000b3
}

#owl-banner .owl-pagination {
    position: absolute;
    bottom: 2%;
    z-index: 100
}

.box-sanpham.flex {
    float: left
}

#owl-spchitiet .owl-next, #owl-spchitiet .owl-prev, .pro_slide_next, .pro_slide_prev {
    position: absolute;
    width: 12px;
    border: 1px solid #ccc;
    bottom: 50%;
    height: 50px;
    margin-bottom: -25px;
    text-indent: -10000px
}

#owl-spchitiet .owl-prev, .pro_slide_prev {
    left: 0;
    border-radius: 0 5px 5px 0;
    background: url(../images/pro_slide_next.png) center center no-repeat #f4f4f4;
}

#owl-spchitiet .owl-next, .pro_slide_next {
    right: 0;
    border-radius: 5px 0px 0px 5px;
    background: url(../images/pro_slide_next.png) center center no-repeat #f4f4f4;
}

.owl-wrapper-outer {
    overflow: hidden
}

.leftspchitiet {
    width: calc(60% - 20px);
    float: left;
    margin: 0 10px;
}

.formBox li select {
    width: calc(33.33% - 3px);
    display: inline-block;
    padding: 0 10px;
}

li.payment_method_input:after {
    z-index: -1;
}

.contact.contact_lh.no_box {
    margin-bottom: 20px;
}

.placeSlide_1:hover .owl-next, .placeSlide_1:hover .owl-prev {
    opacity: 1;
}

.owl-next {
    right: 0;
}

.owl-prev:hover, .owl-next {
    color: #fff;
}

div#owl-banchay {
    width: 100%;
}

table#tbl-tygia img {
    margin-right: 5px;
}

table#tbl-tygia td {
    width: 25%;
}

table#tbl-tygia td a {
    color: #1070e0;
}

table#tbl-tygia td a:hover {
    text-decoration: underline;
}

.greentext {
    color: #00a65a;
}

.redtext {
    color: red;
}

.footer ul:nth-child(3) {
    display: none;
}

.box-sanpham.flex {
    width: 25%;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background: #4c4c4c !important;
}

.mm-listview .mm-next {
    width: 100% !important;
}

img#img_contact_cap {
    height: 44px !important;
}

.hidden {
    display: none !important;
}

.fullimages {
    width: calc(100% - 15px) !important;

}

#owl-spchitiet {
    margin-top: 20px
}

#owl-spchitiet li {
    list-style: none;
    margin: 5px;
    width: calc(100% - 10px);
}

#owl-spchitiet:hover .owl-next, #owl-spchitiet:hover .owl-prev {
    opacity: 1;
}

#owl-spchitiet {
    display: none !important;
}

/*div#thumbs2-prev, div#thumbs2-next {*/
/*display: none;*/
/*}*/
.wid120 {
    width: 120px !important;
    padding: 5px 0;
}

.wid120-100 {
    width: calc(100% - 152px) !important;
}

.wid120.thumbs2 {
    width: 164px !important;
}

.fullimages.thumbs2 {
    width: calc(100% - 196px) !important;
}

aside.floating {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    background-color: #ff4242;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    font-size: 1.2em;
}

.cover {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

aside.floating section.chatus, aside.floating section.inside > a {
    float: left;
    border-right: 1px dotted #ccc;
    text-transform: capitalize;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    width: 25%;
    padding: 15px 0;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 100000;
}

aside.floating section.chatus img {
    position: absolute;
    left: 8px;
    top: 40%;
    margin-top: -10px;
}

aside.floating section.chatus a {
    color: #fff;
}

section.inside.cover span {
    font-size: 14px;
}

.text_animation_color {
    -webkit-animation: text_animation_color infinite 1s;
    -o-animation: text_animation_color infinite 1s;
    animation: text_animation_color infinite 1s;
}

section.popupchat {
    position: fixed;
    bottom: -450px;
    right: 5px;
    border: 1px solid #bbb;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    height: 450px;
}

#maximizeChat {
    display: none !important;
}

.dmd-phone.dmd-show {
    visibility: visible;
    display: none;
}

div.title {
    text-align: center;
    font-size: 20px;
    color: #ff4242;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#thongtinthanhtoan {
    display: none;
}

#chuyenkhoanbtc, #chuyenkhoantienmat {
    padding: 10px 50px;
    box-sizing: border-box;
    width: 100%;

}

.animation {

}

#chuyenkhoanbtc {
    display: none;
}

.chart iframe {
    width: calc(100% - 20px);
    margin: 0 10px;
}

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

    .mn-mobile {
        display: inline-block !important;
        float: left;
        background: #4c4c4c;
        padding: 0 10px;
        position: absolute;
        height: 28px;
        line-height: 28px;
        margin-right: 10px;
        top: 25px;
        right: 15px;
        cursor: pointer;
    }

    .menu {
        display: none
    }

    .pagewrap {
        width: 100%;
        padding: 15px;
        margin: inherit;
    }

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

    .right_header ul li span {

        height: 20px;
        width: 20px;

    }

    .dmd-phone h2 {
        width: 190px;

    }

    .right_header ul li {
        top: 15px;
        right: 65px;
    }

    .left_menu ul {

        height: auto;
    }

    .left_menu {

        width: 25%;

    }

    .banner_page {

        width: 75%;
    }

    .box-sanpham.flex {
        width: calc(25% - 20px);
        margin: 10px;
    }

    .box-sanpham.flex ul {
        width: 100%;
        margin: initial;
    }

    .right_tt_home.flex {
        width: calc(33.33% - 20px);
    }

    .left_tt_home.flex {
        width: 66.67%;
    }

    .left_tt_home ul {
        width: calc(50% - 20px);
    }

    .footer ul {
        margin: 10px;
        width: calc(33.33% - 20px);
    }

    .slide_header h3 {
        width: 150px;
    }

    .slide_header ul {
        width: calc(100% - 150px);
    }

    .sanpham_home_id ul {

        width: calc(100% - 20px);

    }

    .left_menu ul {
        padding: initial;
        display: none;
    }

    .banner_page {
        width: 100%;
    }

    .left_tt_home ul p {
        max-height: 150px;
    }

    .tintuc_page_id ul p {
        max-height: 167px;
    }

    .box-tintuc.flex {
        width: calc(33.33% - 20px);
        margin: 20px 10px;
    }

    .tintuc_page_id ul {
        margin: initial;
        width: 100%;
    }

    .company_contact.flex ul {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    #owl-spchitiet {
        display: block !important;
    }

    #bridal_images_list {
        display: none;
    }

    #bridal_images {
        width: 100% !important;
    }

    .tabl-reponsive {
        overflow-x: auto;
    }

    .tabl-reponsive table {
        width: 100%;
    }

    #tabletygia {
        overflow-x: auto;

    }
}

@media only screen and (max-width: 991px) {
    .box-sanpham.flex {
        width: calc(33.33% - 20px);

    }

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

    .box-tintuc.flex {
        width: calc(50% - 20px);
    }

    .link_page ul {
        display: none;
    }

    .company_contact.flex ul {
        width: calc(50% - 20px);
    }

    .leftspchitiet, .viewRight {
        width: calc(100% - 20px);
        margin: 10px;
    }

    aside.floating section.chatus, aside.floating section.inside > a {
        width: 50%;
    }

    .floating .inside.cover a:nth-child(2), .floating .inside.cover a:nth-child(3) {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box-sanpham.flex {
        width: calc(50% - 20px);

    }

    .footer ul {
        width: calc(50% - 20px);
    }

    .left_tt_home.flex {
        width: 100%;
    }

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

    .titBox .sub_2 {
        font-size: 18px;
    }

    .titBox .tit_2 {
        font-size: 22px;
        line-height: 25px;
    }

    .box-tintuc.flex {
        width: calc(100% - 20px);
    }

    .title_news h2 {
        font-size: 23px;
    }

    .contact .left, .contact .right {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    #cart_list table, #cart_list thead, #cart_list tbody, #cart_list th, #cart_list td, #cart_list tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #cart_list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #cart_list tr {
        border: 1px solid #ccc;
    }

    #cart_list td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    #cart_list td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    #cart_list td:before {
        content: attr(title) ": ";
        text-align: left !important
    }

    #cart_list td:nth-of-type(1):before {
        content: "";
        display: none
    }

    #cart_list td:nth-of-type(1) {
        padding-left: 0;
    }

    #cart_list td img {
        width: 35%;
        text-align: center;
        display: block;
    }

    #cart_list td {
        text-align: right !important;
        height: auto;
    }

    #cart_list .tr_first {
        display: none
    }

    #cart_list td input {
        width: 50px;
        border: solid 1px #3c746b;
    }

    #cart_list td #pro_sum {

        width: 100%;
        margin: 15px 0px;
    }

    .tr_first {
        display: none;
    }

    #cart_list tr:last-child td {
        padding: 5px;
    }
}

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

    .left_tt_home ul, .footer ul, .box-sanpham.flex {
        width: calc(100% - 20px);
    }

    .footer ul:nth-child(4) {
        text-align: center;
    }

    .titBox .sub_2 {
        font-size: 14px;
    }

    .titBox .tit_2 {
        font-size: 18px;
    }

    .pagewrap.page_conten_page .pagewrap {
        padding: initial;
    }

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

    #cart_list td a.pro_del.mar {

        display: inline-block;
        margin: 2px 0;
    }
}

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

    .titBox .sub_2 {
        font-size: 12px;
    }

    .titBox .tit_2 {
        font-size: 15px;
        line-height: 20px;
    }

    .logo_top img {
        height: 40px;
        width: auto;
    }

    .right_header ul li {
        top: 0;
    }

    .mn-mobile {
        top: 8px;

    }

}

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

/*rightNav*/
#rightNav{position:fixed;bottom:100px;right: 10px;z-index:9999}#rightNav a{display: block;}#rightNav img {float:left;width: 45px;height: 45px;margin-top: 5px;}
/*End rightNav*/