/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
.header-menu .control-menu {
    display: none;
    text-align: right;
}
.image_group {
    width: 24px;
    height: 24px;
    border: 1px #dedede solid;
}
@media (max-width: 1199px){
header.header .header-control .ul-control .header-cart .icon .title {
    display: none;
}
header.header .header-control .ul-control .header-cart .icon span.count_item_pr {
    position: absolute;
    top: 4px;
    right: 5px;
}

}
@media (min-width: 991px){

.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1 a.non-sub {
     color: #cd9a2b !important; 
     font-weight: 600; 
     margin-bottom: 10px; 
     display: inline-block; 
     font-size: 15px; 
     display: block;

}
.header-menu {
    position: inherit;
}
.header-menu .header-menu-des{
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.header-menu .header-menu-des .header-nav {
    flex: 1;
    display: block;
    text-align: right;
}

.header-menu .header-menu-des .header-nav>ul.item_big {
    white-space: nowrap;
    display: inline-block;
}
.header-menu .header-menu-des .header-nav li li {
    position: relative;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item {
    display: inline-block;
    position: static;
    border-radius: 10px;
    padding: 30px 0;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a {
    display: block;
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    position: relative;
    color: #000;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.active>a {
    color: #cd9a2b;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item {
    display: inline-block;
    position: static;
    border-radius: 10px;
    padding: 30px 0;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega {
    position: static;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a {
    display: block;
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    position: relative;
    color: #000;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a.caret-down:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    display: inline-block;
    top: -2px;
    margin-left: 2px;
    margin-top: -6px;
    transition: 0.5s;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item .fa-caret-down {
    visibility: hidden;
    display: none;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: calc(-33vw);
    z-index: 999;
    width: 100vw;
    -webkit-box-shadow: 0 2px 6px 0 rgba(50,50,50,0.33);
    -moz-box-shadow: 0 2px 6px 0 rgba(50,50,50,0.33);
    box-shadow: 0 2px 6px 0 rgba(50,50,50,0.33);
    max-height: 600px;
    overflow-y: auto;
    border: 0;
    overflow: hidden;
    white-space: normal;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega:hover .mega-content {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item2 {
    padding: 10px;
    text-align: left;
    display: inline;
}
.level1.item2{
    width: calc(100%/6);
}

.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item {
    float: left;
    width: calc(100%/6);
    padding: 10px;
    text-align: left;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega {
    color: #cd9a2b !important;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 {
    margin-bottom: 15px;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li {
    line-height: 1.3;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li a {
    text-transform: none !important;
    font-weight: 500;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a {
    font-weight: normal !important;
    text-transform: none !important;
    color: #000;
    font-size: 14px;
}
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 {
    margin-bottom: 15px;
}
.header-menu .control-menu {
    width: calc(100% - 670px);
}
.header-menu .header-menu-des .control-menu {
    width: 60px;
    text-align: center;
}
.header-menu .control-menu #prev svg, .header-menu .control-menu #next svg {
    width: 12px;
    height: 12px;
    margin-top: -5px;
}

}

@media (min-width: 991px) and (min-width: 992px){
.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega {
    display: block;
}
}

@media (min-width: 1366px){
.container {
    max-width: 1300px;
}
}
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
button, li {
    transition: all .4s ease;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}
a {
    transition: all .4s ease;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.nav-item.current .d-none, .nav-item.current ul{
	display: block !important
}
.search-header .search-smart .header-search-form button {
       top: 0;
}

.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}
.title {
    font-size: 14px;
}
.header-cart .block{
	margin-bottom: 0; 
}
svg {
    width: 18px;
    height: 18px;
}
.top-bar .top-bar-left a svg path,
.top-bar .top-bar-left svg path {
    fill: #fff;
}
.top-bar svg:not(:root) {
    top: 4px;
    position: relative;
} 
.top-bar{
    background: #cd9a2b;
    color: #fff;
    font-size: 15px;
    padding: 2px 0;
}
.top-bar .top-bar-left a {
    display: inline-block;
    color: #fff;
    padding: 0 10px 0 5px;
    position: relative;
}
.top-bar .top-bar-left a:before {
    top: 5px;
    content: "";
    height: 15px;
    left: auto;
    right: 0;
    width: 1px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
}
.top-bar .top-bar-left a span {
    margin-left: 5px;
    display: inline-block;
}
.top-bar .top-bar-left a:last-child {
    padding-right: 0;
}
.top-bar .top-bar-right ul {
    text-align: right;
}
.top-bar .top-bar-right ul li {
    display: inline-block;
    padding: 0 10px 0 5px;
    position: relative;
}
.top-bar .top-bar-right ul li:before {
    top: 5px;
    content: "";
    height: 15px;
    left: auto;
    right: 0;
    width: 1px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
}
.top-bar .top-bar-right ul li a {
    color: #fff;
}
header.header {
    background: #fff;
    position: relative;
    top: 0 !important;
}
header.header .logo img {
    height: 55px;
    object-fit: scale-down;
}

header.header .popup-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: none;
}
header.header .popup-search.active {
    display: flex;
}
.search-header {
    position: relative;
}
header.header .popup-search .search-header {
    max-width: 500px;
    margin: auto;
}
.search-header .search-smart .header-search-form {
    position: initial;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #cd9a2b;
    height: 38px;
}
.search-header .search-smart .header-search-form input {
    width: 100%;
    height: 36px;
    padding-right: 80px;
    padding-left: 10px;
    border: 0;
}
.search-header .search-smart .header-search-form input {
    width: 100%;
    height: 36px;
    padding-right: 80px;
    padding-left: 10px;
    border: 0;
}
.search-header .search-smart .header-search-form button {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 36px;
    background: transparent;
    border: 0;
    border-radius: 5px;
}
.search-header .search-suggest {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border: solid 1px #dfe3e8;
    display: none;
    position: absolute;
    top: 100%;
    border-radius: 8px;
    max-height: 550px;
    overflow-y: auto;
}
.search-header .list-search-style {
    text-align: center;
    margin-bottom: 10px;
}
header.header .header-control .ul-control {
    display: flex;
    justify-content: end;
    align-items: center;
}
header.header .header-control .ul-control .header-search {
    margin-right: 10px;
}
header.header .header-control .ul-control .header-search a {
    display: flex;
    width: 40px;
    height: 40px;
    background: #e8f1e4;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
header.header .header-control .ul-control .header-cart .icon {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-right: 15px;
    border-radius: 10px;
    background: #f0f8ed;
    position: relative;
}
header.header .header-control .ul-control .header-cart .icon svg {
    margin-right: 5px;
}
header.header .header-control .ul-control .header-cart .icon svg path {
    fill: #cd9a2b;
}
header.header .header-control .ul-control .header-cart .icon .title {
    margin-right: 5px;
}
header.header .header-control .ul-control .header-cart .icon span.count_item_pr {
    width: 18px;
    height: 18px;
    background: #fa931d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
}
.home-slider a {
    display: block;
    text-align: center;
}
.block-cart .top-cart-content {
    right: 0px;
    top: 100%;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    z-index: 10000;
    display: none;
    color: #000;
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
}
.CartHeaderContainer {
    width: 340px;
    background-color: #fff;
}
.cartheader {
    margin-bottom: 0;
}
.cartheader .cart_body {
    padding: 15px;
    max-height: 360px;
    overflow-y: auto;
}
@media (max-width: 991px) and (max-width: 767px){
.menu-bar {
    width: 31px;
    height: 31px;
}
.menu-bar svg {
    width: 15px;
    height: 15px;
}
}
.col-lg-6{
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
a:hover {
    color: #045ac5;
}
@media (max-width: 991px){
header.header {
    padding: 20px 0px;
}
.nav-item.current .mega-content {
    display: none!important;
}
.header-nav .logo-sitenav {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cd9a2b;
    text-align: center;
}
.menu-bar svg path {
    fill: #cd9a2b;
}
.menu-bar {
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #f0f8ed;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    display: inline-flex !important;
    margin-left: 7px;
}
.opacity_menu {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none;
}
.opacity_menu.current {
    display: block;
}
.header-nav .item_big .nav-item .fa-caret-down:before {
    width: 11px;
    height: 1px;
    opacity: 1;
}
.header-nav li.current .fa.current:before, .header-nav li.current .fa.current:after {
    background-color: #80cda7;
    transform: translate(-50%, -50%) rotate(90deg);
}
.header-nav li.current .fa.current:before {
    opacity: 0;
}
.header-nav .item_big .nav-item .fa-caret-down:after {
    width: 1px;
    height: 11px;
}
.header-nav .item_big .nav-item .fa-caret-down:before, .header-nav .item_big .nav-item .fa-caret-down:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #000;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.header-nav {
    background-color: #fff;
    width: 70%;
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 99999;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
}
.header-nav.current {
    visibility: visible;
    transform: translateX(0);
}
.header-nav .item_big {
    overflow-y: auto;
    max-height: 100vh;
    height: 100vh;
}

.header-nav .item_big .account-mb {
    padding: 5px;
}
.header-nav li>ul {
    display: none !important;
}
.header-nav .item_big .account-mb ul {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    text-align: center;
}
.header-nav .item_big .account-mb ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.header-nav .item_big .account-mb ul li a {
    display: block;
    background: #cd9a2b;
    color: #fff;
    padding: 8px 5px;
    border-radius: 5px;
    font-weight: 600;
}
.header-nav .item_big .nav-item {
    position: relative;
    margin-bottom: 5px;
}
.header-nav .item_big .nav-item a {
    padding: 0 30px 0 10px;
    color: #000;
    height: unset;
    line-height: 30px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.item_small ul > li.level1 a.non-sub{
	padding: 0 0 0 25px;
	font-size: 13px!important
}
.item_small ul > li.level1 > ul.level2 li > a.non-sub{
	padding: 0 0 0 35px;
	font-size: 12px!important
}
.header-nav .item_big .nav-item .fa-caret-down {
    height: 20px !important;
    width: 20px !important;
    position: absolute;
    right: 7.5px;
    top: 17px;
    transform: translate(0, -50%);
}
.header-nav li.current>a {
    color: #009b50 !important;
}
header.header .logo {
    display: block;
}
header.header .logo img {
    max-height: 44px;
    width: auto;
}
header.header .header-control {
    position: absolute;
    right: 0;
    text-align: right;
}
header.header .header-control .ul-control {
    display: inline-flex;
}
header.header .header-control .ul-control .header-cart .icon svg {
    margin-right: 0px;
}
}
@media (max-width: 767px){
.top-bar .top-bar-left a {
    font-size: 14px;
}
.top-bar .top-bar-left a svg {
    width: 16px;
    height: 16px;
}
header.header .header-control .ul-control .header-search a {
    width: 31px !important;
    height: 31px !important;
}
header.header .header-control .ul-control .header-search a svg {
    width: 15px;
    height: 15px;
}
header.header .header-control .ul-control .header-cart .icon {
    padding: 5.5px !important;
}
header.header .header-control .ul-control .header-cart .icon span.count_item_pr {
    position: absolute;
    top: -5px;
    right: -5px;
}
.top-bar-right{
	display: none
}
.title_page {
    display: none;
}
.product-detail-left .button_actions {
    margin-top: 15px!important;
}
.button_actions .btn_base {
    width: 100% !important;
}
.button_actions .btn_base.fast {
    margin-top: 15px;
}
.button_actions .btn_base:first-child:before{
	display: none;
}
.products-view-grid .product-box .price-box, #home_sale .product-box .price-box{
	font-size: 14px !important;
	font-weight: 500;
}
.products-view-grid .price-box .compare-price, #home_sale .price-box .compare-price{
	font-size: 12px !important;
	font-weight: 500;
}

 #home_sale .product-box .product-action {
 	display: none!important;
 }
 #tms_flashsale .sales_body {
    display: inline-block !important;
    margin: 15px 0;
}
#tms_flashsale .sales_title {
    float: none !important;
    text-align: center;
    padding-bottom: 12px;
}
#home_sale .product-box {
	margin-bottom: 5px !important
}
}

@media (min-width: 1199px){
.header-menu .header-nav {
    width: 670px;
}
}

.top-bar .top-bar-left a.mail:before, .top-bar .top-bar-right ul li.signin:before{
    background-color: transparent;
}
.section_danhmuc {
    margin-bottom: 70px;
}
.userBlock{float:right;}

/*custom beadcrumb*/
.bread-crumb {
    background: #f5f5f5;
    margin-bottom: 20px;
}
.breadcrumb {
    margin: 0;
    font-size: 14px;
    padding: 15px 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li>a {
    color: #333;
}
.breadcrumb li span {
    display: inline;
    color: #333;
}
.breadcrumb li>a>span {
    color: #333;
}
.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #333;
}
.breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
}
.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #915b10;
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb>li+li:before {
    display: none
}
.breadcrumb li:last-child .mr_lr {
    display: none
}
.breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
    color: #915b10;
}
/*footer*/
#footer {
    position: relative;
    min-height: 300px;
    width: 100%;
    border: none;
    background-image: url(../images/bg-footer.jpg);
    font-size: 13px;
}
.footerNav2 {
    background-color: #202936f0;
    text-align: center;
}
.backtop svg {
    width: 30px;
    height: 30px;
    color: #fff;
}
.backtop {
    position: fixed;
    bottom: 100px;
    top: auto !important;
    right: 20px;
    background: #cd9a2b;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 36px;
    z-index: 999;
    opacity: 0;
    border: 1px solid #fff;
}
.backtop.show {
    opacity: 1;
}
ul.socialList li a{background-color: transparent;}
.socialList li a .fa {
    font-size: 25px;
}
.socialList li, .contactList li {
    margin-right: 20px;
}

footer.section-footer-top .title-menu-first {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
footer.section-footer-top .form_register {
    position: relative;
    display: inline-block;
    width: 100%;
}
form.newsletter-form  input[type="email"]{
    border: 1px solid #cbd2d7;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px;
}
footer.section-footer-top .form_register input {
    border-radius: 4px;
    width: 100%;
    background: #263036;
    font-size: 13px;
    color: #e2e2e1;
    border: 1px solid #263036;
    margin: 0;
}
footer.section-footer-top .form_register .button_subscribe {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #cd9a2b;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    height: 40px;
    line-height: 39px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
}
#footer .menu li a {border: none;}
#footer .menu li {
     display: inline-block; 
     width: 100%; 
}
#footer .menu li:nth-child(2n){
	padding-left: 8px;
}
}

.section_prd_feature {
    padding-top: 60px;
}
.section_prd_feature .title_module {
    margin-bottom: 30px;
}
.section_prd_feature .title_module h2 {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    margin: 0;
    width: 100%;
    display: inline-block;
    letter-spacing: 0;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    line-height: 30px;
    padding: 0 0 10px 0;
}
.section_prd_feature .title_module h2 a {
    color: #263036;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}
.section_prd_feature .title_module h2 a:before {
    content: "";
    width: 100%;
    bottom: -15px;
    height: 2px;
    position: absolute;
    background: #cd9a2b;
    left: 0;
}

#body {
    background-color: #fff;
    border: none; 
     box-shadow: none; 
  
}
.custom-btn-number button {
    font-size: 20px;
    line-height: 0;
    border: 1px solid #ebebeb;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0;
}
.custom-btn-number input {
    margin: 0;
    display: block;
    float: left;
    height: 40px;
    border: 1px solid #ebebeb;
    border-right: none;
    border-left: none;
    width: 55px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    outline: 0;
}
.button_actions {
    display: block;
    float: left;
    position: relative;
    height: 40px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}
.button_actions .btn_base {
    height: 48px;
    line-height: 48px;
    font-family: "Quicksand",sans-serif;
    color: #cd9a2b;
    font-weight: 700;
    text-decoration: none;
    background: #f3fff4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    border: solid 1px #cd9a2b;
    float: left;
    width: calc(100% / 2 - 12px);
}
.button_actions .btn_add_cart {
    position: relative;
}
.button_actions .btn_base:first-child {
    margin-right: 20px;
    padding: 0 0px 0 20px;
}
.button_actions .btn_base:first-child:before {
    content: "";
    height: 22px;
    width: 20px;
    background-image: url(../images/i_addcart.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 12px;
    left: 22px;
    position: absolute;
}
.button_actions .btn_base:first-child:hover:before {
    filter: brightness(100);
}
.button_actions .btn_base.fast {
    background: #cd9a2b;
    color: #fff;
}
.button_actions .btn_base:hover {
    color: #fff;
    background: #cd9a2b;
    cursor: pointer;
    border-color: #cd9a2b;
}
.button_actions .btn_base.fast:hover {
   color: #cd9a2b;
    background: #f3fff4;
    cursor: pointer;
    border-color: #cd9a2b;
}
.info-title {
    color: #263036;
    line-height: 40px;
    font-family: "Roboto",sans-serif;
    margin: 0px 0 20px;
    font-weight: 700;
    font-size: 30px;
}
.product-info .sale-flash{
	display: inline-block;
    background: #cd9a2b;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
    padding: 0 6px;
    border-radius: 3px;
    transform: translateY(-10px);
}
.product-detail-left .product-info .money{
	font-size: 36px;
    color: #cd9a2b;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
}
.product-detail-left .product-info .discounts_money{
	color: #808080;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    display: inline-block;
    padding-right: 10px;
}
footer .info-footer ul.contact li:nth-child(1) {
    margin-top: 12px;
}
footer .info-footer ul.contact li {
    font-size: 14px;
    position: relative;
    margin-bottom: 10px !important;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}
.contact li.li_footer_h .fa, .contact li.li_footer_h .far {
    float: left;
    position: relative;
    top: -1px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
    padding-left: 0;
    line-height: 29px;
   color: #cd9a2b;
    font-size: 16px;
    background: #fff;
    border: 1px solid #cd9a2b;
}
.header-control .ul-control .header-search svg path {
    fill: #cd9a2b;
}
@media (min-width: 1200px){
.bg_product {
    background-color: #fff !important;
}
}
.panel.details-product{
	border: none
}
.product-detail-left{
	padding: 10px 5px
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#cart-sidebar .quantity-select{
	text-align: center;
}
.section_slider {
    position: relative;
    margin-bottom: 30px;
}
#tms_flashsale .swiper{
    overflow: hidden;
}

.section_hot_product {
	background: url(../images/bg_hot_product.png);
	padding: 50px 0 60px;
    background-position: center top;
    position: relative;
    z-index: 10;
}


/*contact*/
.layout-contact {
  margin-bottom:30px;
}

@media (max-width:991px) {
  .layout-contact .contact {
    margin-top:20px;
  }
}

.layout-contact .contact h4 {
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
  position:relative;
  display:inline-block;
}

.layout-contact .contact h4:before {
  background:#cd9a2b;
  content:'';
  right:0;
  left:0;
  position:absolute;
  bottom:-5px;
  height:3px;
  display:block;
  z-index:1;
  width:40%;
}

.layout-contact .contact .info-contact .description {
  margin-top:10px;
}

.layout-contact .contact .info-contact .group-address {
  margin-top:10px;
  margin-bottom: 30px;
}

.layout-contact .contact .info-contact .group-address .title {
  font-size:17px;
  font-weight:700;
  margin-bottom:10px;
}

.layout-contact .contact .info-contact .group-address ul {
  list-style:none;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.layout-contact .contact .info-contact .group-address ul li {
  margin-bottom:15px;
  display:inline-block;
  position:relative;
  width:100%;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  display:flex;
  align-items:center;
}

@media (max-width:767px) {
  .layout-contact .contact .info-contact .group-address ul li {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
}

.layout-contact .contact .info-contact .group-address ul li .icon {
  width:40px;
  min-width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #cd9a2b;
  border-radius:50%;
  margin-right:10px;
}

.layout-contact .contact .info-contact .group-address ul li .icon svg path {
  fill:#cd9a2b;
}

.layout-contact .contact .info-contact .group-address ul li b {
  display:block;
}

.layout-contact .contact .info-contact .group-address ul li a {
  color:#000;
}

.layout-contact .contact .info-contact .group-address ul li a:hover {
  color: #cd9a2b;
}

.layout-contact .contact .info-contact .group-address .see-store {
  color:#fff;
  background-color:#cd9a2b;
  line-height:38px;
  padding:10px 15px;
  font-size:14px;
  border-radius:5px;
}

.layout-contact .contact .info-contact .group-address .see-store:hover {
  background-color:#35c6df;
}

.layout-contact .form-contact {
  margin-top:15px;
}

@media (max-width:991px) {
  .layout-contact .form-contact {
    margin-bottom:20px;
  }
}

.layout-contact .form-contact .content-form {
  display:block;
  margin-bottom:15px;
}

.layout-contact .form-contact h4 {
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
  position:relative;
  display:inline-block;
}

.layout-contact .form-contact h4:before {
  background: #cd9a2b;
  content:'';
  right:0;
  left:0;
  position:absolute;
  bottom:-5px;
  height:3px;
  display:block;
  z-index:1;
  width:40%;
}

.layout-contact .form-contact .group_contact input,
.layout-contact .form-contact .group_contact textarea {
  border:1px solid #e1e1e1;
/*  width:100%;*/
  margin-bottom:10px;
  outline:none;
  font-size:14px;
  border-radius:8px;
}

.layout-contact .form-contact .group_contact input {
  padding:5px 20px;
  border:1px solid #e6e6e6;
}

.layout-contact .form-contact .group_contact textarea {
  padding:10px 20px;
  height:180px;
  border:1px solid #e6e6e6;
}

.layout-contact .form-contact .group_contact .btn-lienhe {
  background: #cd9a2b;
  color:#fff;
  border:initial;
  padding:0 20px;
  line-height:35px;
  font-size:14px;
  border-radius:8px;
}

.layout-contact .form-contact .group_contact .btn-lienhe:hover {
  background-color:#35c6df;
}
textarea {
    overflow: auto;
    resize: vertical;
}
#contact_map {
  height:100%;
}

#contact_map iframe {
  width:100%;
  border-radius:5px;
  height:100%;
}

@media (max-width:991px) {
  #contact_map iframe {
    height:450px;
  }
}

