@import "font.css";

@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;
    background: url(../images/body_a.jpg);
}

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

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

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

.header {
    background: url(../images/head.png) repeat-x bottom;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding-top: 15px;
    padding-bottom: 35px;
}

.logo_top ul li {
    display: inline-table;
    text-align: center;
    border: solid #ccc 1px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    line-height: 0;
    padding: 15px 30px;
    float: left;
    background: #485020;
}

.menu {
    position: relative;
    /*margin: 0 auto;*/
    text-align: center;
    margin-top: 20px;
    float: right;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-right: 45px;

}

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

.menu > li > a {
    padding: 0 28px;
    font-weight: normal;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu li:hover > a, .menu li.active > a {
    color: #fff;
    background: #DE1725;
}

.menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 5;
    color: #333;
    font-weight: bold;
    font-size: 19px;
}

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

.menu li li {
    position: relative;
}

.menu li:hover li ul, .menu li:hover 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, .menu li:hover 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: #333;
    font-weight: normal;
    transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    -ms-transition: padding .2s linear;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
}

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

.box_title_banner {
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    width: 30%;
    color: #fff;
    line-height: 25px;
}

.box_title_banner ul h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

.box_title_banner ul p {
    font-size: 16px;
    font-weight: normal;
}

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

.bannerMain {
    position: relative;
    margin-top: 118px;
    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: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}

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

.pagiBanner a.selected {
    background: #59B200;
    border: solid #fff 1px;
}

.banner_small {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.50);
    right: 5.5%;
    padding: 17px;
    z-index: 2;
}

.banner_small ul li {
    list-style: none;
    margin-bottom: 12px;
    width: 300px;
    height: 110px;
}

.banner_small ul li img {
    width: 300px;
    height: 110px;
    border-radius: 5px;
}

.banner_small ul li:hover {
    opacity: .7;
}

.box-product-home {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #fff;
}

.product-home ul {
    float: left;
    padding: 11px;
    margin-left: 19px;
    /* margin-right: 10px; */
    width: 380px;
    border: solid #CCC 1px;
    background: #fff;
    list-style: none;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.product-home ul li, .product-home ul li img {
	width: 356px;
	height: 250px;
}*/
.product-home ul li {
    width: 356px;
    height: 250px;
    margin: auto;
    text-align: center;
}

.product-home ul h2 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-home ul h3 {
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #333;
}

.product-home ul:hover, .new_home:hover, .chinhanh-id ul:hover, .we-do-grid img:hover {
    border: solid #ccc 1px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.product-home ul:hover h2 {
    color: #DE1C36;
}

.wedo {
    padding: 4em 0em 4em 0em;
    position: relative;
    z-index: 2;
}

.col-md-3 {
    width: 22%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 18px;
    padding-left: 18px;
}

.we-do-top {
    text-align: center;
    padding: 0em 0em 2em 0em;
    width: 60%;
}

.we-do-grid {
    text-align: center;
}

.we-do-grid img {
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    border: solid #CCC 1px;
    padding: 5px;
    -moz-border-radius: 500px;
    background: #fff;
}

.we-do-top h3 {
    font-size: 25px;
    color: #de1725;
    margin: 0em 0em 0.1em 0em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: double #CCCCCC 4px;
    text-align: center;
}

.we-do-top p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 25px;
    color: #666;
    margin: 0em auto 0em;
}

.we-do-grid h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    margin: 0em 0em 0.1em 0em;
    line-height: 50px;
}

.we-do-grid h2 a {
    color: #333;
}

.we-do-grid h2 a:hover {
    color: #4a9400;
    text-decoration: underline;
}

