body {
    font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
    color: #3d2617;
    letter-spacing: 1px;
}

p {
    color: #3d2617;
}

.bg-header-ht {
    background: #3d2617;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa {
    background: transparent !important;
    width: 20px;
    line-height: 41px;
    height: 41px;
}

.menu-footer-vertical {
    padding: 0;
}

.menu-footer-vertical>.list-fan-page {
    margin: 0;
}

.menu-footer-vertical>.list-fan-page>li>a {
    margin-bottom: 0;
}

.hearder-slogan p {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 11px 0;
    margin: 0;
    line-height: 20px;
}

.nav-right>.account-user>.dropdown-toggle {
    border-left: none;
    border-right: none;
    line-height: 41px;
    width: initial;
    font-size: 14px;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
}

.nav-right .item-dropdown:hover {
    background-color: transparent;
}

.box-search {
    display: none;
}

.nav-right .btn-show-search {
    font-size: 24px;
    color: #f5a51c;
}

.box-search-mobile .box-search {
    position: absolute;
    min-width: 300px;
    right: 0;
    margin: 0;
    top: 70px;
    z-index: 999;
    box-shadow: 0 0 5px #716e6e;
}

.box-search>.form-inline>.form-group>.input-group>.form-control {
    height: 40px;
    border-radius: 0;
}

.box-search>.form-inline {
    border-radius: 0;
    height: 40px;
}

.btn-search {
    position: absolute;
    right: 0;
    z-index: 99;
    height: 40px;
    background-color: transparent;
    border-color: transparent;
    color: #777;
    font-size: 17px;
}

.btn-search:hover {
    background-color: transparent;
    border-color: transparent;
    color: #f5a51c;
}

.nav-right>.box-search-mobile {
    padding: 22px 0;
}

.nav-right .cart-order .dropdown-toggle {
    border-right: none;
}

.nav-right .cart-order .dropdown-toggle {
    border-right: none;
    color: #f5a51c;
    line-height: 75px;
}

.bg-main .nav-right .dropdown-toggle, .bg-main .nav-right .btn-show-search {
    color: #fff;
}

.cart-order .dropdown-toggle span.number {
    top: 15px;
}

.nav_desktop li a {
    color: #3d2617;
    font-size: 15px;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 28px 10px;
}

.nav_desktop li:hover > a {
    background-color: transparent;
    color: #f5a51c;
}

.nav_desktop ul ul {
    top: 100%;
}

.compare-product.cart-order.item-dropdown.Foatright.item-inline {
    display: none;
}

.mighty-slider {
    height: calc(100vh - 120px) !important;
}

.banner-1 {
    display: block;
    position: relative;
}

.banner-1:hover .wedding-text {
    opacity: 1;
}

.wedding-text {
    background: #38383875;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    opacity: 0;
}

.wedding-text h3 {
    text-transform: uppercase;
    text-align: center;
}

.wedding-text ul {
    margin-left: 50px;
}

.wedding-text ul li {
    line-height: 50px;
}

.col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1) {
    clear: both;
}

.list-item.view-list {
    display: initial;
}

@media (min-width: 1024px) {
    .list_dongxe .cate-list .list_item:last-child {
        /* width: 66.66666666%; */
    }
}

.list_dongxe .cate-list .list_item {
    /* padding: 0; */
    position: relative;
    margin-bottom: 30px;
}

#main > div[id^="content-row-"]:nth-child(2) .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.list_dongxe .cate-list .thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 0;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.list_dongxe {
    padding: 30px 0;
    overflow: hidden;
}

.cate_list_title .cate-title {
    color: #fff;
    font-size: 20px;
}

.cate_list_title {
    font-size: 25px;
    -webkit-transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    -o-transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    transition: transform 0.3s ease-out,background-color 0.3s ease-out;
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 2;
    margin: 0;
    padding: 20px 30px;
    background-color: rgba(0,0,0,0.4);
    font-family: "Montseratt",sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    right: 15px;
    width: calc(100% - 30px);
}

.list_dongxe .cate-list .list_item:hover .cate_list_title {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    background-color: transparent;
}

.list_dongxe .cate-list .list_item:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
}