.swiper-wrapper {
    text-align: center;
}
.section_danhmuc .swiper-wrapper a h3 span{
	display: block;
}
/* custom shops*/
.product-detail .tab-content{
     opacity: 1; 
     visibility: visible;
     height: unset;
}
.tabs .nav {
    display: flex;
    text-transform: uppercase;
    justify-content: center;
}
.tabs .nav li {
    border: none;
    border-bottom: none;
}
.tabs .nav li.active {
    border: none;
    box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    z-index: 100;
}
.tabs .nav li.active:before, .tabs .nav li.active:after {
    background: none;
}
.tabs .nav li.active a span {
    font-size: 14px;
    font-weight: 700;
}
.tabs .nav a {
    color: #51524e;
    font-size: 14px;
    font-weight: 700;
}
.tabs .nav li.active a {
    color: #51524e;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #cd9a2b;
}
.tabs .nav a:hover {
    color: inherit;
    border-bottom: 2px solid #cd9a2b;
    background: none;

}
.product-info .rating {
    display: flex;
    align-items: center;
}
.product-info .pro-star {
    margin-right: 10px;
}
.pro-star i {
    padding-right: 2px;
}
.product-info .group-status .first_status {
    display: inline-block;
    position: relative;
    margin: 0;
    font-weight: 400;
    margin: 10px 0;
    font-size: 16px;
    color: #707070;
}
.product-info .group-status .first_status .status_name {
    font-weight: 400;
    color: #cd9a2b;
}
.product-info .group-status .first_status .status_name i{
    padding-right: 2px
}
/* regmail */
.section_register {
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 9;
    background: transparent;
    margin-top: 50px;
}
.section_register .block-image {
    margin-top: -33px;
}
.section_register .block-image img {
    margin-left: -50px;
}
.section_register .form_register {
    position: relative;
    width: 100%;
    padding: 40px 0 0;
}

