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

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

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

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

.showText h2 {
    font-weight: bold;
    text-transform: capitalize;
    color: #001548;
    font-size: 20px;
    padding-bottom: 15px;
}

.showText p, .chitiet_sp_id p, .showText span, .showText h1, .showText h2, .showText h3, .showText h4, .showText strong {
    padding-bottom: 15px;
    color: #666 !important;
}

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

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

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

.box_menu {
    background: #fff;
}

.header {
    padding: 20px 0;
    background: #fff;
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background: #fff;
    -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);
    width: 100%;
}

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

.logo_top {
    text-align: center;
}

.right_header {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.checkout_top h2 {
    font-size: 13px;
    color: #666;
    background: url(../images/add.png) center left no-repeat;
    padding-left: 25px;
    font-weight: normal;
    font-style: italic;
}

.checkout_top h2 span {
    color: #C72035;
    font-weight: bold;
}

.checkout_top h2:hover span {
    color: #001548;
}

#menu {
    text-align: center;
}

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

#menu > li > a {
    padding: 0 25px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

#menu li:hover > a {
    color: #001548;
}

#menu li ul li:hover > a {
    text-decoration: underline;
}

#menu li a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 5;
    color: #999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    margin-top: 15px;
    -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);
    visibility: hidden;
    opacity: 0;
    padding-top: 15px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

#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;
    position: relative;
    color: #666;
    line-height: 40px;
    height: 40px;
    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: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;
}

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

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

.banner li {
    float: left;
    width: 100%;
    height: 600px;
    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: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}

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

.pagiBanner a.selected {
    background: #000;
    border: solid #FFF 1px;
}

.top_services .col-1 {
    float: left;
    width: 385px;
    margin: 30px 0;
}

.top_services .col-1 img {
    width: 385px;
    height: 670px;
}

.top_services .col-2 {
    float: left;
    width: 370px;
    margin: 0 30px;
}

.top_services .col-2 ul li {
    width: 370px;
    line-height: 0;
    list-style: none;
    margin: 30px 0;
}

.top_services .col-2 ul li img {
    width: 370px;
    height: 320px;
}

.top_services {
    background: #eee;
}



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

.title_page h2 {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    color: #001548;
    background: #fff;
}

.title_home {
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.title_home h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 35px;
    font-weight: bold;
    color: #001548;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: -17px;
}

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