.list_dongxe .cate-list .list_item:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: transform 0.3s ease-out,opacity 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out,opacity 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out,opacity 0.3s ease-out;
    -o-transition: transform 0.3s ease-out,opacity 0.3s ease-out;
    transition: transform 0.3s ease-out,opacity 0.3s ease-out;
    -webkit-transform: translateY(-30px) scaleY(0.3);
    -ms-transform: translateY(-30px) scaleY(0.3);
    transform: translateY(-30px) scaleY(0.3);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    width: calc(100% - 30px);
    height: 100%;
    background-color: #000;
    right: 15px;
}

.collection-description {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 55px 40px 30px 55px;
    color: #fff;
}

.collection-description:before, .collection-description:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
    -moz-transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
    -ms-transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
    -o-transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
    transition: transform 0.3s ease-out 0.4s,opacity 0.2s ease-out 0.3s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
}

.collection-description:before {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    top: 15px;
    left: 30px;
    width: 1px;
    height: 60px;
}

.collection-description:after {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 30px;
    left: 15px;
    width: 60px;
    height: 1px;
}

.collection-description p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
    -moz-transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
    -ms-transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
    -o-transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
    transition: transform 0.2s ease-out 0.3s,opacity 0.2s linear 0.3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    margin: 0;
}

.list_dongxe .cate-list .list_item:hover .collection-description p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.list_dongxe .cate-list .list_item:hover .collection-description:before, .list_dongxe .cate-list .list_item:hover .collection-description:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.item-product .info {
    min-height: initial;
    text-align: left;
}

.item-product .title-product a {
    font-size: 16px;
    color: #3d2617;
}

.item-blogs .desc-blogs {
    color: #3d2617;
}

.item-product .info .title-product {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

/*.item-product .title-product:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    display: block;*/
/*    width: 25%;*/
/*    height: 2px;*/
/*    background-color: #333;*/
/*}*/
.price-inline p {
    font-family: Arial, sans-serif;
    color: #0588cb;
}

.action-product {
    background-color: rgba(0,0,0,0.8);
    padding: 0;
    height: initial;
}

.action-product a {
    color: #fff;
    height: 40px;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 33.33333%;
    float: left;
    position: relative;
}

.action-product a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 1px;
    height: 30px;
    background-color: rgba(255,255,255,0.1);
}

.action-product a:hover .fa:not(.fa-spinner) {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.action-product a .fa {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    -webkit-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    vertical-align: middle;
}

.action-product a:hover {
    background: transparent;
    color: #fff;
}

.box-product .title-theme6 {
    text-align: center;
    margin-bottom: 20px;
}

.box-product .title-theme6 h2, .nav_title_new h2.new-title, .box-gallery ul li a {
    color: #3d2617;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,sans-serif;
    margin-bottom: 35px;
    font-size: 30px;
}

.box-product .title-theme6 p, .nav_title_new p, .box-gallery ul li p {
    color: #999;
    position: relative;
}

.box-product .title-theme6 p:before, .nav_title_new p:before, .box-gallery ul li p:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    background-color: #f5a51c;
}

.bg-time-test {
    background: url(/uploads/plugin/custom_img/2018-01-08/custom-bg.jpg);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin: 30px 0 0 0;
    padding: 50px 0;
}

.bg-time-test:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.imagetext__content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

h2.stack__heading {
    font-family: "Montseratt",sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.imagetext__paragraph {
    margin: 10px 0 30px;
}

.imagetext__paragraph p {
    color: #fff;
}

.imagetext__btn {
    padding: 11px 40px;
    font-weight: bold;
    border: 1px solid transparent;
    background-color: #0588cb;
    border-radius: 0;
    color: #fff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.imagetext__btn:hover {
    background-color: #f5a51c;
}

.item-blogs .img-blogs {
    max-height: initial;
}

.title-blogs-item {
    height: initial;
}

.nav_title_new, .box-gallery ul {
    text-align: center;
}

.bg-news-ht {
    background-image: url(/uploads/plugin/custom_img/2018-01-08/custom-backgroun-vv.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.bg-news-ht .item-blogs {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 20px;
    -webkit-box-shadow: 1px 2px 10px #eee;
    -moz-box-shadow: 1px 2px 10px #eee;
    box-shadow: 1px 2px 10px #eee;
    margin-bottom: 30px;
    background-color: #fff;
}

.bg-news-ht .info {
    padding: 0 15px;
}

.slider-product .image-wrapper img {
    min-height: 230px;
    max-width: initial;
    height: auto !important;
}

.slider-product .image-wrapper {
    height: auto;
}

.box-gallery ul li p:before {
    top: 15px;
}

.box-gallery ul li p {
    padding: 40px 0 20px 0;
}

.bg-gallery {
    padding: 30px 0;
}

#footer {
    background: #3d2617;
}

#footer .menu-footer-vertical {
    margin-bottom: 20px;
}

.in-email {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.in-email>.main-email-news {
    position: relative;
    left: 0;
    top: 0;
}

#frm-reg-email {
    margin-left: 0;
}

#footer .title-menu-ft {
    font-family: Arial, sans-serif;
    color: #fff;
    margin-bottom: 22px;
}

