@import "font.css";

@charset "utf-8";
.banghoso {
    overflow-x: auto;
    width: 600px;
    margin: auto;
    padding: 10px;
    border: 1px solid #aeaeae;
}

body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 13px;
    line-height: 22px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    overflow-y: auto;
    overflow-x: hidden;
}

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

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

.bang {
    border: 1px solid black;
    border-spacing: 0 0 !important;
    margin-top: 15px;
}

#cart_list .bt-save {
    list-style-type: none;
    text-align: center;
    padding: 10px 0;
}

#cart_list .bt-save a:hover {
    background: #00A85A;
}

#cart_list .bt-save a {
    color: #fff;
    width: 120px;
    padding: 8px 14px;
    background: #ed1c24;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

.padding_pagewrap {
    padding: 0 10px;
}

.page_load {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

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

.showText ul li {
    margin-left: 35px;
}

.header_top {
    padding: 5px 0;
    background: #00A85A;
}

.header_top_right {
    float: left;
    color: #696969;
    margin-top: 5px;
    padding-left: 160px;
}

.header_top_right ul h2 {
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    background: url(../images/tel.png) center left no-repeat;
    padding-left: 30px;
}

.header_top_right ul h2 span {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.header_top_right ul h3 {
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin-left: 15px;
    background: url(../images/email_top.png) top 1px left no-repeat;
    padding-left: 25px;
}

.giohang_id {
    float: right;
    background: url(../images/icon_giohang.png) left center no-repeat;
    padding-left: 40px;
    line-height: 35px;
    min-height: 35px;
    margin-right: 20px;
}

.giohang_id h3 {
    color: #00A85A;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    background: #fefefe;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 2px;
}

.giohang_id:hover h3 {
    color: #fff;
    background: #ed1c24;
}

.header {
    background: #ffffff;
    padding: 12px 0;
}

.dv-top-header {
    position: relative;
    z-index: 9999
}

.logo_top {
    left: 10px;
    position: absolute;
    top: -110px;
    padding: 10px;
    background: url(../images/logo.png) center center no-repeat #fff;
    z-index: 2;
    width: 99px;
    height: 90px;
    text-indent: -10001px;
}

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

.right_header {
    float: right;
    margin-right: 10px;
}

.box_menu {
    background: #ED1C24;
    z-index: 99;
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background: #ED1C24;
    width: 100%;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    border-bottom: none;
    border-top: none;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

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

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

.box_menu.fixed .logo_top {
    left: 0;
    top: 2px;
    background: url(../images/logo_2.png);
    padding: 0;
    width: 44px;
    height: 40px;
    z-index: 3;
}

.box_menu.fixed #menu {
    padding-left: 60px;
}

#menu {
    text-align: center;
    line-height: 0;
    float: left;
    margin-left: 0;
}

#menu > li {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
}

#menu > li.active {
    background: #b4252d;
}

#menu > li > a {
    padding: 0 13px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#menu li:hover > a {
    background: #b4252d;
    color: #fff;
}

#menu li a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 5;
    color: #fff;
    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;
}

#menu li ul {
    min-width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    margin-top: 15px;
    border-bottom: solid 4px #b4252d;
    border-left: solid 1px #b4252d;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    padding-top: 15px;
    background: #fff;
}

#menu li li {
    position: relative;
}

#menu li:hover li ul {
    top: 0px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    margin-left: 20px;
}

#menu li:hover ul, #menu li:hover li:hover ul {
    margin-top: 0;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#menu li ul li {
    white-space: nowrap;
    text-align: left;
    display: block;
    background: #fff;
    padding: 0 15px;
}

#menu li ul li:last-child {
    padding-bottom: 10px;
}

#menu li ul li a {
    padding: 0 15px;
    border-bottom: solid 1px #F0F0F5;
    border-top: solid 1px #fff;
    line-height: 30px;
    height: 30px;
    position: relative;
    text-transform: capitalize;
    color: #333;
    transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    -ms-transition: padding .2s linear;
}

#menu li ul li:first-child a {
    border-top: none;
}

#menu li ul li:last-child a {
    border-bottom: none;
}

#menu li ul li > a:before {
    content: attr(icons);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 18px;
    line-height: 30px;
    transition: left .2s linear;
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    -o-transition: left .2s linear;
    -ms-transition: left .2s linear;
}

#menu li ul li:hover > a {
    padding: 0 10px 0 20px;
}

#menu li ul li:hover > a:before {
    left: 8px;
}

#menu li ul li li:first-child {
    padding-top: 10px;
}

#menu li ul li ul {
    padding: 0;
}

.lang_top {
    float: right;
    margin-right: 10px;
}

.lang_top ul li {
    float: left;
    margin-left: 10px;
    margin-top: 0;
    list-style: none;
    line-height: 0;
    border: solid #FFF 1px;
}

.lang_top ul li:hover {
    opacity: .8;
}

.lang_top {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.bannerMain {
    position: relative;
    overflow: hidden;
    height: 500px;
}

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

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

.pagiBanner a {
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #ccc;
    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 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.pagiBanner a.selected {
    background: #00A85A;
}

.news_home ul li img:hover, .gioithieu_home li img:hover, .news_hot_home ul li img:hover, .dichvu_more ul li img:hover, .dichvu_id ul li img:hover, .onePro_2 .proImg img:hover, .onePro_3 .proImg img:hover, .onePro .proImgimg:hover, .onePro_1 .proImg img:hover, .news-img img:hover, .newsRight img:hover {
    opacity: .5;
}

.services_home {
    padding: 30px 0;
}

.services_home h3, .dichvu_id h3 {
    text-align: center;
    color: #ed1c24;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}

.services_home h4, .dichvu_id h4 {
    text-align: center;
    color: #999;
    font-size: 16px;
    width: 80%;
    line-height: 30px;
    text-transform: none;
    font-weight: normal;
    padding-bottom: 20px;
}

.placeNav_2 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #00A85A;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
}

.placeNav {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #00A85A;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
}

/*.placeNav { position: absolute; top: 35px; z-index: 3; color: #999; font-size: 20px; width: 15px; line-height: 20px; height: 25px; background: rgba(51, 51, 51, 0.69); text-align: center; opacity: 0; }*/
.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev {
    left: 0;
}

.placeNav_3 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #00A85A;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
}

.placeNav_3.next {
    right: 0;
    text-indent: 3px;
}

.placeNav_2.next {
    right: 0;
    text-indent: 3px;
}

.placeNav.next {
    right: 0;
    text-indent: 3px;
}

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

.placeNav:hover, .placeNav_2:hover {
    color: #f00;
}

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

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

.onePro_1 {
    width: 282px;
    float: left;
    margin: 10px;
    list-style: none;
    position: relative;
    background: #fff;
    text-align: center;
}

.onePro_1 img {
    width: 100%;
    height: 180px;
    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);
}