.section_register .form_register .title_regis {
    font-family: "Roboto",sans-serif;
    color: #fff;
    text-align: center;
}
.section_register .form_register .title_regis h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.section_register .form_register .title_regis span {
    font-size: 12px;
    font-weight: 400;
}
.section_register .form_register .form .form_contact {
    position: relative;
}
.section_register .form_register .form .form_contact .form-group {
    padding: 0;
}
.section_register .form_register input {
    border-radius: 4px;
    width: 100%;
    background: #fff;
    font-size: 16px;
    color: #7d7d7d;
    border: 1px solid #fff;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 130px 0 30px;
}
.section_register .form_register .btn_action {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #35c6df;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    height: 50px;
    line-height: 49px;
    padding: 0 35px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
}
.section_register .form_register .btn_action:hover {
    background: #333;
}
@media (max-width: 991px){
.section_register .form_register {
    padding: 0;
}
.section_register .block-image {
    display: none;
}
.section_register {
    background-repeat: repeat !important;
    margin-top: 0;
    padding: 25px 0;
}
}
@media (max-width: 767px){
.section_register .form_register .btn_action {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: unset;
    border-radius: 3px;
}
.section_register .form_register input {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
}
}
@media (min-width: 768px){
.section_register .form_register .title_regis {
    display: none;
}

}