#footer .in-email>.main-email-news>h4 {
    color: #fff;
    margin-top: 10px;
    font-family: Arial, sans-serif;
}

.bottom-footer {
    background: rgba(0,0,0,0.9);
    border-top: 1px solid rgba(255,255,255,0.1);
}

.coppyright {
    font-size: 14px;
    color: #fff;
}

.mighty-slider {
    height: 34vw !important;
}

.bg-pikone {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.title-bread {
    background-color: #f0f0f0;
    padding: 15px 0px 10px 0;
    margin-bottom: 25px;
}

.shopinfo_item_as {
    font-size: 30px;
    width: 21%;
    /*padding-right: 15px;*/
    display: table-cell;
    vertical-align: top;
}

.shopinfo_tem {
    display: table-cell;
    vertical-align: top;
}

.shopinfo_item_title {
    font-size: 16px;
    margin: 10px 0 5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Montseratt",sans-serif;
}

.shopinfo_item_title a {
    font-weight: bold;
    color: #3d2617;
}

.shopinfo_item_describe {
    color: #3d2617;
    font-size: 13.8px;
}

.title-blogs-item a {
    color: #3d2617;
}

.solo {
    color: #fff;
}

.logo {
    padding: 5px 0;
}

.logo img {
    max-height: 100px;
}

.btn-main, .btn-primary, a.btn-primary {
    background-color: #f5a51c;
    border: 1px solid #f5a51c;
}

.top-detail-product .row-bb {
    border-bottom: 1px solid #ddd;
}

.btn-muahang {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.bottom-detail-product .nav_title>li.active>a:before, .bottom-detail-product .nav_title li a:hover:before {
    opacity: 0;
}

.bottom-detail-product>.nav_title>li.active>a, .bottom-detail-product>.nav_title>li.active>a:focus, .bottom-detail-product>.nav_title>li.active>a:hover {
    border: 1px solid #f5a51c;
    background-color: #f5a51c;
    color: #fff;
}

.bottom-detail-product>.tab-content {
    border: 1px solid #ccc;
    padding: 20px 15px;
}

.bottom-detail-product>.nav_title {
    list-style: none;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: -1px;
}

.bottom-detail-product>.nav_title>li>a {
    font-size: 14px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
    position: relative;
    border: 1px solid #ccc;
}

.bottom-detail-product>.nav_title>li {
    float: none;
    display: inline-block;
    margin-left: -1px;
    padding: 0;
}

.product-detail-list .list-item.view-list .img {
    width: 100%;
    height: inherit;
}

.product-detail-list .list-item.view-list .img>a {
    line-height: inherit;
}

.product-detail-list .list-item.view-list .item-product .info {
    padding: 0;
    margin: 0;
    text-align: left;
    clear: both;
    padding-top: 10px;
}

.product-detail-list .nav_title {
    margin: 30px 0 !important;
}

.product-detail-list .list-product-small {
    margin: 0 -15px;
}

@media (min-width: 1200px) {
    .solo {
        padding-top: 180px;
        text-align: center;
    }

    #header {
        /* position: fixed; */
        top: 0;
        z-index: 999;
        left: 0;
        right: 0;
        background: #fff;
    }

    #main {
        /* padding-top: 120px; */
    }

    .page-width {
        margin-top: 40px;
    }
}

@media(min-width: 1200px) {
    #header .logo {
        margin-bottom: -30px;
        /* background: #fff; */
        padding: 7px 20px;
        border-radius: 5px;
    }
}