.onePro_1 h1, .dichvu_more ul h2 {
    font-weight: bold;
    line-height: 25px;
    font-size: 14px;
    color: #00A85A;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.onePro_1:hover h1, .dichvu_more ul:hover h2 {
    color: #ed1c24;
}

.onePro_1 p, .dichvu_more ul p {
    line-height: 25px;
    font-size: 13px;
    color: #666;
}

.sanpham_home {
    padding: 30px 0;
    background: #f7f7f7;
}

.onePro_2 {
    width: calc(33.33% - 32px);
    float: left;
    border: solid 1px #ccc;
    margin: 0 10px 20px 10px;
    padding: 5px;
    list-style: none;
    position: relative;
    background: #fff;
}

.onePro_2 img {
    width: 100%;
    height: 211px;
    display: block;
    background: #fff;
    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);
}

.onePro_2 .proImg, .onePro_3 .proImg, .onePro .proImg, .onePro_1 .proImg {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    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;
}

.onePro_3 {
    width: 92%;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px;
    list-style: none;
    position: relative;
    background: #fff;
}

.onePro_3 img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    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);
}

.onePro {
    width: 268px;
    float: left;
    border: solid 1px #ccc;
    margin: 10px;
    padding: 5px;
    list-style: none;
    position: relative;
    background: #fff;
}

.onePro img {
    width: 100%;
    height: 205px;
    display: block;
    background: #fff;
}

.onePro h3, .onePro_2 h3, .onePro_3 h3 {
    position: absolute;
    right: 0;
    top: 50px;
    padding: 10px;
    z-index: 1;
    background: #f60;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.onePro h1, .onePro_2 h1, .onePro_3 h1 {
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    color: #333;
    padding: 10px;
    padding-bottom: 5px;
    text-transform: none;
}

.onePro:hover h1, .onePro_2:hover h1, .onePro_3:hover h1 {
    color: #ed1c24;
}

.onePro h2, .onePro_2 h2, .onePro_3 h2 {
    color: #f60;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.onePro h2 span, .onePro_2 h2 span, .onePro_3 h2 span, .viewRight h1 span, .viewRight p.price span {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    padding-left: 10px;
    text-decoration: line-through;
}

.onePro p, .onePro_2 p, .onePro_3 p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0px 10px 10px 10px;
    text-align: left;
}

.onePro:hover, .onePro_2:hover, .onePro_3:hover {
    border: solid #ccc 1px;
    webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.70);
    box-shadow: 0 0 12px rgba(140, 140, 140, 0.74);
}

.title_home {
    color: #ed1c24;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 50%;
    line-height: 35px;
}

.title_page {
    color: #4b4f56;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 35px;
}

.title_home:before, .title_page:before {
    border-bottom: double #ccc 4px;
    width: 30%;
    position: absolute;
    left: 0;
    content: '';
    top: 30px;
}

.title_home:after, .title_page:after {
    border-bottom: double #ccc 4px;
    width: 30%;
    position: absolute;
    right: 0;
    content: '';
    top: 30px;
}

.gioithieu_home {
    padding: 70px 0;
    background: url(../images/bg_5.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.gioithieu_home ul {
    float: left;
    margin: 20px;
    width: calc(33.33% - 40px);
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.gioithieu_home ul li {
    text-align: center;
    line-height: 0;
    list-style: none;
    margin-bottom: 20px;
}

.gioithieu_home ul h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px #333;
}

.gioithieu_home ul h2 a {
    color: #ffffff;
}

.gioithieu_home ul h2 a:hover {
    color: #ff0;
}

.gioithieu_home ul li img {
    width: auto;
    height: 70px;
}

.gioithieu_home h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
    line-height: 45px;
    position: relative;
    color: #ff0;
    margin-bottom: 20px;
    text-shadow: 1px 1px #000;
}

.doitac_home {
    padding: 50px 0;
    background: url(../images/bg_8.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;
}

.logo_thuonghieu {
    float: left;
    width: 115px;
    padding-right: 11px;
    margin-bottom: 10px;
    list-style: none;
    line-height: 0;
}

.logo_thuonghieu img {
    width: 100%;
    height: 60px;
    border: solid #CCC 1px;
}

.logo_thuonghieu:hover {
    opacity: .7;
}

.copyright_bottom {
    background: url(../images/bg_1.jpg);
    -ms-background-size: cover;
    padding: 30px 0;
    color: #666;
    border-top: 3px solid #555;
}

.left_footer_id {
    float: left;
    line-height: 25px;
    width: 410px;
    margin-left: 10px;
}

.left_footer_id h2 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 30px;
}

.left_footer_id a {
    color: #333;
}

.left_footer_id a:hover {
    color: #0066b3;
}

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

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #ed1c24;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    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;
}

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

#sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    text-align: left;
    padding-top: 10px;
    height: 35px;
    float: right;
}

.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: 10px;
    float: none;
}

.sharelink a img {
    background: none;
    border: solid #6d6d6d 1px;
    padding: 5px;
    margin-right: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #1f1f20;
    opacity: .4;
}

.sharelink img:hover {
    background: #252525;
    border: solid #7d7d7d 1px;
    opacity: 10;
}

.bottom_id_copyright {
    text-align: center;
    padding-top: 20px;
    color: #666;
    background: #1f1f20;
    padding-bottom: 5px;
}

.bottom_id_copyright a {
    color: #666;
    font-weight: bold;
}

.bottom_id_copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.face_bottom {
    width: 428px;
    float: right;
    margin-right: 10px;
}

.dangkynhantin_footer {
    width: 270px;
    float: left;
    padding: 18px 16px;
    background-color: #1f1f20;
    margin: 0 20px;
}

.dangkynhantin_footer h2 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #fff;
    line-height: 30px;
}

.dangkynhantin_footer ul form input {
    float: left;
    height: 30px;
    background: #fff;
    border: solid #ccc 1px;
    border-right: none;
    width: 158px;
    padding: 0 10px;
    color: #999;
    list-style: none;
}

.dangkynhantin_footer ul form input:focus {
    color: #323232;
    background: #fff;
}

.dangkynhantin_footer ul form a {
    float: left;
    line-height: 30px;
    color: #fff;
    background: #636363;
    padding: 0 15px;
    border: solid #636363 1px;
}

.dangkynhantin_footer ul form a:hover {
    color: #fff;
    text-decoration: none;
    background: #252525;
    border: solid #636363 1px;
    border-left: solid #ccc 1px;
}

.dangkynhantin_footer p {
    padding: 0px;
    padding-bottom: 15px;
    color: #666;
    line-height: 25px;
}

.doitac_home_box {
    margin: 10px;
    background: #fff;
    padding: 24px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
}

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

.news_hot_home ul {
    float: left;
    margin: 10px;
    width: 558px;
    background: #fff;
    padding: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
    border: solid #CCC 1px;
}

.news_hot_home h3 {
    font-size: 23px;
    margin-bottom: 10px;
    color: #ed1c24;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.news_hot_home ul li {
    width: 255px;
    float: left;
    margin-right: 10px;
    list-style: none;
    line-height: 0;
}