.we-do-grid p {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.box-about-home {
    padding: 10em 0em 10em 0em;
    background: url(../images/bg_food.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.about-home p {
    padding-bottom: 20px;
}

.about-home {
    width: 70%;
    float: left;
    /* padding: 20px; */
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    border-radius: 10px;
}

.about-home ul h2 {
    text-transform: uppercase;
    font-size: 2.0em;
    line-height: 60px;
    color: #fff;
    margin: 0em 0em 0.1em 0em;
    font-family: 'Timmana', sans-serif;
}

.about-home h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    background: #990000;
    line-height: 25px;
    border: solid rgba(255, 255, 255, 0.6) 1px;
    padding: 5px 20px;
    margin-top: 15px;
    float: right;
    border-radius: 5px;
}

.about-home h3:hover {
    color: #fff;
    background: #C00;
}

.who-we {
    padding: 10em 0em 10em 0em;
    background: url(../images/gt_2.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.who-we-main {
    text-align: center;
    width: 70%;
}

.who-we-main h2 {
    line-height: 50px;
    color: #fff;
    font-family: 'Timmana', sans-serif;
    text-transform: uppercase;
    display: inline-table;
    background: #f60;
    padding: 0 10px;
    display: block;
    font-size: 16px;
    width: 20%;
    outline: 1px solid #fff;
    outline-offset: 4px;
    border: solid #FFF 1px;
}

.who-we-main h2:hover {
    background: #59b200;
}

.who-we-main h3 {
    font-size: 2.5em;
    line-height: 60px;
    color: #59b200;
    margin: 0em 0em 0.1em 0em;
    font-family: 'Timmana', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
}

.who-we-main p {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    margin: 0em auto 1.5em;
}

.box-new-home {
    padding: 30px 0;
    position: relative;
}

.new_home {
    float: left;
    background: #fff;
    width: 580px;
    padding: 14px;
    height: 210px;
    margin: 10px;
    border: solid #CCC 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new_home li {
    float: left;
    width: 40%;
    height: 180px;
    list-style: none;
}

.new_home li img {
    width: 230px;
    height: 180px;
}

.new_home ul {
    float: left;
    /* background: #fff; */
    padding: 10px;
    padding-left: 30px;
    color: #666;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new_home ul h2 {
    padding-bottom: 5px;
    text-transform: none;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    max-height: 42px;
    overflow: hidden;
}

.new_home ul h2:hover {
    color: #DE1C36;
    text-decoration: underline;
}

.footer {
    background: url(../images/bg_footer.png) top repeat-x;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
}

.footer a {
    color: #fff;
}

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

.company_add_footer {
    float: left;
    width: 485px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.company_add_footer h1 {
    font-size: 14px;
    color: #eee;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.dangkynhantin_footer {
    width: 293px;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
    border-left: dashed #FFF 1px;
    border-right: dashed #FFF 1px;
    height: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dangkynhantin_footer ul form input {
    float: left;
    height: 30px;
    background: #fff;
    border: solid #2a5300 1px;
    border-right: none;
    width: 181px;
    padding: 0 10px;
    color: #999;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.dangkynhantin_footer ul form a {
    float: left;
    line-height: 28px;
    color: #fff;
    background: #3d7901;
    padding: 0 15px;
    border: solid #3d7901 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.dangkynhantin_footer p {
    padding: 0px;
    padding-bottom: 10px;
}

.copyright_footer {
    float: right;
    width: 340px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.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: 18px;
    height: 35px;
    float: right;
}

.sharelink img {
    background: rgba(0, 0, 0, 0.53); /* margin-top: 3px; */
}

.sharelink img:hover {
    background: #f60;
}

.sharelink h2 {
    float: left;
    font-weight: normal;
    font-size: 13px;
    padding-right: 10px;
    padding-top: 5px;
}

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

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #f60;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

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

.conten-page {
    padding-bottom: 30px;
    padding-top: 30px;
}

.title_page {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
    padding: 0px 20px;
    /* line-height: 50px; */
    /* height: 50px; */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.title_page h2 {
    font-size: 21px;
    float: left;
    text-transform: uppercase;
    font-weight: normal;
    color: #DE1725;
    line-height: 60px;
    font-family: "VNF-Oswald", serif;
}

.left_lienhe {
    float: left;
    width: 664px;
    margin-left: 10px;
}

.map iframe {
    display: block;
    width: 475px;
    float: left;
    display: block;
    border: solid 5px #ccc;
    height: 400px;
    margin-left: 30px;
    margin-right: 10px;
}

/*contact*/
.contact {
    padding-top: 0px;
    padding-bottom: 20px;
}

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

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

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

.formBox li input, .formBox li textarea {
    border: solid 1px #C7C7C7;
    height: 38px;
    color: #999;
    padding: 0 10px 0 45px;
}

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

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

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

.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: 17px;
    padding: 0 20px;
    margin-left: 10px;
    height: 38px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #FFF;
    background: #ff6600;
}

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

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

.showText {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 23px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

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

.showText h1, .contact h1 {
    font-size: 19px;
    color: #4a9400;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.showText h2 {
    font-size: 19px;
    color: #4a9400;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

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

/*--checkout--*/
/*--
.cart h3{
	font-size:1.5em;
}
--*/
.cart-sec {
    margin-bottom: 2em;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.cart-item {
    width: 20%;
    float: left;
    margin-right: 5%;
}

.cart-item img {
    width: 100%;
}

.cart-item-info {
    width: 75%;
    float: left;
}

.check {
    padding: 20px;
}

.cart-item-info h3 {
    font-size: 1.2em;
    font-weight: 600;
}

.cart-item-info h3 a {
    color: #000;
}

.cart-item-info h3 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin: 0.7em 0;
}

.size_3 {
    width: 100%;
}

.delivery {
    margin-top: 1em;
}

.delivery p {
    color: #A6A6A6;
    font-size: 1em;
    font-weight: 400;
    float: left;
}

.delivery span {
    color: #A6A6A6;
    font-size: 1em;
    font-weight: 400;
    float: right;
}

.cart-item-info h4 span {
    font-size: 0.65em;
    font-weight: 400;
}

.close1, .close2 {
    background: url('../images/close_1.png') no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.cart-header {
    position: relative;
}

.cart-header2 {
    position: relative;
}

a.order {
    background: #DE1725;
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-top: 20px; /* margin-bottom: 20px; */
}

a.order:hover {
    background: #710505;
}

.total-item, .cart-items {
    margin-top: 0em;
    padding-bottom: 2em;
}

.total-item h3 {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 1em;
}

.total-item h4 {
    font-size: 0.8em;
    font-weight: 600;
    color: #9C9C9C;
    display: inline-block;
    margin-right: 6em;
}

a.cpns {
    background: #EF5F21;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    font-size: 0.8em;
    font-weight: 600;
}

a.cpns:hover {
    background: #000;
}

.total-item p {
    font-size: 0.9em;
    font-weight: 400;
    margin-top: 1em;
}

.total-item p a {
    color: #727272;
}

.total-item p a:hover {
    color: #000;
    text-decoration: underline;
}

a.continue {
    background: #808080;
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
}

a.continue:hover {
    background: #DE1725;
}

ul.total_price {
    padding: 0;
    margin: 1em 0 0 0;
    list-style: none;
}

ul.total_price li.last_price {
    width: 50%;
    float: left;
}

ul.total_price li.last_price span {
    /* font-size: 1.1em; */
    color: #000;
    font-size: 18px;
}

.price-details {
    border-bottom: 1px solid #DDD9D9;
    padding-bottom: 10px;
}

.price-details h3 {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.price-details span {
    width: 50%;
    float: left;
    font-size: 0.8125em;
    color: #000;
    line-height: 1.8em;
    font-size: 13px;
}

.check h1 {
    font-size: 1.5em;
    margin-bottom: 2em;
    font-family: 'Lato', sans-serif;
}

a.item_add1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    background: url(0) #f54d56;
}

a.item_add1:hover {
    background: rgb(3, 193, 167);
    text-decoration: none;
    color: #fff;
}

.btn_5 {
    padding: 25px 40px;
    font-size: 1.1em;
}

ul.qty {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.qty li {
    display: inline-block;
    margin-right: 10%;
}

ul.qty li p {
    font-size: 13px;
    color: #555;
}

.col-md-9 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 27px;
    width: 75%;
}

.col-md-4 {
    width: 20%;
    padding: 16px;
    float: left;
    position: relative;
    min-height: 1px;
    background: #fff;
    padding-top: 15px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.chinhanh-id ul {
    float: left;
    background: #fff;
    width: 350px;
    padding: 14px;
    margin: 10px;
    border: solid #CCC 1px;
    list-style: none;
}

.chinhanh-id ul li img, .chinhanh-id ul li {
    width: 350px;
    height: 230px;
}

.chinhanh-id ul h2 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #900;
    text-transform: uppercase;
}

.nums {
    color: #FFF;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}

.nums li {
    float: left;
    text-align: center;
    list-style: none;
    line-height: 18px;
}

.nums a {
    font-size: 15px;
    display: block;
    margin: 0 5px 0 0px;
    padding: 5px 13px;
    color: #FFF;
    font-family: 'Acme', sans-serif;
    background-color: #4a9400;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

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

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

.viewLeft {
    width: 410px;
    float: left;
}

.viewRight {
    width: 440px;
    float: left;
    margin-left: 30px;
}

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

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

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

#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; /* margin-top: 10px; */
}

#sharelink img {
    /* background: rgba(148, 148, 148, 0.41); */
}

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

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

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

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

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

.titleView {
    position: relative;
    background: url(../images/icon_cham_2.png) bottom repeat-x;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 20px;
    color: #F60;
    font-weight: bold;
    text-transform: uppercase;
}

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

#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;
    float: left;
    width: 390px;
    padding-left: 20px;
    position: relative;
}

#bridal_images_list li {
    margin-right: 9px;
    margin-left: 0px;
    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;
}

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

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

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

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

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

.quantity .plus {
    bottom: 27px;
}

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

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

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

.leftBox {
    margin-bottom: 20px;
}

.muahang_id {
    float: right;
    width: 180px;
    border: solid #ccc 1px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative;
    height: 170px;
}

.banner_hinh {
    position: relative;
    /*padding-top: 184px;*/
}

.banner_hinh ul {
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 1;*/
    list-style: none;
}

.banner_hinh ul li {
    float: left;
    width: 12.5%;
}

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

.page_left_sp {
    width: 930px;
    float: left;
}

.page_right_sp {
    float: right;
    width: 200px;
    line-height: 23px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.page_right_sp ul li {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px dashed #fff;
}

.page_right_sp ul li a {
    background: #de1725;
    color: #fff;
    padding: 7px 10px;
    display: block;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.page_right_sp ul li a:hover {
    background: #bed32c;
    color: #fff;
}

.sp_noidung {
    width: 100%;
    padding: 0px;
    min-height: 50px;
    /*border: 1px solid #CCC;*/
    background: #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slide_hinh {
    width: 100%;
}

.slide_hinh img {
    width: 100%;
    height: auto;
}

.right_header_top_id {

    float: right;

    margin-right: 10px;

}

.top_id_header_right h3 {

    float: left;

    font-size: 16px;

    font-weight: bold;

    color: #f05724;

    margin-right: 15px;

    background: url(../images/hotline_id2.png) top 2px left no-repeat;

    padding-left: 30px;

    line-height: 30px;

    margin-top: 4px;

    background-size: auto 20px;

}

.tomtat {
    max-height: 110px;
    overflow: hidden;

}

.tomtat p {
    text-align: justify;
}

.new_home h2 {
    max-height: 42px;
    overflow: hidden;
}

#menu_mobile {
    display: none;
}

#sub_menu {
    display: none;
}

.dv-mnmb {
    display: none;
}

/*HiÃƒÂ¡Ã‚ÂºÃ‚Â¿u trÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¹nh*/
.product-home{
    width: 75%;
    float: right;
}
.nums{
    clear: both;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
}
.customleft{
    width: 20%;
    float: left;
    margin-left: 10px;
}
.product-home ul a  li, .product-home ul a li img {
    width: 230px;
    height: 150px;
}
.product-home ul {
    width: calc(33.333% - 22px);
}
.right_header_top_id div p a img, .la_co p a img {
    width: 24px;
    height: 15px;
}
.page_right_sp ul li>span span {
    display: inline-block;
    margin-right: 5px;
}
.page_right_sp ul li ul li a {
    background: #888;
    padding-left: 25px;
}

.slide_hinh ul li a {
    padding-left: 10px !important;
}