@media (max-width: 768px) {
    .cate_list_title .cate-title {
        font-size: 18px;
    }

    .nav-right .cart-order .dropdown-toggle {
        line-height: 46px;
    }

    .cart-order .dropdown-toggle span.number {
        top: 3px;
    }

    .nav-right>.box-search-mobile {
        padding: 8px 10px;
    }

    #header .navbar-header {
        text-align: center;
    }

    .mighty-slider {
        height: 250px !important;
    }

    .shopinfo_item {
        padding-bottom: 20px;
    }
}

.page-width .info {
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.page-width .info a {
    color: #fff;
}

.shopinfo_item img {
    padding-top: 8px;
}

.title_style h2, .title_style h3, .title_style h4 {
    background-color: #3d2617;
}

.thub-image {
    padding: 0 0px 0px;
    margin-top: 10px;
}

.slider-thumb .item {
    padding: 2px;
    margin: 0px 5px
}

.nav_title li a {
    color: #3d2617;
}

.bg-main, .fancybox-gallery:hover .image-hover, .nav-tabs-03.nav-tabs>li.active>a, .nav-tabs-03.nav-tabs>li.active>a:focus, .nav-tabs-03.nav-tabs>li.active>a:hover, .box-step ul li.active .demo-icon, .nav_title li a::before, .box-product-style2 h3:before, .title_style2 h3::after, .opticon-select li:hover .btn-ver, .opticon-select li.active .btn-ver, .nav-tabs-01 .nav-tabs li.active span, .list-bank li label:before {
    background-color: #f5a51c;
}

.detail-post .box-detail-post.top-post img {
    display: none;
}

@media (max-width: 1024px) {
    .wedding-text {
        opacity: 1;
    }

    .list-item>.item-product>.img, .bg-time-test {
        height: inherit;
    }

    .list-item>.item-product>.img>a {
        line-height: inherit;
    }

    .item-product {
        margin-bottom: 0;
    }

    .price {
        min-height: inherit;
    }

    .bg-time-test {
        margin: 10px 0 0 0;
    }

    .page-width>ul {
        clear: both;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .btn-search {
        height: 38px;
    }

    .box-search>.form-inline>.form-group>.input-group>.form-control {
        height: 38px;
        background: #f5a51c;
    }

    .box-search-mobile .box-search {
        width: 210px;
        margin: 0;
        top: 4px;
        left: -20px;
        padding: 0;
        min-width: inherit;
    }
}

.nav_desktop ul li.sub-menu-style1 ul li a {
    font-weight: 100;
}

.thumbnail a>img, .thumbnail>img {
    width: 100%;
}

.item-blogs {
    border-bottom: none;
}

.img-xml {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hotline-product {
    background: #f5a51c;
    color: #fff;
    padding: 10px 15px;
    margin: 10px 0;
    overflow: hidden;
    font-size: 15px;
    font-family: Tahoma;
    display: inline-block;
    border-radius: 5px;
}

.hotline-product .title-dh1, .hotline-product .title-dh1 a {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.slider-intro .mighty-slider {
    height: 315px !important;
}

.slider-intro .titrePartie > span.l1 {
    font-size: 15px !important;
}

.slider-intro .titrePartie > span.l1 {
    height: 30px;
    line-height: 16px;
}

.list_dongxe .title_widget {
    display: none;
}

.img-blogs img {
    width: 433px;
    height: 230px;
}

/*.footer-qc-gt-menu .col-sm-3:first-child{*/
/*    top: 60px;*/
/*}*/
.footer-qc-gt-menu .col-sm-3:first-child img {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icon_img img {
    width: 25px;
    height: 24px;
    border-radius: 50%;
    display: block;
}

.bg-menu .navbar-right.donv-login .dropdown {
    right: 30px;
    top: 27px;
    display: block;
}

#content-row-46 .box-left .owl-item .col-xs-5.noPadding .img img {
    width: 160px;
    height: 95px;
}

.dropdown-menu.dkm-drop-top .click-language .icon_img img {
    position: absolute;
    right: 10px;
}

.menu-footer-vertical a {
    color: #fff;
}

.address-ft p {
    color: #fff;
}

.img_intro {
    text-align: center;
    margin-bottom: 30px;
}

.item-blogs {
    padding-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .style-view-2 .img {
        height: 95px !important;
    }

    #load-list-data .list-item.view-list {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .box-detail-list-product .list-item:nth-child(2n+1) {
        clear: both;
    }

    .item-product.style-view-2 {
        margin-bottom: 15px;
    }
}