.news_hot_home ul li img {
    width: 100%;
    height: 170px;
}

.news_hot_home ul h2 {
    color: #00A85A;
    font-size: 16px;
    padding-bottom: 10px;
    float: right;
    line-height: 25px;
    width: 270px;
    padding-right: 10px;
    text-transform: none;
    padding-top: 10px;
}

.news_hot_home ul:hover h2 {
    color: #ed1c24;
}

.news_hot_home ul p {
    color: #666;
    font-size: 13px;
    float: right;
    width: 270px;
    padding-right: 10px;
}

.right_conten {
    float: left;
    width: 270px;
    padding-left: 10px;
}

.left_conten {
    float: right;
    width: 910px;
}

.title_page_1 {
    position: relative;
    z-index: 1;
    line-height: 40px;
    background: #00A85A;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.title_page_1 span {
    margin: 13px 0;
    display: none;
    float: left;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 5px solid #2894FF;
    margin-right: 10px;
}

.title_page_1 h3 {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title_page_1 h2 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    padding-left: 20px;
}

.title_page_1 ul {
    float: right;
}

.title_page_1 ul li {
    float: left;
    list-style: none;
    padding-right: 20px;
    color: #fff;
    text-transform: uppercase;
}

.title_page_1 ul li a {
    color: #fff;
    font-size: 12px;
}

.title_page_1 ul li a:hover {
    color: #fed245;
    text-decoration: underline;
}

.boder_right {
    border: solid #00A85A 1px;
    padding: 10px;
    border-top: none;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

.col-md-2 {
    width: 100%;
    margin-bottom: 10px;
}

.col-md-3 {
    float: left;
    width: 95%;
    margin-bottom: 10px;
}

.col-md-1 {
    width: 100%;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 91%;
    height: 35px;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    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;
}

.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: 40px !important;
    width: 100%;
    border: 1px solid #ccc;
}

.timkiem_id h2 a {
    float: right;
    display: block;
    background: #00A85A;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-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;
}

.timkiem_id p a {
    color: #00A85A;
    line-height: 27px;
    font-weight: normal;
}

.timkiem_id p a:hover {
    color: #01a2d0;
    text-decoration: underline;
}

.timkiem_id h2 a:hover {
    background: #ed1c24;
    color: #fff;
}

.id_danhsach_gisu {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted #CCCCCC 1px;
}

.id_danhsach_gisu_left {
    float: left;
    width: 650px;
}

.id_danhsach_gisu_left h2 {
    color: #00A85A;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: capitalize;
    line-height: 25px;
}

.id_danhsach_gisu_left h2 a {
    color: #00A85A;
}

.id_danhsach_gisu_left h2 a:hover {
    color: #ed1c24;
}

.id_danhsach_gisu_left li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 170px;
    border: solid #eee 1px;
    padding: 5px;
}

.id_danhsach_gisu_left li img {
    width: 100%;
    height: 110px;
}

.id_danhsach_gisu_left ul {
    width: 455px;
    float: right;
}

.id_danhsach_gisu_left ul p {
    color: #333;
    font-size: 13px;
    line-height: 30px;
}

.id_danhsach_gisu_left ul p span {
    font-weight: bold;
}

.id_danhsach_gisu_right {
    float: right;
    width: 230px;
}

.id_danhsach_gisu_right ul {
    background: #eee;
    padding: 20px;
    text-align: center;
    color: #333;
    margin-top: 2px;
    line-height: 30px;
}

.id_danhsach_gisu_right ul h3 {
    display: inline-table;
    margin-top: 15px;
}

.id_danhsach_gisu_right ul h3 a {
    color: #fff;
    background: #ed1c24;
    padding: 5px 20px;
    line-height: 25px;
    font-size: 13px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.id_danhsach_gisu_right ul h3 a:hover {
    color: #fff;
    background: #00A85A;
}

.chitiet_left {
    float: left;
    width: 200px;
}

.chitiet_left ul {
    padding: 10px;
    border: dashed #CCC 1px;
    text-align: center;
    background: #eee;
}

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

.chitiet_left ul h2 a {
    display: block;
    line-height: 40px;
    color: #fff;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
    background: #00A85A;
    text-transform: none;
    border-radius: 15px;
}

.chitiet_left ul h2 a:hover {
    color: #fff;
    background: #ed1c24;
}

.box_right_chitiet {
    width: 680px;
    float: right;
}

.chitiet_right {
    padding: 20px;
    border: solid #CCC 1px;
    margin-bottom: 40px;
}

.chitiet_right_load h2 {
    color: #00A85A;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
}

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

.chitiet_right_load ul h3 {
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    width: 150px;
}

.chitiet_right_load ul p {
    float: left;
    width: 488px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}

.chitiet_right_load li {
    list-style: none;
    float: right;
    font-weight: bold;
}

.chitiet_right_load li span {
    font-weight: bold;
    font-size: 15px;
}

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

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

.nums a {
    font-size: 14px;
    display: block;
    margin: 0 6px 0 0;
    padding: 4px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    table-layout: inherit;
    text-align: center;
    color: #666;
    background: #eee;
    border: #ccc 1px solid;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #239dcc;
    color: #ffffff;
    border: #239dcc 1px solid;
}

.nums a.stay {
    background: #00A85A;
    border: #00A85A 1px solid;
    color: #fff;
}

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

.list-yahoo li a {
    background-image: url(../images/website/yahoo.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    line-height: 30px;
    display: block;
    margin-right: 5px;
    margin-left: 0px;
    color: #1d2129;
    text-decoration: none;
    font-size: 13px;
}

.list-yahoo li {
    background: none;
    padding-left: 0px;
    list-style: none;
    border-bottom: dotted #CCC 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.list-yahoo li a.last {
    background: url(../images/skype.png) center left no-repeat;
    font-weight: bold;
    text-transform: uppercase;
}

.list-yahoo li a:hover {
    opacity: .7;
}

.list-yahoo li h2 span {
    color: #ed1c24;
    font-weight: bold;
    font-size: 16px;
}

.list-yahoo li h2 {
    color: #333;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
}

.list-yahoo {
    padding: 13px;
    background: #eee;
}

.newsRight a:hover {
    color: #fff;
}

.newsRight a {
    display: block;
    min-height: 65px;
    background: #eee;
    margin-bottom: 2px;
    color: #333;
    display: block;
    overflow: hidden;
}

.newsRight img {
    width: 105px;
    height: 70px;
    float: left;
    margin-right: 10px;
    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);
}

.newsRight h2 {
    color: #333;
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
}

.newsRight a:hover {
    background: #ed1c24;
    color: #fff;
}

.newsRight a:hover h2, .newsRight h2:hover {
    color: #fff;
}

.menu_right ul li {
    list-style: none;
    border-bottom: dotted #CCCCCC 1px;
}

.menu_right ul.menu-sub {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    border: 1px solid #00a85a;
    display: none;
    z-index: 9999;
}

.menu_right li:hover > ul {
    display: block;
}

.menu_right ul li {
    list-style: none;
    border-bottom: dotted #CCCCCC 1px;
    position: relative;
}

.menu_right ul li a {
    display: block;
    padding: 5px 10px;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 25px;
    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;
}

.menu_right ul li a:hover {
    color: #fff;
    background: #ed1c24;
}

.contact {
    padding-left: 0;
    padding-bottom: 20px;
}

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

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

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

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

.formBox li input, .formBox li textarea {
    border: solid 1px #E1E1E1;
    height: 38px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}

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

.contact .left input {
    width: 82%;
}

.contact .right input, .contact .right textarea {
    width: 89%;
}

.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

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

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

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

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

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

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

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

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

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

.formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 25px;
    margin-left: 10px;
    height: 37px;
    line-height: 37px;
    margin-top: 10px;
    color: #FFF;
    background: #ed1c24;
    white-space: nowrap;
    -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: #00A85A;
}

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