.placeNav_2 {
    position: absolute;
    top: 35%;
    z-index: 3;
    color: #999;
    font-size: 35px;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #fff;
    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 {
    left: 0;
}

.placeNav_2.next {
    right: 0px;
    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 {
    background: #666;
    color: #fff;
}

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

.placeSlide {
    width: 1300px;
}

.onePro_2 {
    width: 396px;
    padding: 10px;
    float: left;
    border: solid 1px #fff;
    margin-right: 4px;
    margin-bottom: 5px;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.onePro_2 img {
    width: 375px;
    height: 375px;
    display: block;
    cursor: pointer;
}

.onePro {
    width: 250px;
    padding: 5px;
    border: solid 1px #E1E1E1;
    background: #fff;
    margin-top: 15px;
    list-style: none;
}

.onePro img {
    width: 250px;
    height: 250px;
    display: block;
}

.onePro h1, .onePro_2 h1 {
    font-weight: bold;
    font-size: 13px;
    color: #636467;
    padding: 10px 5px 5px 5px;
    text-transform: none;
    overflow: hidden;
    height: 44px;
    cursor: pointer;
}

.onePro h1 a, .onePro_2 h1 a {
    color: #636467;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.onePro h1 a:hover, .onePro_2 h1 a:hover {
    color: #000;
}

.onePro h4, .onePro_2 h4 {
    font-weight: bold;
    font-size: 13px;
    color: #636467;
    padding: 10px 5px 5px 5px;
    text-transform: none;
    overflow: hidden;
    height: 44px;
}

.onePro h4 a, .onePro_2 h4 a {
    color: #636467;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.onePro h4 a:hover, .onePro_2 h4 a:hover {
    color: #001548;
}

.onePro h2, .onePro_2 h2 {
    color: #636467;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-style: italic;
}

.onePro h2 span, .onePro_2 h2 span {
    color: #A7A9AC;
    font-weight: normal;
    font-size: 14px;
}

.onePro h3, .onePro_2 h3 {
    color: #C72035;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-style: italic;
    min-height: 25px;
}

.onePro h3 span, .onePro_2 h3 span {
    color: #C72035;
    font-weight: normal;
    font-size: 14px;
}

.onePro p, .onePro_2 p {
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    color: #777777;
    padding-left: 5px;
    padding-right: 5px;
}

.onePro .proImg, .onePro_2 .proImg {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0px;
}

.onePro:hover, .onePro_2:hover {
    border: solid #ddd 1px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.proImg span {
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: url(../images/bg-price.png) no-repeat center top;
    z-index: 2;
}

.footer {
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    background: #FFF;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer_bttom {
    padding: 15px 0;
    background: #eee;
    color: #999;
}

.about_footer {
    width: 350px;
    float: left;
    margin-right: 60px;
}

.about_footer ul p, .newsletter_footer p {
    color: #999;
}

.about_footer ul li {
    font-size: 13px;
    color: #999;
    list-style: none;
    line-height: 25px;
    padding-top: 10px;
    font-style: italic;
}

.information_footer {
    width: 210px;
    margin-right: 30px;
    float: left;
}

.information_footer h2, .about_footer h2, .newsletter_footer h2 {
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #001548;
}

.information_footer ul li {
    font-size: 13px;
    color: #999;
    list-style: none;
    line-height: 25px;
    text-transform: capitalize;
}

.information_footer ul li a, .about_footer ul li a {
    color: #999;
}

.newsletter_footer {
    width: 310px;
    float: left;
}

.newsletter_footer ul {
    padding-top: 15px;
    margin-bottom: 15px;
}

.newsletter_footer li, .newsletter_footer li img {
    list-style: none;
    line-height: 0;
    width: 100%;
    height: auto;
}

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

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

.newsletter_footer ul form a {
    float: left;
    line-height: 30px;
    color: #fff;
    background: #001548;
    padding: 0 15px;
    /*border: solid #ddd 1px;*/
}

.newsletter_footer ul form a:hover {
    color: #fff;
    text-decoration: none;
    background: #636467;
    /*border: solid #636467 1px;*/
    border-left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer_bttom a {
    color: #999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.footer_bttom a:hover, .information_footer ul li a:hover, .about_footer ul li a:hover {
    color: #001548;
    text-decoration: underline;
}

.footer_bttom li {
    text-align: center;
    list-style: none;
}

.footer_bttom ul {
    float: right;
}

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

#back-top a {
    display: block;
    width: 35px;
    line-height: 35px;
    background: #777;
    outline: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

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

.conten_page {
    padding: 25px 0;
}

.left_contact {
    float: left;
    width: 680px;
}

.map {
    display: block;
    border: solid 3px #eee;
    height: 350px;
    float: right;
    width: 485px;
}

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

.contact {
}

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

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 182px;
    margin-bottom: 7px;
}

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

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

.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 .button {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 20px;
    margin-left: 10px;
    height: 38px;
    line-height: 40px;
    margin-top: 8px;
    color: #FFF;
    background: #001548;
    white-space: nowrap;
}

.formBox .button:hover {
    color: #FFF;
    background: #636467;
}

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

.nums {
    color: #FFF;
    padding-top: 20px;
    text-align: center;
}

.nums li {
    padding-top: 0px;
    list-style: none;
    display: inline-table;
}

.nums a {
    font-size: 16px;
    display: block;
    margin: 0 4px 0 0;
    padding: 7px 14px;
    color: #333;
    font-family: 'Acme', sans-serif;
    background-color: #eee;
    text-decoration: none;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    border: solid 1px #ccc;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background-color: #777777;
    color: #FFF;
}

.nums a.stay {
    background-color: #001548;
    color: #FFF;
}

.link_page {
    border-top: solid #ddd 1px;
    line-height: 40px;
    border-bottom: solid #ddd 1px;
    text-align: center;
}

.link_page ul li {
    letter-spacing: 1px;
    color: #666;
    text-transform: capitalize;
    list-style: none;
}

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

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

.timkiem_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: solid #eee 1px;
}

.input_search {
    padding: 5px 20px;
    height: 35px;
    width: 190px;
    border: none;
    float: right;
    border: solid #ffffff 1px;
    background: #fff;
    border-right: none;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    color: #999;
    font-size: 13px;
}

.input_search:focus {
    color: #000;
}

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

.search a:hover {
    background: url(../images/search_r1_c1.png) no-repeat center center #cccccc;
}

#pro_img_main {
    width: 500px;
    float: left;
    margin-bottom: 30px;
}

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

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

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

#bridal_images_list li {
    margin-right: 5px;
    margin-left: 4px;
    list-style: none;
    float: left;
    height: 135px;
    width: 135px;
    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: 135px;
    width: 135px;
    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;
}

.new_prodouct_sile {
    margin-top: 20px;
}

.right_view_product {
    float: right;
    margin-bottom: 30px;
    width: 650px;
}

.right_view_product h1 {
    font-weight: bold;
    text-transform: capitalize;
    color: #001548;
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid #ddd 1px;
}

.quantity_box {
    float: left;
    width: 100px;
}