/*blog news right*/

.blog_noibat {
  margin-top:30px;
  border-radius:5px;
  background:#f0f8ffcf;
}

.blog_noibat h2 {
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
  position:relative;
  padding:10px 15px;
  line-height:initial;
}

.blog_noibat h2:before {
  background:#cd9a2b;
  content:'';
  left:15px;
  position:absolute;
  bottom:-1px;
  height:2px;
  display:block;
  z-index:1;
  width:60px;
}

.blog_noibat .blog_content {
  padding:10px 15px;
}

.blog_noibat .blog_content .item {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.blog_noibat .blog_content .item .post-thumb {
  width:90px;
  margin-right:10px;
}

.blog_noibat .blog_content .item .contentright {
  width:calc(100% - 100px);
}

.blog_noibat .blog_content .item .contentright h3 {
  font-size:14px;
  margin:0;
  height:45px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.blog_noibat .blog_content .item .contentright h3 a {
  display:block;
  color:#000;
}

.blog_noibat .blog_content .item .contentright h3 a:hover {
  color:#1777ee;
}

.blog_noibat .blog_content .item:last-child {
  border:initial;
  margin:0;
  padding:0;
}
.item-blog {
  margin-bottom:30px;
}

.item-blog .block-thumb {
  text-align:center;
}

.item-blog .block-content .posts {
  font-size:12px;
  margin-bottom:10px;
}

.item-blog .block-content .posts .time-post {
  font-size:14px;
  font-weight:400;
  color:#000;
  display:inline-block;
  margin-right:10px;
}

.item-blog .block-content .posts .time-post svg {
  width:15px;
  height:15px;
  margin-top:-5px;
  margin-right:2px;
}

.item-blog .block-content .posts .time-post svg path {
  fill:var(--maincolor);
}

.item-blog .block-content h3 {
  font-size:20px;
  font-weight:700;
}

.item-blog .block-content h3 a:hover {
  color:var(--maincolor);
}

@media (max-width:767px) {
  .item-blog .block-content {
    margin-top:15px;
  }
  .item-blog .block-content h3 {
    font-size:18px;
  }
}

.item-blog .block-content .article-content {
  color:#9a9a9a;
}

.thump-comment {
  background:#fff;
  border-radius:5px;
  padding:10px;
  margin-top:20px;
}

/*blog news home*/
.section_blog {
    padding: 75px 0 100px;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background: transparent;
}
.title_module_main {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.title_module_main .h2, .title_module_main h2 {
    font-family: "Roboto",sans-serif;
    letter-spacing: 0;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.title_module_main .h2 span, .title_module_main .h2 a, .title_module_main h2 span, .title_module_main h2 a {
    color: #263036;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 0 0px 45px 0;
    font-weight: 700;
}
.title_module_main .h2 a:hover, .title_module_main h2 a:hover {
    color: #35c6df;
}
.title_module_main .h2 span:before, .title_module_main .h2 a:before, .title_module_main h2 span:before, .title_module_main h2 a:before {
    content: "";
    width: 75px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    background-image: url('../images/bg_title.png');
}
.section_blog .swiper_blog {
    padding-bottom: 40px;
}
.section_blog .blog_item .blogwp .image-blog {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.section_blog .blog_item .blogwp .image-blog img {
    height: unset;
    width: 100%;
    min-height: 250px
}
.section_blog .blog_item .blogwp .content_blog .post-date {
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    color: #263036;
}
.section_blog .blog_item .blogwp .content_blog .post-date i {
    color: #cd9a2b;
    padding-right: 5px;
}
.section_blog .blog_item .blogwp .content_blog h3 {
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
    height: 30px;
}
.section_blog .blog_item .blogwp .content_blog h3 a:hover {
    color: #35c6df;
}
.section_blog .blog_item .blogwp .content_blog h3 a {
    color: #263036;
}
.section_blog .blog_item .blogwp .content_blog p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #808080;
    font-family: "Roboto",sans-serif;
    display: block;
    text-align: justify;
    word-break: break-word;
}
.section_blog .blog_item .blogwp .content_blog .readmore {
    color: #cd9a2b;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
}
.section_blog .swiper_blog .swiper-button-next, .section_blog .swiper_blog .swiper-button-prev {
    font-size: 0;
    position: absolute;
    top: auto;
    bottom: -15px;
    display: block;
    width: 31px;
    height: 31px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #cd9a2b;
    border: 1px solid #cd9a2b;
    outline: none;
    border-radius: 3px;
    background: #cd9a2b;
    line-height: 27px;
    text-align: center;
    z-index: 2;
    right: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.section_blog .swiper_blog .swiper-button-prev {
    left: calc(50% - 35px);
}
.section_blog .swiper_blog .swiper-button-next {
    right: calc(50% - 35px);
}
.section_blog .swiper_blog .swiper-button-next:after, .section_blog .swiper_blog .swiper-button-prev:after {
    font-size: 10px;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 31px;
    width: 31px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    background: transparent;
}
.section_blog .swiper_blog .swiper-button-next:hover, .section_blog .swiper_blog .swiper-button-prev:hover {
    background: #35c6df;
    border-color: #35c6df;
}
@media (max-width: 992px){
.title_module_main .h2 span, .title_module_main .h2 a, .title_module_main h2 span, .title_module_main h2 a {
    width: 100%;
}
.section_blog .blog_item {
    margin-bottom: 30px;
}

}
@media (max-width: 767px){
.title_module_main .h2 span, .title_module_main .h2 a, .title_module_main h2 span, .title_module_main h2 a {
    font-size: 24px;
}
.section_blog {
    padding: 40px 0 60px;
}
.section_blog .swiper_blog .swiper-button-prev {
    left: calc(50% - 22px);
}
.section_blog .swiper_blog .swiper-button-next:after, .section_blog .swiper_blog .swiper-button-prev:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8px;
}
.section_blog .swiper_blog .swiper-button-next {
    right: calc(50% - 22px);
}
.section_blog .swiper_blog .swiper-button-next, .section_blog .swiper_blog .swiper-button-prev {
    width: 20px;
    height: 25px;
    line-height: 20px;
}
}
/* MODAL CAU HINH SP*/
.specifications {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}
.specifications .fs-dttop:before {
    content: "";
    width: 66px;
    height: 2px;
    background: linear-gradient(180deg, #eb3349f5 0%, #f6563b 100%);
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.specifications .fs-tsright {
    max-height: 280px;
    overflow: hidden;
    line-height: 1.3;
}
.specifications .fs-tsright table {
    border: none;
    margin-bottom: 0;
    width: 100% !important;
}
.specifications .fs-tsright table tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}
.specifications .fs-tsright table tr td:first-child {
    width: 115px;
}
.specifications .fs-tsright table tr td {
    border: #ffdead;
    padding: 9px;
    font-size: 13px;
}
.specifications button.btn-primary {
    cursor: pointer;
    display: block;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ff5c00;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #ff5c00;
    width: 100%;
    margin-top: 5px;
    position: relative;
}
.specifications .fs-dttop {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #f5f6f8 !important;
    color: #303030 !important;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
.specifications button.btn-primary:before{
   content: '';
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.33) 26%, rgba(255,255,255,0.8) 83%, #fff);
    height: 23px;
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
}
.btn-specifications:hover, .btn-specifications:focus {
    color: #fff !important;
    border: solid 1px #ff5c00 !important;
    background-color: #ff5c00 !important;
}
#specifications .modal-header .modal-title {
    padding: 0;
    min-height: unset;
    color: #404040;
    font-size: 18px;
    line-height: normal;
    margin: 0;
}
#specifications table {
    border: none;
    margin-bottom: 0;
    width: 100% !important;
}
#specifications table td {
    border: navajowhite;
    padding: 12px;
    font-size: 13px;
}
#specifications table tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}
#specifications table td:first-child {
    width: 150px;
}

/* block about home*/
.circle .fa-play:before {
    content: "\f04b";
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    color:#cd9a2b
}

.request-loader {
  position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}
.request-loader::before {
    position: absolute;
    content: '';
    height: 90%;
    width: 90%;
    border: 3px solid #ebc062b3;
    border-radius: 100%;
    -webkit-animation:ripple 2s linear 1.5s infinite;
    animation:ripple 2s linear 1.5s infinite;
}
 .request-loader::after {
    position: absolute;
    content: '';
    height: 95%;
    width: 95%;
    border: 3px solid #ebc062b3;
    border-radius: 100%;
    -webkit-animation:ripple 2s linear 1.5s infinite;
    animation:ripple 2s linear 1.5s infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
  50% {
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    opacity:1;
    -ms-filter:"alpha(opacity=100)";
  }
  100% {
    -webkit-transform:scale(1.4);
    transform:scale(1.4);
    opacity:0;
    -ms-filter:"alpha(opacity=0)";
  }
}









.viewgrid .items .tour-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 32px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: left;
}
.smart {
    position: absolute;
    top: 8px;
    left: 8px;
    background-image: url(../images/background-smart2.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    border-radius: 5px;
    color: #ffff;
    height: 24px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.viewgrid .items .tour-info {
    height: 86px;
}

.m-bottom .tab-content {
    opacity: 1;
    visibility: visible;
    height: unset;
}
.section_module_product_index_1 .section_border .heading-title h3 {
   border-radius: 0 50px 0 0;
    background: #cd9a2b !important;
}
.section_module_product_index_1 .section_border .heading-title {
    border-bottom: 2px #cd9a2b solid !important;
}
.section_module_product_index_1 .section_border .section_ant_nuty_content_product .section_block_product_tab .content .tab-desktop li.current span {
    color: #cd9a2b !important;
}
.section_danhmuc {
    display: none
}
.section_slider {
  margin-bottom: 0px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #cd9a2b;
}
.swiper-slide.swiper-slide-fully-visible img{
    min-height: 130px;
}

.mySwiper2 .swiper-slide  img{
    min-height: 525px;
}
@media (max-width: 767px){
.swiper-slide.swiper-slide-fully-visible img{
    min-height: 68px;
}
.mySwiper2 .swiper-slide  img{
    min-height: 310px;
}
.viewgrid .items .tour-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 32px;
    margin-bottom: 10px;
    margin-top: 5px;
    /* text-transform: uppercase; */
    text-align: left;
}
.viewgrid .items .caption{
    min-height: 177px !important;
}
}

@media screen and (max-width: 767px) {
  #table_customer_list .form-control{
      width: auto !important;
  }
   #step-1>  .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
     padding: 8px 0px; 
    
}
}