#map {
    display: block;
    border: solid 3px #eee;
    height: 500px;
}

#map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.one-news {
    padding-bottom: 20px;
}

.news-img {
    width: 270px;
    height: auto;
    float: left;
    border: solid 1px #ccc;
    padding: 5px;
    background: #FFF;
    display: block;
    overflow: hidden;
}

.news-img:hover {
    border: solid 1px #999999;
    padding: 5px;
    background: #FFF;
    opacity: .8;
}

.news-img img {
    width: 100%;
    height: 170px;
    margin: 0px;
    border: none;
    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;
}

.news-view {
    width: 595px;
    float: right;
    line-height: 25px;
    color: #444;
}

.news-day {
    font-size: 14px;
    color: #333;
    border-bottom: solid 1px #eee;
    padding: 8px 0px;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
}

.tieude_tintuc {
    color: #FF8200;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
}

.tieude_tintuc a {
    color: #333;
    font-weight: bold;
    font-size: 17px;
    text-transform: none;
}

.tieude_tintuc a:hover, .other_news_id ul h2:hover {
    text-decoration: underline;
    color: #ed1c24;
}

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

.title_news h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #00a85a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title_news li {
    font-size: 13px;
    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: 25px;
    color: #333;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 15px;
}

.other_news #right_title {
    margin-bottom: 10px;
}

.other_news li {
    font-size: 15px;
    line-height: 26px;
    color: #777;
    padding-bottom: 5px;
    margin-bottom: 5px;
    list-style: none;
    border-bottom: dotted #CCCCCC 1px;
}

.other_news li a, .news_right ul li a {
    color: #333;
    font-size: 15px;
    display: inline-block;
}

.other_news li a span {
    color: #666;
    font-size: 12px;
}

.other_news li:hover, .other_news li:hover a, .news_right ul li a:hover {
    color: #00A85A;
    text-decoration: underline;
}

.other_news {
    padding: 20px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
    border: solid #CCC 1px;
}

.other_news h2 {
    line-height: 35px;
    border-bottom: double #CCCCCC 4px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: bold;
}

.nums {
    table-layout: auto;
    text-align: center;
    padding-bottom: 20px;
}

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

.nums a {
    font-size: 14px;
    display: block;
    margin: 0 6px 0 0;
    padding: 3px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    table-layout: inherit;
    text-align: center;
    color: #666;
    background: #eee;
    border: #CCC 1px solid;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #ed1c24;
    color: #FFF;
    border: #ed1c24 1px solid;
}

.nums a.stay {
    background: #00A85A;
    border: #00A85A 1px solid;
    color: #fff;
}

.showText h2 {
    color: #00a85a;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "VNF-Oswald", serif;
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 40px;
    letter-spacing: 2px;
}

.viewLeft {
    width: 410px;
    float: left;
    margin-bottom: 20px;
}

.viewRight {
    width: 455px;
    float: right;
    margin-bottom: 20px;
}

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

.viewRight .desc b {
    display: block;
    margin-bottom: 10px;
}

.viewRight .desc li {
    line-height: 18px;
    margin-bottom: 15px;
    list-style: none; /* margin-left: 15px; */
}

#sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    height: 30px;
}

#sharelink img {
}

#sharelink img:hover {
    background: #008376;
}

#sharelink spam {
    padding-top: 0px;
}

#proCont {
    padding: 0px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.listDesc {
    margin-bottom: 20px;
    box-shadow: inset 0 -5px #EC1F26;
    margin-top: 0;
}

.listDesc a {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    color: #fff;
    font-weight: bold;
    background: #EC1F26;
    padding: 5px 20px;
}

.titleView {
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 17px;
    color: #00A85A;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: dotted #CCCCCC 1px;
    padding-bottom: 5px;
}

.viewRight h2 {
    font-size: 18px;
    color: #00a859;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 5px;
}

.viewRight h1, .viewRight p.price {
    font-size: 18px;
    color: #ed1c24;
    line-height: 26px;
    font-weight: bold; /* padding-bottom: 5px; *//* margin-bottom:5px; */
}

.viewRight h2 span {
    font-size: 15px;
    position: relative;
    font-weight: normal;
    color: #f00;
    line-height: 26px;
    float: right;
    padding-right: 160px;
    text-align: right;
}

.viewRight h3 {
    font-size: 14px;
    position: relative;
    color: #8DC540;
    line-height: 26px;
}

#bridal_images {
    border: 1px solid #CCC;
    background: #eee;
    padding: 5px;
    width: 400px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 12px;
}

#bridal_images img {
    border: none;
    width: 400px;
    height: 300px;
    margin: 0px auto;
}

#bridal_images_list {
    display: block;
    width: 96%;
    padding-left: 20px;
    position: relative;
}

#bridal_images_list li {
    margin-right: 10px;
    margin-left: 2px;
    list-style: none;
    float: left;
    height: 80px;
    width: 105px;
    border: 1px solid #CCC;
    background: #eee;
    padding: 4px;
    text-align: center;
    overflow: hidden;
}

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

#bridal_images_list img {
    width: auto;
    height: 80px;
    width: 105px;
    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;
}

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

.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;
    font-size: 18px;
    text-transform: uppercase;
}

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

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

.quantity .plus {
    bottom: 27px;
}

.quantity a {
    position: absolute;
    height: 50px;
    line-height: 52px;
    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: #ed1c24;
}

.quantity a:hover {
    color: #fff;
    background: #00A85A;
}

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

.add_more_2 ul {
    text-align: center;
    margin-top: 15px;
}

.add_more_2 ul h2 {
    list-style: none;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: normal;
    margin-left: 1px;
    margin-top: 5px;
    float: left;
    text-transform: uppercase;
}

.add_more_2 ul h3 {
    list-style: none;
    font-size: 13px;
    background: #f15e22;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin-left: 5px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    float: left;
    text-transform: uppercase;
}

.add_more ul h2:hover, .add_more ul h3:hover, .add_more_2 ul h2:hover, .add_more_2 ul h3:hover {
    background: #f60;
    color: #fff;
}

