
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    width: 6px;
    border-radius: 3px;
    transition: opacity 1000ms;
}
.alert.alert-success {
    z-index: 999;
}
.filter.px-5.py-3 {
    padding-bottom: 10px;
}

/*scroll_menu*/
.scroll_menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.block-services .item {
    position: relative;
}
.block-services .item .cdz-blog-right {
    position: inherit;
}
.scroll_menu.visible {
    opacity: 1;
    visibility: visible;
}

.scroll_menu ul {
    margin: 0;
}

.scroll_menu .nav-stacked>li,
.scroll_menu .nav-stacked>li+li {
    margin: 0 0 0 -30px;
    width: 54px;
    transition: all 0.4s;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.scroll_menu .nav-stacked>li+li {
    border-top-color: transparent;
}

.scroll_menu li a {
    width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
}

.scroll_menu li a img {
    width: 24px;
}

.scroll_menu li a span {
    position: absolute;
    line-height: 26px;
    height: 26px;
    font-size: 11px;
    text-align: center;
    visibility: hidden;
    transition: visibility 0.3s ease, opacity 0.5s ease;
    padding: 0 10px;
    white-space: nowrap;
}

.scroll_menu li a span::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
}
.right-scroll-menu { 
    right: 0px
}
.right-scroll-menu li a {
    padding: 5px 0 5px 9px;
}

.right-scroll-menu li a span {
    right: 100%;
}
.right-scroll-menu li a span::before {
    right: -5px;
}

.left-scroll-menu{
    left: 20px;
}

.left-scroll-menu li a{
    padding: 5px 0 5px 20px;
}

.left-scroll-menu li a span{
    left: 105%;
}
.left-scroll-menu li a span::before {
    left: -5px;
}

span.scroll_tooltip_1::before {
    background-color: #f05a94;
}


span.scroll_tooltip_2::before {
    background-color: #f05a94;
}


span.scroll_tooltip_3::before {
    background-color: #f05a94;
}


span.scroll_tooltip_4::before {
    background-color: #f05a94;
}


span.scroll_tooltip_5::before {
    background-color: #f05a94;
}


span.scroll_tooltip_6::before {
    background-color: #f05a94;
}


span.scroll_tooltip_7::before {
    background-color: #f05a94;
}


span.scroll_tooltip_8::before {
    background-color: #f05a94;
}

.scroll_menu .nav li:hover,
.scroll_menu .nav li.active {
    margin-left: -5px;
    border-top-color: #e0e0e0;
}
.right-scroll-menu .nav li:hover,
.right-scroll-menu .nav li.active {
    margin-left: -50px !important;
}

.scroll_menu .nav li:hover a span {
    visibility: visible;
    /*opacity: 1;*/
}

.post_content {
    padding-left: 0
}

.scroll_menu .nav>li>a:hover,
.scroll_menu .nav>li>a:focus,
.scroll_menu .nav-pills>li.active>a,
.scroll_menu .nav-pills>li.active>a:hover,
.scroll_menu .nav-pills>li.active>a:focus {
    background-color: transparent;
}

.size-image-bds {
    width: 13px !important;
    height: 13px !important;
    display: inline-block !important;
}
form#dk input, form#dk textarea {
    margin-bottom: 7px;

}
form#dk span.red {
    color: red;
}
.goog-te-combo {
    padding: 5px;
}
.product-tag-main {
    display: flex;
}
.price-and-area {
    display: flex;
    justify-content: space-between;
}
.price-and-area span, .bds_detail p {
    font-size: 14px !important;
}
.item-product-bds .title a {
    color: #e9470e !important;
    font-size: 14px !important;
    font-weight: 600;
}
.bds_detail {
    text-align: left;
    padding: 0 0 0 5px;    
}
.bds_detail p {

    margin-bottom: 3px;
}
.bds_product_detail .size-image-bds {
    width: 17px !important;
    display: inline-block !important;
}
.bds_product_detail span, .shop-phone {
    color: #D60C0C;
    font-weight: bold;
}
.hot-product-title {
    border: 1px solid #e5e5e5;
}
.hot-product-name {
    text-align: left;    
}
.shop-phone {
    font-size: 20px;
}
.bds_product_detail p {
    font-size: 17px;
}
.bds_product_detail span.unit_price {
    text-decoration: line-through;
}
.bds_product_detail.flex-bds {
    display: flex;
    justify-content: space-between;    
}
.rating-image {
    width: 50px;
    height: 50px;
    margin: 20px 10px 0 0;
    border-radius: 99px;
}
figure.figure-zoom-detail {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
/*figure.figure-zoom-detail img:hover {
    opacity: 0;
}*/
figure.figure-zoom-detail img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
    cursor: zoom-in;
    background: #fff;
}
.item_small .price-box {
    width: 58%;
    float: right;
}
.item_small .price {
    padding: 0 10px;
}
.mm-listview .mm-listview {
    width: 100%;    
}
.title-img {
    display: none;
}
.contact-now b {
    color: red;
}
.dp-image-show.video-element {
    top: 0px !important;
}
.bg-image-show.video-image {
    height: 140px;
}
.block-select_video .bg-image-show.video-image {
    height: 250px;
}
.devider-container .container{
    max-width: 100%;
}
.new-title-video {
    font-size: 20px;
    font-weight: 500;
}
.description-video {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
 #view-more {
    color: #337ab7;
    border: 2px solid #337ab7;
    padding: 10px 25px;
    font-weight: 600;
}
#view-more:hover {
    background: #337ab7;
    color: #fff;   
}
.description-main {
    text-align: center;
    margin: 30px 0;        
}
.copyright .powered-by {
     font-size: 10px;
}
.blog-detail-main img {
    height: auto;
}
.blog-detail-main .right-item-blog {
    margin-left: 10px;
    width: 65%; 
}
.color-show ul{padding: 0}
.total-price .left {
    float: left;
}
.total-price span {
    font-weight: 600;
    font-size: 12px;
}

.total-price span.total-cart-price {
    font-size: 15px;
}
/* Course */
.page-course-detail .course-form{
    max-width: 500px;
    margin: 0 auto;
}
.page-content .page-course{
    margin-top: 20px;
}
.page-course .price-a {
    font-weight: 600;
    float: right;
    color: #333;
    font-size: 17px !important;
}
.page-course .price-course {
    margin: 0 7px;
    border-radius: 5px;
}
.page-course .price-b {
    text-decoration: line-through;
    float: right;
    color: #888;
    font-size: 13px !important;
}
.page-course .name-gv b {
    font-weight: normal;
    min-height: 17px;
    overflow: hidden;
    display: block;
    max-height: 17px;
    max-width: 72%;
}
.page-course .name-gv, .des-gv {
    font-size: 12px;
    color: #555;
    min-height: 18px;
}
.page-course .title-course p {
    font-size: 13px;
}
.page-course .title-course {
    line-height: 1.3;
    margin-top: 6px;
    height: 35px;
    overflow: hidden;
    width: 100%;
}
.page-course-detail .btn-add-cart a{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.page-course-detail .short-description{
    font-size: 12px;
}
.page-course .content-course {
    margin: 5px 7px 0 7px;
    display: inline-block;
    width: 95%;
}
.page-course .img-course img {
    border-radius: 3px 3px 0 0;
}
.page-course .sale-off {
    position: absolute;
    float: left;
    background-color: #f67052;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    padding: 3px;
    left: 15px;
    top: 0px;
    border-radius: 3px;
    min-width: 42px;
}
.page-course .course-box-slider {
    color: #000;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
}
.schedule-product span{
    display: block;
}
.schedule-product li{
    border-bottom: 1px solid #ccd0d0;
    margin-bottom: 20px;
    list-style: none;
}
.schedule-product{
    margin-top: 10px;
    padding-left: 0;
}
.product-tag {
    margin-bottom: 20px;
}
.product-tag .tag-title {
    margin-right: 10px;
}
.product-tag-main .tag-name {
    padding: 3px 8px;
    border: 1px solid #ccc;
    border-radius: 26px;
    margin-right: 5px;
    height: 33px;
}
.cartflow-content .tag-name:hover {
    background: #f2f2f2;
}
/* END Course */
.header .menu-main {
    text-align: center;    
}
.header .menu-main .menu_top {
    width: 100%;
    /*background: white;*/
}
.header .menu-main .menu_top .navigation {
    text-align: inherit;
}
.amount-sp a, .cart-total-title span.price {
    font-size: 12px;
    padding-left: 0 !important;
}

.product_detail .amount-sp a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
}
.product_detail .product-image-cart {
    position: relative;
}
.product_detail .product-image-cart img {
    width: 60px;
    height: 60px;
    position: absolute;
    padding: 4px;
    top: 9px;
    object-fit: cover;
}
.home #main-container {
    min-height: 500px;
}
.main-martket#main-container {
    /*background: #f5f5f5;*/
}

.main-martket#main-container .widget-main > h4, .button-continue {
    padding: 15px;
}

.main-content-martket .btn-add-cart {
    display: inline-block;
}

.logo {
    margin-top: 10px;
}

.product-price {
    color: #ff1c1c;
    font-weight: bold;
    font-size: 20px;
}

.image-content {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.cart-button:hover {
    text-decoration: none;
}

.invi_loading {
    display: none;
}
.lading, .content-default {
    background: #f5f5f5;
    min-height: 900px;
}
.landing-bg {
    background: #f5f5f5;
    min-height: 400px;
}
/*---------*/
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #696969;
    border-color: #f59942;
    background-color: #fff;
}
.fs-15 { font-size: 15px; }
.fs-12 { font-size: 12px; }
.mt-30 {
    margin-top: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
    background-color: #fff;
}
.padding-10{
    padding: 0 10px;
}
.header {
    width: 100%;
    z-index: 9;
}

.header_inner {
    margin: 0 auto;
    position: relative;
}

.navbar-default {
    min-height: 30px;
    margin: 0;
}

.logo {
    display: inline-block;
}

.logo img {
    max-width: 100%;
    margin-top: 1px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    padding: 5px 0;
    max-height: 90px;
}

.btn-login {
    color: #fff !important;
    background: #f80640;
    border-radius: 3px;
    padding: 10px 25px !important;
    text-transform: uppercase;
}

.btn-login:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: #f80640 !important;
}

.menu-top-aff {
    text-align: right;
}

.btn-signin {
    color: #40a1d9;
}

.logo img:hover {
    opacity: 0.75;
}