.section_search{
    background: #ffffffba;
    padding: 14px 14px 0px 14px;
    border-radius: 11px;
     width: 600px;
    position: absolute;
    top: 250px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}
.block_search.hotel{
    margin-bottom: 10px
}

.block_search.hotel .form-control {
    height: 44px;
    font-size: 15px;
}
.block_search.hotel .btn-primary {
    color: #fff;
    background-color: #cd9a2b;
    border-color: #ab7e1b;
}
.block_search.hotel .btn-primary:hover{
    background-color: #cd9a2b;
    border-color: #ab7e1b;
} 
.block_search.hotel .btn{
    font-size: 15px;
    line-height: 2
}
.search_header{
    position: relative;
}
.search_header p{
    margin-left: 10px;
}
.sb-search-input{
    margin: 0 5px;
    padding: 0 15px;
    height: 42px;
    width: 99%;
    border: 1px solid #dedede;
}
button.sb-icon-search{
   position: absolute;
    right: 4px;
    height: 42px;
    background: transparent;
    border: none;
    top: 1px;
}
.sb-icon-search .fa-2x {
    font-size: 2em;
    color: #cd9a2b;
}
@media(max-width: 767px){
    .section_search{
        width: 100%;
        position: relative;
        z-index: 99;
        top: unset
    }
  .block_search.hotel .btn-primary {
    width: 100%;
}
.block_search.hotel .form-control {
    margin-bottom: 10px;
}

}
 