#cart_list {
    background: #fff;
}

#cart_list tr {
    background: #f1f1f1;
}

#cart_list tr a {
    color: #333;
}

#cart_list tr a:hover {
    color: #ed1c24;
}

#cart_list th {
    background: #00A85A;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
    font-size: 13px;
}

#cart_list td {
    padding: 5px;
    padding-left: 10px;
    color: #444;
    font-size: 14px;
    line-height: 20px;
}

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

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

#cart_list td a.pro_del {
    background: #ed1c24;
    font-size: 13px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
}

#cart_list td a.pro_del:hover {
    background: #00a85a;
    color: #fff;
}

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

#cart_list td #pro_sum label {
    color: #ed1c24;
    font-size: 20px;
}

#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; }*/
.inputnophoso {
    width: 50% !important;
}

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

#payment_method h3 {
    font-size: 16px;
    color: #00A85A;
    font-weight: bold;
    padding-bottom: 0px;
}

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

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

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

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

.dichvu_more ul {
    margin: 10px;
    width: 261px;
    border: solid #CCC 1px;
    padding: 10px;
    text-align: center;
    float: left;
}

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

.title_page_load_id p {
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -20px;
    background: #fff;
    padding-right: 15px;
}

.title_page_load_id {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.title_page_load_id ul {
    border-bottom: 4px double #ddd;
    line-height: 0.4em;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.title_page_load_id h3.title {
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -20px;
    background: #fff;
    padding-right: 15px;
}

.bg_load_page {
    color: #fff;
    padding: 50px 0;
    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;
}

.bg_load_page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(26, 29, 36, 0.5);
    transition: .3s all ease;
}

.link_page h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    letter-spacing: 0px;
    margin-top: 20px;
    font-weight: bold;
}

.link_page {
    padding-left: 10px;
    padding-right: 10px;
}

.link_page h1 {
    color: #dc1a5b;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
    float: left;
    border-bottom: double #CCCCCC 4px;
}

.link_page ul li {
    list-style: none;
    text-transform: uppercase;
    font-size: 13px;
    background: url(../images/icon_home.png) center left no-repeat;
    padding-left: 25px;
    color: #fff;
    letter-spacing: 2px;
}

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

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

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

.input_search {
    padding: 5px 20px;
    height: 30px;
    width: 200px;
    float: right;
    color: #999;
    background: none;
    border: none;
    font-size: 13px;
}

.input_search:focus {
    color: #000;
}

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

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

.thanhvien_top ul {
    float: right;
    margin-right: 10px;
}

.thanhvien_top ul li {
    list-style: none;
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.thanhvien_top ul li a {
    color: #ffffff;
}

.thanhvien_top ul li a:hover {
    color: #ff0;
    text-decoration: underline;
}

.company_top h2 {
    position: absolute;
    left: 160px;
    top: 9px;
    font-size: 20px;
    font-weight: bold;
    color: #00A85A;
    text-transform: uppercase;
    z-index: 2;
    line-height: 30px;
}

.coment_face {
    margin-top: 20px;
    padding-top: 20px;
    border-top: dotted #e9ebee 1px;
}

.dichvu_id {
    padding: 30px 0;
}

.dichvu_id ul {
    float: left;
    margin: 10px;
    width: 280px;
    text-align: center;
}

.dichvu_id ul li, .dichvu_id ul li img {
    width: 100%;
    height: 180px;
    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;
}

.dichvu_id ul h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.dichvu_id ul p {
    font-size: 13px;
    color: #666;
}

.dichvu_id ul:hover h2 {
    color: #00A85A;
}

.vieclam_id_more ul {
    float: left;
    margin: 5px;
    border: solid #CCC 1px;
    padding: 10px;
    width: 194px;
    background: #eee;
}

.vieclam_id_more ul li, .vieclam_id_more ul li img {
    width: 100%;
    list-style: none;
    line-height: 0;
    height: 130px;
}

.vieclam_id_more ul h2 {
    padding-top: 10px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.mb {
    display: none;
}

.cur {
    cursor: pointer;
    left: 165px;
}

.flex-wrap, .dichvu_more {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#cart_list td .pro_del {
    background: #ed1c24;
    font-size: 13px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
    border: none;
    cursor: pointer;
}

#cart_list td .pro_del:hover, .button a:hover, .continue-shopping a:hover {
    background: #00a85a;
}

.button.cart {
    margin: 15px 0;
    text-align: center;
}

.button a {
    line-height: 35px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: lighter;
    background: #ed1c24;
}

.cart-empty {
    text-align: center;
    font-size: 18px;
}

.continue-shopping {
    text-align: center;
    margin-top: 25px;
}

.continue-shopping a {
    background: #ed1c24;
    font-size: 15px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
}

.require_pc {
    color: red;
}

.order_info {
    margin-bottom: 30px;
}

.order_info h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #666;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.order_info .left {
    width: 44%;
    float: left;
}

.order_info .right {
    width: 50%;
    float: right;
    padding-left: 30px;
    border-left: #ccc 4px double;
}

.dang_nhap {
    margin-bottom: 10px;
}

.dang_nhap .content {
    width: 420px;
    margin: auto;
    padding: 10px;
}

.dang_nhap .content h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #00A85A;
    font-weight: bold;
}

.dang_nhap .content .login_info {
    border: 1px solid #aeaeae;
    padding: 15px;
}

.login_info .email {
    color: #333;
    margin-right: 44px;
}

.login_info .password {
    color: #333;
    margin-right: 20px;
}

.dang_nhap .login_info .form-control {
    box-sizing: border-box;
    width: 70%;
    display: inline;
}

.dang_nhap .other_color {
    color: red;
    margin-left: 5px;
}

.dang_nhap .bt-login {
    list-style-type: none;
    float: left;
    padding: 5px 10px;
    background: #ed1c24;
    border-radius: 2px;
    text-transform: uppercase;
    margin-left: 104px;
}

.dang_nhap .bt-login:hover {
    background: #00A85A;
}

.dang_nhap .bt-login a {
    color: #fff;
}

.dang_nhap .login_info li.bt-register {
    list-style-type: none;
    float: right;
    margin-right: 12px;
    line-height: 32px;
}

.dang_nhap .login_info li.bt-register a, .dang_nhap .login_info .forget-pass a {
    color: #00A85A;
}

.dang_nhap .login_info li.bt-register a:hover, .dang_nhap .login_info .forget-pass a:hover {
    text-decoration: underline;
}

.dang_nhap .login_info .forget-pass {
    margin: 10px 0 0 104px;
}

.dang_nhap .login_info .err {
    padding-left: 104px;
    margin-bottom: 15px;
    clear: both;
}

.dang_nhap .login_info .err span {
    color: red;
}

.dang_nhap .email-pass-error {
    text-align: center;
    color: red;
}

.form-control {
    display: block;
    width: 91%;
    height: 35px;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    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;
}