.menu-top-aff {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.menu-top-aff ul li {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-top-aff ul li a {
    padding: 10px 30px;
}

.signup_container nav {
    margin-bottom: 0 !important;
}

.signup_container .item,
.signup_container .login {
    display: inline-block;
    line-height: 29px;
    vertical-align: middle;
}

.signup_container .item a {
    font-weight: 200;
    border: 1px solid #3b3f44;
    padding: 8px 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: background .25s ease-in-out, border .25s ease-in-out;
    -moz-transition: background .25s ease-in-out, border .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out, border .25s ease-in-out;
    margin-left: 3px;
}

.signup_container .login a {
    font-weight: 200;
    border: 1px solid #3b3f44;
    padding: 8px 23px 8px 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #F5F5F5;
    text-decoration: none;
    font-size: 15px;
    transition: background .25s ease-in-out, border .25s ease-in-out;
    -moz-transition: background .25s ease-in-out, border .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out, border .25s ease-in-out;
    margin-left: 5px;
    background-image: url(../../images/login.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 50px 11px;
}

.signup_container .item a:hover,
.signup_container .login a:hover {
    background: #3b3f44;
    border: 1px solid #5e6164;
}

.signup_container .login a:hover {
    background-image: url(../../images/login.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 54px 11px;
}

.signup_container .current a,
.signup_container .current a:active,
.signup_container .current a:hover,
.signup_container .current a:visited {
    background: #4a4e52;
    border: 1px solid #5e6164;
}

.main {
    background-position: bottom center;
    background-size: 1010px;
    margin-top: 60px;
}

.signup {
    display: block;
    height: 120px;
}

.signup a {
    transition: background .25s ease-in-out, border .25s ease-in-out, box-shadow .25s ease-in-out;
    -moz-transition: background .25s ease-in-out, border .25s ease-in-out, box-shadow .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out, border .25s ease-in-out;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    background: #f77811 url(../../images/signup.png) no-repeat 150px 20px;
    background-size: 30px 30px;
    font-size: 21px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #de6808;
    padding: 5px 20px 5px 20px;
    border: 1px solid #ffac69;
    text-transform: uppercase;
    display: inline-block;
    line-height: 40px;
    margin-top: 40px;
}

.signup a:hover {
    background-position: 155px 20px;
}

/* Stage 2 */

.stage2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.stage2_inner {
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 1px 0 #fff;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    padding: 30px 0px;
}

.circle img {
    max-width: 100%;
}

.circle {
    text-align: center;
}

.stage2_inner h1 {
    margin: 0;
    padding: 13px 10px 0 0px;
    font-size: 32px;
    font-weight: 300;
    color: #333;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.color-pink {
    color: #f70640;
}

.feature_content p {
    margin-top: 0px;
    padding-left: 10px;
}

.feature_content h1 {
    padding-left: 10px !important;
}

.stage2_inner p {
    margin: 0px 0;
    line-height: 24px;
    font-weight: 200;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */

    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-intro {
    padding-top: 50px;
}

.features {
}

.feature_1,
.feature_2,
.feature_3 {
    width: 33%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center 20px;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
}

.feature_img {
    text-align: center;
    margin-bottom: 10px;
}

.feature_img img {
}

.features h1 {
    border: 0;
    box-shadow: 0 0 0;
    background: none;
    /*font-size: 20px;*/

    padding: 5px 0 10px 0;
    font-weight: bold;
}

.feature_content {
    text-align: center;
    margin-bottom: 20px;
}

.stage3 {
    background: #e1e1e1;
    background: -moz-linear-gradient(top, #e1e1e1 0%, #eeeeee 42%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(42%, #eeeeee), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, #e1e1e1 0%, #eeeeee 42%, #f8f8f8 100%);
    padding: 10px 0 20px;
    margin-top: 20px;
    box-shadow: inset 1px 1px 1px #ccc;
}

.stage3_inner {
    width: 1000px;
    margin: 0 auto;
    color: #333;
    text-shadow: 0 1px 0 #f8f8f8;
}

.stage3_inner .h1 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    color: #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: 0 1px 0 #f8f8f8;
    margin-bottom: 5px;
}

.stage3_inner p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
    margin: 10px 0 20px 0;
}

.stage4_inner h1 {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
}

.feature_list {
    margin-top: 40px;
}

.feature_list ul {
    padding: 0;
    margin: 0;
}

.feature_list li {
    list-style: none;
    display: block;
    padding: 10px 0 20px 32px;
    background: url(../../images/tick.png) 7px 10px no-repeat;
    background-size: 20px 20px;
    font-size: 15px;
    color: #40a1d9;
    font-weight: 200;
}

.feature_list2 {
    /*height: 300px;*/

    padding-top: 10px;
}

.feature_list2 ul {
    padding: 0;
    margin: 0;
}

.feature_list2 li {
    list-style: none;
    display: block;
    padding: 10px 0 20px 32px;
    background: url(../../images/tick.png) 7px 10px no-repeat;
    background-size: 20px 20px;
    font-size: 15px;
    color: #40a1d9;
    font-weight: 200;
}

.btn-registry-now {
    display: inline-block;
    margin: 20px;
}

.stage5 {
    background: #e1e1e1;
    background: -moz-linear-gradient(top, #e1e1e1 0%, #eeeeee 42%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(42%, #eeeeee), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, #e1e1e1 0%, #eeeeee 42%, #f8f8f8 100%);
    box-shadow: inset 1px 1px 1px #ccc;
}

.stage5_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.stage5_inner h1 {
    display: block;
    margin: 0 0 50px;
    font-weight: 200;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 0 #F8F8F8;
}

select option {
    color: #333;
    /*font-family: arial;*/
}

textarea {
    display: block;
    height: 130px;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 500px;
    box-shadow: 1px 1px 0 #ccc;
}

/*@import url('https://fonts.googleapis.com/css?family=Open Sans:300,400,500&subset=vietnamese');*/
.text-black {
  color: #1d1d1d !important; }

.text-primary {
  color: #D1335B !important; }

.text-secondary {
  color: #3f4b62 !important; }

.text-success {
  color: #569728 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-white {
  color: #ffffff !important; }
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.bg-white{background: #fff;}
.sm_white{background: #fff;}
header{background-color: #003e52; background-image: -webkit-linear-gradient(left,#003e52 50%,#0d6d85 87%,#1a9cb7 100%); background-image: linear-gradient(90deg,#003e52 50%,#0d6d85 87%,#1a9cb7 100%); -webkit-filter: "progid\:DXImageTransform\.Microsoft\.gradient(startColorstr\='#003e52', endColorstr\='#1a9cb7',GradientType\=1)";
    filter: "progid\:DXImageTransform\.Microsoft\.gradient(startColorstr\='#003e52', endColorstr\='#1a9cb7',GradientType\=1)";}
.sm_header_bar{position: relative; background: rgba(33,33,33,.25); height: 25px; text-align: right; -webkit-transition: height .25s linear,zIndex 0s linear .25s; transition: height .25s linear,zIndex 0s linear .25s; z-index: 310;}
.sm_middle_header{padding: 20px 0px 5px 0px;}
.sm_navi_top_bar ul li{display: inline-block;}
.sm_navi_top_bar ul li a{color: #a8b2b7; font-size: 11px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; display: block;padding: 5px 15px; font-weight: 300;}
.sm_navi_top_bar ul li a:hover{color: #fff;}
.sm_logo_content img{max-width: 100%;}
.sm_frm_search{position: relative;}
.sm_frm_search input{width: 100%; height: 45px; border: none; border-radius: 2px; background: #fff; padding: 0px 10px;}
.sm_frm_search input:focus{outline: none;}
.sm_btn_search{position: absolute; height: 45px; width: 45px; background: #F70640; color: #fff; border-radius: 0px 2px 2px 0px; top: 0; right: 0; border: solid 1px #F70640;}
.sm_btn_search .ion-ios-search-strong{font-size: 24px;}
.sm_btn_search:focus{outline: none;}
.sm_cart_number{color: #fff; position: relative; line-height: 45px;}
.sm_cart_number .ion-bag{font-size: 24px;}
.sm_cart_number:hover{color: #fff;}
.sm_cart_number .cart-num{position: absolute; background: #E40001; color: #fff; top: -15px; padding-left: 0; font-weight: 400; right: -8px; text-align: center; border: 3px solid #E40001; font-size: 13px; min-width: 20px; line-height: 14px; border-radius: 50%;}

.sm_catelogies_home_page{position: absolute; width: 100%;}
.sm_site_cate{position: relative; background: #003e52; background-image: -webkit-linear-gradient(left,#003e52 50%,#0d6d85 87%,#5089a3 100%); background-image: linear-gradient(90deg,#003e52 50%,#0d6d85 87%,#5089a3 100%); top: 0; z-index: 210; width: 100%; height: 0;}
.sm_cate_nactive{position: relative;}
.sm_nav_menu_categories{width: 200px; line-height: 40px; float: left; z-index: 210; height: 100%;}
.sm_menu_show_main_page{visibility: visible;}
.sm_multi_cate{position: relative;}
.sm_dropdown_nav{width: 200px; height: 327px; position: absolute; box-shadow: 0 0 2px 0 rgba(0,0,0,.25); background-color: #fff; z-index: 200; padding-top: 10px; padding-bottom: 10px;}
.sm_dropdown_nav li a{display: block; padding-left: 8px; height: 27px; line-height: 27px; text-decoration: none;}
.sm_dropdown_nav li a span{overflow: hidden; text-overflow: ellipsis; display: inline-block; white-space: nowrap; width: 172px; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 27px; color: #757575; cursor: pointer;}
.sm_dropdown_nav li a:hover{background: #eceff1;}
.sm_dropdown_nav li a:hover span{color: #1a9cb7;}

.cart-info{margin-right: 20px;}
.cart-info span{color: #fff;font-size: 11px;padding-left: 5px;position: relative;top: -3px;}
.sm-site-menu-nav-category-label{height:100%;width:100%;overflow:hidden;display:none;cursor:pointer}
.sm-site-menu-nav-category-label .sm-site-menu-nav-category-text{opacity:.85; font-family: 'Open Sans', sans-serif; margin-left:20px; font-size:14px; color:#fff; letter-spacing:0; line-height:40px}
.sm-site-menu-nav-category-label .sm-site-menu-nav-category-text::after { content: "\f107"; margin-left: 12px; font-size: 16px; font: normal normal normal 14px/1 FontAwesome;}
.sm_catelogies_home_page.active .sm_site_cate{height: 40px;}
.sm_catelogies_home_page.active{position: relative;}
/*.sm-site-menu-nav-category-label:hover{background: #fff;}
.sm-site-menu-nav-category-label:hover span{color: #424242;}*/
.sm_catelogies_home_page.active .sm-site-menu-nav-category-label{display: block;}
.sm_catelogies_home_page.active .sm_menu_show_main_page{visibility: hidden;}
.sm_catelogies_home_page.active .sm_nav_menu_categories:hover .sm_menu_show_main_page{visibility: visible !important;}
.sm_catelogies_home_page.active .sm_dropdown_nav{height: auto !important;}

.user-profile{color: #fff;margin-right: 10px;line-height: 16px;padding: 9px 0px;cursor: pointer;position: relative;z-index: 1000;margin-left: 10px;}
.user-profile i{font-size: 30px;}
.icon-profile{margin-right: 8px;}
.icon-profile img{border-radius: 50%;}
.user-profile span{font-size: 13px;}
.user-profile small{font-size: 11px;}

.modal.in .modal-dialog{z-index: 9999;}
.modal-profile-tab ul li a{color: #787878;font-size: 12px;font-weight: 400;text-transform: uppercase;padding: 10px 35px;}
.modal-profile-tab ul li a:hover{color: #007ff0;}
.modal-profile-tab ul li.active a{color: #007ff0;}
.modal-profile-tab .tab-content{padding: 20px; position: relative;}
#login-tab .line-input label{font-size: 13px;
    color: #333;
    font-weight: 400;
    width: 70px;
}

#login-tab .line-input input{display: inline-block; font-size: 12px;
    width: 83%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;}

#login-tab .line-input input:focus{outline: none;}

#sign-tab .line-input label{font-size: 13px;
    color: #333;
    font-weight: 400;
    width: 70px;}
#sign-tab .line-input input{display: inline-block; font-size: 12px;
    width: 83%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;}

#sign-tab .line-input input:focus{outline: none;}

.width-83{width: 83%;}

.main-btn{background: #e53935; color: #fff; width: 100%; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); text-transform: uppercase; letter-spacing: 0.5px; font-weight: 400; font-size: 14px; padding: 10px;}
.main-btn:focus{outline: none;}  
.main-btn:hover{color: #fff;} 

.modal-profile-tab .main-btn{width: 83%;}
.fogot-password, .login-with{text-align: center; margin-bottom: 0px; font-size: 12px; font-family: 'Open Sans', sans-serif; font-weight: 400;}
.fogot-password { margin: 10px 0px; }
.fogot-password a{color:#333;}
.login-with{color: #757575; margin-top: 5px;}
.fb-login {background: #3B5998;}
.login-google {background: #e53935; color: #fff}
.fb-login, .login-google{text-align: center; border: 1px solid #e0e0e0; padding: 10px; border-radius: 4px; position: relative; color: #fff; width: 49%;}
.fb-login i{font-size: 24px; position: absolute; top: 2px; left: 15px;}
.line-input .red{border-bottom: solid 2px #dd2c00 !important;}
.modal-profile-tab .fb-login{width: 83%; display: inline-block;}
.modal-profile-tab .fb-login:hover{color: #fff;}
.error span{color: #dd2c00; font-size: 12px;}
.error{margin-top: 4px; padding-left: 5px; margin-top: 2px;}
p.error{margin-bottom: 0;}

.page-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: rgba(0,0,0,0.65) url(../../public/images/load_ring.svg) center no-repeat;
    text-align: center;
    display: none;
}
.page-loading p {
    color: #fcd344;
    position: relative;
    top: 50%;
    padding-top: 37px;
    line-height: 22px;
}

.sex-group{display: inline-block; padding-right: 30px;}


.sex-group input[type=radio].css-checkbox { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}

.sex-group input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr { padding-left:25px; height:15px;  display:inline-block; line-height:15px; background-repeat:no-repeat; background-position: 0 0; font-size:14px; vertical-align:middle; cursor:pointer;}

.sex-group input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk { background-position: 0 -15px;}
.sex-group label.css-label {font-weight: 400; font-family:system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif; color: #757575; font-size: 14px; background-image:url('../../public/images/radio.png'); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

.policy-txt{text-align: center; color: #fff; font-size: 12px; font-family:system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif; }
.policy-txt a{color: #fff;}

.box-user-login{border: 1px solid #efefef; background: #fff; visibility: hidden; opacity: 0; width: auto; min-width: 196px; z-index: 15; list-style: none; margin: 0; padding: 10px; border-radius: 0 0 3px 3px; -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.18); box-shadow: 0 6px 12px 0 rgba(0,0,0,.18); position: absolute; top: 45px; left: -42px;}
.user-profile:hover .box-user-login{visibility: visible; opacity: 1;}
.box-user-login:before{content: ""; position: absolute; left: 17px; bottom: -16px; width: 100%; height: 20px; background: 0 0; display: inline-block;}
.box-user-login ul:before{border: 9px solid transparent; border-bottom: 9px solid #efefef; margin-left: -9px; bottom: 100%; left: 50%; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}
.box-user-login ul:after{    border: 8px solid transparent; border-bottom: 9px solid #fff; margin-left: -8px; bottom: 100%; left: 50%; content: " "; height: 0; width: 0; position: absolute;}    
.box-user-login ul li.btn-main{background: #e53935; color: #fff; width: 236px; /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); text-transform: uppercase; */letter-spacing: 0.5px; font-weight: 400; font-size: 14px; padding: 10px;}
.box-user-login ul li.btn-main:hover{background: #b10805;}
.box-user-login ul li span{color: #fff; font-size: 14px;}
.box-user-login ul li{display: block; margin-bottom: 10px;}
.user-name-loginfb{background: #3b5998; -webkit-box-shadow: -1px 2px 4px 0 rgba(218,218,218,.5); box-shadow: -1px 2px 4px 0 rgba(218,218,218,.5); display: block; position: relative; width: 236px; height: 40px; text-align: center; line-height: 40px; color: #000; border-radius: 4px; margin: 10px 0;}
.user-name-loginfb a i{font-size: 22px;float: left;position: absolute;left: -5px;}
.user-name-loginfb a span.icon{position: relative; display: inline-block; vertical-align: top; width: 22px; height: 40px; left: 0; color: #fff; border-right: 1px solid #45479d; margin-right: 10px;}
.user-name-loginfb a span.text{display: inline-block; vertical-align: top; color: #4a4a4a; text-decoration: none; color: #fff; font-size: 13px; font-weight: 300; text-shadow: none;}

.sub-bottom-nav{margin-top: 2px;}
.sub-bottom-nav ul li{display: inline-block;}
.sub-bottom-nav ul li a{color: #fff; font-size: 13px; display: inline-block; padding-right: 25px;}
.sub-bottom-nav ul li a i{font-size: 22px; padding-right: 5px; position: relative; top: 3px;}
.sub-bottom-nav ul li a:hover{}
.sign-btn{background: #189EFF !important;}
.sign-btn:hover{background: #0b7aca !important;}
.logged-user li{margin-bottom: 0 !important;}
.logged-user li a{display: block; padding: 8px 12px; color: #333; font-size: 13px; font-weight: 400; text-decoration: none;}


.col-nav-user-profile{padding: 20px 10px; background: #fff;}
.col-nav-user-profile ul li{margin-bottom: 2px;}
.col-nav-user-profile ul li a{ white-space: nowrap;font-size: 13px; font-weight: 400; font-style: normal; font-stretch: normal; text-align: left; color: #4a4a4a; padding-top: 10px;  padding-bottom: 10px; display: block; position: relative; padding-left: 40px;}
.col-nav-user-profile ul li a i{font-size: 18px; height: 30px; text-align: center; width: 40px; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; line-height: 30px; color: #999;}
.col-nav-user-profile ul li.active a, .col-nav-user-profile ul li a:hover{color: #000; text-decoration: none; background: #ececec; border-radius: 2px;}

.account-panel{padding: 20px 0px;}
.frm_account{max-width: 60%;}
.frm_account .line-input label{float: left; width: 20%; font-size: 13px; margin-bottom: 0; font-weight: 400; color: #333;}
.frm_account .line-input .input-wrap{float: right; width: 70%;}
.frm_account .line-input input{border-radius: 3px; width: 100%; height: 32px; border: 1px solid #ddd; color: #333; padding: 6px 12px; background-color: #fff; -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;}
.frm_account .line-input input:focus{outline: none;}

.password-update input[type=checkbox].css-checkbox { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}
.password-update input[type=checkbox].css-checkbox + label.css-label, .password-update input[type=checkbox].css-checkbox + label.css-label.clr { padding-left:29px; height:22px;  display:inline-block; line-height:22px; background-repeat:no-repeat; background-position: 0 0; font-size:14px; font-weight: 400; color: #212121; vertical-align:middle; cursor:pointer;}
.password-update input[type=checkbox].css-checkbox:checked + label.css-label, .password-update input[type=checkbox].css-checkbox + label.css-label.chk {background-position: 0 -22px;}
.password-update label.css-label { background-image:url('../../public/images/check.png'); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.password-update{/*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);*/ margin-top: 20px;}
/*.option-update{padding: 10px;}*/
.expand-update{display: none; padding-bottom: 20px;}

.reset-frm{margin: auto; padding-bottom: 30px;}
.reset-frm label{font-size: 13px;color: #333;font-weight: 400;width: 70px;float: left;padding-top: 8px;text-align: right;padding-right: 20px;}
.reset-frm .input-wrap{width: 100%;}
.reset-frm input{display: inline-block; font-size: 12px; width: 100%; height: 34px; padding: 6px 12px; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;}
.reset-frm input:focus{outline: none;}
.btn-reset-password{width: auto; padding-left: 30px; padding-right: 30px; margin: auto;}
.sm_logo_pass{text-align: center;}
.frm_reset{text-align: center;}
.title-main{
  font-size: 18px;}

.sm-site-menu-nav-category-text{position: relative;}
.sm-site-menu-nav-category-text i{font-size: 25px; position: absolute; top: -11px; left: -25px;}

.sm_slider_main .owl-slider .owl-dots{position:absolute;bottom:15px;text-align:center;width:100%;}
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible;  -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px;  border-radius: 30px;
}
.sm_slider_main .owl-slider .item img{max-width: 940px; float: right;}
.sm_bg_1{background: #FE3368;}
.sm_bg_2{background: #FFE16C;}
.sm_bg_3{background: #FF6400;}
.sm_bg_4{background: #226CC3;}
.sm_bg_5{background: #DE3E3E;}
.sm_bg_6{background: #49759A;}

.sm_header_title{height: 45px; position: relative;}
.sm_header_title h2 a{font-size: 16px; font-weight: 400; line-height: 47px; display: block; color: #333; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif;}
.sm_top_treding_box a { display: block; width: 100%; height: 100%; position: relative;}
.sm_top_treding_box{float: left; width: 25%; border: 1px solid #f5f5f5;}
.sm_top_treding_box_img{z-index: 1; width: 30%; /*height: 80px;*/ /*margin: 12px 0 12px 12px;*/ padding: 10px; float: left;}
.sm_top_treding_box_desc{width: 60%; position: relative; z-index: 100; float: left; padding-top: 10px; font-family: 'Open Sans', sans-serif; color: #212121;}
.card-most-popular-overlay { display: block; width: 100%; height: 100%; opacity: .09; position: absolute; top: 0; left: 0; z-index: 10;}
.sm_top_treding_box_1 .card-most-popular-overlay{background: #ae6208;}
.sm_top_treding_box_2 .card-most-popular-overlay{background: #23399d;}
.sm_top_treding_box_3 .card-most-popular-overlay{background: #b8120d;}
.sm_top_treding_box_4 .card-most-popular-overlay{background: #6d3603;}
.sm_top_treding_box_5 .card-most-popular-overlay{background: #ae6208;}
.sm_top_treding_box_6 .card-most-popular-overlay{background: #23399d;}
.sm_top_treding_box_7 .card-most-popular-overlay{background: #b8120d;}
.sm_top_treding_box_8 .card-most-popular-overlay{background: #6d3603;}
.sm_top_treding_box_desc_h1{/*height: 36px;*/line-height: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-transform: uppercase;font-size: 11px;font-weight: 500;}
.sm_top_treding_box_desc p{margin-bottom: 0;}
.sm_top_treding_box_img img{max-width: 65px; max-height: 65px;}
.sm_top_treding_box_desc_p{margin-top: 5px;}
.sm_top_treding_box_desc_p .sm_price_sale{display: inline-block; color: #ff0000; padding-right: 5px;}
.sm_top_treding_box_desc_p .sm_price_current{display: inline-block; text-decoration: line-through;font-size: 12px;margin-top: 3px;opacity: 0.7;}

.sm_top_treding_box:hover { box-shadow: 0 2px 4px 0 rgba(0,0,0,.25); -webkit-transform: all .3s ease-in-out; -ms-transform: all .3s ease-in-out; transform: all .3s ease-in-out;  position: relative;}
.sm_item_flash_sale{font-family: 'Open Sans', sans-serif;}
.sm_item_flash_sale_img img{width: 100%;}
.flash_sale_item{margin-bottom: 20px;}
.sm_item_flash_sale{position: relative;}
.fs-discount{position: absolute; padding: 2px 5px; color: #fff; background: #E0272F; border-radius: 4px; font-size: 12px; top: 5px; right: 5px;}
.flash_title h3 a{height: 36px; line-height: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 4px; font-size: 14px; color: #000;}
.fs_price .price{margin-bottom: 4px;font-size: 15px;color: #ff0000;letter-spacing: -.56px;line-height: 22px;height: 22px;}
.fs-card-origin-price .fs-origin-price{font-size: 12px; line-height: 12px; margin-bottom: 4px;}
.fs-card-origin-price .fs-origin-price{color: #9e9e9e; text-decoration: line-through;}
.sm_item_flash_sale_desc{padding: 0px 10px;}
.flash_title h3{margin: 8px 0px;}
.sm_item_flash_sale:hover{box-shadow: 0 2px 4px 0 rgba(0,0,0,.25); -webkit-transform: all .3s ease-in-out; -ms-transform: all .3s ease-in-out; transform: all .3s ease-in-out; position: relative;}

.simply-countdown { overflow: hidden; font-family: 'Arial', sans-serif;}
.count-down-layout{margin-top: 20px; text-align: right; margin-bottom: 20px;}
.simply-countdown > .simply-section { background: #EAEAEA; display: inline-block; margin-right: 10px; padding: 10px 15px; border-radius: 4px; line-height: 15px; font-family: 'Open Sans', sans-serif;}
.simply-amount, .simply-word{display: block; text-align: center; font-size: 12px;}
.simply-word{display: block; text-align: center; margin-top: 5px;}
.simply-days-section{background: #22282E !important; color: #fff;}
.simply-amount{font-weight: 600;}
.count-down-layout h4{font-size: 16px;font-weight: 600;color: #ff5722 !important;text-transform: uppercase;font-family: Arial; padding-right: 10px;}

.sm_categories_list_ul li{float: left; border: 1px solid #f5f5f5; width: 25%; text-align: center; padding: 10px 0px;}
.sm_icon_list i{font-size: 30px;}
.sm_name_list a{color: #6d6668;}

.sm_item_products{width: 16%; float: left; margin-right: .8%; background: #fff; position: relative; font-family: 'Open Sans', sans-serif; margin-bottom: 15px; text-align: left;}
.sm_item_products:nth-child(6n){margin-right: 0px;}
.sm_item_products .sm_your_product_desc{padding: 10px 5px;}
.sm_item_products .sm_discount{padding: 2px;color: #fff;background: #E0272F;border-radius: 4px;font-size: 12px;display: inline-block;margin-left: 5px; margin-top: 0px !important;}
.sm_item_products .sm_title_name{font-size: 14px; height: 36px; line-height: 18px; color: #555; white-space: pre-wrap; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; overflow: hidden;}
.sm_item_products .sm_main_your_price{margin-top: 10px; height: 25px;}
.sm_item_products .sm_main_your_price .sm_price_sale{line-height: 22px; height: 22px; font-size: 13px; color: #ff0000; display: inline-block; padding-right: 5px;}
.sm_item_products .sm_main_your_price .sm_price_current{margin-top: 4px; line-height: 14px; height: 14px; color: #9e9e9e; font-size: 12px; text-decoration: line-through; display: inline-block;}
.sm_item_products .sm_ratings{position: relative; display: inline-block;}
.sm_item_products .sm_ratings .rate_layer .fa{font-size: 11px; color: #dadada;}
.sm_item_products .sm_ratings .top_layer .fa{font-size: 11px; color: #ea9a06;}
.sm_item_products .sm_ratings .bottom_layer{display: inline-block;}
.sm_item_products .sm_ratings .top_layer { position: absolute; overflow: hidden; white-space: nowrap; display: inline-block;}
.sm_item_products:hover{box-shadow: 0 2px 4px 0 rgba(0,0,0,.25); -webkit-transform: all .3s ease-in-out; -ms-transform: all .3s ease-in-out; transform: all .3s ease-in-out; position: relative;}

.sm_sub_item_products{width: 19%; float: left; margin-right: 1.2%; background: #fff; position: relative; font-family: 'Open Sans', sans-serif; margin-bottom: 15px; text-align: left;}
.sm_sub_item_products:nth-child(5n){margin-right: 0px;}
.sm_sub_item_products .sm_your_product_desc{padding: 10px;}
.sm_sub_item_products .sm_discount{ padding: 2px; color: #fff; background: #E0272F; border-radius: 4px; font-size: 12px; display: inline-block; margin-left: 4px;}
.sm_sub_item_products .sm_title_name{font-size: 14px; height: 36px; line-height: 18px; color: #555; white-space: pre-wrap; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; overflow: hidden;}
.sm_sub_item_products .sm_main_your_price{margin-top: 10px; margin-bottom: 5px; height: 30px;}
.sm_sub_item_products .sm_main_your_price .sm_price_sale{line-height: 22px; height: 22px; font-size: 14px; color: #ff0000; display: inline-block;}
.sm_sub_item_products .sm_main_your_price .sm_price_current{margin-top: 4px; line-height: 14px; height: 14px; color: #9e9e9e; font-size: 12px; text-decoration: line-through; display: inline-block; margin-left: 3px;}
.sm_sub_item_products .sm_ratings{position: relative; margin-top: 10px; display: inline-block;}
.sm_sub_item_products .sm_ratings .rate_layer .fa{font-size: 11px; color: #dadada;}
.sm_sub_item_products .sm_ratings .top_layer .fa{font-size: 11px; color: #ea9a06;}
.sm_sub_item_products .sm_ratings .bottom_layer{display: inline-block;}
.sm_sub_item_products .sm_ratings .top_layer { position: absolute; overflow: hidden; white-space: nowrap; display: inline-block;}
.sm_sub_item_products:hover{box-shadow: 0 2px 4px 0 rgba(0,0,0,.25); -webkit-transform: all .3s ease-in-out; -ms-transform: all .3s ease-in-out; transform: all .3s ease-in-out; position: relative;}

footer{background: #183544; padding: 20px 0px;}
.sm_title_ft h3{font-size: 15px; font-weight: 400; line-height: 35px; margin: 0; color: #fff; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}
.sm_footer_ct img{max-width: 200px; margin-bottom: 10px;}
.sm_footer_ct p{margin-bottom: 0; font-size: 14px; color: #fff; font-family: 'Open Sans', sans-serif;}
.sm_footer_ct p span{font-weight : 500;}
.sm_linked ul li a{font-size: 14px; color: #fff;}
.sm_linked ul li{margin-bottom: 5px;}
.sm_support ul li a{font-size: 14px; color: #fff;}
.sm_support ul li{font-size: 14px; color: #fff; margin-bottom: 5px;}


.countdown-timer-wrapper{max-width:300px;float:right}
.countdown-timer-wrapper h5{font-size:14px;letter-spacing:.5px;text-align:center;padding-top:10px;text-shadow:none}
.countdown-timer-wrapper .timer{text-align:center}
.countdown-timer-wrapper .timer .timer-wrapper{display:inline-block;width:60px;height:50px;background:#D3232A;border-radius:4px;margin-left:10px}
.countdown-timer-wrapper .timer .timer-wrapper .time{font-size:20px;font-weight:700;color:#fff}
.countdown-timer-wrapper .timer .timer-wrapper .text{font-size:12px;color:rgba(255,255,255,0.6)}

code,pre{background:#fff;background:-moz-linear-gradient(top,#fff 50%,#f2f2f2 50%);background:-webkit-linear-gradient(top,#fff 50%,#f2f2f2 50%);background:-o-linear-gradient(top,#fff 50%,#f2f2f2 50%);background:linear-gradient(top,#fff 50%,#f2f2f2 50%);background-size:42px 42px;padding:21px 15px 20px;margin:15px 0;display:block;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;line-height:21px!important;border-width:1px;border-style:solid;font-family:monospace!important}



.sm-item-card__cover-img{margin-bottom:5px;margin-bottom:.5rem;position:relative}
.sm-item-card--shadow .sm-item-card__cover-img{border-top-right-radius:2px;border-top-left-radius:2px;overflow:hidden}
.sm-image-placeholder{width:100%;padding-top:100%;position:relative;background-color:#fff}
.sm-item-card__cover-img-background{background-position:50%;background-size:contain;background-repeat:no-repeat;position:absolute;top:0;left:0;bottom:0;right:0;display:block}

.sm_fillter_categories h2{font-size: 14px; color: #212121; margin: 0; line-height: 40px;}
.sm_fillter_categories{margin-top: 25px;}
.sm_col_left_layout{width: 19%; float: left;}
.col_right_layout{float: right; width: 80%;}
.sub_categories ul li a{ font-family: 'Open Sans', sans-serif; color: #757575; font-size: 13px; display: block;}
.sub_categories ul li a{padding: 5px 0px;}
.sub_categories ul li a:hover{background: #eceff1; color: #1a9cb7;}

.pagination>li { display: inline-block; margin: 0px 4px;}
.pagination>li>a, .pagination>li>span{border-radius: 4px; padding: 3px 10px; border: 1px solid #a8a8a8; color: #404040;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{border: solid 1px #1a9cb7; color: #1a9cb7;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background: #1a9cb7;}

.breadcrumb {
    padding: 8px 10px;
}

.breadcrumb > li + li:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    content: "\f0da";
    color: #B2B6BF;
    padding: 0;
    margin: 0 5px 0 5px;
    position: relative;
    top: 1px;
    font-weight: 600;
}

.breadcrumb>li>a{font-family: 'Open Sans', sans-serif; color: #333; font-size: 13px;}
.breadcrumb>li>a:hover{text-decoration: underline;}
.breadcrumb>li+li:before{padding: 0px 5px;}


/*-----------------Product detail--------------------*/
.prod_header_title #prod_title{font-weight: 400; line-height: 26px; font-size: 24px; color: #3a4346; font-family: 'Open Sans', sans-serif; margin-top: 0px;}

.prd_rating .sm_ratings{position: relative; display: inline-block; padding-right: 10px;}
.prd_rating .sm_ratings .rate_layer .fa{font-size: 11px; color: #dadada;}
.prd_rating .sm_ratings .top_layer .fa{font-size: 11px; color: #faca51;}
.prd_rating .sm_ratings .bottom_layer{display: inline-block;}
.prd_rating .sm_ratings .top_layer { position: absolute; overflow: hidden; white-space: nowrap; display: inline-block;}
.inline-block{display: inline-block;}
.count_rating{padding-right: 10px;}
.sm_review_prd span i{padding-right: 5px; font-size: 11px;}
.prd_rating{font-family: 'Open Sans', sans-serif; color: #199cb7; font-size: 13px;}
.sm_review_prd a{color: #199cb7;}
.pr-header-wrapper{margin: 20px 0px 0; margin-top: 0px;}
.sm_brand_shops p{font-family: 'Open Sans', sans-serif; color: #199cb7; font-size: 13px;}
.sm_brand_shops p a{color: #199cb7; font-size: 13px;}
.sm_brand_shops p span{color: #3a4346;}
.sm_brand_shops{margin-top: 5px;}
.sm_detail_product{background: #fff; padding:20px 10px;}
.sm_prd_main_content{margin: 20px 0px;}
.images_viewer img{max-width: 100%;}
.images_viewer{text-align: center;}
.prd_bottom_content{margin: 10px 0px;border-top: 1px solid #ddd;padding: 10px 0px;font-family: 'Open Sans', sans-serif;}
.prd_desc_row{font-family: 'Open Sans', sans-serif; color: #545351; font-size: 13px;}
.prd_price_sale{font-size: 24px; line-height: 30px; color: #333; font-weight: 500; display: inline-block;}
.unit_price{font-size: 13px; color: #3a4346; display: inline-block;}
.unit_price span.line-through{font-size: 15px; padding-left: 5px;}
.line-through{text-decoration: line-through;}
.sm_discount{font-size: 13px; margin-top: 8px; display: inline-block;}
.sm_discount .discount{background: #CC0000; padding: 2px 5px !important; border-radius: 4px; color: #fff; margin-left: 10px;}
.sm_quantity{margin-bottom: 10px;}
.sm_quantity .text-sl{float: left;margin-right: 15px;line-height: 28px; font-family: 'Open Sans', sans-serif; font-size: 13px;}
.quantity{position:relative}
.quantity input[type=number]::-webkit-inner-spin-button,.quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0} 
.quantity input[type=number]{-moz-appearance:textfield}
.quantity input{width: 70px;height: 35px;line-height:1.65;float:left;display:block;padding:0;margin:0;padding-left:20px;border:1px solid #eee;}
.quantity input:focus{outline:0}
.quantity-nav{float:left;position:relative;height: 35px;}
.quantity-button{position:relative;cursor:pointer;border-left:1px solid #eee;width:20px;text-align:center;color:#333;font-size: 14px;font-family:"Trebuchet MS",Helvetica,sans-serif!important;line-height: 17px;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.quantity-button.quantity-up{position:absolute;height:50%;top:0;border-bottom:1px solid #eee}
.quantity-button.quantity-down{position:absolute;bottom:-1px;height:50%; line-height: 12px;}
.prd_detail{font-family: 'Open Sans', sans-serif; padding: 20px 0px; border-top: solid 2px #ddd;}
.prd_image_box{margin-bottom: 20px;}
/*-----------------Product detail--------------------*/


.sub-blog li a{text-transform: none !important; font-size: 12px !important;}
.wp-blog-content{width: 90%; margin: auto; padding-top: 40px;}
.items-blog{margin-bottom: 20px;}
.items-blog .img-blog img{width: 100%; padding-top: 5px;}
.right-item-blog h2{line-height: 26px; margin-top: 0px;}
.right-item-blog h2 a{font-size: 24px;  color: #333;}
.a2a_kit.a2a_default_style{display: inline-block; margin-right: 20px; float: left;}
.social-detail .fb_iframe_widget, .social .fb_iframe_widget{ float: left; margin-right: 20px; line-height: 20px;}
#___plusone_0{ float: left !important; }
.social{float: right;}
.right-item-blog p { font-size: 14px; color: #4c4c4c; line-height: 26px; margin-bottom: 10px; text-align: justify;}
.right-item-blog #view-detail{display: inline-block; color: #428bca; padding-left: 20px;}
.traloi{padding: 20px; margin-top: 10px; border: solid 1px #eee;}
#title-name-blog{font-size: 28px; margin-bottom: 15px; font-weight: 400;}
.decsrt-blog{font-weight: bold; font-style: italic; font-size: 14px; margin-bottom: 10px;}
.social-detail{margin-top: 10px;}
.content-blog{font-size: 14px; font-family: arial;}
.banner-blog img{width: 100%;}
.content-blog img{max-width: 100%;}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moudle-right{margin-bottom: 20px;}
#moudle-right{}
.moudle-right h4{background: #3B5998; color: #fff; line-height: 40px; border-radius: 4px 4px 0px 0px; padding: 0px 20px; text-transform: uppercase; font-size: 13px;}

.moudle-right ul li {
    padding: 7px 10px;
    font-weight: 400;
}
.menu-left{
  list-style: none;
    border: 1px solid #ddd;
    padding: 8px 12px;
    /* margin: 5px 0; */
    border-radius:0px 0px 4px 4px;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    background: #fff;
}
/*--------Cart---------------*/
.continue-shopping h2 a{background: #F3F3F3; color: #888; font-family: 'Open Sans', sans-serif; text-transform: uppercase; -moz-box-shadow: 0 2px 0 0 #DDD; -webkit-box-shadow: 0 2px 0 0 #DDD; box-shadow: 0 2px 0 0 #DDD; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-transition-property: color; -o-transition-property: color; -webkit-transition-property: color; transition-property: color; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; border: none; padding: 10px 25px; font-size: 12px; border-radius: 4px;}
.continue-shopping h2 a:hover{background: #020000; color: #fff;}
.continue-shopping{margin-top: 0; border-bottom: solid 1px #ddd; padding-bottom: 20px;}
.sm_tb_cart_prd .cart-image{max-width: 70px; max-height: 70px;}
.sm_tb_cart_prd{width: 100%;}
.sm_tb_cart_prd thead td { color: #646464!important; font-weight: 400; text-transform: uppercase; padding: 10px;}
.sm_tb_cart_prd tbody tr{margin-bottom: 10px; vertical-align: top;}
.sm_tb_cart_prd tbody tr td{padding: 14px 10px;}
.sm_tb_cart_prd tbody tr td p{margin-bottom: 0;}
.prd_cart_name a{font-weight: 400; font-size: 14px; line-height: 18px; overflow: hidden;  max-height: 36px; color: #333;}
.quantity_prd .item-quantity-width{border-bottom: solid 1px #ccc; border-top: solid 1px #ccc; border-left:none; border-right: none; line-height: 24px; width: 98%;}
.quantity_prd .cart-btn-change{background: none; border: solid 1px #ccc; padding: 3px 12px; border-radius: 0 !important;}
.sm-remove-prd i{font-size: 18px; color: #333;}
.subtotal_show strong{font-weight: 500; font-size: 15px; font-family: 'Open Sans', sans-serif;}
.quantity_prd .input-group{width: 110px;}
.title-sumary h4{border-bottom: 1px solid #e3e3e3; padding-bottom: 10px;margin-bottom: 20px; font-size: 14px; line-height: 18px; font-weight: 500;}
.sm_your_cart_prd{margin-top: 20px; padding: 10px; background: #fff;}
.summary-subtotal p{color: rgb(102, 102, 102);}
.input-discount .coupon_code{width: 75%; padding: 4px 10px;}
.discount-add p{font-size: 12px; margin-bottom: 5px;}
.discount-add{font-size: 12px;}
.input-discount .coupon_code:focus{outline: none;}
#coupon_submit{padding: 8px 8px 7px 8px; background: #F70640; color: #fff; font-size: 12px; border: solid 1px #F70640; font-family: 'Open Sans', sans-serif;}
.summary-total{padding-top: 10px;}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}


.discount-show{padding-top: 10px; margin-top: 10px}
/*.discount-add{padding-bottom: 20px; padding-top: 10px; border-top: 1px solid #e3e3e3;}*/
.summary-total p{color: rgb(102, 102, 102);}
.summary-total p span{font-weight: 500; font-size: 15px; color: #333;}
.summry-submit a{text-align: center; display: block; padding: 10px; background: #F70640; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
.summry-submit a:hover{background: #333;}
.mini_cart_row tr td{font-size: 11px;}
.mini_cart_row .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{border-top: none; border-bottom: solid 1px #ddd;}
.mini_cart_row .table{margin-bottom: 0; border: solid 1px #ddd; border-bottom: none;}
.mini_cart_row{margin-bottom: 20px;}
.checkout-input{margin-bottom: 10px;}
.checkout-input label{font-size: 12px; color: #333; font-weight: 600; font-family: Arial;}
.checkout-input input{width: 100% !important; border-radius: 0px; box-shadow: none; font-size: 12px; height: 30px;}
.checkout-input select{width: 100% !important; border-radius: 0px; box-shadow: none; font-size: 12px; height: 30px;}
.summry-submit button{text-align: center; display: block; padding: 10px; background: #F70640; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; width: 100%;}
.summry-submit button:hover{background: #333; color: #fff;}
.panel-heading a:focus, .panel-heading a{text-decoration: none;}
/*--------End Cart---------------*/

.breadcrumb_list{background: #f5f5f5;}
.notifi-shipping{font-size: 13px; margin-top: 10px; font-weight: 400; color: #333;} 
.notifi-shipping .fa{color: #007FF0;}
.notifi-shipping .icon-free-shipping{width: 30px; margin-right: 10px;}
.sub-bottom-nav ul li .icon-free-shipping{width: 25px; margin-right: 5px;}


.img-error-page{text-align: center;}
.img-error-page img{max-width: 100%;}
.msg-errors{text-align: center; color: #969696; font-weight: 600;}
.return-home{text-align: center; margin-top: 10px; color: #1ba8ff;}
.return-home a{display: inline-block; color: #1ba8ff; font-size: 12px;}
.msg-error-page{padding-bottom: 50px;}

.update-password-frm{width: 40%; margin: auto; padding-bottom: 60px;}
.frm_update_pass .line-input .input-wrap{width: 100%;}
.frm_update_pass .line-input input{border-radius: 3px; width: 100%; height: 32px; border: 1px solid #ddd; color: #333; padding: 6px 12px; background-color: #fff; -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;}
.frm_update_pass .line-input input:focus{outline: none;}

.result-send .alert-success {
    color: #4caf50;
    background-color: #fdfffb;
    border-color: #4caf50;
}
.result-send .alert {
    padding: 17px 15px;
    font-size: 13px;
    margin-bottom: 10px;
}

.result-send .alert-success:before {
    content: '';
    background-image: url(../../public/images/icon-tick.svg);
    width: 16px;
    height: 16px;
}
.result-send .alert:before {
    display: inline-block;
    background-size: cover;
    vertical-align: top;
    margin-right: 5px;
}

/*-------------------List orders members---------*/
.your-orders-items{background-color: #fff; box-shadow: 0 1px 1px #dadada; margin-bottom: 14px; position: relative;}

.orders-items-header{}
.order-product-teaser__status{background-color: #f8f8f8; border: 1px solid #dadada; border-radius: 12px; font-size: 12px; color: gray; padding: 5px 12px; display: inline-block; margin-bottom: 7px; white-space: nowrap; line-height: 1;}
.img-list-orders img{max-width: 80px; max-height: 80px;}
.img-list-orders{margin-right: 20px; text-align: center;}
.orders-items-header, .orders-items-body{padding: 10px;}
.order-teaser__title{display: block;}
.order-teaser__subtitle{font-size: 12px;}
.act-follow-orders i{font-size: 22px; position: relative; top: 3px;}
.info-items-orders p a, .act-follow-orders a{color: #202020;}
.act-follow-orders a{color: #202020; font-size: 13px;}

/*--------------Step-------------------*/
.bs-wizard {margin-top: 20px; margin-bottom: 20px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #f9d45c; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #f9d45c;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #ddd;}
.progress{background-color:#ddd;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.icon-store {
    background-image: url(../images/sprite.png);
    background-position: -110px -178px;
    width: 24px;
    height: 24px;
}
.salemall-icon {
    margin-top: -5px;
    margin-right: 8px;
    background-repeat: no-repeat;
    float: left;
}
a.book-review-btn {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.brand-block-row .item-brand {
    margin-bottom: 0;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    margin-right: 20px;
}
.item-brand h6 {
    margin: 0;
    line-height: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}
.item-brand p {
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 300;
}
.brand-block-row .item-cover {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 20px;
}

/*----------------Login model-----------------*/
.block-sign{max-width: 380px; margin: auto; padding: 15px 20px 15px 20px; background: #fff;border-radius: 10px;}
.fb-login:hover{color: #fff;}
.img-signup{text-align: center; margin-top: 20px;}
.img-signup img{max-width: 180px;    margin-bottom: 15px;}
#login-title{
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
}

.block-sign .line-input input{border: 1px solid #a4a4a4; padding: 10px; margin: 10px 0 0 0; text-align: left; width: 100%;}
.reset-frm-new{max-width: 360px; margin: auto;}

.toggle-coupon{box-sizing: border-box; background: #fffef2; padding: 12px; border-top: 1px solid #dde2e4;}
.apply-coupon a{color: #1a9cb7;}
.toggle-show{display: none;}
.discount-add{width: 50%;}
.spinner {
    width: 80px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    margin-top: 3px;
}

.fz-14{font-size: 14px; font-weight: 400;}
.pdr-20{padding-right: 20px;}
.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0px 1px;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.mt-5 {
    margin-top: 5px;
}
.blue-bg {
    background-image: linear-gradient(90deg, #006aea 0%, #642ba2 100%);
}

.section-main {
    background: url(https://new.salekit.vn/assets/images/logo/bg-shape-5.png) bottom center no-repeat;
    height: 100vh;

}
    
iframe.skiptranslate {
    display: none !important;
} 
body {
  top: 0px !important; 
}

.goog-te-gadget {
    font-size: 0 !important;
}

/*.skiptranslate.goog-te-gadget {
  visibility: hidden;
}
.skiptranslate.goog-te-gadget:after {
  content:''; 
  visibility: visible;
  display: block;
  position: absolute;
}
*/
@media screen and (min-width:1200px) {
    .breadcrumb {
        width: 1164px;
    }
}

@media screen and (max-width:1199px){
  .container{width: 100%;}
  .sm_slider_main .owl-slider .item .container{padding: 0;}
}

@media screen and (min-width:1024px) and (max-width:1199px){

}

@media screen and (max-width:1023px){
  .sm_item_products{margin-right: 1.2%; width: 19%;}
  .sm_item_products:nth-child(5n){margin-right: 0px;}
  .sm_item_products:nth-child(6n){margin-right: 1.2%;}   
}

@media screen and (min-width:992px) and (max-width:1023px){

}

@media screen and (max-width:991px){
  .sm_top_treding_box{width: 50%;}
  .sm_slider_main .owl-slider .item img{max-width: 100%;}
  .sm_dropdown_nav{display: none;}
  .sm_categories_list_ul li{width: 50%;}
  .breadcrumb_list .container{padding: 0;}
}
@media (min-width: 768px){
  .modal-sm {width: 400px;}
  .modal-lg{
        width:360px;
    }
}

@media screen and (max-width:767px){
  .sm_logo_content img{max-width: 200px;}
  .sm_logo_content{text-align: center; margin-bottom: 10px;}
  .sm_item_products{margin-right: 1.3%; width: 24%;}
  .sm_item_products:nth-child(4n){margin-right: 0px;}
  .sm_item_products:nth-child(5n){margin-right: 1.3%;}
  .sm_item_products:nth-child(6n){margin-right: 1.3%;}
  .frm_account{max-width: 100%;}
  .reset-frm{width: 100%;}
  .block-sign{
    margin:0px;
  }
}
@media screen and (max-width:600px){
   .sm_item_products{width: 32%; margin-right: 2%;}
   .sm_item_products:nth-child(3n){margin-right: 0px;}
   .sm_item_products:nth-child(4n){margin-right: 2%;}

    .block-sign {
      max-width: 100%;
    }

    .update-password-frm {
      width: 100%;
    }
}
@media screen and (min-width:480px) and (max-width:767px){    
  .sm{
        width:320px;
    }
}

@media screen and (max-width:479px){
    
    .sm_top_treding_box{width: 100%;}
    .sm_item_products{width: 49%; margin-right: 2%;}
    .sm_item_products:nth-child(2n){margin-right: 0px;}
    .sm_item_products:nth-child(3n){margin-right: 2%;}
}
@media screen and (max-width:320px){
    .flash_sale_item{width: 100%;}    
    .sm_top_treding_box{width: 100%;}
    .sm_item_products{width: 100%; margin-right: 0;}
    .sm_item_products:nth-child(2n){margin-right: 0px;}
}

.submit {
    transition: background .25s ease-in-out, border .25s ease-in-out, box-shadow .25s ease-in-out;
    -moz-transition: background .25s ease-in-out, border .25s ease-in-out, box-shadow .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out, border .25s ease-in-out;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    background: #37a675 no-repeat 113px 15px;
    background-size: 19px 19px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #249161;
    padding: 4px 40px 4px 25px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    border: 0;
}

.submit:hover {
    background: #37a675 no-repeat 117px 15px;
    background-size: 19px 19px;
}

.contactform {
    display: inline-block;
    width: 500px;
    vertical-align: top;
    padding-left: 30px;
}

.map {
    display: inline-block;
    margin-right: 50px;
    width: 400px;
    vertical-align: top;
}

.gMap {
    padding: 10px 10px 8px 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 370px;
}

.company {
    margin-top: 20px;
    font-weight: 200;
}

.company strong {
    font-weight: 500;
}

.company div {
    font-size: 14px;
    padding: 6px 0;
    text-indent: 10px;
    text-shadow: 0 1px 0 #FFF;
}

.clear {
    clear: both;
}

.stage6 {
    background: #fff;
}

.stage6_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.stage6_inner h1 {
    display: block;
    margin: 20px 0 20px;
    font-weight: 200;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 0 #F8F8F8;
}
.item_product img{
    width: 100%;
    display: table-caption;
    object-fit: cover;

}

.testimonial {
    padding: 20px 0;
    font-weight: 200;
    font-size: 15px;
    line-height: 24px;
    padding-left: 120px;
    position: relative;
}
.testimonial img {
    width: 80px;
    left: 15px;
    position: absolute;
    top: 15px;
}
.testimonial .name {
    font-weight: 400;
    padding-top: 20px;
    display: block;
    text-align: right;
    padding: 15px 5px 0 0;
    /*font-style: italic;*/
}

.testimonial:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.logo_strip {
    background: #fff;
    padding: 0 0 20px;
    text-align: center;
}

.logo_strip_inner {
    margin: 0 auto;
    width: 1000px;
    padding: 0 0;
}

.logo_strip_inner h1 {
    display: block;
    margin: 20px 0 30px;
    font-weight: 200;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 0 #F8F8F8;
}

.logo_strip_inner span {
    display: inline-block;
    margin: 0 2px 0 0;
}

.logo_strip_inner span:hover {
    opacity: 1
}

.logo_strip_inner span:last-child {
    margin: 0;
}

.logo_strip_inner span img {
    width: 180px;
    height: 43px;
    padding: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
}

.stage7 {
    box-shadow: inset 3px 3px 3px #228c96;
    background: #319fac url(../../images/foot.png) no-repeat;
    padding: 30px 0 60px;
    margin-top: 20px;
}

.stage7_inner {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

.stage7_inner h1 {
    display: block;
    margin: 20px 0 20px;
    font-weight: 200;
    font-size: 28px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #228c96;
}

.stage7_inner p {
    display: block;
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 0 #228c96;
    text-align: center;
}

.stage7_inner .input,
.stage7_inner select {
    box-shadow: 0 1px 0 #228c96;
    width: 321px;
    margin: 0 5px 15px 5px;
    display: inline-block;
}

.stage7_inner select {
    height: 40px;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF;
    border: 0;
    background: #fff url(../../images/select.png) no-repeat 350px 13px;
    background-size: 15px 15px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 200;
    color: #333;
}

.stage7_inner .register {
    top: 87px;
    right: 0;
    transition: background .25s ease-in-out, border .25s ease-in-out, box-shadow .25s ease-in-out;
    -moz-transition: background .25s ease-in-out, border .25s ease-in-out, box-shadow .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out, border .25s ease-in-out;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    background: #f77811 url(../../images/signup.png) no-repeat 150px 20px;
    background-size: 30px 30px;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #de6808;
    padding: 15px 55px 15px 25px;
    border: 1px solid #ffac69;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
}

.stage7_inner .register:hover {
    background: #f77811 url(../../images/signup.png) no-repeat 155px 20px;
    background-size: 30px 30px;
}

.footer {
    vertical-align: middle;
    background: #ededed;
    padding: 35px 0px;
    border-top: 0px solid #e5e5e5;
    clear: left;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

.footer_inner {
    width: 1000px;
    margin: 0 auto;
}

.footer_logo {
    display: inline-block;
    width: 170px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding: 0;
}

.footer_logo img {
    width: 170px;
    padding-top: 7px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.footer_logo img:hover {
    opacity: 0.5;
}


.salekit_sign {
    background-color: transparent;
}

.backtotop {
    float: right;
    font-size: 14px;
    font-weight: 200;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding: 0 35px 0 20px;
    background: #fff url(../../images/top.png) no-repeat 99px 23px;
    background-size: 16px 16px;
    transition: background 0.1s;
}

.backtotop:hover {
    background: #fff url(../../images/top.png) no-repeat 99px 20px;
    background-size: 16px 16px;
    transition: background 0.1s;
}

.backtotop a {
    color: #333;
    text-decoration: none;
}

.overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: url(../../images/overlay.png);
    text-align: center;
    white-space: nowrap;
}

.dialog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    width: 300px;
    color: #333;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 2px 2px 2px #555;
    background-color: #fff;
    text-align: left;
    white-space: normal;
}

.dialog p {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    margin: 10px 0 0;
}

.dialog h1 {
    margin: 0;
    padding: 0;
    font-weight: 200;
}

.close {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: absolute;
    top: -10px;
    right: -8px;
    height: 30px;
    width: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 1px 1px #555;
}

.close img {
    width: 30px;
    height: 30px;
}

.sub_heading {
    background: #85c8ce;
    height: 60px;
    border-top: 1px solid #aadbe0;
}

.sub_heading_inner {
    margin: 0 auto;
    width: 1000px;
}

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

.sub_heading_inner li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-shadow: 0 1px 0 #2f9199;
    text-indent: 32px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.sub_heading_inner li:first-child {
    margin-left: 0;
}

.sub_heading_inner li.bounce {
    background: url(../../images/bounce.png) no-repeat 3px 18px;
    background-size: 26px 26px;
}

.sub_heading_inner li.direct {
    background: url(../../images/direct.png) no-repeat 0 17px;
    background-size: 26px 26px;
}

.sub_heading_inner li.redirect {
    background: url(../../images/redirect.png) no-repeat 6px 18px;
    background-size: 26px 26px;
    text-indent: 37px;
    margin-left: 15px;
}

.sub_heading_inner li.popup {
    background: url(../../images/popup.png) no-repeat 3px 18px;
    background-size: 26px 26px;
}

.sub_heading_inner li.popunder {
    background: url(../../images/popunder.png) no-repeat 3px 18px;
    background-size: 26px 26px;
}

/* Header Style */
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}

.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
}

.codrops-top a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

/* Demo Buttons Style */
.codrops-demos {
    text-align: center;
    display: block;
    line-height: 30px;
    padding: 5px 0px;
}

.codrops-demos a {
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 6px;
    color: #aaa;
    line-height: 20px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #ddd;
    background: #ffffff;
    /* Old browsers */

    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* IE10+ */

    background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */

    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.codrops-demos a:hover {
    color: #333;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.codrops-demos a:active {
    background: #fff;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    background: #f6f6f6;
}

.jms-slideshow {
    position: relative;
    width: 100%;
    min-width: 640px;
}

.jms-wrapper {
    width: auto;
    min-width: 600px;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-top: 10px solid #fff;
    outline: none;
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
    transition: background-color 1s linear;
}

.color-1 {
    background-image: url('../../images/main.png');
    background-color: rgba(193, 230, 229, 1);
}

.color-2 {
    background-image: url('../../images/main.png');
    background-color: rgba(193, 230, 229, 1);
}

.color-3 {
    background-image: url('../../images/main.png');
    background-color: rgba(193, 230, 229, 1);
}

.color-4 {
    background-image: url('../../images/main.png');
    background-color: rgba(193, 230, 229, 1);
}

.color-5 {
    background-image: url('../../images/main.png');
    background-color: rgba(193, 230, 229, 1);
}

.step {
    width: 900px;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.jms-content {
    margin: 0px 370px 0px 20px;
    position: relative;
    clear: both;
}

.step h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 20px 0 10px 0;
}

.step p {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 22px;
    font-weight: normal;
    position: relative;
    margin: 0;
}

a.jms-link {
    color: #fff;
    text-transform: uppercase;
    background: #969696;
    /* Old browsers */

    background: -moz-linear-gradient(top, #969696 0%, #727272 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #727272));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #969696 0%, #727272 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #969696 0%, #727272 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #969696 0%, #727272 100%);
    /* IE10+ */

    background: linear-gradient(top, #969696 0%, #727272 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#727272', GradientType=0);
    /* IE6-9 */

    padding: 8px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #444;
    border-radius: 4px;
    opacity: 1;
    margin-top: 40px;
    clear: both;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -ms-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}

.step:not(.active) a.jms-link {
    opacity: 0;
    margin-top: 80px;
}

.step img {
    position: absolute;
    right: 0px;
    top: 30px;
}

.jms-dots {
    display: none;
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 20px;
    z-index: 2000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.jms-dots span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #777;
    margin: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.jms-dots span.jms-dots-current:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #ffffff;
    /* Old browsers */

    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* IE10+ */

    background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}

.jms-arrows {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.jms-arrows span {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    height: 80px;
    width: 30px;
    cursor: pointer;
    z-index: 2000;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.jms-arrows span.jms-arrows-prev {
    background: #fff url(../../images/arrow_left.png) no-repeat 50% 50%;
    left: 0px;
    border-radius: 0px 3px 3px 0px;
}

.jms-arrows span.jms-arrows-next {
    background: #fff url(../../images/arrow_right.png) no-repeat 50% 50%;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Not supported style */

.jms-wrapper.not-supported {
    background-color: #E3D8FF;
    background-color: rgba(227, 216, 268, 1);
}

.jms-wrapper.not-supported:after {
    content: 'The slideshow functionality is not supported on your device.';
    padding: 0px 0px 30px 0px;
    text-align: center;
    display: block;
}

.jms-wrapper.not-supported .step {
    display: none;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=99);
    /* internet explorer */

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    /*IE8*/

    margin: 20px auto;
}

.jms-wrapper.not-supported .step:first-of-type {
    display: block;
}

.jms-wrapper.not-supported .step:not(.active) a.jms-link {
    opacity: 1;
    margin-top: 40px;
}

.about_img img {
    max-width: 100%;
}

.about_img {
    text-align: center;
}

.footer .column-footer h4 {
    color: #595959;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    margin: 0;
    min-height: 27px;
}

.footer .column-footer a {
    color: #595959;
    line-height: 30px;
    font-size: 14px;
}

.column-footer li {
    color: #999;
    line-height: 30px;
    font-size: 14px;
    list-style: none;
}

.column-footer p {
    color: #999;
    line-height: 20px;
    margin-bottom: 0px;
}

.footer .box-social ul li a {
    width: 30px !important;
    height: 30px !important;
    background-color: #ababab;
    color: #484848;
    font-size: 18px;
    border: none;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.social {
    margin-bottom: 10px;
}

.info-contact-footer .logo-footer {
    margin-right: 15px;
}

.info-contact-footer {
    color: #595959;
}

.info-contact-footer .contact {
    margin-top: 10px;
    font-size: 14px;
}

.phone-rp-ul li {
    color: #595959;
    font-size: 14px;
    list-style: none;
}

.footer-socialbox p {
    margin-top: 10px;
}

.footer-socialbox p a {
    font-size: 14px;
    color: #595959;
}

.copyright p {
    margin-bottom: 0px;
    color: #ccc;
    font-size: 14px;
    display: initial;
}

.copyright {
    width: 100%;
    background: #1c1a1a;
    padding: 5px 0px;
    font-size: 12px;
    border: 0;
    color: #999;
    text-align: center;
}

.text-introduces p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.text-introduces {
    text-align: center;
}

.phone-rp-ul .phone-rp-li a {
    color: #595959;
}

.clear {
    clear: both;
    overflow: hidden;
}

.fancybox-slide--video .fancybox-content {
    width: 850px !important;
    height: 495px !important;
    max-width: 80% !important;
    max-height: 80% !important;
    margin: 0;
    border: solid 8px rgba(0, 0, 0, .5);
    border-radius: 5px;
}

.sub-blog li a {
    text-transform: none !important;
    font-size: 12px !important;
}

.item img {
    margin: 0 auto;
    width: 100%;
}

.max {
    max-width: 1164px;
    margin: 0 auto 20px auto;
    font-size: 16px;
}

.tag_a_title {
    background-color: rgb(248, 6, 64);
    box-shadow: 5px 5px 5px rgb(84, 0, 0);
    color: white;
    padding: 20px;
    text-decoration: none;
    border-radius: 5px;
}

.tag_a_title:hover {
    color: white;
    text-decoration: none;
}

.border_title {
    background: url('../../images/vendor_s.png') white;
    max-width: 100%;
    margin: 0 auto 40px auto;
    border: 2px dashed rgb(254, 143, 38);
    border-radius: 10px;
}

.tag_a_title2 {
    background-color: rgb(248, 6, 64);
    box-shadow: 5px 5px 5px black;
    color: white;
    padding: 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.tag_a_title2:hover {
    color: white;
    text-decoration: none;
}

.div_footer {
    width: 100%;
    background-color: rgb(45, 43, 44);
    border-top: 2px rgb(246, 7, 64);
    padding: 20px 0;
    margin-top: 20px;
}

.title_footer {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px #999 solid;
}

.title_footer a {
    color: #999;
}

.title_footer a:hover {
    color: white;
    text-decoration: none;
}

.title_center {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

.title_center h1 {
    color: rgb(254, 143, 38);
    font-weight: bold;
    font-size: 30px;
}

.title_center p {
    color: white;
    font-size: 20px;
}

.tag_a_footer:hover {
    color: white;
}

.width-80 {
    width: 80%;
    margin: auto;
}

.color-white {
    color: #fff !important;
}

.vendor-list {
    padding: 40px 30px;
}

.vendor-list ul li {
    list-style: none;
    display: block;
    padding: 10px 0 20px 32px;
    background: url(../../images/tick.png) 7px 10px no-repeat;
    background-size: 20px 20px;
    font-size: 16px;
    color: rgb(13, 122, 142);
    font-weight: 200;
}

.vendor-get-money b {
    font-weight: 600;
    font-size: 18px;
}

.column-footer {
    margin-bottom: 10px;
    text-align: center;
}

.welcome-user:hover {
    text-decoration: none;
}

.welcome-user span {
    position: relative;
    top: 5px;
}

.avatarImage {
    margin: 4px 8px 0 0;
    border-radius: 50%;
    border: 2px solid #FFF;
    width: 35px;
    height: 35px;
}

a.dropdown-toggle.welcome-user {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu-top-aff ul {
    padding: 10px 20px;
}

.menu-user li a {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0px !important;
}

.mt-10 {
    margin-top: 10px;
}

.btn-menu.navbar {
    min-height: 40px !important;
    margin-bottom: 0;
}

.cart-navi {
    padding-bottom: 20px;
}

.step-content.pos-rel .qualityP {
    width: 40px;
}

button.btn.cart-btn-change {
    background: none;
    border: none;
    border-radius: 0;
    padding: 4px 5px;
    font-size: 10px;
}

.item-cart-flow .price {
    padding: 15px 0;
}

.cartflow-content .item-cart-flow .price_product {
    line-height: 20px;
    /*padding-right: 25px;*/
}
.input-quantity .contact-now {
    font-size: 24px;
}
.bds_detail .contact-now {
    font-size: 14px;
    font-weight: bold;
    color: #ff2020;
}

.cart-table th {
    font-size: 15px;
}

.cart-table td {
    font-size: 15px;
    vertical-align: middle !important;
}

.form-inline .form-control {
    width: 100% !important;
    border-radius: 4px;
    margin-left: 0px;
}

.line-input {
    margin-bottom: 5px;
}

span.required {
    color: #F44336;
}

span.cart-error {
    display: block;
    margin-top: 10px;
    color: #d15b47;
}

.menu-pay {
    background-color: #77b8ea !important;
    border-color: #77b8ea;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100%;
}

img.cart-image-box {
    width: 40px
}

a.clickName.create_link.btn.btn-group {
    font-size: 13px;
}

.item-product-content {
    border-top: solid #f64629;
    margin-bottom: 10px;
    height: 175px;
    margin-top: 25px;
}

.product-box {
    border-radius: 5px;
    transition: all 0.25s;
    margin-bottom: 10px;
}

.product-box:hover {
    box-shadow: 1px 1px 4px;
}

.item-product-content img {
    padding: 5px;
}

.image-title {
    padding: 5px 10px;
    /*font-size: 16px;*/
}

.label-price {
    font-size: 14px;
    padding: 10px;
}

span.clickName.create_link i {
    font-size: 18px;
}

.progressbar {
    counter-reset: step
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #fff
}

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1
}

.progressbar li:first-child:after {
    content: none
}

.progressbar li.active {
    color: #fff
}

.progressbar li.active:before {
    border-color: #3B5998;
    background: #3B5998;
}

.progressbar li.active + li:after {
    background-color: #3B5998
}

.step-order {
    margin-bottom: 20px;
}

.pd-20px {
    padding: 20px 0px;
}

.btn-go-back {
    display: inline-block;
    cursor: pointer;
    padding: 3px 30px;
    background: #3B5998;
    font-size: 14px;
    border-radius: 2px;
    border: solid 2px #3B5998;
    color: #fff;
}

.btn-go-back:hover {
    color: #fff;
}

.mt-10px {
    margin-top: 10px;
}

.txt-center {
    text-align: center;
}

.infomation-payment span {
    display: inline-block;
    min-width: 25%;
    color: #545454;
}

.line-p {
    padding: 7px 20px;
    border-bottom: solid 1px #fff;
}

.info-service-pack .goidichvu {
    padding: 0px 20px;
}

.info-service-pack .goidichvu .khautru-price {
    border-top: solid 2px #fff;
    padding-top: 10px;
}

.info-service-pack .goidichvu .thanhtien {
    padding: 0px 0px;
}

.comlete-payment .tongtien {
    padding: 12px 10px 18px;
    margin: 0 10px;
    border-bottom: solid 1px #f3f3f3;
    margin-bottom: 10px;
}

.comlete-payment .tongtien p {
    float: left;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 0;
}

.comlete-payment .tongtien .tonggia {
    float: right;
    color: #6186c6;
    font-size: 14px;
}

.comlete-payment .btn-complete {
    width: 80%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3B5998;
    border: 1px solid transparent;
    border-radius: 4px
}

.comlete-payment .btn-complete:hover {
    background-color: #3B5998;
}

.line-button {
    margin-bottom: 10px;
}

.comlete-payment .btn-thanhtoanngay {
    width: 80%;
}

.info-service-pack .block-khautru {
    margin-bottom: 0px;
    padding: 0px 20px;
}

.info-service-pack .block-khautru #fz11 {
    font-size: 11px;
}

#col-payment {
    background: #FFF;
}

.col-payment .title-primary h4 {
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #f3f3f3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

#col-payment .title-primary h4 {
    font-size: 14px;
    color: #3B5998;
    margin-bottom: 0px;
}

.conlete-payment .tongtien h4 {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 0;
    padding: 5px 0px;
    text-transform: uppercase;
}

.conlete-payment .tongtien p {
    padding: 10px 0px;
    display: block;
}

.dblock {
    display: block !important;
    float: none !important;
}

.goidichvu .line-break {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 10px 0px;
}

.goidichvu .line-break .fa {
    padding-right: 5px;
}

.goidichvu .line-break .fa-check {
    color: #6AAF08;
}

.goidichvu .line-break .fa-times {
    color: #ff3030;
}

.goidichvu .line-break strong {
    display: inline-block;
    width: 40%;
}

.goidichvu .line-break span {
    display: inline-block;
}

.bd-bank {
    margin-top: 40px;
    background: #fff;
    margin-bottom: 20px;
}

.btn-res-affiliate {
    color: #fff !important;
    background: #f80640;
    border-radius: 3px;
    padding: 10px 25px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: bold;
    margin-top: 12px;
}

.landing-layout {
    max-width: 1200px;
    margin: 0 auto;
}

.landing-layout-shop {
    max-width: 900px;
    margin: 0 auto;
}

.cart-page {
    max-width: 800px;
    margin: 0 auto 50px;
}

.cart-page .cartflow-content, .item-quantity-width {
    background: transparent !important;
}

.cart-form-pay a {
    font-size: 14px;
    font-weight: 700;
}
.widget-main h4.text-center {
    margin: 0;

}

.cart-form-pay a:hover {
    color: #fde118;
}

.button-continue button {
    background-color: #e20018;
    color: #fff;
    font-size: 18px;
    min-width: 100px;
}

.cartflow-content .button-continue button {
    /*margin-left: 170px;*/
    width: 100%;
}

.button-continue button:hover, .button-continue button:focus {
    color: #fff;
}

#customer_form .col-sm-8.padding-10 {
    width: 56.666%;
}

#customer_form .col-sm-4.padding-10 {
    width: 43.333%;
}

.steps li .step {
    border: 3px solid #ced1d6 !important;
}

.list-projects .col {
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    background-color: #fff;
}

.item_product .images {
    min-height: 138px !important;
}

.item_product .images {
    position: relative;
}

.item_product .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.item_product .title {
    padding: 5px 10px 0 10px;
}

.item_product .title {
    overflow: hidden;
    line-height: 20px;
    height: 48px;
}
.item_product .title a {
    color: #222;
    font-size: 16px;
}
.item_product .price {
    width: 100%;
    height: 35px;
    overflow: hidden;
}
.item_product .price .sell-price {
    font-weight: bold;
    margin: 0 5px 0 0;
}

.prd-info .description_service, .main-home-video .videos-news, .item-blog .blogs-news, .product-name.text3line {
    height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bds_detail .mt3 {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-name.text3line {
    -webkit-line-clamp: 3;
    height: 61px;
}
sup {
    top: -.5em;
}

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

.price .add-to-cart {
    float: right;
}

.item_product .title a:hover, .relate-p-title a:hover {
    color: #f58829;
    text-decoration: none;
}

.price-number {
    width: 50%;
    display: inline-block;
}

.navbar-right .badge {
    background-color: #e62117;
    position: absolute;
    top: 15px;
    right: 8px;
}

.nav li.top a {
    font-weight: bold;
    /* padding-top: 7px !important;
    padding-bottom: 8px !important;
    padding-left: 15px; */
    background: none;
}

.insert-product-cart i.fa.fa-check {
    color: #4CAF50;
}

.header-logo img {
    max-height: 50px;
    max-width: 100%;
}

.header-logo {
    display: inline-block;
    padding: 10px 10px 10px 0px;
    position: relative;
}

.right-logo {
    position: relative;
    height: 70px;
}

h1.header-shop-name {
    font-size: 28px;
}


.order-list-product, .label-coupon-ques {
    display: inline-block;
}

/* .label-coupon-ques {
    margin-left: 20px;
} */
a.item-remove {
    cursor: pointer;
    font-size: 13px;
    color: #004dc2;
}

.cart-navi {
    padding-bottom: 20px;
    margin-top: 50px;
}

/*----------------------------Bổ sung 11/09----------------*/
.mt-20 {
    margin-top: 20px;
}

.item_product .rating {
    padding: 10px 0px;
    font-size: 12px;
    display: inline-block;
}

.item_product .rating .rating-content {
    font-size: 0;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.item_product .rating .rating-content .fa-star {
    display: inline-block;
    margin: .1rem;
    color: #b8b8b8;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item_product .rating .rating-content span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
}

.item_product .rating .rating-content span .fa-star {
    color: #ff2020;
}
.item_product .prd-info {
    min-height: 132px;
}
.price {
    padding: 10px 10px;
}

.bds_detail .price-sale, .bds_detail .price-bds {
    color: #ff2020;
    display: inline-block;
    font-weight: bold;
}
.price p {
    color: #ff2020;
    font-size: 18px;
    font-weight: 700;
}

.price .unit_price {
    color: #888;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}

.price_product .Price {
    font-size: 14px;
    font-weight: 400;
}

.sale-rate {
    background: #f70640;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    color: #fff; /* position: absolute; top: 5px; right: 5px; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/*.shopnow{height:18px}*/
.shopnow .input-group input {
    box-shadow: none;
}

.add-to-cart a {
    display: inline-block;
    border: 1px solid #d0d0d0;
    padding: 6px 10px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
}

.add-to-cart a .fa {
    font-size: 18px;
    padding-right: 5px;
}

.add-to-cart a:hover {
    background: #f91100;
    color: #fff;
    border: 1px solid #f91100
}

.add-to-cart {
    text-align: center;
    display: table;
    /*height: 100%;*/
    /*width: 100%;*/
    margin-bottom: 10px;
}

.item_product {
    vertical-align: top;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
/*.item_product:hover .shopnow .add-to-cart{display:block;    text-align: center;}*/
.item_product:hover {
    box-shadow: 0 1px 2px #9e9e9e63;
}



.shopnow {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    width: 100%;
    height: 100%;
    z-index: 2;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}

.btn-cart {
    display: table-cell;
    vertical-align: middle;
}

.btn-cart .contact-now b {
    text-transform: uppercase; 
    color: red;   
}
.title_left_cat .left-menu {
    margin-top: -10px;
}
.product-other .sale-rate, .product-other .hot-product {
    color: #fff;
    font-size: 13px;
}

.cdz-block-title {
    text-align: center;
    margin-bottom: 20px;
}

.cdz-block-title .b-title {
    padding: 0 0px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: auto;
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 24px;
    /* border-bottom: 1px solid; */
    font-family: 'Open Sans', sans-serif;
}

.cdz-block-title .b-title strong {
    font-size: 100%;
}

.ui-pc-booking ul li a {
    color: #333;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    text-align: center;
}

.ui-pc-booking ul li {
    display: block;
    padding: 10px;
}

/*.cdz-block-title .b-title:before {
  position: absolute;
  bottom: -11px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  content: '\f559';
  font-size: 22px;
  left: 40%;
  left: calc(50% - 20px);
  -webkit-left: calc(50% - 20px);
  -o-left: calc(50% - 20px);
  -moz-left: calc(50% - 20px);
}*/

.cdz-block-title .b-title front {
    position: absolute;
    bottom: -11px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    content: '\f559';
    font-size: 22px;
    left: 40%;
    left: calc(50% - 20px);
    -webkit-left: calc(50% - 20px);
    -o-left: calc(50% - 20px);
    -moz-left: calc(50% - 20px);
    z-index: 1;
    display: none;
}

.cdz-block-title .b-title front {
    background: #40a1d9;
}

.cdz-block-title .b-title:before {
    background: #40a1d9;
    height: 3px;
    content: '';
    position: absolute;
    width: 35%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    left: 50%;
}

.cdz-block-title .b-title:after {
    height: 1px;
    content: '';
    position: absolute;
    width: 100%;
    /* border: solid 1px #333; */
    background: #e1e1e1;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*-------------Blog---------------------*/
.cdz-wapper-blog-style-1 .owl-item h5.blog-title {
    padding: 20px 10px 10px;
    margin: 0;
}

.cdz-wapper-blog-style-1 .owl-item .cdz-blog-right {
    text-align: left;
}

.cdz-wapper-blog-style-1 .owl-item .blog-author {
    font-size: 80%;
    padding: 0 10px 5px;
}

.cdz-wapper-blog-style-1 .owl-item .blog-desc {
    padding: 0 10px 5px;
}

.cdz-wapper-blog-style-1 .owl-item .blog-date {
    position: absolute;
    height: 45px;
    width: 45px;
    right: 10px;
    top: 0;
    padding: 5px 10px;
    font-size: 11px;
}

.cdz-wapper-blog-style-1 .owl-item .blog-text-link {
    text-align: left;
    padding: 0 10px 5px;
}

.cdz-wapper-blog-style-1 .owl-item .blog-text-link a {
    border: 1px solid;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    padding: 0px 20px;
}

.cdz-wapper-blog-style-1 .owl-item .blog-text-link a span {
    text-transform: uppercase;
    font-size: 80%;
}

.cdz-wapper-blog-style-1 .owl-item {
    background: white;
}

/*--------------Style 2---------------*/
.cdz-wapper-blog-style-2 .owl-item {
    background: #fff;
}

.cdz-wapper-blog-style-2 .owl-item .row {
    margin: 0;
}

/*.cdz-wapper-blog-style-2 .cdz-blog-right{padding: 20px;}*/
.cdz-wapper-blog-style-2 .owl-item h5.blog-title {
    padding: 5px 0px;
    font-size: 16px;
}

.cdz-wapper-blog-style-2 .owl-item .blog-text-link {
    text-align: left;
    padding: 10px 0px;
}

.cdz-wapper-blog-style-2 .owl-item .blog-text-link a {
    border: 1px solid;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    padding: 0px 20px;
}

.cdz-wapper-blog-style-2 .owl-item .blog-text-link a span {
    text-transform: uppercase;
    font-size: 80%;
}

.cdz-wapper-blog-style-2 .col-sm-6.style-2 {
    width: 100%;
    padding: 0;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

/*-------------Blog---------------------*/
.dp-image-show {
    width: 100%;
    margin: 0 auto;
    top: 15px;
    position: relative;
    background-color: #fff;
}

.item-blog .dp-image-show {
    padding-top: 0%;

}
.dp-image-show .bg-image-show, .search-blog .dp-image-show .bg-image-show {
    background-position: 50%;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}


/*-----------------owl slider--------------*/
.post-items .owl-nav {
    margin: 0;
    display: none;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-items:hover .owl-nav {
    margin: 0;
    display: block;
}
.category-list .owl-carousel .owl-item img {
    width: 100%;
    object-fit: cover;
}
.category-list .category-list-item a p {
    overflow: hidden;
    height: 38px;
    line-height: 19px;
}

.owl-nav [class*='owl-'], .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    font-size: 0;
    margin: 0 5px;
    cursor: pointer;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: -40px;
    top: 45%;
    top: calc((100% - 40px) / 2);
    -webkit-top: calc((100% - 40px) / 2);
    -o-top: calc((100% - 40px) / 2);
    -moz-top: calc((100% - 40px) / 2);
    border: 2px solid;
    color: #ffffff;
    border-color: #ffffff;
    cursor: pointer;
    margin: 0 !important;
    padding: 0;
    vertical-align: middle;
}

.owl-nav [class*='owl-'] i, .owl-theme .owl-nav [class*=owl-] i {
    font-size: 18px;
    line-height: 36px;
}

.owl-carousel:hover .owl-nav [class*='owl-'] {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    cursor: pointer;
}

.owl-nav [class*='owl-'].owl-next {
    right: -40px;
    left: auto;
}

.owl-photos .owl-nav [class*='owl-'], .owl-photos .owl-theme .owl-nav [class*=owl-] {
    left: 20px;
}

.owl-photos .owl-nav [class*='owl-'].owl-next {
    right: 0px;
    left: auto;
}


.owl-nav [class*='owl-']:hover {
    color: white;
    background-color: #f8b5ad;
    border-color: #f8b5ad;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.previews .owl-nav [class*='owl-'] i, .previews .owl-theme .owl-nav [class*=owl-] i {
    font-size: 18px;
    line-height: unset;
    padding-top: 0;
}

.previews .owl-nav [class*='owl-'], .previews .owl-theme .owl-nav [class*=owl-] {
    background: none;
    border: none;
}

.previews .item-thumbnail img {
    cursor: pointer;
    /*width: auto !important;*/
    height: 100% !important;
    max-width: 100% !important;
    max-height: 70px !important;
    object-fit: cover;
}
.previews .item-thumbnail a
{
    width: 80px !important;
}
.input-region{
    display: inline-flex;
}
.region_list{
    padding-left: 10px;
    cursor: pointer;
}
.region_list #select-distric-region span{
    display: none;
}
.region_list #select-distric-region span.active{
    display: inline-block;
}

.title-news h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid #40a1d9;
    display: inherit;
    padding-bottom: 10px;
}

.box-news .title-news {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/*.product_box .shopnow .add-to-cart{display:none;}*/
.shopnow .quality {
    width: 100px;
}

.shopnow .quality input {
    text-align: center;
    padding: 0;
}

.center {
    text-align: center;
}

.item_product .images {
    overflow: hidden;
}

.item_product .images:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.item-quantity-width {
    width: 40px;
    height: 30px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-top: 0px solid #e1e1e1;
    border-bottom: 0px solid #e1e1e1;
}

.cart-mini {
    font-size: 13px;
}

.total-money {
    font-weight: bold;
    color: red;
}

a.accordion-toggle {
    text-decoration: none;
}

.bank-image {
    height: 29px;
}

.bank-layout {
    font-size: 12px;
    margin-bottom: 10px;
}

ul.bank-list {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

.btn-pay-home {
    margin-top: 10px;
    float: left
}

div#coupon_message {
    display: inline-block;
    font-size: 12px;
    color: #008000;
}

#coupon_error {
    display: inline-block;
    font-size: 12px;
    color: red;
}

#total_cart {
    font-weight: bold;
}

.item-card__cover-img {
    margin-bottom: 5px;
    margin-bottom: .5rem;
    position: relative;
}

.shopee-item-card--shadow .item-card__cover-img {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    overflow: hidden;
}

.shopee-image-placeholder {
    width: 100%;
    /*padding-top: 90%;*/
    position: relative;
    background-color: #fff;
}

.item-card__cover-img-background {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cart-image {
    width: 150px;
}

.mt-10 {
    margin-top: 10px !important;
}

.btn-backpage {
    cursor: pointer;
}


.icon-cart .add-to-cart-success {
    cursor: default;
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 15px #b3b3b3;
    right: 13px;
    padding: 15px 20px;
    z-index: 9999;
    top: calc(100% + -5px);
    border-radius: 6px;
}

.close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    margin: 17px 19px;
    filter: alpha(opacity=20);
}

.icon-cart .add-to-cart-success .close {
    opacity: .8;
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
}

.icon-cart .add-to-cart-success p {
    color: #333;
    font-size: 13px;
}

.icon-cart .add-to-cart-success p img {
    margin-right: 10px;
    width: 18px;
}

.icon-cart .btn {
    width: 229px;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 0;
    padding-top: 1px;
    cursor: pointer;
}

.icon-cart .add-to-cart-success .btn {
    background: #ff3945;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 39px;
    width: 252px;
    margin-top: 13px;
}

.icon-cart .add-to-cart-success .btn:hover {
    opacity: .8;
}

.icon-cart .add-to-cart-success:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: -4px;
    right: 15px;
    transform: rotate(45deg);
    background: #fff;
    box-shadow: -1px -1px 0 #dfdfdf;
    z-index: -1;
}

.title-detail-pro span {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    color: #333 !important;
    display: inline-block;
    padding: 8px 10px;
    border-bottom: solid 2px #ddd;
    font-size: 16px;
}

.title-detail-pro {
    text-align: center;
}

.cart-table > thead > tr > th, .cart-table > tbody > tr > th, .cart-table > tfoot > tr > th {
    border-top: none !important;
}


.item-cart-flow {
    border-top: solid 1px #ddd;
    padding: 12px 0px 12px 0px;
}

.item-cart-name h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.img-cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px !important;
}

.img-cart-item {
    margin-right: 10px;
}

.name-product-cart {
    padding: 10px;
}

.name-product-cart h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.item-cart-flow .unit-price {
    padding: 10px;
    text-align: center;
}

.item-cart-flow .quality-cart {
    padding: 15px 0px;
    text-align: center;
}

.item-cart-flow .total-price-cart {
    padding: 24px 10px 0px 0px;
    text-align: right;
    font-weight: 700;
}

.item-cart-flow .delete-item-cart {
    padding: 10px;
    text-align: center;
}

.item-cart-flow .quality-cart .input-group {
    margin: auto;
    border: 1px solid #e1e1e1;
}

.title-cart-flow h4 {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.img-cart-item p {
    margin-bottom: 0px;
    padding-top: 10px;
}

.right-cart-mobile p {
    margin-bottom: 8px;
    margin-top: 10px;
    padding-right: 20px;
}
.right-cart-mobile .price-line{
    float: right;
    position: relative;
    top: 11px;
    display: block;
}
.color-red {
    font-size: 14px;
    color: #e53935;
}

.right-cart-mobile .input-group {
    margin: 20px 0px;
}

.item-mobile-cart {
    position: relative;
}

.remove-mobile {
    position: absolute;
    top: 20px;
    right: 0px;
}

.color-grey {
    color: #6d6d6d !important;
}

.cart-mobile {
    display: none;
}

.item-mobile-cart {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.line-through {
    text-decoration: line-through;
}

.img-mobile-cart {
    width: 28%;
    padding-top: 10px;
}

.img-mobile-cart img {
    max-width: 100%;
}

.right-cart-mobile {
    width: 70%;
}

.price-line .color-grey {
    /*margin-left: 10px;*/
    font-size: 14px;
}

.color-organe {
    color: #ff7816 !important;
}

#customer_form .col-xs-12 {
    display: flex;
}

#customer_form .line-input label {
    white-space: nowrap;
    min-width: 170px;
    text-align: right;
    padding-right: 14px;
    margin-top: 9px;
}

#customer_form .line-input .col-12-full {
    display: flex;
}

#customer_form .line-input .col-12-full .province_id {
    /*min-width: 100%;*/
}

#customer_form .line-input .col-xs-6.col-12-full {
    width: 100% !important;
}

#customer_form .line-input .col-xs-6.col-12-full:last-child {
    margin-top: 15px;
}

.header-shop-cart {
    position: relative;
}

.header-shop-name {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

#content-product img {
    max-width: 100%;
    height: auto !important;
}

.owl-product .owl-item .item_product {
    width: 100% !important;
    text-align: center;
}

.owl-product .owl-item {
    padding-top: 5px;
}

.item_product .rating {
    text-align: center;
}

.review-rating p, .review-rating h4 {
      margin: 0px; 
}

/*.owl-product .owl-nav .owl-prev, .owl-product .owl-nav .owl-next{position: absolute; top: 20%; margin-top: -22px; outline: 0; width: 45px; height: 45px;text-indent: -9999px; z-index: 999;}
.owl-product .owl-nav .owl-prev {left: -40px;background: url(../images/prev.png) no-repeat 0 0;}
.owl-product .owl-nav .owl-next {right: -40px;background: url(../images/next.png) no-repeat 0 0;}*/
.title-detail-product span {
    display: inline-block;
    padding: 5px 0px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.title-detail-product span:after {
    content: "";
    position: absolute;
    border-bottom: solid 3px #40a1d9;
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0px;
}

.title-detail-product {
    text-align: left;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 4px;
}


.simply-countdown {
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

.count-down-layout {
    margin-top: 20px;
}

.simply-countdown > .simply-section {
    background: #EAEAEA;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    border-radius: 4px;
    line-height: 15px;

}

.simply-amount, .simply-word {
    display: block;
    text-align: center;
    font-size: 14px;
}

.simply-word {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.simply-days-section {
    background: #22282E !important;
    color: #fff;
}

.simply-amount {
    font-weight: 600;
}

.count-down-layout h4 {
    font-size: 16px;
    font-weight: 600;
    color: #40a1d9 !important;
    text-transform: uppercase;
    font-family: Arial;
    padding-right: 10px;
}

.bought-together-title {
    color: #505050;
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 500;
    font-size: 14px;
}

.panel-view {
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

#product-viewed {
    padding-top: 20px;
}

.items-combos {
    margin-top: 20px;
}

.images-combo {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 80px;
    padding: 5px;
    border: solid 1px #eee;
}

.items-combos ul li {
    list-style: none;
    margin-bottom: 0px;
}

.items-combos ul li .fa {
    padding-right: 5px;
    color: #409eff;
}

.items-combos ul li a {
    font-size: 12px;
    color: #333;
}

.items-combos ul {
    margin-left: 0;
    padding-left: 0px;
}

.button-red .group-icon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c00;
    padding: 10px;
    display: inline-block;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
}

.button-red .group-title {
    background: red;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    height: 36px;
    margin-left: 36px;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.button-red {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.btn-getcombo {
    display: inline-block;
    position: relative;
    bottom: 25px;
}

.btn-getcombo p {
    margin-bottom: 5px;
    font-size: 12px;
}

span.sale-rate {
    color: #fff
}

.hot-product {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    background: #f1c209;
    height: 24px;
    width: 57px;
    font-size: 13px;
    animation: none;
    top: 3px;
    color: #fff;
    /*display: none;*/
}

.sale-rate {
    position: absolute;
    background: red;
    height: 56px;
    width: 56px;
    text-align: center;
    display: inline-block;
    z-index: 8;
    line-height: 48px;
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    top: 3px;
    right: 3px;
}

@keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    50% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -o-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.edit-info-label {
    font-size: 10px;
}

.notifi-shipping {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
    color: #333;
}

.notifi-shipping .fa {
    color: #007FF0;
}

.notifi-shipping .icon-free-shipping {
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

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

.landing-layout img {
    margin: 0 auto;
    display: block;
}

.category-list ul li {
    padding: 5px;
}

.left-martket {
    width: 300px;
    float: left;
    position: static;
}

.left-martket:before {
    content: '';
    display: block;
    width: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-right: solid 1px #ddd;
    left: 11px;
}

.right-martket {
    float: left;
    width: 86%;
}



.box-news {
    margin-bottom: 20px;
    background-color: #fff;
    /*padding: 0 10px;*/
    /*border: 1px solid #efefef;*/
    /*border-radius: 5px;*/
}

.category-list ul li a.active {
    color: #F83363;
}

.header-cover img {
    width: 100%;
}

.layout_content {
    border: 0px solid #e5e5e5;
    background-color: #fff;
    padding-top: 0px;
    border-radius: 0px;
    padding-right: 0px;
    /*padding-left: 0px;*/
}

.layout_background {
    background-color: #fff;
}

.sidebar, .product-sidebar {
    margin-top: 10px;
    background-color: #fff;
    padding-left: 0px;
    padding-top: 0px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 20px;
}

.sidebar .price {
    text-align: left;
}

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

.sidebar ul li {
    border-bottom: dotted 1px #ddd;
}

.wrp_list_product {
    padding: 10px 0px;
}

.page-news .product-mini-item {
    padding: 10px;
}

.product-mini-item .product-img {
    margin-right: 10px;
    width: 100px;
    float: left;
}

.product-mini-item a img {
    height: 72px;
    width: 100px;
    object-fit: cover;
    margin-right: 10px;
}
.video h1.title-about-shop {
   
    font-size: 26px;
}
.product-mini-item {
    padding: 5px;
}
.video h4.widget-title, .video h4.title-main {
    padding: 14px 8px;
    text-align: left;
}
.product-info h3 a {
    font-size: 14px;
}

.product-container {
    padding-left: 10px;
    margin-bottom: 10px;
    min-height: 345px;
}

.widget-body img {
    max-width: 100%;
}

.blog_detail h2 {
    font-size: 22px;
}

.blog_detail h3 {
    font-size: 20px;
}

.blog_detail h4 {
    font-size: 18px;
}

.blog_detail, .blog_detail p {
    font-size: 15px;
    line-height: 26px;
    color: #1d1d1d;
    font-family: "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}

.page-news .img-blog-new {
    float: left;
}
.page-news .img-blog-sidebar-new img {
    width: 102px;
    height: 52px;
    padding-top: 5px;
    margin-right: 7px;
}
.page-news .items-blog {
    margin: 20px 0;
}
.page-content.page-news .items-blog {
    margin: 15px 0;
}
.page-content.page-news .items-blog .img-blog-new img {
    margin-bottom: 12px;
}
.page-news .items-blog:first-child {
    margin-top: 0px;
}

.page-news .items-blog:first-child .img-blog-cart-new {
    width: 340px;
    display: inline-table;
}

.img-blog-sidebar-new, .right-item-sidebar-blog {
    float: left;
}

.right-item-sidebar-blog .date {
    font-size: 12px;
}
.desc-blogs .date {
    margin-top: 0 !important;
}
.items .desc-blogs {
    border-radius:  0 0 6px 6px;
}
.right-item-sidebar-blog h4 {
    float: left;
    font-size: 14px;
    margin: 0;
}

.btn-add-cart a.order-book-now {
    background: #ff3945;
}

.notifi-shipping .fa {
    font-size: 14px;
}

.right-item-sidebar-blog {
    width: 60%;
}

a.cart-news {
    font-weight: normal;
}

h4.title-main {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.cartflow-content {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 6px;
}


.title-cart-flow:nth-child(2n+1) {
    background: #f1f1f1;
    color: #888;
}

.cartflow-content .item-cart-flow {
    padding: 12px 0px 12px 0px;
}

.steps li.active:before, .steps li.complete:before, .steps li.active .step, .steps li.complete .step {
    border-color: #8BC34A !important;
}

.steps li.active .step {
    font-weight: bold;
    color: #8BC34A;
}

.steps li:before {
    top: 23px !important;
}

.steps li.active:before {
    top: 23px !important;
}

.steps li .step {
    font-size: 18px !important;
    line-height: 38px !important;
    width: 44px !important;
    height: 44px !important;
}

.steps li:before {
    border-top: 3px solid #CED1D6 !important;
    z-index: 1 !important;
}

h4.widget-title, h4.title-main {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    padding: 14px;
    text-align: center;
    font-size: 20px;
    /*font-weight: 600;*/
    background: #40a1d9;
}

.widget-box .news {
    margin-top: 5px;
}

.category_new .items-blog .img-blog-cart-new img, .page-news .img-blog-new img {
    width: 240px;
}

.category_new .right-item-blog h2 a.cart-news, .right-item-blog h1 .cart-news {
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
}
.right-item-blog h1 {
    margin-top: 0;
}

.category_new .right-item-blog .description {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 24px;
}

.category_new .right-item-blog h2 {
    max-width: 100%;
}

.category_new h1.title-about-shop {
    display: none;
}

.container.main-product-content, .container.container-main {
    width: 100%;
}

.breadcrumb {
    padding: 10px 0;
    margin: 0;
    background-color: unset;
    position: relative;
    margin: auto;
}

.breadcrumb > li + li:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    content: "\f0da";
    color: #B2B6BF;
    padding: 0;
    margin: 0 5px 0 5px;
    position: relative;
    top: 1px;
    font-weight: 600;
}

.relate-p-title, h4 a.cart-news {
    font-size: 15px;
    line-height: 20px;
}

.blog_detail .right-item-blog, .right-item-blog {
    width: 100%;
    padding: 0px 0px;
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    font-style: italic;
    color: #1d1d1d;
    font-family: "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}

.product_box {
    background-color: #fff;
    /*border: 1px solid #efefef;*/
    padding-top: 20px;
}

.layout_content.blog_detail ul {
    margin-left: 30px;
}

.box-news .items-blog {
    margin-bottom: 15px;
    display: inline-flex;
}

div#content-product ul {
    /*margin-left: 30px;*/
}

.number-hidden {
    color: #fff;
}

.label-no-store {
    color: #ff0200;
}

.order-purchases {
    color: #333;
}
/*------------------------New header----------------------------*/

div.fix-nav {
    margin: auto;
    width: 100%;
    left: 0;
    z-index: 999;
    position: relative;
}
div.small{
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.fixded {
    position: fixed;
}

div.small {
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.logo-top {
    margin-top: 6px;
    margin-right: 10px;
    display: flex;
}

.logo-top img {
    height: 45px;
    max-width: 100%;
    margin-right: 10px;
}

#PCSearch {
    display: none;    
}

.search-boxtop {
    position: relative;
    padding: 0;
    margin: 0;
}

.search-boxtop .btn-search {
    position: absolute;
    top: 0px;
    right: -5px;
    background: none;
    color: #999;
    font-size: 15px;
}

.search-box {
    padding: 10px 0px;
}

.navigation {
    padding: 10px 10px;
}

#menu {
    display: block;
    height: 40px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

#menu > .inner {
    display: block;
    margin: 0 auto; /* position: relative; */
    height: 40px;
}

#menu > .inner > ul {
    padding: 0;
    z-index: 9999;
    height: 40px;
    margin-bottom: 0;
    display: inline-block;
}

#menu > .inner > ul > li {
    display: inline-block;
    position: relative;
    list-style: none;
    float: left;
    padding: 0px 10px;
}

#menu > .inner > ul > li > a {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    line-height: 40px;
    text-align: center;
}
#menu > .inner > ul > li > a .menu_icon img {
    width: 24px;
}
.border-none {
    border-right: none !important;
}

#menu .inner .active {
}

/* #menu > .inner > ul > li a:after{content: ''; display: block; width: 50px; height: 2px; background: #db5834; margin: 0px auto; opacity: 0; -webkit-transition: all, 0.3s; -khtml-transition: all, 0.3s; -moz-transition: all, 0.3s; -ms-transition: all, 0.3s; -o-transition: all, 0.3s; transition: all, 0.3s;} */
#menu > .inner > ul > li a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 0;
    left: 50%;
    /*border-bottom: 2px solid #293c92;*/
    border-bottom: 2px solid #40a1d9;
}

#menu > .inner > ul > li:hover > a:after {
    left: 0;
    width: 100%;
}

#menu > .inner > ul > li a:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu #home {
    float: left;
    height: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#menu > .inner > ul .space {
    display: block;
    height: 20px;
    width: 1px;
    border-right: solid 1px #000;
    margin-top: 9px;
}

#menu > .inner > ul > li:hover > a {
    color: #40a1d9;
}

#menu > .inner > ul > li:hover > a:after {
    opacity: 1;
}

.inner ul li:hover > .main-mmenu {
    display: block;
}
/*new menu*/
.header-main{
    display: flex;
}
.col-center-header{
    width: 70%;
    display: flex;
}
.col-right-header {
    width: 25%;
    display: block;
    text-align: right;
}
.col-center-header .ui-search {
    width: 30%;
}
.col-right-header .agency_login {
    display: inline-block;
}
.col-right-header .ui-pc-cart {
    display: inline-block;
    line-height: 50px;
}
.col-right-header .cart-icon .cart-qty{
    top: -25px !important;
}
.col-right-header .ui-pc-booking{
    display: inline-block;
}
.col-right-header .ui-pc-booking ul li a {
    overflow: hidden ;
}
/*----------------cấp 2-----*/

.inner ul ul {
    background: #fff;
    position: absolute;
    z-index: 99999999;
    border-bottom: none;
    top: 40px;
    left: 0;
    padding-top: 15px;
}

#menu .inner ul ul {
    width: 250px;
}

.inner ul ul ul {
    position: absolute;
    background: #cfe5f7 !important;
    top: 0 !important;
    left: 250px;
}

.inner ul ul ul li {
}

.inner ul ul li {
    width: auto;
    position: relative;
    min-width: 150px;
    list-style: none;
    text-align: left;
}

.inner ul ul li a {
    color: #333;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    font-weight: 500;
    padding-right: 10px;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid #e6e6e6;
}

/*.inner ul ul li a:hover{background: #0072AB; color: #fff;}*/
/*.inner ul ul li:last-child a{border-bottom:none;}*/
.inner ul ul li a:hover {
    background: #40a1d9;
    color: #fff;
}

.inner ul ul, #nav ul ul ul {
    visibility: hidden;
    opacity: 0;
}

.inner ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.inner ul ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.inner ul ul {
    padding-top: 0;
    padding-left: 0px;
}

#menu > .inner > ul > li .fa {
    padding-right: 5px;
    font-size: 10px;
    padding-left: 3px;
}
.cdz-top-cart {
    position: relative;
    text-align: right;
}

.cdz-top-cart .cart-icon {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 55px;
    position: relative;
}

.cart-icon:before {
    background-color: transparent;
    background-image: url("./images/icon.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
    border-right: 0 solid #e7e7e7;
    content: "";
    display: inline-block;
    min-height: 30px;
    padding: 7px 10px;
    vertical-align: top;
    width: 32px;
    background-size: 150px;
}

.cart-icon .cart-qty {
    background: #fc7070 none repeat scroll 0 0;
    border: 0 solid #999999;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 18px;
    left: 27px;
    line-height: 19px;
    margin: 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    position: absolute;
    text-align: center;
    top: -3px;
    vertical-align: top;
    white-space: normal;
    font-size: 12px;
    font-weight: bold;
}

/*.cart-head{padding: 17px 0px;}*/
.block-cart.cdz-dropdown-content {
    color: #282828;
    z-index: 999999;
}

@media screen and (max-width: 767px ) {
    .mobile-cart .cdz-dropdown-content {
        top: 47px;
    }

    #customer_form .col-sm-8.padding-10, #customer_form .col-sm-4.padding-10 {
        width: 100%;
    }

    .page-content {
        overflow-x: hidden;
    }

    .cartflow-content .button-continue button {
        margin-left: 0px;
    }

    #customer_form .line-input label {
        min-width: 130px;
    }

    #customer_form .col-sm-4.padding-10 .header-page {
        text-align: center;
        margin-top: 30px;
    }
}

@media screen and (min-width:373px) and (max-width:430px) {
    .mobile-cart .cdz-dropdown-content{
        right: -80px !important;
    }  
}
@media screen and (min-width:360px) and (max-width:372px) {
    .mobile-cart .cdz-dropdown-content{
        /*right: -10px !important;*/
        top: 25px;
    }  
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
top: 0px !important; 
}
.cdz-dropdown-content {
    top: 48px;
    z-index: 99999;
    margin: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    /*top: 100%;*/
    background: white;
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-top: 4px;
    display: none;
    padding: 15px;
    right: 2%;
    left: auto;
    width: 300px;
}

.header .block-cart .summary, .header .block:not(.block-static-block) .summary {
    font: 500 13px/1.55 "Open Sans", Arial, sans-serif;
    color: #282828;
    /*text-transform: uppercase;*/
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0px;

}

.header .block-cart .summary {
    font: 500 12px/1.55PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828;
    width: 327px;
    height: 107px;
    overflow: auto;
}

.header .block-cart .summary .cart-total-title, .header .block:not(.block-static-block) .summary .cart-total-title {
    float: left;
    /*text-transform: uppercase;*/
    width: 47%;
    text-align: left;

}
.header .block-cart .summary .cart-total-title {
    width: 100% !important;

}
.header .block-cart .summary .cart-total-title h4, .header .block:not(.block-static-block) .summary .cart-total-title h4 {
    margin-bottom: 0px;
    font: 500 13px/1.55 "Open Sans", Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.header .block-cart .summary .cart-total-title p, .header .block:not(.block-static-block) .summary .cart-total-title p {
    margin: 0;
    font: 500 13px/1.55 "Open Sans", Arial, sans-serif;
    color: #282828;
    font-weight: 600;
    text-align: left;
    display: block;
    float: left;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    border-top: none;
    padding-top: 0px;
    padding-right: 0px;
}

.header .block-cart .summary .subtotal, .header .block:not(.block-static-block) .summary .subtotal {
    float: right;
    text-align: right;
}

.header .block-cart .summary .subtotal .sub-total-label, .header .block:not(.block-static-block) .summary .subtotal .sub-total-label {
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    float: right;
    width: 100%;
}

.header .block-cart .summary .subtotal .price, .header .block:not(.block-static-block) .summary .subtotal .price {
    display: block;
    float: left;
    width: 100%;
    margin-top: 8px;
    text-align: right;
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
    padding-top: 12px;
    padding-right: 0px;
}

.header .block-cart .summary, .header .block:not(.block-static-block) .summary {
    font: 500 13px/1.55 "Open Sans", Arial, sans-serif;
    color: #282828;
    /* display: flex; */
}

.header .block-cart .actions, .header .block:not(.block-static-block) .actions {
    clear: left;
    border-top: none;
    padding: 0px;
    margin-top: 15px;
}

.header .block-cart .actions, .header .block:not(.block-static-block) .actions {
    /*border-bottom: 1px solid #e1e1e1;*/
}
.block-cart .button span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.block-cart .button {
    border: none;
    letter-spacing: 0.025em;
    border-radius: 2px;
    background-color: #5BBF8F;
    /*padding: 10px;*/
}

.block-cart .button:hover {
    background: #3abc7d;
    color: #fff;
}

.header .block-cart .actions .button, .header .block:not(.block-static-block) .actions .button {
    float: none;
    width: 100%;
}

.cart-icon:focus {
    text-decoration: none;
}

.mobile-cart {
    display: none;
}

.cdz-navbar-toggle {
    float: left;
}

.nav-mobie {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #828282;
}

.nav-rp {
    display: none;
}

.mm-menu.mm-offcanvas {
    z-index: 10;
}

.slider .owl-photos .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -40px !important;
}

.slider .owl-photos .owl-dots .owl-dot.active span {
    height: 18px;
    width: 18px;
    background: url('../../assets/css/images/dot.png') no-repeat center center;
    position: relative;
    top: 4px;
}

.slider .container {
    margin-top: 20px;
}

.tops-item h4 a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.tops-item h4 {
    padding-top: 15px;
}

.tops-item .dp-image-show {
    padding-top: 65%;
    border-radius: 10px;
    overflow: hidden;
}

.tops-item .img-top {
    position: relative;
}

.tops-item .img-top:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 10px;
    left: 10px;
    border: solid 2px #f3a922;
    z-index: -1;
    border-radius: 10px;
}

.center-item .img-center {
    border-radius: 10px;
    overflow: hidden;
}

.center-item h4 {
    text-transform: uppercase;
    font-size: 15px;
}

/*.cdz-block-title .b-title:before {
  color: attr(data-color);
}*/
[data-color]:before {
    color: attr(data-color);
}

.contact-box-left {
    padding: 20px;
    border: dotted 1px #490605;
    border-radius: 4px;
}

.relative-box {
    position: relative;
}

.contact-box input {
    border: none;
    background: transparent;
    border: solid 1px #ccc;
    padding: 10px;
    color: #000;
    box-shadow: none;
    font-weight: 600;
}

.contact-box input:focus {
    background: none;
    color: #000;
}

.contact-box textarea {
    box-shadow: none;
    padding: 10px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    width: 100%;
    border: solid 1px #ccc;
}

.input-sp {
    position: relative;
}
/*.contact-box .input-sp:before{border-top: dotted 2px #5a0201; content: ''; position: absolute; width: 100%; height: 4px; top: 10px; left: 0;}*/

.contact-box input:focus, .contact-box textarea:focus {
    box-shadow: none;
    outline: none;
    border-color: #73302f;
}

.contact-box label {
    position: relative;
    top: 10px;
}

.contact-box .input-box {
    margin-top: 20px;
}

.contact-box button {
    border: none;
    font-weight: 600;
    font-size: 16px;
}

/* .contact-box-left h4, .contact-box-right h4 {
    padding-bottom: 20px;
} */

.btn-reply {
    border: none;
}

.block-supports ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 20px;
}

.block-supports ul li p span {
    font-size: 12px;
    font-style: italic;
}

.notify {
    position: relative;
    margin: 0 0 20px;
    padding: 5px 16px;
    font-size: 15px;
    line-height: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.notify.problem, .notify.error {
    color: #fff;
    background: #40a1d9
}

/*.notify.error:before{font-family:ac-icons;content:'j';font-size:20px;float:left;padding-right:8px;display:inline-block;line-height:1em}*/
.notify.error a {
    color: #873c3c !important;
    font-weight: 600;
    text-decoration: underline
}

.notify.alert {
    color: #776e30;
    background: #fff3a5
}

/*.notify.alert:before{font-family:ac-icons;content:'i';font-size:20px;float:left;padding-right:8px;display:inline-block;line-height:1em}*/
.notify.alert a {
    color: #776e30;
    font-weight: 600;
    text-decoration: underline
}

.notify.success {
    color: #3c7359;
    background: #ace2c8
}

/*.notify.success:before{font-family:ac-icons;content:'v';font-size:20px;float:left;padding-right:8px;display:inline-block;line-height:1em}*/
.notify.success a {
    color: #3c7359 !important;
    font-weight: 600;
    text-decoration: underline
}

.notify.notice {
    color: #376885;
    background: #accee2
}

/*.notify.notice:before{font-family:ac-icons;content:'k';font-size:20px;float:left;padding-right:8px;display:inline-block;line-height:1em}*/
.notify.notice a {
    color: #376885 !important;
    font-weight: 600;
    text-decoration: underline
}
.main-container#main-container .widget-main .col-md-12 {
    /*background: #fff;*/
    padding: 0px;
    border-radius: 6px;
}

/*------------------------New header----------------------------*/
.breakcr {
    background: #fff;
}

.pre-description {
    font-weight: 600;
}

.price-line > * {
    /*display: block;*/
    float: initial !important;
}
.remove-mobile{
    margin-top: -10px;
}   
.agency_login {
    
}
.main-home-video, .main-home-blog {
    border-radius: 5px;
}

.main-home-video .row .col-sm-3.col-lg-3:first-child, .main-home-blog .row .col-sm-3.col-lg-3:first-child {
    width: 50% !important;
    min-height: 600px;
}

.main-home-video .row .col-sm-3.col-lg-3:first-child .img-videos, .main-home-blog .row .col-sm-3.col-lg-3:first-child .img-blogs {
    margin-bottom: 20px;
}

.main-home-video .dp-image-show, .main-home-blog .dp-image-show {
    width: 100%;
    margin: 0px;
    top: 0px;
    height: 150px;
}

.main-home-video .row .col-sm-3.col-lg-3:first-child .videos-news, .main-home-blog .row .col-sm-3.col-lg-3:first-child .blogs-news {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.company_intro {
    min-height: auto;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

.company_intro .salekit-section-background {
    background-color: rgb(27, 188, 155);
    z-index: -1;
}

.company_intro .desc-videos {
    display: none;
}

.company_intro .container-txt .b-title {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}

.company_intro .container-txt .s-title {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: left;
    line-height: 1;
}

.company_intro .container-txt .description {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.company_intro .container-txt hr {
    border-top: 0px solid #eee;
}

.company_intro .container-txt .contact-now {
    text-align: center;
    line-height: 2;
    background-color: rgb(28, 132, 152);
    border-radius: 10px;
    padding: 18px 40px;
    color: #fff;
}

.company_intro .container-list .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.company_intro .container-list svg:last-child {
    fill: rgba(255, 255, 255, 1);
}

.company_intro .container-list .title {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.company_intro .container-list .description {
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
}

.fw-500 {
    font-weight: 500;
}
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.mr-60 { margin-right: 60px; }
.mr-0 { margin-right: 0px; }
.mr-5 { margin-right: 5px !important; }


.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-0 { margin-bottom: 0px; }

.company_intro .container-list .col-lg-6:last-child,
.company_intro .container-list .col-lg-6:nth-last-child(2) {
    margin-bottom: 0px;
}

.dp-image-show a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-duration: 1s;
    opacity: 0;
}

.dp-image-show a:after {
    background: rgba(0, 0, 0, 0.1) repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
}

.product-container .title-catalogies {
    display: none;
    
}
.product-container .title-catalogie {
    text-align: center;
    margin-bottom: 30px;
}

.product-container .box-news .title-catalogies {
    display: block;
}

.preview_blog {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.bg-image-show img {
    border-bottom: 1px solid #ed8484;
}
.facebook-comment {
    padding-top: 30px;
}

.content-ft h4 {
    font-size: 20px;
    font-weight: bold;
}

.box-sidebar h5 {
    font-size: 16px;
    font-weight: 700;
}
.footer .box-sidebar h5 {
    font-size: 20px;
}
.price span {
    font-size: 19px;
    font-weight: 600;
}
@media screen and (min-width: 1024px) {
    .left-product-detail .gallery .full {
        /*height: 420px;*/
    }
    .w-273 {
        max-width: 100%;
        width: 273px;
        height: 265px;
    }

    .item_product {
        min-height: 385px;
    }

    .cartflow-content .item_product {
        min-height: 325px;
    }
}

@media screen and (max-width: 991px) {

    .sale-rate {
        font-size: 15px;        
    }
    .left-product-detail .gallery .full {
        height: 330px;
        
    }
    .hidden-rp {
        display: none;
    }
    .main-content-martket .order-now {
        margin-bottom: 5px;
    }
    .col-right-header .ui-pc-cart {
        margin-top: 23px;
    }
}
@media screen and (max-width: 768px) {
    .agency_login {
        padding: 15px 10px !important;
    }

    .blog_detail .right-item-blog, .right-item-blog {
        width: 65%;
    }
    #location_area .wrap-modal-kv {
        top: 30%;
        left: 47.5555%;
        transform: translateX(-50%);
    }
}

@media screen and  (max-width: 567px) {
    .col-right-header .ui-pc-cart {
        display: inline-block;
        margin-top: 17px;
    }
    .form-inline .form-control {
        border-radius: 45px;
    }
    .col-center-header {
        justify-content: flex-end;
    }
}

@media screen and  (max-width: 480px) {
    .col-left-header {
        width: 60%;
    }

    .item_product {
        min-height: 360px;
    }

    .product-other .item-card__cover-img {
        height: auto;
    }

    .product-other .wmb-279 {
        width: 100%;
        height: auto;
    }

    .product-other .item_product {
        max-height: 500px;
    }
}

@media screen and  (max-width: 440px) {
    .product-other .item_product {
        max-height: 460px;
    }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
    .item_product .price {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .product-other .item_product {
        max-height: 400px;
    }

}

@media screen and (min-width: 768px) {

    .mobile-login, .header-infomation {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .tops-box.pd-10 {
        padding: 0px;
    }

    .header-infomation {
        display: block;
    }

    .order-book-now {
        margin-bottom: 10px;
    }

    .cdz-top-cart .cart-icon {
        padding: 0;
    }

    .cart-icon .cart-label {
        display: none;
    }
    /*new header*/
    .col-center-header {
        width: 38% !important;
    }
    .col-right-header {
        width: 15% !important;
    }
    .col-right-header .mobile-login {
        display: inline-block;
    }
    .col-right-header .mobile-login .cdz-top-cart {
        top: -7px !important;
    }
    .col-right-header .ui-pc-cart .cdz-top-cart .cart-icon {
        top: -10px !important;
    }
    .col-right-header .ui-pc-cart .cart-icon .cart-qty {
        top: 0px !important;
    }
    .col-center-header .mobile-search .cdz-top-cart {
        top: 15px !important;
    }
    /*end*/
    .ui-search {
        display: none;
    }

    .logo-top {
        text-align: center;
    }

    .ui-pc-cart {
        display: none;
    }

    .mobile-cart {
        padding: 20px 0 0 0;
        display: block;
        margin-right: 15px;
    }

    .mobile-login {
        padding: 22px 0px 0px 14px;
        display: block;
        margin-right: 15px;
    }

    .mobile-login .cdz-top-cart i.fa.fa-user {
        color: #ff0000;
    }

    .layout_content img {
        max-width: 100%;
        height: auto;
    }

    .full {
        padding: 0 !important;
    }

    .w-85 {
        width: 85% !important;
    }

    .w-77 {
        width: 77% !important;
    }

    .w-55 {
        width: 55%;
    }

    .w-mobile {
        /*display:flex !important;*/
        justify-content: center !important;
        float: left;
        margin-bottom: 10px;
    }

    .flex-cnt {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .short_content {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .btn-add-cart {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

@media (min-width: 768px) {
    div#MobileSearch.block, .pull-right.mobile-search {
        display: none
    }
    div#MobileSearch.block, .pull-right.mobile-search, .col-center-header .mobile-search {
        display: none;
    }
    .col-right-header .mobile-login {
        display: none;
    }
    .col-right-header .cdz-top-cart .cart-icon:before{
        top: -20px !important;
    }
    .cdz-top-cart .cart-icon:before {
        left: 0;
        position: absolute;
        top: 0;
        background-position: 7px 8px !important;
    }

    .modal-lg {
        width: 360px;
    }

    .ui-pc-booking ul li {
        display: block;
        padding: 10px 10px 0px 10px;
    }
}
@media (min-width: 600px) {
    .mobile-search {
        display: none;
    }
}
@media (max-width: 600px) {
    .contact-box-left .col-sm-3.align-right {
        text-align: left;
    }

    .contact-box-right .block-supports ul {
        padding: 0px;
    }

    div#MobileSearch.block {
        display: block
    }

    .ui-pc-booking ul li {
        padding-bottom: 0px;
    }

    #modal_booking .modal-dialog {
        width: 350px;
        margin: 0 auto;
    }

    .blog_detail iframe, .blog_detail img {
        max-width: 100% !important;
    }

    .blog_detail {
        margin-bottom: 20px;
    }

    .col-sm-12.button-continue {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .product-tag-main {
        display: inherit;
    }
    .product-tag-main .tag-name {
        display: inline-block;
        margin-bottom: 5px;
    }
    .layout_content.category_new {
        padding-right: 12px;
    }
    .col-right-header .ui-pc-cart .cdz-top-cart .cart-icon {
        margin-right: 5px;
        line-height: 46px;
    }
    .col-center-header {
        width: 46% !important;
    }
    .main-home-video .dp-image-show, .main-home-blog .dp-image-show {
        height: 250px;
    }
    .dp-image-show img {
        height: 100% !important;
    }
    .dp-image-show .bg-image-show, .search-blog .dp-image-show .bg-image-show {
        background-size: cover;
    }
    .page-content.page-news .items-blog {
        display: block;
    }
    .blog-detail-main .right-item-blog {
        width: 100% !important;
    }
    .owl-theme .owl-nav [class*=owl-] {
        display: none !important;
    }

    .right-item-blog h1 {
        min-height: 93px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .right-item-blog h1 a {
        font-size: 17px;
        font-weight: bold;
    }
    .right-item-blog .description {
        display: none;        
    }
    .category_new .items-blog:first-child .img-blog-cart-new img, .page-news .items-blog:first-child .img-blog-new img {
        height: 120px;
    }
    .owl-item .item a img, .dp-image-show img {
        object-fit: fill;
    }

   /* .block-services .owl-item{
        width: 400px !important;        
    }*/

    .cdz-block-title .b-title:after, .cdz-block-title .b-title:before {
        bottom: -6px;
    }
    
}


@media (max-width: 480px) {
    .main-home-video .dp-image-show, .main-home-blog .dp-image-show {
        height: 200px;
    }
    .owl-carousel .owl-item img {
        max-width: 100%;
    }
    .products-box .owl-stage, .slider-post .owl-stage {
        left:-30px;
    }
    .ui-pc-booking {
        display: none;
    }
    .pd-mobile-0 {
        padding: 0px;
    }

    .layout_content.blog_detail {
        border: 0px;
        border-radius: unset;
    }

    .dp-image-show img {
        height: 165px;
    }

    /*.block-services .owl-item {
        width: 275px !important;        
    }*/
}
@media (max-width: 390px) {
    
}   
@media (max-width: 380px) {
    .w-77 {
        width: 70% !important;
    }
    .logo-top img {
        max-width: 100px !important;
    }
}

@media (max-width: 360px) {
    .owl-carousel .owl-stage {
        padding-left: 0px !important;
    }
}


.cdz-top-cart i.fa.fa-user {
    font-size: 17px;
}

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-top: -13px;
}

.owl-stage {
    margin: 0 auto
}

.main-home-video .row .col-sm-3.col-lg-3:nth-child(2),
.main-home-video .row .col-sm-3.col-lg-3:nth-child(3),
.main-home-video .row .col-sm-3.col-lg-3:nth-child(4),
.main-home-video .row .col-sm-3.col-lg-3:nth-child(5),
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(2),
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(3),
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(4),
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(5) {
    width: 50% !important;
    margin-bottom: 30px !important;
    margin-top: -3px;
}

.main-home-video .row .col-sm-3.col-lg-3:nth-child(2) .img-videos,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(3) .img-videos,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(4) .img-videos,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(5) .img-videos,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(2) .img-blogs,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(3) .img-blogs,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(4) .img-blogs,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(5) .img-blogs {
    position: relative;
    float: left;
    width: 180px;
    margin-right: 20px;
}

.main-home-video .row .col-sm-3.col-lg-3:nth-child(2) .desc-videos h2,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(3) .desc-videos h2,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(4) .desc-videos h2,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(5) .desc-videos h2,

.main-home-blog .row .col-sm-3.col-lg-3:nth-child(2) .desc-blogs h2,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(3) .desc-blogs h2,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(4) .desc-blogs h2,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(5) .desc-blogs h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-home-video .row .col-sm-3.col-lg-3:nth-child(2) .desc-videos .date,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(3) .desc-videos .date,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(4) .desc-videos .date,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(5) .desc-videos .date,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(2) .desc-blogs .date,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(3) .desc-blogs .date,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(4) .desc-blogs .date,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(5) .desc-blogs .date {
    /*opacity: 0;*/
}

.main-home-video .row .col-sm-3.col-lg-3:nth-child(2) .desc-videos .preview_blog,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(3) .desc-videos .preview_blog,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(4) .desc-videos .preview_blog,
.main-home-video .row .col-sm-3.col-lg-3:nth-child(5) .desc-videos .preview_blog,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(2) .desc-blogs .preview_blog,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(3) .desc-blogs .preview_blog,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(4) .desc-blogs .preview_blog,
.main-home-blog .row .col-sm-3.col-lg-3:nth-child(5) .desc-blogs .preview_blog {
    display: none;
}

.main-home-video .videos-news, .main-home-blog .blogs-news, .item-blog .blogs-news {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}


#modal_booking .close {
    font-size: 32px;
    position: absolute;
    top: 12px;
    right: 10px;
    height: 34px;
    width: 34px;
}

#modal_booking .modal-dialog {
    width: 350px;
}

#modal_booking .modal-header {
    border-bottom: 0px;
}

#modal_booking .modal-body {
    padding: 0px;
}

#modal_booking .fa-check-circle {
    color: #0084ff;
}

#MobileSearch {
    position: fixed;
    z-index: 4;
    right: 0;
    height: 38px;
    left: 10px;
    letter-spacing: normal;
    top: 65px;
    display: none;
    width: 95%;
}

.pull-right.mobile-search {
    margin: 22px 0px 0px 0px;

}

.icon-tk {
    margin-bottom: 10px;
    font-size: 30px;
    color: green;
    text-align: center;
}

.d-none {

    display: none;

}

.icon_more {

    cursor: pointer;

    margin-left: 5px;

}

.str + p {

    display: inline;

}

.str {

    font-weight: normal !important;

}

.has-danger {

    border: 1px solid red !important;
}

.contact-question {
    background: transparent;
}

. /*contact-box-right,.contact-box{
    height: 430px;
    overflow-x: auto;
}*/
#style-3 {
    float: left !important;
    height: 350px !important;
    width: 100% !important;
    overflow-y: scroll !important;
}

.contact-box-right {
    min-height: 450px;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e7e7e7;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
}

.contact-question {
    background: transparent;
}

.item-support {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 6px;
}

.msg {
    color: green;
}

.form-control-custom {
    min-width: 20%;
    width: auto;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div#style-3 {
    float: left !important;
    height: 370px !important;
    width: 100% !important;
    overflow-y: scroll !important;
    border: dotted 1px #490605;
    border-radius: 4px;
}

.mainContainer {
    margin: auto;
    box-shadow: 0px 0px 10px #9E9E9E;
    height: auto;
    position: relative;
    background: #FFFFFF;
    margin-top: 0;
}

.contact-box-left {
    margin-bottom: 10px !important;
}

.sp_nomal {
    font-weight: normal;
    font-size: 12px !important;
    text-transform: none;
}

.description_blog {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}

.prd-info .date {
    font-size: 13px;
    color: #9E9E9E;
}
.date .sum-view {
    float: right;
}
.items .desc-blogs {
    padding: 5px;
    background: #fff;
}
.prd-info p {
    color: #4c4c4c;
}

.items-blogs {
    display: flex;
    text-align: left;
    background: white;
    padding: 10px;
    height: 120px;
}
.items-blogs.blog-main-image {
    display: inherit;
    height: auto;
}

.right-item-blog p {
    text-align: left !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.titles {
    margin-bottom: 10px;
}

/*.cart-img {
    height: 245px !important;
}
.cart-img img {
    height: 100%;
}*/

.cart-img {
    height: 153px !important;
}

.cart-img img {
    height: 100%;
}

.products .item_product {
    height: 167px !important;
    min-height: 193px !important;
}

.products .shopee-image-placeholder {
    padding-top: 56% !important;
}

.products .prd-infos {
    margin-top: -5px;
    line-height: 37px;
    background: #ecaa20;
    height: 41px;
    text-transform: uppercase;
}

.products .prd-infos a:hover {
    color: white !important;
}

.products img {
    width: 100%;
}

.items-blogs .right-item-blog h2 a {
    font-size: 14px !important;
}

.items-blog .right-item-blog h2 a {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}

.agency_login .dropdown-menu {
    min-height: 70px;
}

.agency_login {
    padding: 10px 0px;
}

.agency_login ul {
    padding-left: 0px;
}

.agency_login ul li {
    display: inline-flex;
    padding: 7px 0px;
    position: relative;
}
.agency_login ul li > a { 
    max-width: 140px;
}
.agency_login ul li a {
    color: #333;
    display: block;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.go_learning {
    padding-right: 5px;
}

.agency_login ul li a.dropdown-item {
    text-align: left;
    padding-left: 17px;
}

.ui-pc-booking {
    padding: 7px 0px;
}

.menu_top {
    /*float: left;*/
}

.title_mn_bt {
    font-size: 18px;
    line-height: 27px;
    margin-top: 0px;
}

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

.footer .list li {
    height: 26px;
    line-height: 24px;
    padding-left: 10px;
}

.footer .list li i.fa.fa-angle-right {
    width: 0.8em;
}

.menu_bottom_right {
    margin-top: 0px;
}

.menu_bottom_right a {
    text-decoration: none;
}

iframe#form_salekit {
    margin-top: 20px;
    min-height: 350px !important;
}
.item_custom {
    /*display: flex;*/
    margin-top: 40px;
    position: relative;
    min-height: 144px;;
    margin-bottom: 40px;

}

.item_custom .item_custom_img {
    float: left;
    border: 2px solid rgb(158, 30, 223);
    overflow: initial;
    margin-top: 0px;
    border-right: none;
    margin-right: 50px;
    border-radius: 7px;
    z-index: 3;
    width: 144px;
    height: 144px;
    display: block;
}

.item_custom .item_custom_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    margin-top: -12px;
    margin-left: 12px;
    margin-bottom: 12px;
    Z-INDEX: 3;
    overflow: hidden;
    border-radius: 7px;
}

@media screen and (max-width: 767px) {
    .item_custom .item_custom_img img {
        position: absolute;
        width: 144px !important;
        height: 144px !important;
        border-radius: 300px;
        overflow: hidden;
        display: block;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

.item_custum_txt {
    position: absolute;
    display: block;
    padding-right: 20px;
    top: 50%;
    left: 160px;
    transform: translate(0%, -50%);
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-top: -29px;
    margin-left: -18px;
    padding: 20px 20px 20px 35px;
    max-height: 165px;
    overflow: hidden;
    background-color: #fff;
}

.item_custum_txt .name_custom {
    color: rgb(51, 51, 51);
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif !important;
}

.item_custum_txt .comment_custom {
    color: rgb(133, 133, 133);
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    height: 90px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 15px;
    margin-bottom: 15px;
}

.item_custum_txt .user_custom {
    color: rgb(158, 158, 158);
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

.pi-sapo {
    height: 75px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {

    /*----------*/
    .item_custom {
        margin-top: 30px;
    }

    .item_custom .item_custom_img {
        margin-bottom: 20px;
    }

    .item_custom .item_custom_img, .item_custum_txt {
        width: 100% !important;
    }

    .item_custom .item_custom_img img {
        position: absolute;
        width: 144px !important;
        height: 144px !important;
        border-radius: 300px;
        /*overflow: hidden;*/
        display: block;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .item_custum_txt {
        position: relative !important;
        display: block;
        padding-right: 0px !important;
        top: 0 !important;
        left: 0 !important;
        transform: translate(0%, 0%) !important;
    }

    .item_custum_txt .name_custom, .item_custum_txt .comment_custom, .item_custum_txt .user_custom {
        text-align: center !important;
    }
}


.box-sidebar-inner .banner .fa {
    font-size: 11px;
    margin-right: 3px;
}

.box-sidebar-inner .banner {
    padding: 1px 0px;
}

.cdz-blog-left {
    padding: 0px;
}

.cdz-blog-right {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

#alo-phoneIcon {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    left: 8px !important;
    background: #e20018;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    overflow: hidden;
    line-height: 49px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
    animation: animate 2s linear infinite;
}

/*//rating*/
.rating .progress-label-left
{
    float: left;
    margin-right: 0.5em;
    line-height: 1em;
}
.rating .progress-label-right
{
    float: right;
    margin-left: 0.3em;
    line-height: 1em;
}
.rating .star-light
{
    color:#e9ecef;
    /*#FFC107*/ 
}
.rating .review-customer {
    margin-left: 25%;
    width: 50%;
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.rating .text-warning {
    color: #FFC107;
}
.rating .card-body .progress {
    height: 10px;    
}
.rating .rating-comment {
    margin-left: 10%;
    width: 80%;
    padding: 10px 10px 0 10px;
    
}
.rating .rating-comment .row {
    /*border-top: 1px solid lightgray;*/
}
.review .product-detail, .review h2, .title-h4 {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
}
.content-rating h4 {
        font-size: 12px;
}
@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(226, 0, 24, 0.7), 0 0 0 0 rgba(226, 0, 24, 0.7);
    }
    40% {
        box-shadow: 0 0 0 50px rgba(226, 0, 24, 0), 0 0 0 0 rgba(226, 0, 24, 0.7);
    }
    80% {
        box-shadow: 0 0 0 50px rgba(226, 0, 24, 0), 0 0 0 30px rgba(226, 0, 24, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(226, 0, 24, 0), 0 0 0 30px rgba(226, 0, 24, 0);
    }
}

#alo-phoneIcon .fa {
    font-size: 20px;
}

@media screen and (max-width: 280px) {
    .fb-login, .login-google {
        font-size: 11px;
    }
    .item_product img {
        height: 187px;
        width: 100%;
    }

    .item_product .price {
        height: auto;
    }

    .item_product .unit_price {
        padding-left: 0px;
    }

    .item_product .sale-rate {
        height: 50px;
        width: 50px;
        line-height: 40px;
    }
    .main-home-video .row .col-sm-3.col-lg-3:nth-child(2), .main-home-blog .row .col-sm-3.col-lg-3:nth-child(2) {
        margin-top: 0px;
    }
    .main-home-video .row .col-sm-3.col-lg-3:first-child .videos-news, .main-home-blog .row .col-sm-3.col-lg-3:first-child .blogs-news{
        font-size: 20px;
        line-height: 27px;
    }
    .main-home-video .row .col-sm-3.col-lg-3:nth-child(2) .img-videos, .main-home-blog .row .col-sm-3.col-lg-3:nth-child(2) .img-blogs{
        width: 100%;
    }
    .main-home-video .row .col-sm-3.col-lg-3:first-child, .main-home-blog .row .col-sm-3.col-lg-3:first-child{
        min-height: auto;
    }
    .main-home-video .row .col-sm-3.col-lg-3:nth-child(4) .img-videos, .main-home-blog .row .col-sm-3.col-lg-3:nth-child(4) .img-blogs{
        width: 100%;
    }
    .main-home-video .row .col-sm-3.col-lg-3:nth-child(3) .img-videos, .main-home-blog .row .col-sm-3.col-lg-3:nth-child(3) .img-blogs{
        width: 100%;
    }
    .img-videos, .img-blogs{
        width: 100%;
    }
}

@media screen and (max-width: 411px) {
    .item_product img {
        width: 100%;
    }
    .navbar-toggle {
        margin-top: -3px !important;   
    }
    .item_product .price {
        height: auto;
    }

    .item_product .unit_price {
        padding-left: 0px;
    }

    .item_product .sale-rate {
        height: 40px;
        width: 40px;
        line-height: 30px;
        font-size: 14px;
    }
    .main-home-video .row .col-sm-3.col-lg-3:first-child, .main-home-blog .row .col-sm-3.col-lg-3:first-child {
        width: 100% !important;
        min-height: auto;
    }
    .main-home-video .row .col-sm-3.col-lg-3:nth-child(2) .img-videos, .main-home-video .row .col-sm-3.col-lg-3:nth-child(3) .img-videos, .main-home-video .row .col-sm-3.col-lg-3:nth-child(4) .img-videos, .main-home-video .row .col-sm-3.col-lg-3:nth-child(5) .img-videos,
    .main-home-blog .row .col-sm-3.col-lg-3:nth-child(2) .img-blogs, .main-home-blog .row .col-sm-3.col-lg-3:nth-child(3) .img-blogs, .main-home-blog .row .col-sm-3.col-lg-3:nth-child(4) .img-blogs, .main-home-blog .row .col-sm-3.col-lg-3:nth-child(5) .img-blogs {
        /*width: 160px;*/
        width: 100%;
        margin-right: 15px;
    }
    .main-home-video .videos-news, .main-home-blog .blogs-news {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .logo-top img {
        max-width: 80px !important;
    }
    .mobile-cart, .mobile-login{
        margin-right: 3px;
    }
    .cdz-dropdown-content{
        min-width: 260px;
        right: -60px;
    }
    .mobile-cart .cdz-dropdown-content{
        top: 47px;
    }
}

@media screen and (min-width: 414px) and (max-width: 479px) {

    .w-273 {
        height: 100%;
    }
    .wmb-279 {
        width: 186px;
        height: 186px;
    }
    .main-home-video .row .col-sm-3.col-lg-3:first-child, .main-home-blog .row .col-sm-3.col-lg-3:first-child {
        width: 100% !important;
        min-height: auto;
    }
    .logo-top img {
        max-width: 100px !important;
        margin-top: 0px;
    }
    .add-to-cart a {
        padding: 0px 5px;
    } 

}
@media screen and (max-width: 414px) {
    .col-right-header .ui-pc-cart .cdz-top-cart .cart-icon {
        top: -10px !important;
    }
    .mobile-cart, .mobile-login {
        margin-left: 6px;
    }
    .col-right-header {
        width: 15%;
        display: flex;
        text-align: right;
        justify-content: flex-end;
    }
    .col-right-header .ui-pc-cart .cart-icon .cart-qty {
        top: -2px !important;
    }
    .col-center-header {
        width: 25% !important;
    }
}

#location_area.in {
    opacity: 1;
    display: block;
}

#location_area .wrap-modal-kv {
    position: relative;
    width: 350px;
    background: #fff;
    padding: 30px;
    text-align: center;
}
#location_area .wrap-modal-kv .modal-title h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

#location_area .wrap-modal-kv .modal-content {
    box-shadow: none;
    background: #fff;
    border: none;
    border-radius: 0px;
}

#location_area .wrap-modal-kv .modal-content ul {
    padding: 0;
    margin-top: 20px;
    list-style: none outside;
}

#location_area .wrap-modal-kv .modal-content ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #e20018;
    border-radius: 6px;
    border: solid 1px #e20018;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    #location_area .wrap-modal-kv {
        margin: 150px auto;
    }
}
/*-------------------------*/
.list-login-right {
    display: inline-block;
    margin: -35px 0px;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 0px;
    list-style: none;
    cursor: pointer;
    position: absolute;
    right: 251px;
    bottom: 21px;
}

.list-login-right #select-distric {
    border: 1px solid #fff;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
}

.list-login-right #select-distric span {
    display: none;
}

.list-login-right #select-distric span.active {
    display: inline-block;
}

.button-continue .buy-more {
    background-color: #337ab7;
    color: #fff;
    font-size: 18px;
    min-width: 100px;
}
.product_detail {
    border-bottom: 1px solid #e5e5e5;
    display: flex
}
.product_detail .content-cart {
    width: 65%;
}
.product-image-cart {
    width: 35%;
}
.product_detail .delete-product {
    position: absolute;
    cursor: pointer;
    right: 5%
}
.product_detail .delete-product i.fa-times-circle-o:before {
    font-size: 17px;
    content: "\f05c";
    font-weight: 100;
    color: #a39f9f;
    border-radius: 15px;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 17px 0px;

}
.vendor-cart {
    font-size: 12px !important;
    margin-left: 10px !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
}
.wrapper .footer-warning{
    color: #000 !important;
    background: orange !important;
    text-align: center !important;
    padding: 10px 5px !important;
}
@media screen and (max-width: 600px) {
    .line-input {
        text-align: center;
    }
    .item_product .price {
        display: table;
    }
}

@charset "utf-8";
body{
    font-size:14px;
    line-height:1.8em;
    color:#333;
    background-color: #fff;
}
.bg-site, body {
    width: 100%;
    height: 100%;
    background-position: center;
}
html, body, div, span,strong{
    margin:0;
    padding:0;
/*    border:0;*/
    outline:0;
    vertical-align:baseline;
}
/* Clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
ol, ul{margin-bottom: 0;}

* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}
a{text-decoration:none; color:#333;}
a:hover{color:#40a1d9; text-decoration: none;}
img{border:0;}
.clear{
  
    overflow:hidden;
    clear:both;
}
h1{
    font-weight: 600;
}
.wrapper{width: 100%; overflow-x: hidden;}
.header-bar, #architecture, #result-aff, #reason-why, #step-aff, #contact-form, .title_footer, #copyright, #policy{width: 80%; margin: auto;}
/* .aff-logo img{max-width: 100%; text-align: center; max-height: 60px;}
.aff-logo{padding: 5px 0px; }
.navi-left ul li{display: inline-block;}
.navi-left ul li a{padding: 5px 35px; font-family: 'Quicksand', sans-serif; font-weight: 600; font-size: 16px;}
.navi-left ul li a.active{color: #f5063f;}
.navi-left ul{margin-bottom: 0px; padding: 20px 0px;}
.menu-top-aff ul li{text-align: left !important;}
.menu-top-aff ul li a{padding: 5px 35px; font-family: 'Quicksand', sans-serif; font-weight: 600; font-size: 16px;}
.welcome-user:hover{text-decoration: none;}
.welcome-user span{position: relative; top: 5px;}
.btn-action .dropdown-menu{width: 70%;}
.btn-action .dropdown-menu li{display: block;}
.btn-action .dropdown-menu li a{padding: 5px 15px; font-size: 14px; font-weight: 400;} */
/* .avatarImage{margin: 4px 8px 0 0;border-radius: 50%; border: 2px solid #FFF;width: 35px; height: 35px;}
a.dropdown-toggle.welcome-user {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.btn-action ul{margin-bottom: 0;}
.btn-action ul li{display: inline-block;}
.navbar-default{border: none; margin-bottom: 0;}
.navbar{min-height: 40px; margin-bottom: 0;}
.navbar-respnove{display: none;}
.btn-action{text-align: right;}
.btn-signin{color: #40a6ab;}
.btn-signin:hover, .btn-login:hover{text-decoration: underline;}
.btn-login:hover{text-decoration: none; color: #fff;}
.btn-login{color: #fff; background: #f80640; border-radius: 3px; padding: 10px 25px !important; text-transform: uppercase; font-size: 12px !important;} */
.navigation{text-align: right;}
.slider-top img{width: 100%;}
.slider-top {
    position: relative;
    background-image: url(../images/bg-aff.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.content-slider{position: absolute; width: 100%; height: 100%; top: 10%;}*/
#content-slider{width: 80%; margin: auto;}
#content-slider h2{font-size: 30px; color: #ffc549; text-transform: uppercase; margin-top: 0px;}
#content-slider h4{font-size: 26px; color: #fff; position: relative;}
#content-slider p{color: #ebebeb; font-size: 18px; padding-left: 30px; background: url(../images/check.png) no-repeat center left; margin-bottom: 5px;}
.btn-registry{color: #fff; background: #f80640; font-size: 25px; text-transform: uppercase; font-weight: 600; font-family: 'Quicksand', sans-serif; padding: 20px 25px; border-radius: 2px; display: inline-block; margin-top: 20px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.btn-registry:hover{color: #f8e706;}
.solution{position: relative;}
.solution img{max-height: 330px; max-width: 100%; width: auto; }
#architecture{margin-top: 20px;}
.content-architecture{text-align: center;}
.content-architecture h3{font-size: 30px; font-weight: 600;}
.content-architecture h3 span{color: #f80640;}
.des-architecture{width: 60%; margin: auto;}
.des-architecture p{font-size: 16px; font-weight: 600;}
.items-result{text-align: center;}
.items-result img{/* border: solid 1px #fff; border-radius: 50%; */}
.result-aff{text-align: center; padding: 20px 0px; background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;}
.result-aff h3{font-size: 36px; color: #fff; font-weight: 600; margin-bottom: 20px;}
.result-aff h4{color: #ee8d70; font-size: 30px; font-weight: 600; margin-bottom: 5px;}
.result-aff p{font-size: 16px; color: #fff; font-weight: 600;}
.title-content{font-size: 36px; color: #424242; font-weight: 600; margin-bottom: 20px; text-align: center; text-transform: uppercase;}
.reason-why{padding: 20px 0px;}
.items-reason{position: relative; margin-top: 40px; }
#items-reason{background: #5aa0ae; border-radius: 4px; padding: 20px; text-align: center; color: #fff; min-height: 190px; margin-bottom: 40px;}
#items-reason img{margin-top: -65px;}
#items-reason h4{text-transform: uppercase; font-size: 18px;}
#items-reason .des-reason{font-size: 16px;}
.items-step img{width: 100%;}
.img-architecture img{width: 100%;}
.items-step{text-align: center;}
.items-step .des-step{width: 80%; margin: auto;}
.contact-form{margin-top: 40px;}
.content_textarea{width: 100%;}
.line-input{margin-bottom: 15px;}
.button-contact{background: #34a0a5; font-size: 16px; text-transform: uppercase; font-weight: 600; color: #fff; padding: 10px 25px;}
.line-input input{height: 40px;}


.policy{margin-top: 40px;}
.policy-content ul li{padding-left: 30px; background: url(../images/check_blue.png) no-repeat 1px 5px; margin-bottom: 20px; line-height: 18px;}
.policy-content ul li p{margin-bottom: 5px; font-weight: 600;}
.become-aff{
  padding:20px 0px;
    background-image: url(../images/bg-be-aff.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}
.become-aff{text-align: center; color: #fff;}
.become-aff h2{font-weight: 600; margin-top: 30px;}

.div_footer{
  width: 100%;
  background-color: rgb(45,43,44);
  border-top: 2px rgb(246,7,64);
  padding: 20px 0;

}
.title_footer{
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.title_footer a{
  color: #999 ;
}
.title_footer a:hover{
  color: white ;
  text-decoration: none;
}
.title_center{
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}
.title_center h1{
  color: rgb(254,143,38);
  font-weight: bold;
  font-size: 30px;
}
.title_center p{
  color: white;
  font-size: 20px;
}
.tag_a_footer:hover{
  color: white;
}

.border-top{border-top: solid 1px #3f3f3f;}
.column-footer ul li p{color: #b0b0b0; font-size: 24px; font-weight: 600;}
.column-footer ul li, .contact-ft{color: #858585;}

/*----------------------Define-------------*/
.clear{clear: both;}
.align-center{text-align: center;}
.align-right{text-align: right;}

.blog-content{margin-top: 40px; margin-bottom: 40px;}

.sub-blog li a{text-transform: none !important; font-size: 12px !important;}
.wp-blog-content{width: 90%; margin: auto; padding-top: 40px;}

.img-videos, .img-blogs {position: relative;}
.img-videos .icon-play, .img-blogs .icon-play{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.img-videos .icon-play img, .img-blogs .icon-play img{max-width: 70px; opacity: .7;}
.items-videos:hover .icon-play img, .items-blogs:hover .icon-play img{opacity: 1;}
.img-videos .main-img, .img-blogs .main-img{width: 100%;}
.desc-videos h2, .desc-blogs h2{margin-top: 5px; line-height: 14px; margin-bottom: 5px;}
.videos-news, .blogs-news{font-size: 15px; font-weight: 500;}
.desc-videos .date, .desc-blogs .date{font-size: 13px; opacity: .6;}
.main-home-video{padding: 20px 0px; background-color: #fff;}

.items-blog{margin-bottom: 20px;}
.items-blog .img-blog img{width: 100%; padding-top: 5px;}
.items-blog .img-blog-cart-new img, .img-blog-new img{
    width: 140px;
    /*height: 100px; */
    padding-top: 5px;    
    margin-right: 5px;
}
.right-item-blog h2 {
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 8px;
}
/*.fa-video{height: 20px; width: 20px; display: inline-block; background: url('../image/icons8-documentary-30.png') no-repeat center top; background-size: cover; position: relative; top: 3px; margin-left: 5px; opacity: .6;}*/
.right-item-blog h2 a{
  font-size: 24px;
    color: #4c4c4c;
}
.a2a_kit.a2a_default_style{display: inline-block; margin-right: 20px; float: left;}
.social-detail .fb_iframe_widget, .social .fb_iframe_widget{
      float: left;
    margin-right: 20px;
    line-height: 20px;
}
#___plusone_0{
  float: left !important;
}
.social{float: right;}
.img-blog-cart-new{margin-right:10px;}
.img-blog-cart-new, .right-item-blog {float:left; color: #373737;}
.right-item-blog .date{font-size: 14px;
    color: #888;
    font-weight: 400;
    margin-bottom: 5px;}
.box-news .items-blog .img-blog-cart-new{width: 150px;}
.items-blog .img-blog-cart-new{width: 240px;}
.right-item-blog p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
}
.right-item-blog #view-detail{display: inline-block; color: #428bca; padding-left: 20px;}

#title-name-blog{font-size: 32px; margin-bottom: 15px;}
.decsrt-blog{font-weight: bold; font-style: italic; font-size: 14px; margin-bottom: 10px;}
.social-detail{margin-top: 10px;}
.content-blog{font-size: 14px;}
.banner-blog img{width: 100%;}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moudle-right{margin-bottom: 20px;}
#moudle-right{}
.moudle-right h4{background: #3B5998; color: #fff; line-height: 40px; border-radius: 4px 4px 0px 0px; padding: 0px 20px; text-transform: uppercase; font-size: 13px;}

.moudle-right ul li {
    padding: 7px 10px;
    font-weight: 400;
}
.menu-left{
  list-style: none;
    border: 1px solid #ddd;
    padding: 8px 12px;
    /* margin: 5px 0; */
    border-radius:0px 0px 4px 4px;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    background: #fff;
}
.menu-left ul li a {
    color: #3a1f04;
    font-size: 14px;
}
.menu-left ul li a i {
    color: red;
}
.menu-left ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
ul.pagination{text-align:center;color:#337ab7; display: block;}
ul.pagination li{display:inline-block;padding:0 3px;vertical-align:middle}
ul.pagination a{color:#337ab7;display:inline-block;padding:5px 10px;border:1px solid #337ab7;text-decoration:none; border-radius: 4px;}
ul.pagination a:hover,ul.pagination a.current{background:#337ab7;color:#fff; border: solid 1px #337ab7; border-radius: 4px;}
ul.pagination li.disabled {
    display: none;
}
.footer_company img {
    max-width: 50%;
}
.require{color: red;}


.policy-check input[type=checkbox].css-checkbox {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}

.policy-check input[type=checkbox].css-checkbox + label.css-label {
    padding-left:29px;
    height:22px; 
    display:inline-block;
    line-height:22px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:22px;
    vertical-align:middle;
    cursor:pointer;
}

.policy-check input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -22px;}
.policy-check label.css-label {
    background-image:url(../images/policy_checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.link-policy{color: #005eff !important; font-family: Arial !important; font-size: 14px;}
.link-policy:hover{text-decoration: underline;}
.css-label{font-family: Arial !important; font-weight: 400; font-size: 14px !important;}
#checkbox_policy{height: auto !important;}
.btn-registry:hover, .btn-registry:focus{text-decoration: none !important;}
.stage4_inner {
    display: inline-block;
}
.box-content ul {
    padding-left: 20px;
}
.widget-top{margin-bottom: 20px;}
.category-list-top ul li{box-shadow: 0 3px 6px 0 rgba(30,41,61,0.15), 0 5px 10px 0 rgba(30,41,61,0.15); display: inline-block; font-weight: 500; margin: 0.75rem 0.75rem 0.125rem 0; padding: 5px 20px; border-radius: 3px; font-size: 15px;}
.category-list-top{text-align: center;}
.corp-bar {
    height: 40px;
    background: #333;
}
.corp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 9px;
}
.corp-list > li {
    display: inline-block;
    padding: 0;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.corp-list a {
    color: #fff;
    text-decoration: none;
}
.corp-list > li:hover > a {
    color: #db5834;
}
.menu-footer-nav a {
    font-size:12px;
    color: #337AB7;
}
.menu-footer-nav h4 {
    font-weight: bold;
    font-size: 13px;

}

.salekit_sign{
  text-align: center;
  font-size: 10px;
  color: #555;
  padding:5px 0px;
}
.salekit_sign a{
  color:#555;
}
.btn-add-cart a.contact-now {
    background: #ff3945;
}
.item_product .btn-add-cart .contact-now:hover {
    background: #d0011b !important;
}

.banner-adv a img {
    width: 100%;
    object-fit: cover;
}
    
.owl-item, .dp-image-show {
    border-radius: 0px;
}

.dp-image-show img {
    padding: 10px;
}
.desc-videos .date p, .desc-blogs .date p {
    display: none;
}

.skiptranslate > span {
    display: none;
}
.skiptranslate:after {
  content: '';
}

.language_cat {
    text-transform: uppercase;
    color: #333;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    height: 30px;
    float: right;
    padding-left: 10px;
}
.img_on_pp img {
    width: 100%;
    height: auto !important;
}
.corp-list .pull-right {
    padding: 10px;
}

.cdz-blog-left .dp-image-show a img {
    height: 210px;
}

.main-home-video .videos-news, .main-home-blog .blogs-news, .item-blog .blogs-news, .desc-videos .new-title-video {
    font-size: 16px;
}
.desc-videos .title .title-post, .desc-blogs .title_post .title-post {
    height: 50px;
    overflow: hidden;

}
.banner-ads a img, .banner-image a img {
    width: 100%;
}
.banner-image a img {
    max-width: 100%;
    height: 250px;
}

.owl-nav [class*='owl-'].owl-next {
    right: 0px;
}
.owl-nav [class*='owl-'].owl-prev {
    left: 0px;
}

@media screen and (max-width:1199px){
    .navi-left ul li a{padding: 5px 15px;}
    .breadcrumb {
        width: 100%;
    }
}

@media screen and (min-width:1024px) and (max-width:1199px){
}

@media screen and (max-width:1023px){    
}

@media screen and (max-width:991px){
    .header-bar, #contact-form, .title_footer{width: 100%; padding: 0px 20px;}
    .title_footer, #reason-why{padding: 20px;}
    #architecture, #result-aff, #reason-why, #step-aff, #contact-form, #copyright{width: 100%;}
    #content-slider h2{font-size: 25px;}
    #content-slider h4{font-size: 18px; color: #fff; position: relative;}
    #content-slider p{color: #919392; font-size: 14px;}
    #content-slider .btn-registry{font-size: 14px; padding: 8px 20px; margin-top: 10px;}
    .content-slider{top: 2%;}
    .solution{display: none;}
    .navigation{display: none;}
    .navbar-respnove{display: block;}
    .title-content{font-size: 25px !important;}
    .item_product .title a {
        font-size: 20px;
    }
    
}

@media screen and (max-width:820px){
    
}

@media screen and (max-width:767px){
    .title-content{font-size: 18px !important;}
    .column-footer{text-align: center; margin-top: 10px;}
}
@media screen and (max-width:600px) {
    .mobile-search i {
        font-size: 17px;
    }
    .cdz-blog-left .dp-image-show a img {
        height: 220px;
    }
    .pi-sapo {
        display: none;
    }
    .item_product .price {
        height: auto;
    }
    .item_product .price center {
        display: flex;
        flex-direction: column;
    }
    .item_product .price center span:first-child {
        order: 2;
    }
}
@media screen and (min-width:480px) and (max-width:767px){
}

@media screen and (max-width:479px){
    .col-right-header {
        width: 21% !important;
    }
    .footer-cart-flow.item-cart-flow .col-xs-6 {
        width: 100%;
        text-align: right;
    }
}

.nav-page-link {
    width: auto;
    margin: 0;
    display: grid;
    padding: 0;
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-areas: "previous next";
    grid-template-columns: 1fr 1fr;
}

.next_blog_url {
    color: #242A31;
    border: 1px solid #E6ECF1;
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
    grid-area: next;
    align-self: stretch;
    align-items: center;
    justify-self: stretch;
    border-radius: 3px;
    flex-direction: row;
    background-color: #FFFFFF;
    -webkit-box-align: center;
    page-break-inside: avoid;
    -webkit-box-orient: horizontal;
    -webkit-transition: border 250ms ease;
    -webkit-box-direction: normal;
    box-shadow: 0 3px 8px 0 rgb(116 129 141 / 10%) !important;
}

.next_blog_content {
    flex: 1;
    margin: 0;
    display: block;
    padding: 16px;
}

.next_blog_content_hint {
    color: #9DAAB6;
    margin: 0;
    display: block;
    padding: 0;
}

.next_blog_content_hint span {
    color: #242A31;
    font-size: 14px;
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.625;
}

.next_blog_name span {
    font-size: 15px;
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.next_blog_arrow {
    flex: 0 0 auto;
    color: #9DAAB6;
    margin: 0;
    display: block;
    padding: 16px;
    font-size: 24px;
}

.previous_blog_url {
    color: #242A31;
    border: 1px solid #E6ECF1;
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
    grid-area: previous;
    align-self: stretch;
    align-items: center;
    justify-self: stretch;
    border-radius: 3px;
    flex-direction: row;
    background-color: #FFFFFF;
    -webkit-box-align: center;
    page-break-inside: avoid;
    -webkit-box-orient: horizontal;
    -webkit-transition: border 250ms ease;
    -webkit-box-direction: normal;
    box-shadow: 0 3px 8px 0 rgb(116 129 141 / 10%) !important;
}

/*video*/
.video-element .element {
    cursor: pointer;
}
.video-element {
    min-height: 140px;
    padding-top: 0 !important;
    margin-top: 10px;
}
.block-select_video {
    display: flex;
    justify-content: center;
}
.block-select_video .video-element {
    min-height: 250px;
}
.products-box .widget-content-category{
    width: 100%;
    margin: 0;
}
.products-box .widget-content-category ul {
    font-weight: 400;
    list-style: none;
}
.products-box .widget-content-category ul li {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}
.products-box .widget-content-category ul li a{
    display: block;
    height: 30px;
    background-color: #f2f2f2;
    color: #161619;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 10px;
    transition: all .17s ease;
    border-radius: 5px;
}
.products-box .widget-content-category ul li a:hover {
    color: #fff;
    background-color: #0088ff;
}
.previous_blog_arrow{
    flex: 0 0 auto;
    color: #9DAAB6;
    margin: 0;
    display: block;
    padding: 16px;
    font-size: 24px;
}

/*khóa học*/
.avatar-teacher {
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.cours_lesson .content a:hover {
    color: #333;
}
.panel {
    margin-bottom: 5px;
}

.cours_lesson .cours_lesson_title , .cours_content .cours_lesson_title, .cours_teacher .cours_lesson_title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.cours_lesson .panel-title{
    line-height: 23px;
    padding-left: 3px;
}
.cours_lesson .panel-body {
    padding: 0; 
    border: none;
}

.cours_lesson .col {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}
.col .title {
    line-height: 21px;
    padding-left: 8px;
    margin-left: 0px;
}
.course-register {
    width: 100%;
    font-size: 18px;
    padding: 14px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border:  none;
}
.avatar_left {
    width: 23%;
    text-align: center;
    float: left;
}
.avatar_left .teacher_avatar img {
    border-radius: 88px;
    border: 1px solid #d9d9d9;
    width: 125px;
    height: 125px;
}
.avatar_left .infor_teacher ul {
    text-align: left;
    padding-left: 30px;
    color: black;
    list-style: none;
}

.content-right {
    width: 73%;
    float: left;
    margin-left: 25px;
}
.content-right .teacher_name {
    font-size: 16px;
    font-weight: bold;
}

.content-right .teacher_job {
    margin: 10px 0 20px 0;
    font-style: italic;
}

.cours_lesson .panel{
    border: none !important;
}
.cours_lesson .panel-default>.panel-heading{
    background-color: #fff;
    border-color: #fff;
}

.courser_detail, .teacher-name {
    color: #fff;
}
.cours_teacher, .cours_content, .cours_lesson, .cours_video, .course_comment {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.cours_content p{
    padding: 10px;
    line-height: 1.5;
    text-align: justify;
    font-size: 15px;
    margin: 0;
}
.cours_content  h2 , .cours_content h4 {
    padding: 10px;
}

.cours_video .videoWrapper {
    padding-top: 0px;
}
.cours_video .items-blog {
    margin-bottom: 0px;
}
.cours_header {
    background: #0b3955;
    color: #fff;
    padding-bottom: 10px;
    min-height: 200px;
}

.courser_detail .teacher {
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}
.courser_detail .students{
    margin-top: 19px;
    margin-right: 45px;
    float: left;
}

.courser_detail .short-description {
    margin: 10px 0;
    line-height: 21px;
}
.sale-cours-banner {
    position: fixed;
    top: 100px;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
    color: #505763;
    z-index: 10;
    border-radius: 5px;
    line-height: 1.5;
    padding: 5px;
}
.sale-cours-banner .sale_infor {
    margin-top: 10px;
}
.box-course {
    text-align: center;
    padding: 20px;
    margin: 10px 0;
}
.box-course .box-course-title h1 {
    font-size: 32px;
    font-weight: bold;
}
.box-course .box-text {
    font-size: 20px;
}
.box-course p {
    margin: 10xp;
}
.agency_login .login_button{
    border-radius: 50%;
}
.agency_login .login_button:before {
    display: none;
}

.box-course .input_key {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 6px;
    text-align: center;
}
.box-course a:hover{
    color: #333;
}
.btn-active-course {
    padding: 10px 15px;
    font-weight: bold;
    margin: 10px 0;
    display: inline-block;
}

.previous_blog_content{
 
    flex: 1;
    margin: 0;
    display: block;
    padding: 16px;
    text-align: right;
}
.previous_blog_content_hint {
    color: #9DAAB6;
    margin: 0;
    display: block;
    padding: 0;
}

.previous_blog_content_hint span {
    font-size: 12px;
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.625;
}
.previous_blog_name span {
    font-size: 15px;
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.5;
}
.devider-container .container{
    max-width: 100%;
}

.cours_lesson .content .panel {
    margin-bottom : 0px !important; 
}
.cours_lesson .panel-default>.panel-heading {
    border-bottom: 1px solid #ddd;
}
.sale-cours-banner {
    padding: 0px;
}
.sale-cours-banner .image_product img {
    border-radius: 5px 5px 0 0;
}
.sale-cours-banner .sale-content {
    padding: 10px;
}

.block-ulti {
    color: #555;
    margin-top: 20px;
}

.block-ulti ul {
    list-style: none;
    padding-left: 0px;
}

.block-ulti ul li {
    line-height: 30px;
}

.block-ulti i {
    font-size: 18px;
    text-align: center;
    width: 30px;
    margin-right: 5px;
}
.block-ulti span {
    font-weight: 700;
}
.sale-cours-banner i {
    font-size: 18px;
}

.quick-view {
    position: absolute;
    top: 48%;
    right: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #fff;
}
.home .item_product:hover .quick-view {
    visibility: visible;
    opacity: 1;
}

.login-dashboard-top {
    padding: 50px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
}
.login-dashboard-top p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
}

.login-dashboard-top ul li > a:hover, .login-dashboard-top ul li > a:active, .login-dashboard-top ul li > a:focus{
    color: #333;
}
.login-dashboard-top a{
    color: #fff;
}
.login-dashboard-top .navbar-header {
    float: left;
}
.blog_tag_show {
    margin-bottom: 10px;
    color: #6e7276;
    font-style: italic;
}
.blog_tag_show i {
    color: #e15e5e;
}
.linkimage_box .banner-image img {
    max-width: 100%;
}
.search-blog .items {
    border: 1px solid #e3e7ea;
    border-radius: 6px;
}
.search-blog .items .desc-blogs {
     padding: 10px;
}
.search-blog .dp-image-show{
    top: 0px;
}

.course-intro-content {
    padding: 0 15px;
}
.widget_post img {
    padding: 0px;
}
.widget_popular_post .dp-image-show {
    padding-top: 55%;
}
.dp-image-show img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.sale-cours-banner .sale-content .price-line {
    display: inline-flex;
}
.sale-cours-banner .sale-content .discount {
    top: 0px;
}
.bds_area {
    color: #004e7f;
    display: inline-block;

}
.bds_contact {
    color: #222 !important;
    font-size: 14px !important;
}   
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    height: 160px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #e51e25;
    opacity: 1;
}
.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-ph-circle;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 130px;
    width: 130px;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.1;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #e51e25;
}
.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-ph-circle-fill;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 35px;
    top: 39px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
}
.suntory-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 48px;
    top: 53px;
    opacity: 1;
    padding-top: 0;
    transform-origin: 50% 50% 0;
    z-index: 1;
}
.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px!important;
    line-height: 47px!important;
    padding-left: 10px;
    padding-left: 14px;
    color: #fff;
}
.phone-pc {
    background: #e51e25;
    color: #fff;
    padding: 6px;
    font-size: 16px;
    top: 64px;
    left: 92px;
    position: relative;
    width: 125px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}
.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px!important;
    line-height: 47px!important;
    padding-left: 10px;
    padding-left: 14px;
    color: #fff;
}
@media screen and (min-width: 769px){
    .video-element .element {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 40%;
        left: 40%;
    }
    .block-select_video .video-element .element{
        left: 45%;
        top: 100px;
    }
}

@media screen and (max-width: 768px){
    .col-right-header {
        display: flex;
    }
    .video-element .bg-image-show {
        height: 100%;
    }
    .video-element .element {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 40%;
        left: 40%;
    }
    
}

@-webkit-keyframes suntory-alo-circle-img-anim {
   0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@-webkit-keyframes suntory-alo-ph-circle-fill {
    0% {
    opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
@-webkit-keyframes suntory-alo-ph-circle {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.6) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