.price_id {
    margin-top: 15px;
    padding-top: 30px;
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.add_to_cart {
    margin-left: 35px;
    float: left;
}

.add_to_cart h2 {
    background: url(../images/add_cart.png) center left no-repeat #001548;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 40px;
    text-transform: uppercase;
    padding-left: 85px;
    cursor: pointer;
}

.add_to_cart h2:hover {
    background: url(../images/add_cart.png) center left no-repeat #C72035;
    color: #fff;
}

ul.product-qty {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.product-qty span {
    padding-bottom: 0.5em;
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: none;
}

.product-qty select {
    border: 1px solid #eee;
    padding: 0.6em;
    font-size: 1em;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.product-qty option {
    border: 1px solid #EEE;
}

.left_colum {
    float: left;
    width: 47%;
}

.right_colum {
    float: right;
    width: 47%;
}

.price_id ul h2 {
    color: #636467;
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
    font-style: italic;
}

.price_id ul h3 {
    color: #C72035;
    font-weight: normal;
    line-height: 35px;
    font-size: 18px;
    font-style: italic;
}

.price_id ul h2 span {
    font-size: 28px;
    color: #636467;
}

.price_id ul h3 span {
    font-size: 28px;
    color: #C72035;
}

.label_gia {
    position: absolute;
    right: 20%;
    top: 9px;
    z-index: 99;
    background: #001548;
    width: 115px;
    padding: 5px;
    height: 115px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.label_gia ul {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    border: dotted #FFFFFF 3px;
    box-sizing: border-box;
}

.label_gia ul h2 {
    color: #fff;
    font-size: 27px;
    padding-top: 15px;
    font-weight: bold;
    line-height: 33px;
    margin-left: -4px;
}

.label_gia ul p {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    padding-top: 0;
    line-height: 16px;
    font-weight: normal;
}

.chitiet_sp_id h2 {
    color: #666;
    font-size: 19px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

.tb_reposive table th {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.tb_reposive table td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
}

.tb_reposive table td input {
    width: 40px;
    height: 35px;
    padding: 5px;
}

.bogia {
    text-decoration: line-through;
    color: #999;
}

.thongtin_sp {
    text-align: left !important;
    padding-right: 20px;
    padding-left: 20px;
}

.thongtin {
    font-size: 14px;
    padding-top: 5px;
    margin: 0;
}

.pro_del {
    background: none;
    border: 0;
    cursor: pointer;
}

.pro_del img {
    width: 24px;
    height: 24px;
}

.send_oder {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.continue {
    color: #001548;
    font-size: 15px;
}

.continue:hover {
    color: #C72035;
}

.check_out {
    background: #001548;
    margin: 20px;
    padding: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.check_out:hover {
    background: #C72035;
}

.left-cart {
    width: 49%;
    float: left;
}

.right-cart {
    width: 49%;
    float: right;
}

.right-cart table {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.right-cart table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
}

.order {
    font-size: 16px;
    font-weight: bold;
}

.email_order {
    width: 80%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.email_order input {
    width: 90%;
    border: none;
    border-bottom: 1px dotted #ddd;
}

.shipping_address {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.shipping_address_row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.shipping_address_row input {
    width: 80%;
    border: none;
    border-bottom: 1px dotted #ddd;
}

.shipping_address_row span {
    width: 90px;
    float: left;
}

.final {
    border: none !important;
}

.shipping {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

.save_order {
    float: right;
    padding: 10px;
    background: #001548;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.save_order:hover {
    background: #C72035;
}

.right {
    text-align: right;
}

.item {
    width: 150px;
}

td.item img {
    width: 150px;
    height: 150px;
}

.mb {
    display: none;
}

.promo {
    float: right;
}

.promo span {
    font-size: 18px;
    color: #333;
    padding-right: 10px;
}

.promo input {
    width: 120px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

div#wrap {
    z-index: 100 !important;
}
.top_services .col-1.home_left { width: calc(33.33% - 30px); margin: 30px 15px; }
.top_services .col-2.home_center { width: calc(33.33% - 30px); margin: 30px 15px; }
.top_services .col-1.home_right { width: calc(33.33% - 30px); margin: 30px 15px; }
.top_services .c768 { margin: 0 -15px; }
.dv-cont-c768 { overflow: hidden; width: 100%; }
.top_services li.home_center_left { margin: 0 !important; width: 100% !important; }
.top_services li.home_center_left img { width: 100% !important; height: 100% !important; }
.top_services .col-1.home_left img { width: 100% !important; height: 100% !important; }
.top_services .col-1.home_right img { width: 100% !important; height: 100% !important; }
.dv-wh-img { position: relative; width: 100%; padding-top: 100%; }
.dv-wh-img img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.dl-menuwrapper button {
    background: #5c5c5c !important;
    border: 1px solid rgb(123, 123, 123) !important;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul { background: #001548 !important }
@media screen and (max-width: 900px){
    .top_services .c768 { margin: 0; width: 100%; height: auto; padding: 30px 0 0 !important; }
    .top_services .col-1.home_left { width: 100%; margin: 0 0 25px !important; }
    .top_services .col-2.home_center { width: 100%; margin: 0 0 25px !important; position: relative; top: auto !important; display: block; float: left !important;}
    .top_services .col-1.home_right { width: 100%; margin: 0 0 30px !important; position: relative !important; display: block !important; float: left !important; }
}
@media screen and (max-width: 768px){
    .top_services .c768 { margin: 0; width: calc(100% - 20px); height: auto; margin: 0px 10px 0 !important; }
}