.form-control:focus {
    border-color: #005BAA;
    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);
}

.dang_ky {
    margin-bottom: 10px;
}

.dang_ky .content {
    width: 420px;
    margin: auto;
    padding: 10px;
}

.dang_ky .content h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #00A85A;
    font-weight: bold;
}

.dang_ky .content .register_info {
    border: 1px solid #aeaeae;
    padding: 15px;
}

.register_info label {
    color: #333;
    line-height: 32px;
}

.dang_ky .register_info .form-control {
    box-sizing: border-box;
    width: 62%;
    display: inline;
    float: right;
}

.dang_ky .other_color {
    color: red;
    margin-left: 5px;
}

.dang_ky .register_info li.bt-register {
    list-style-type: none;
    float: left;
    padding: 5px 10px;
    background: #ed1c24;
    border-radius: 2px;
    text-transform: uppercase;
    margin-left: 148px;
}

.dang_ky .register_info li.bt-login {
    list-style-type: none;
    float: right;
    line-height: 32px;
}

.dang_ky .register_info li.bt-login a {
    color: #00A85A;
}

.dang_ky .register_info li.bt-login a:hover {
    text-decoration: underline;
}

.dang_ky .register_info li.bt-register:hover {
    background: #00A85A;
}

.dang_ky .register_info li.bt-register a {
    color: #fff;
}

.dang_ky .register_info .err {
    padding-left: 148px;
    margin-bottom: 10px;
    clear: both;
}

.dang_ky .register_info .err.check {
    padding-left: 25px;
}

.dang_ky .register_info .err span {
    color: red;
}

.dang_ky .email-pass-error-reg {
    text-align: center;
    color: red;
}

.dang_ky .checkbox input {
    margin-right: 10px;
}

.change-pass {
    text-align: center;
}

.change-pass a {
    color: #00A85A;
}

.change-pass a:hover {
    text-decoration: underline;
}

.dang_nhap p.title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.dang_nhap .content .forget_pass {
    width: 280px;
    margin-right: 10px;
    color: #666 !important;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 9px 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.dang_nhap .content .btn_send {
    background: #ed1c24;
    border: 0;
    color: #fff !important;
    white-space: nowrap;
    padding: 5px 15px 9px 15px;
    font-size: 14px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    font-family: 'OpenSans', arial;
    display: inline-block;
    vertical-align: 0;
}

.dang_nhap .content .btn_send:hover {
    background: #ee1c25;
}

.dang_nhap .content .email-error {
    color: red;
    margin-top: 10px;
}

.doi_mat_khau_moi .error {
    color: red;
    text-align: center;
    font-size: 18px;
    margin: 50px 0;
}

.doi_mat_khau_moi .err {
    color: red;
}

.doi_mat_khau_moi .bt-save {
    list-style-type: none;
    float: left;
    padding: 5px 10px;
    background: #005BAA;
    border-radius: 2px;
    text-transform: uppercase;
    margin-left: 170px;
    margin-top: 20px;
}

.doi_mat_khau_moi .bt-save:hover {
    background: #ffb03b;
}

.doi_mat_khau_moi .bt-save a {
    color: #fff;
}

.account_info {
    margin-bottom: 20px;
}

.account_info h2 {
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    color: #00A85A;
    line-height: 32px;
    margin-bottom: 10px;
}

.account_info .content {
    width: 600px;
    margin: auto;
    padding: 10px;
    border: 1px solid #aeaeae;
}

.file_info .content {
    width: 700px;
    margin: auto;
    padding: 10px;
    border: 1px solid #aeaeae;
}

.account_info select {
    width: 30%;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #414141;
    padding: 7px 10px;
    height: 38px !important;
    box-sizing: border-box;
    font-size: 14px;
}

.account_info .bt-save {
    list-style-type: none;
    text-align: center;
    padding: 10px 0;
}

.account_info .bt-save a {
    color: #fff;
    width: 120px;
    padding: 8px 14px;
    background: #ed1c24;
    border-radius: 2px;
    text-transform: uppercase;
}

.account_info .bt-save a:hover {
    background: #00A85A;
}

.account_info label {
    color: #333;
}

.account_info .other_color {
    color: red;
    margin-left: 5px;
}

.account_info table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.account_info table tr td.left {
    width: 120px;
}

.account_info table tr td {
    line-height: 22px;
    vertical-align: baseline;
}

.account_info .form-control {
    box-sizing: border-box;
    width: 100%;
}

.account_info .field_sex {
    margin-right: 10px;
}

.account_info .err span {
    color: red;
}

.right_conten .title_page {
    position: relative;
    z-index: 1;
    line-height: 40px;
    background: #005BAA;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.right_conten .title_page p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding: 0 10px;
    text-align: center;
}

.right_conten .boder_right {
    border: solid #00a85a 1px;
    padding: 10px;
    border-top: none;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

.right_conten .timkiem_id p a {
    color: #005BAA;
    line-height: 25px;
}

.right_conten .timkiem_id p a:hover {
    text-decoration: underline;
}

.dv-popup-cont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    z-index: 99999;
}

.dv-popup-cont-child {
    display: none;
    width: 800px;
    height: auto;
    position: fixed;
    background: #fff;
    z-index: 999999999;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -300px;
    padding: 10px;
    box-shadow: 0 0 15px #434343;
    border-radius: 4px;
    overflow: hidden;
}

.dv-popup-cont-child h3 {
    background: #00A85A;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding: 0 13px;
    height: 40px;
    line-height: 40px;
    margin: -10px -10px 0;
}

.dv-popup-cont-child .nd {
    margin-top: 10px;
}

.dv-popup-cont-child .nd textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 230px;
    overflow-y: auto;
    padding: 10px;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dv-popup-cont-child .nd .button {
    text-align: center;
}

.dv-popup-cont-child .nd button {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
    margin-left: 10px;
    height: 37px;
    line-height: 37px;
    margin-top: 4px;
    color: #FFF;
    background: #ed1c24;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.dv-popup-cont-child .nd button:hover {
    background: #00a85a
}

.dv-popup-cont-child h3 a {
    right: 15px;
    position: absolute;
    z-index: 999;
    color: #056338;
    cursor: pointer;
}

.dv-popup-cont-child h3 a:hover {
    color: #084327
}

.cusnum {
    margin-left: 29%;

}

.custome {
    cursor: pointer;
    right: 0;
}

.a_new {
    float: right !important;
    position: relative !important;
    bottom: 0 !important;
}

.gr_new {
    float: right !important;
    width: 88px !important;
    position: relative !important;
    margin-right: 6px !important;
    margin-top: 2px !important;
}

.cusplus, .cusminus {
    left: auto !important;
    right: 0 !important;
}

.cusnum {
    margin: 0 !important;
}

.box_product_id {
    border: solid #00a85a 1px;
    border-top: 0;
    margin-bottom: 20px;
    background: #fff;
    padding-bottom: 10px;
}

.tititle_page {
    margin-bottom: 5px;
    background: #00a85a;
    border-right: 5px solid #00a85a;
    border-left: 8px solid #00ef80;
    position: relative;
    line-height: 45px;
}

.tititle_page h3 {
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    /* position: relative; */
    padding-left: 20px;
    line-height: 45px;
}

.tititle_page ul {
    float: right;
    padding-top: 0;
    margin-right: 20px;
}

.tititle_page ul li {
    float: left;
    list-style: none;
    padding-left: 16px;
}

.tititle_page ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.tititle_page h3:before {
    position: absolute;
    left: 0px;
    bottom: 15px;
    z-index: 2;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #00ef80;
}
.img-quangcao{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
 .quantity a , #orderform .quantity a{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 100px;padding: 0 20px 0 38px;
}
 .quantity a:before, #orderform  .quantity a:before { background-size: 20px; width: 20px; height: 16px; top: 8px; }
 .quantity .input-text, #orderform  .quantity .input-text {height: 30px; font-size: 14px;}
 .quantity .plus, #orderform  .quantity .plus {
    bottom: 16px;
    font-size: 16px;
    width: 24px;
    height: 14px;
    line-height: 15px;
    border-radius: 100px;
    padding: 0;
}
 .quantity .minus, #orderform  .quantity .minus {
    font-size: 16px;
    width: 24px;
    height: 14px;
    line-height: 12px;
    border-radius: 100px;
    padding: 0;
}
 .gr_new,#orderform  .gr_new {
    float: right !important;
    width: 82px !important;
    position: relative !important;
    margin-right: 5px !important;
    margin-top: 2px !important;
}
div#bridal_images {
    border: none !important;
    background: none !important;
    padding: 0 !important;
}
#bridal_images_list li {
    border: none !important;
    background: none;
}
@media only screen and (max-width: 1199px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pagewrap {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .img_responsive {
        width: 100% !important
    }

    .bannerMain, .banner li {
        height: 25vw;
    }

    #menu > li > a {
        padding: 0 7px;
    }

    .lang_top {
        float: right;
        margin-right: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .logo_top {
        top: -90px;
        background: url(../images/logo.png) center center no-repeat #fff;
        width: 80px;
        height: 70px;
        background-size: 100% 100% !important;
    }

    .company_top h2 {
        position: absolute;
        left: 110px;
        top: 4px;
        font-size: 18px;
    }

    .search a {
        width: 30px;
        height: 30px;
    }

    .placeSlide, .placeSlide_doiac {
        width: 100%;
    }

    .caroufredsel_wrapper, .caroufredsel_wrapper > ul {
        width: 100% !important
    }

    .onePro_1 {
        width: 33.33333%;
        padding: 10px;
        margin: 0;
    }

    .gioithieu_home ul {
        float: left;
        margin: 0;
        width: 33.33%;
        padding: 15px;
        font-size: 14px;
        line-height: 1.8;
    }

    .gioithieu_home ul h2 {
        padding-bottom: 7px;
        font-size: 18px;
    }

    .dichvu_id ul {
        margin: 0;
        width: 33.333%;
        padding: 10px;
    }

    .logo_thuonghieu {
        width: 16.66666666%;
        padding-left: 15px;
        padding-right: 0;
    }

    .placeSlide_doiac ul {
        margin-left: -15px;
    }

    .left_footer_id {
        width: 35%;
        margin-left: 0
    }

    .dangkynhantin_footer {
        width: 30%;
        margin: 0 2%;
    }

    .face_bottom {
        width: 30%;
        float: left;
        margin-right: 0;
        overflow: hidden;
    }

    .dangkynhantin_footer ul form input {
        width: 100%
    }

    .dangkynhantin_footer ul form a {
        position: absolute;
        right: 0;
        line-height: 28px;
    }

    .dangkynhantin_footer ul {
        position: relative;
    }

    .padding_pagewrap {
        padding: 0;
        position: relative;
        z-index: 1
    }

    .left_conten {
        float: right;
        width: 74%;
    }

    .right_conten {
        float: left;
        width: 26%;
        padding-left: 0;
        padding-right: 15px;
    }

    .title_page_load_id {
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    .box_menu.fixed #menu {
        padding-left: 0;
    }

    .box_menu.fixed .logo_top {
        display: none
    }

    .dichvu_more ul {
        margin: 0;
        width: 31.333%;
        border: solid #CCC 1px;
        padding: 10px;
        margin-left: 2%;
        margin-bottom: 15px;
    }

    .dichvu_more {
        margin-left: -2%;
    }

    .news-img {
        width: 28%;
    }

    .news-view {
        width: 72%;
        padding-left: 15px;
    }

    .news-img img {
        width: 100%;
        height: auto;
        float: left;
    }

    .nums a {
        padding: 0;
        line-height: 28px;
        height: 28px;
        width: 28px;
    }

    .id_danhsach_gisu_left {
        float: left;
        width: 70%;
    }

    .id_danhsach_gisu_right {
        float: right;
        width: 30%;
    }

    .id_danhsach_gisu_left li {
        width: 28%
    }

    .id_danhsach_gisu_left ul {
        width: 72%;
        float: left;
        padding-left: 10px;
    }

    .chitiet_left {
        float: left;
        width: 30%;
        padding-right: 12px;
    }

    .box_right_chitiet {
        width: 70%;
        float: right;
    }

    .vieclam_id_more {
        margin-left: -2%;
    }

    .vieclam_id_more ul {
        float: left;
        margin: 0;
        padding: 10px;
        width: 31.333%;
        background: #eee;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .chitiet_right_load ul p {
        width: 100%
    }

    .onePro_2 {
        width: 31.3333%;
        margin: 0;
        margin-left: 2%;
        margin-bottom: 15px;
    }

    .flex-wrap-dsasp {
        margin-left: -2%;
    }

    .onePro h2 span, .onePro_2 h2 span, .onePro_3 h2 span, .viewRight h1 span, .viewRight p.price span {
        font-size: 13px
    }

    .viewRight {
        width: 50%;
    }

    .viewLeft {
        width: 50%;
        padding-right: 15px;
    }

    #bridal_images img, #bridal_images {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    #bridal_images_list li {
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        float: left;
        height: 80px;
        width: 30%;
        border: 1px solid #CCC;
        background: #eee;
        padding: 4px;
        text-align: center;
        overflow: hidden;
        margin: 0 1%;
    }

    #bridal_images_list {
        padding-left: 15px
    }

    #bridal_images_list img {
        width: auto;
        height: 70px;
        max-width: 100%;
        border: none;
    }

    .onePro_3 {
        width: 100%;
    }

    .contact .left input {
        width: 100%;
    }

    .formBox li {
        padding-left: 10px
    }

    .contact .right input, .contact .right textarea {
        width: 100%;
    }

    .formBox li textarea {
        height: 175px
    }

    form#FormNameContact {
        margin-left: -10px;
    }

    p.require_pc {
        margin-left: 10px;
    }

    .onePro_1 img {
    }

    .link_page h2 {
        margin-top: 0
    }

    .dichvu_id ul li, .dichvu_id ul li img, .dichvu_more ul li, .dichvu_more ul li img {
        height: auto
    }

    .dv-popup-cont-child {
        height: 340px;
        margin-top: -170px
    }

    .id_danhsach_gisu_left li img {
        width: 100%;
        height: auto;
    }

    .vieclam_id_more ul li, .vieclam_id_more ul li img {
        height: auto
    }

    .giohang_id h3 {
        width: 30px;
        height: 30px
    }

    .titleView {
        line-height: 1.4
    }

    .product_id {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    ul#menu {
        display: none;
    }

    .img_responsive {
        width: 100% !important
    }

    .dv-cont .placeSlide_main {
        width: 65% !important;
        float: left;
    }

    .dv-cont .dv-video {
        width: 35% !important;
        float: left;
    }

    .mb {
        display: block;
    }

    button.dl-trigger.cur {
        float: left;
        background: url('../images/menu-mobile.png') center left no-repeat !important;
        background-repeat: no-repeat;
        background-position: 10px center;
        border: none;
        padding: 5px !important;
        margin: 4px 0 0;
    }

    .dl-menuwrapper button:after {
        display: none
    }

    .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
        background: url('../images/menu-mobile.png');
    }

    .dv-mnmb {
        margin: 0 !important;
        float: left;
    }

    .a_trangchu_mb {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        padding: 10px 3px;
        display: inline-block;
    }

    .thanhvien_top ul li {
        line-height: 40px;
    }

    .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
        background: #00a85a;
    }

    .company_top h2 {
        position: relative;
        left: 0;
        top: 0;
        font-size: 18px;
        margin-bottom: 5px;
        padding-left: 100px;
    }

    .onePro_1,  .dichvu_id ul {
        width: 50%;
    }
    .gioithieu_home ul {
        width: 33.33%;
    }
    .logo_thuonghieu {
        width: 20%;
    }

    .left_footer_id {
        width: 100%;
        margin-bottom: 15px;
    }

    .dangkynhantin_footer {
        width: 48%;
        margin: 0;
        margin-right: 2%;
    }

    .face_bottom {
        width: 50%;
    }

    .left_conten {
        width: 100%;
        margin-bottom: 10px
    }

    .right_conten {
        width: 100%;
        padding-right: 0;
    }

    input.plus.cusplus, input.minus.cusminus {
        left: 165px;
    }

    .cusnum {
        margin-left: 37%;
    }
}

@media only screen and (max-width: 767px) {
    .logo_top {
        top: -130px
    }

    .banghoso {
        width: 100%;
        overflow-x: auto;
    }

    .onePro_1, .gioithieu_home ul, .dichvu_id ul {
        width: 100%;
    }

    .dv-cont .placeSlide_main {
        width: 50% !important;
        float: left;
    }

    .dv-cont .dv-video {
        width: 50% !important;
        float: left;
    }

    .input_search {
        width: 100%
    }

    .timkiem_top {
        float: none;
        margin-right: 0px;
        margin-top: 0;
        width: 250px;
        margin: 0 auto;
        position: relative;
    }

    .search a {
        position: absolute;
        right: 0;
    }

    .company_top h2 {
        line-height: 1.4
    }

    .logo_thuonghieu {
        width: 33.3333%;
    }

    .doitac_home, .bg_load_page {
        padding: 30px 0;
    }

    .dangkynhantin_footer {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .face_bottom {
        width: 100%;
    }

    .link_page ul li {
        letter-spacing: 1px;
    }

    .title_page_load_id ul {
        margin-bottom: 15px
    }

    .dichvu_more ul {
        width: 48%
    }

    .link_page h2 {
        font-size: 18px
    }

    .title_page_load_id p, .title_page_load_id h3.title {
        line-height: 30px;
        top: -15px;
    }

    .id_danhsach_gisu_left {
        float: left;
        width: 100%;
    }

    .id_danhsach_gisu_right {
        float: right;
        width: 100%;
        margin-top: 5px;
    }

    .chitiet_left {
        float: left;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .box_right_chitiet {
        width: 100%;
        float: right;
    }

    .chitiet_right {
        padding: 10px;
    }

    .vieclam_id_more ul, .onePro_2 {
        width: 48%
    }

    .dv-popup-cont-child {
        width: 96%;
        left: 0;
        margin-left: 2%;
    }

    .viewLeft {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .viewRight {
        width: 100%;
    }

    .account_info .content {
        width: 100%;
    }

    #cart_list table tr th:nth-child(1), #cart_list table tr td:nth-child(1), #cart_list table tr th:nth-child(3), #cart_list table tr td:nth-child(3) { /*display: none*/
    }
}

@media only screen and (max-width: 479px) {
    .contact .left, .contact .right {
        width: 100%;
    }

    .banghoso {
        width: 100%;
        overflow-x: auto;
    }

    .dv-cont .placeSlide_main {
        width: 100% !important;
        float: left;
    }

    .dv-cont .dv-video {
        width: 100% !important;
        float: left;
    }

    .thanhvien_top ul {
        position: absolute;
        right: 0;
    }

    .logo_top_header {
        display: block !important;
    }

    .logo_top {
        display: none;
    }

    .logo_top_header .logo_top {
        display: block;
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }

    .company_top h2 {
        line-height: 1.4;
        padding: 0;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pagiBanner {
        display: none !important
    }

    .onePro_1, .gioithieu_home ul, .dichvu_id ul {
        width: 100%;
    }

    .logo_thuonghieu {
        width: 50%;
    }

    .doitac_home_box {
        padding: 15px
    }

    .dichvu_more ul {
        width: 98%;
    }

    .news-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .news-view {
        width: 100%;
        padding-left: 0;
    }

    .id_danhsach_gisu_left li {
        width: 100%;
    }

    .id_danhsach_gisu_left ul {
        width: 100%;
        float: left;
        padding-left: 0;
        margin: 10px 0 0;
    }

    .vieclam_id_more ul, .onePro_2 {
        width: 48%;
    }

    .giohang_id {
        float: left;
    }

    .left_footer_id h2 {
        font-size: 15px;
    }

    .copyright_bottom {
        padding-top: 15px
    }

    .no-js #loader {
        display: none;
    }

    .js #loader {
        display: block;
        position: absolute;
        left: 100px;
        top: 0;
    }

    .se-pre-con {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(../images/logo.swf) center no-repeat #fff;
    }

    .one-news {
        padding-bottom: 20px;
        width: calc(50% - 20px);
        float: left;
        margin: 0 10px;
    }

    .onePro_2 img {
        height: auto;
    }

    .quantity a {
        padding: 0 5px;
        font-size: 9px;
    }

    .quantity a:before {
        background-image: unset;
    }
    .onePro h1, .onePro_2 h1, .onePro_3 h1 {
        height: 75px;
        overflow: hidden;
    }
}

div#wrap {
    z-index: 9998 !important;
}