/* input: run-time error CSS1036: Expected expression, found ''
input(10900,1): run-time error CSS1035: Expected colon, found '}'
input(14205,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'gb(' */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrapper {
    min-height: calc(100vh - 100px); /* Chiều cao trang trừ đi chiều cao footer */
    padding-top: 80px; /* Bù cho fixed navbar */
}

.footer_style_2 {
    background-color: #f1f1f1;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* Language Dropdown Switcher */
.lang-dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    font-size: 0.875rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #495057;
    transition: all 0.2s;
}

.lang-dropdown-toggle:hover {
    border-color: #adb5bd;
    background-color: rgba(0, 0, 0, 0.03);
}

.lang-dropdown-toggle::after {
    margin-left: 6px;
    font-size: 0.7rem;
}

.lang-dropdown-menu {
    min-width: 160px;
    padding: 4px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.lang-dropdown-item {
    display: flex !important;
    align-items: center;
    padding: 8px 16px;
    font-size: 0.875rem;
}

.lang-dropdown-item:hover {
    background-color: #f8f9fa;
}

.lang-dropdown-item.active {
    background-color: #e9ecef;
    color: #212529;
    font-weight: 600;
}

.lang-dropdown-item img {
    flex-shrink: 0;
}

/*------------------------------------------------------------------
File Name: style.css
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. IMPORT FONTS
2. IMPORT FILES
3. BASIC
4. LOADER
5. HEADER
- Header Top
- Menu
- Search Bar
- Side Menu
- Fix Header
6. SLIDER PARALLAX
- Simple Parallax
- Slider Text
- Testimonial slider
7. SECTION
- Counter
- Form
- Progress Bar
- Pagination
8. Home Index
9. ACCORDION
10. PRICE TABLE
11. INNER PAGE BANNER
12. SIDEBAR
- Sidebar Search
13. BLOG
- Blog Detail
14. CASE STUDIES
15. SHOP
16. FOOTER
17. BG Website
18. CUSTOM

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
1. IMPORT FONTS
-------------------------------------------------------------------*/


@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('../fonts/Roboto-BlackItalic.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('../fonts/Roboto-BoldItalic.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto-Italic.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('../fonts/Roboto-LightItalic.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('../fonts/Roboto-ThinItalic.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}

@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/material-icons.woff2?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('woff2');
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}



/*------------------------------------------------------------------
2. IMPORT FILES
-------------------------------------------------------------------*/


/* @import url(font-awesome.min.css); */


/*------------------------------------------------------------------
3. BASIC
-------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}


html,
body {
    font-size: 16px;
    font-family: Roboto-Regular;
    overflow-x: hidden;
}
.font_roboto_regular{
    font-family:Roboto-Regular;
}
.font_roboto_medium {
    font-family:Roboto-Medium;
}
.font_roboto_bold {
    font-family:Roboto-Bold;
}
.font_roboto_black{
    font-family:Roboto-Black;
}
.rounded-100px {
    border-radius: 100px !important;
}

body.demos .section {
    background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #1f1f1f;
    margin: 0
}


/* limit line text and hide */

.limitlinetext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}
.limit_specs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}
.limit_line_banner {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.limit2line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px
}

.margin_carousel {
    margin-top: 20px;
}

.small_heading.main-heading h4 {
    font-size: 21px;
}

.small_heading.main-heading::after {
    top: 18px;
}

.small_heading.main-heading {
    margin-bottom: 20px;
    width: 100%;
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

ol,
ul {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a,
.btn {
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.button_section {
    float: left;
    width: 100%;
}

a.btn,
button.btn {
    padding: 0px 15px 0px 15px;
    text-align: center;
    border: none;
    border-radius: 2px;
    line-height: 48px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.padding-circle-icons {
    padding: 20px;
    width: 30px;
    height: 30px;
    border-radius: 1em;
    justify-content: center;
}

.btn.dark_gray_bt {
    background: #252525;
}

a.btn.border_btn {
    border: solid transparent 1px;
    background: transparent;
}

a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus {
    background: #007bff;
    color: #fff;
}

button.btn.white_btn,
a.btn.white_btnbutton.btn.white_btn,
a.btn.white_btn {
    background: #ffffff;
    padding: 0 50px;
}

.btn.sqaure_bt i {
    margin-left: 8px;
    top: -1px;
    position: relative;
}

.bottom_info .btn.sqaure_bt {
    margin: 0;
}

.bottom_info .pull-right {
    margin-top: 0px;
}

.blog_grid .bottom_info .pull-right {
    margin-top: 0 !important;
}

.padding-bottom_0 {
    padding-bottom: 0 !important;
}

.padding-top_0 {
    padding-top: 0 !important;
}

.padding-bottom_1 {
    padding-bottom: 10px !important;
}

.padding-bottom_2 {
    padding-bottom: 20px !important;
}

.padding-bottom_3 {
    padding-bottom: 30px !important;
}

.padding-bottom_4 {
    padding-bottom: 40px !important;
}

.padding-bottom_5 {
    padding-bottom: 50px !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.img-responsive {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

    .img-responsive:hover {
        -moz-transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -o-transform: scale(1.07);
        transform: scale(1.07);
        -ms-transform: scale(1.07);
        filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=2, M12=-0, M21=0, M22=2);
    }


@media only screen and (max-width: 620px) {
    .hideimage {
        display: none;
    }
}

.color_black p,
.color_black ul,
.color_black ul li {
    color: #000;
}
 .header__cart {
    background: #29324e;
    display: flex;
    padding: 1.2px 10px 1.2px 10px;
    cursor: pointer;
    position: relative;
    border-radius:1px;
    width:73px;
}


.black_color {
    color: #000;
}

.lead {
    font-size: 18px;
    
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

.margin_0 {
    margin: 0 !important;
}

.padding_0 {
    padding: 0 !important;
}

h2 {
    font-size: 35px;
    color: #000;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

h3 {
    font-size: 24px;
    color: #000;
    line-height: normal;
    text-transform: none;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    color: #000;
    line-height: 21px;
    text-transform: none;
    margin: 30px 0 20px 0;
}

h5 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    color: #000;
}

p {
    font-size: 15px;
    line-height: 21px;
}

p.large {
    color: #898989;
    font-size: 20px;
    margin: 0 0 10px 0;
}

p.large_2 {
    font-size: 18px;
    color: #898989;
}

button,
input,
select,
textarea,
option {
    /*font-family: 'ChakraPetch-Medium';*/
    font-family: Roboto-Regular;
}

a#submit {
    z-index: 1;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10 {
    padding: 0 15px;
    float: left;
    min-height: 25px;
}

.border_radius_0 {
    border-radius: 0 !important;
}

.span1 {
    width: 10%;
}

.span2 {
    width: 20%;
}

.span3 {
    width: 30%;
}

.span4 {
    width: 40%;
}

.span5 {
    width: 50%;
}

.span6 {
    width: 60%;
}

.span7 {
    width: 70%;
}

.span8 {
    width: 80%;
}

.span9 {
    width: 90%;
}

.span10 {
    width: 100%;
}

.container {
    width: 1200px;
    max-width: 1200px;
}

.section_padding {
    padding: 80px 0 100px;
}

.layout_2_padding {
    padding: 100px 0 80px;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.top_80 {
    top: 80px;
}

.vertical-center {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.right_side {
    float: right;
}

.text_align_right {
    text-align: right;
}

.left_side {
    float: left;
}

.text_align_left {
    text-align: left;
}

.text_align_center {
    text-align: center;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.endright {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.center1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.border_dotted_circle {
    border: dotted #e1e1e1 3px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.border_dotted_circle:hover,
.border_dotted_circle:focus {
    border: dotted #e1e1e1 3px;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotate;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
    color: #fff !important;
}

.light_silver_fonts p,
.light_silver_fonts h1,
.light_silver_fonts h2,
.light_silver_fonts h3,
.light_silver_fonts h4,
.light_silver_fonts h5,
.light_silver_fonts h6,
.light_silver_fonts ul,
.light_silver_fonts ul li,
.light_silver_fonts ul li a,
.light_silver_fonts ul i,
.light_silver_fonts .post_info i,
.light_silver_fonts div,
.light_silver_fonts a.read_more {
    color: #ccc !important;
}


/** icon **/

.iconsmind-Over-Time2::before {
    content: "\eb2e";
}

.iconsmind-Money-2::before {
    content: "\eac6";
}

.iconsmind-People-onCloud::before {
    content: "\eb52";
}

.iconsmind-Wallet-2::before {
    content: "\ede5";
}

.iconsmind-Shield::before {
    content: "\ec4f";
}

.iconsmind-Ribbon-2::before {
    content: "\ebf5";
}


/** end icon **/

section.background_bg_bottom {
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
}

.parallax_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dark_gray {
    background-color: #111;
    min-height: 400px;
}

.dark_gray.white_fonts h2 {
    color: #17a5e9 !important;
}

.dark_gray.light_silver_fonts h2 {
    color: #fff !important;
}

.list_style_1 {
    font-size: 14px;
    margin: 20px 0 15px;
}

.list_style_1 i {
    float: left;
    margin: 3px 16px 0 0;
}

.light_silver {
    background: #f8f8f8;
}

.light_silver_2 {
    background: #f8f8f8 !important;
}

.padding-bottom_5 {
    padding-bottom: 50px !important;
}

hr.dottad_border {
    border-top: dotted 3px;
    margin: 80px 0;
}

.margin_bottom_30_all {
    margin-bottom: 30px;
}

.margin_bottom_50_all {
    margin-bottom: 50px;
}

.margin_bottom_20_all {
    margin-bottom: 20px;
}

.margin_bottom_0 {
    margin-bottom: 0px !important;
}

.section {
    float: left;
    width: 100%;
}

.pagination > li.active a {
    color: #fff;

}

.contant_section {
    float: left;
    width: 100%;
}

.blog_feature_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog_feature_img img {
    width: 100%;
    height: 250px;
}

.main_heading {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_heading::after {
    content: "";
    display: block;
    float: left;
    width: 80px;
    height: 3px;
    background: #005ec4;
}

.main_heading.text_align_left::after {
    margin-left: 0;
}

.main_heading.text_align_right::after {
    margin-right: 0;
}


/* main heading 1 */

.main_heading1 {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.main_heading1::after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 80px;
    height: 5px;
    background: #17a5e9;
}

.main_heading1.text_align_left::after {
    margin-left: 0;
}

.main_heading1.text_align_right::after {
    margin-right: 0;
}


/* */

.icon img {
    width: 100px;
}


/*------------------------------------------------------------------
4. LOADER
-------------------------------------------------------------------*/

.bg_load {
    float: left;
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader_animation {
    animation-name: rotatey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotatey;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotatey;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotatey;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotatey;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotatey {
    from {
        -webkit-transform: rotatey(0deg);
        -moz-transform: rotatey(0deg);
        -ms-transform: rotatey(0deg);
        -o-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }
    to {
        -webkit-transform: rotatey(360deg);
        -moz-transform: rotatey(360deg);
        -ms-transform: rotatey(360deg);
        -o-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}

@-moz-keyframes rotatey {
    from {
        -moz-transform: rotatey(0deg);
    }
    to {
        -moz-transform: rotatey(360deg);
    }
}

.full_layout_without_container {
    padding: 80px 15px 50px;
}

.opacity_half_color {
    opacity: 0.5;
}

.opacity_70_color {
    opacity: 0.7;
}

.padding_75 {
    padding: 75px 0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 84px;
    right: 45px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 99;
    z-index: 1099;
    font-size: 38px;
    border: none;
    background-color: transparent;
    color: black;
    cursor: pointer;
}

#myBtn:hover {
    background-color: transparent;
    color: #17a5e9;
}


/*------------------------------------------------------------------
5. HEADER
-------------------------------------------------------------------*/


/*----- header fix -----*/
.fixme {
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    scroll-behavior: smooth;
    width: 100%;

}
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky {
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
}


/*----- Header Top -----*/

header {
    position: relative;
    z-index: 1;
}

header .right_bt {
    float: right;
}

header .right_bt .btn {
    margin: 26px 0 0;
}

.header_top {
    min-height: 48px;
    max-height: 48px;
    background: rgba( 255, 255, 255, 0.00);
}

.header_bottom {
    min-height: auto;
    /*height: 70px;*/
    padding: 0;

    border: 1px solid rgba( 255, 255, 255, 0.18);
    display: -webkit-flex;
    display: -ms-flexbox;
}

.header_top ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.header_top ul li {
    font-size: 14px;
    color: #fff;
    float: left;
}

.header_top ul li i {
    margin: 0 2px 0 0;
}

.header_top ul li i {
    color: #fff;
    transition: ease all 0.2s;
    font-size: 18px;
    margin-right: 5px;
}

.header_top .social_icon ul li a {
    color: #fff;
    padding: 4px 2px 0px 0px;
}

.top_information.pull-left li {
    margin-right: 20px;
}

.top_information.pull-right li {
    margin-left: 20px;
}

.logo {
    float: left;
    position: relative;
    left: 0;
}

.logo img {
    margin-top: 10px;
    height: 40px;
}

.header_style_1 .header_top {
    position: relative;
}

.make_appo {
    float: right;
}

.tranbgimg {
    background-color: aquamarine;
}

.tranbgimg:hover {
    background-color: aqua;
}

.make_appo .btn.white_btn {
    margin: 0;
    border-radius: 0;
    padding: 0px 20px;
}

.topbar-left {
    float: left;
}

.header_top .topbar-left .list-inline {
    float: left;
    margin: 13px 0;
}

.header_top ul li {
    font-size: 14px;
    /*font-family: 'ChakraPetch-Light';*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    float: left;
    margin-right: 20px;
}

.mechanic header#default_header {
    border-top: solid #3c5c9e 8px;
}

.mechanic .logo {
    margin: 25px 0 0;
}

.header_bottom {
    position: relative;
    z-index: 9;
}


/*----- Menu -----*/

.menu_side {
    /*float: right;*/
    width: auto;
}

#headermenu {
    padding: 5px;
    height: 170px;
    width: 250px;
}

#navbar_menu,
#navbar_menu ul,
#navbar_menu ul li,
#navbar_menu ul li a,
#navbar_menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navbar_menu ul,
#navbar_menu ul li,
#navbar_menu ul li a,
#navbar_menu #menu-button {
    position: relative;
}

#navbar_menu:after,
#navbar_menu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navbar_menu #menu-button {
    display: none;
}

#navbar_menu {
    margin: 0;
    /*float: right;*/
}

#navbar_menu>ul>li {
    float: left;
}

#navbar_menu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#navbar_menu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#navbar_menu.align-center ul ul {
    text-align: left;
}

#navbar_menu.align-right>ul>li {
    float: right;
}

#navbar_menu>ul>li>a {
    padding: 12px 25px 12px 0px;
    font-size: 16px;
    color: #29324e;
    text-transform: capitalize;
}

#navbar_menu ul ul {
    position: absolute;
    left: -9999px;
}

#navbar_menu.align-right ul ul {
    text-align: right;
}

#navbar_menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navbar_menu li:hover>ul {
    left: auto;
}

#navbar_menu.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#navbar_menu li:hover>ul>li {
    height: 45px;
}

#navbar_menu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navbar_menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#navbar_menu ul ul li a {
    padding: 15px 20px 15px;
    font-size: 14px;
    color: #999;
    background: #fff;
    color: #666 !important;
}

#navbar_menu ul ul li:last-child>a,
#navbar_menu ul ul li.last-item>a {}

#navbar_menu ul ul li:hover>a,
#navbar_menu ul ul li a:hover {
    color: #ffffff;
}

#navbar_menu ul ul {
    width: 250px;
    box-shadow: 0 5px 35px -18px #000;
    border-top: solid #000 2px;
}

#navbar_menu ul ul li a:hover,
#navbar_menu ul ul li a:focus {
    color: #fff !important;
    padding: 15px 20px 15px;
}

#elementID {
    justify-content: center;
    font-weight:500;
    margin-top: 6px;
}

.main_bg {
    margin-top: 0px;
    min-height: 70px;
    position: relative;
}


/*-- Search Bar --*/

.searchbox {
    border: 1px solid #005ec4;
    /*height: 37px;*/
    max-height:50px;
    display: flex;
    border-radius: 2px;
    margin-top: 10px;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.searchbox .btn{
    padding: 0px 10px 0px 10px;
    text-align: center;
    border: none;
    border-radius: unset;
    line-height: unset;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.searchbox__keyword input {
    border: 0;
    display: inline-block;
    padding: 5px 3px 5px 15px;
    width: 100%;
    box-sizing: border-box;
}

.searchbox>div {
    width: 100%;
    display: flex;
}


/*-- Side Menu --*/

.menu_icon {
    float: left;
    padding: 48px 0 0 0;
}

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

.menu_icon ul li a {
    color: #000;
}


/*-- Fix Header --*/

.fix_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}


/*-- header style 2 --*/

.header_style_2 #navbar_menu {
    margin: 12px 0 11px;
    float: left;
}

.header_style_2 .search_icon {
    float: left;
    margin: 22px 0 0 21px;
}

.menu_icon {
    padding: 22px 0px 0 0px;
}

.header_bottom .info_cont h4 {
    font-size: 14px;
    /*font-family: 'ChakraPetch-Medium';*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

.header_bottom .information_bottom p {
    color: #737373;
    /*font-family: 'ChakraPetch-Medium';*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.header_bottom .information_bottom {
    margin: 45px 0 0;
}

.main_bg #navbar_menu>ul>li>a {
    color: #fff;
}

.main_bg .search_icon ul li a {
    color: #fff;
}

.main_bg .menu_icon ul li a {
    color: #fff;
}

.header_style_2 .header_top ul li,
.header_style_2 .header_top a,
.header_style_2 .header_top i {
    color: #737373;
}

.header_style_2 .header_bottom {
    background: #fff;
}

.header_style_2 .menu_side {
    float: right;
    width: 100%;
}

.header_style_4 .header_top {
    background: transparent;
}

.header_style_4 .header_bottom {
    min-height: 120px;
    background: #ffffff;
    padding: 0 30px 0 20px;
    float: left;
    width: 100%;
}

.header_style_4 .logo {
    left: 0px;
}

header .header_top,
header .header_bottom,
section,
footer,
.bottom_footer,
.light_silver,
.bottom_silver_section {
    float: left;
    width: 100%;
}


/*------------------------------------------------------------------
6. SLIDER PARALLAX
-------------------------------------------------------------------*/

#full_slider.full_slider_inner {
    position: relative;
    z-index: 0;
    min-height: 900px;
    overflow: hidden;
}

div#pallax_slider {
    width: 100%;
    height: 900px;
    margin: 0;
    z-index: 0;
    overflow: hidden;
}

.dott_star {
    background-image: url('../images/star_dots.png');
    width: 100%;
    background-position: center center;
    height: 100%;
}

.dott_star2 {
    width: 100%;
    background-position: center center;
    height: 100%;
}

.clouds {
    background-image: url('../images/claud.png');
    width: 100%;
    background-position: center center;
    height: 100%;
}

.layer {
    position: absolute;
    display: block;
}

#l1 {
    z-index: 1;
    top: 0;
    left: 0;
}

#l2 {
    z-index: 2;
    top: 0;
    left: 0;
}

#l3 {
    z-index: 3;
    bottom: -1px;
    left: 0px;
    top: inherit !important;
}

#l4 {
    z-index: 4;
    bottom: 0;
    left: 0;
}

.center_layer_img {
    width: 100%;
    text-align: center;
}

.blue_layer_bottom {
    background-image: url('../images/blue_layer_bottom.png');
    height: 132px;
    width: 100%;
    background-position: center bottom;
}

.light_blue div#pallax_slider {
    height: 780px;
}

.light_blue div#full_slider.full_slider_inner {
    height: 780px;
}

body.light_blue #full_slider.full_slider_inner {
    background: url('../images/star_bg2.png');
    background-size: cover;
}


/** Simple Parallax **/

.simple_slider_img {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/** Slider Text **/

.slider_contant {
    position: relative;
    z-index: 3;
}

.slider_contant h2 {
    color: #fff;
    font-size: 65px;
    line-height: 82px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: none;
}

.slider_contant p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.slider_contant .button_section ul {
    float: right;
    margin-top: 7px;
}

.slider_contant .button_section ul li {
    float: left;
    margin: 0 5px 0 0;
}

.home_page_4 div#pallax_slider {
    height: 810px;
}

.home_page_4 #full_slider.full_slider_inner {
    min-height: 810px;
}


/*------------------------------------------------------------------
7. SECTION
-------------------------------------------------------------------*/

.padding_layout_1 {
    padding-top: 5px;
    padding-bottom: 20px;
}

.padding_layout_2 {
    padding-top: 120px;
    padding-bottom: 80px;
}

.padding_layout_1_small {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.quality_ser_bg {
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
    background: url(../images/bg_patter_1.png);
}

.about_info {
    position: relative;
}

.about_info img {
    position: absolute;
    padding: 48px 42px;
    left: 0;
    z-index: 0;
}

.qulity_ser {
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

section.dottad_star_bg {
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-image: url('../images/gray_dotts.png');
}

#subscribe_form input {
    width: 540px;
    height: 50px;
    border-radius: 100px;
    border: none;
    padding: 0 26px;
    color: #898989;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

#subscribe_form {
    margin-top: 10px;
}

.grow_business {
    background-position: right bottom !important;
    background: url(../images/bg_patter_2.png);
    background-repeat: no-repeat;
}

.bottom_silver_section {
    padding: 35px 0;
    min-height: 120px;
}

.information_bottom.left-side {
    width: auto;
    float: left;
}

.information_bottom.right-side {
    width: auto;
    float: right;
}

.information_bottom {
    float: left;
    display: flex;
    justify-content: center;
}

.info_cont h4 {
    margin: 0;
}

.info_cont p {
    color: #000;
    float: left;
    width: 100%;
    margin: 0;
}

.icon_bottom {
    width: 30px;
    margin-right: 20px;
    text-align: center;
}

.info_cont {
    float: left;
    padding: 4px 0;
}

.icon_bottom {
    width: 50px;
    margin-right: 15px;
    text-align: center;
    font-size: 30px;
    line-height: normal;
}

.cleaning .icon_bottom i {
    width: 50px;
    height: 50px;
    background: #146e6f;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    float: left;
}

.service_style_2 .qulity_ser {
    background: transparent;
    margin-bottom: 60px;
}

.heading_min_small {
    font-size: 24px;
    margin: 0 0 15px 0;
}

.sapport_img {
    margin-top: -30px;
}

.icon_circle {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.feature_contant {
    float: right;
    width: 75%;
}

.heading_feature {
    color: #000;
    font-weight: 600;
}

.feature_icons {
    display: flex;
    padding-bottom: 20px;
    padding-top: 10px;
}

.list_style_2 {
    margin-top: 20px;
}

.list_style_2 i {
    width: 40px;
    height: 40px;
    background: #632e62;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    left: 0;
    position: absolute;
    top: 5px;
}

.list_style_2 li {
    width: 100%;
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

.list_2_head {
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.list_style_1.sort li {
    float: left;
    width: 20%;
}

.list_style_1.sort {
    float: left;
    width: 100%;
}

#testimonial_slider {
    padding-right: 70px;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}



#testimonial_slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.team_info h4 {
    margin-bottom: 0;
}

.testimonial-container {
    position: relative;
    padding-left: 180px;
}

.testimonial-container .testimonial-photo {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.testimonial-container .testimonial-photo img {
    border-radius: 100%;
}

.testimonial_qoute i {
    color: #dfdfdf;
    font-size: 135px;
}

.testimonial_qoute .text_align_left.testmonial_qoute i {
    margin-bottom: 25px;
}

.testimonial_qoute .text_align_right.testmonial_qoute i {
    margin-top: 10px;
}

.testimonial_qoute {
    float: left;
}

.heading_testi h4 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner_slider .col-lg-7.col-md-7.col-sm-12.col-xs-12.text_align_right.pull-right img {
    margin-top: 50px;
}

.border_dottat {
    border: dotted 2px #704070;
}

.testimonial_slider_2 .testimonial_inner {
    padding: 40px;
}

.testimonial_slider_2 .heading_testi h4 {
    margin: 0;
}

.testimonial_slider_2 .carousel-indicators {
    bottom: -25px;
}

.brand_icons {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.brand_icons li {
    float: left;
    width: 20%;
}

.member_heading h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.team_section {
    margin-top: 20px;
}

.social_icon_style_2 ul {
    float: left;
}

.social_icon_style_2 ul li {
    float: left;
}

.social_icon_style_2 li {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 5px;
    font-size: 18px;
}

.social_icon_style_2 ul li a {
    float: left;
    width: 100%;
    border: solid #e3e3e3 1px;
    border-radius: 100%;
}

.social_icon_style_2 ul li a:hover,
.social_icon_style_2 ul li a:focus {
    color: #fff;
}

.testimonial_simple_say {
    background: #f6f6f6;
    padding: 50px 100px 35px;
    margin-top: 20px;
}

.testimonial_simple_say p {
    font-size: 18px;
    line-height: normal;
    color: #000;
}

.qoute_testimonial {
    font-size: 45px;
    position: absolute;
    margin-left: -60px;
    margin-top: -40px;
}

.blog_full_width .blog_feature_cantant {
    padding: 40px 70px;
}

.adress_cont .info_cont h4 {
    font-size: 14px;
    /*font-family: 'ChakraPetch-Medium';*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

.adress_cont .info_cont p {
    color: #737373;
}

.adress_cont>h4 {
    margin: 0 0 20px 0;
}

.adress_cont>h4+p {
    margin: 0 0 30px 0;
    font-weight: 500;
    color: #333;
}

.contant_form .form_section {
    margin-top: 30px;
}

.contact_information .information_bottom {
    display: block;
}

.contact_information {
    float: left;
    width: 100%;
    border-top: solid #e1e1e1 1px;
    border-bottom: solid #e1e1e1 1px;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 15px;
    margin-bottom: 70px;
}

.contact_information .icon_bottom {
    width: 100%;
}

.service_style_2 ul li {
    display: inline;
}

.icon_feature {
    width: 70px;
    height: 70px;
    float: right;
    border-radius: 100%;
    text-align: center;
    line-height: 70px;
}

.feature_text {
    width: 70%;
    float: left;
}

.icon_feature {
    float: left;
    margin-left: 25px;
    margin-top: 4px;
}

.feauter_list li {
    margin: 45px 0;
    float: left;
    width: 100%;
}

.text_align_left .icon_feature {
    margin-right: 25px;
    margin-left: 0;
}

.stars_dottat {
    background: url('../images/star_dots.png');
}

.only_parallax {
    background-attachment: fixed;
    background-position: center center;
}

.circle_service_layout .service_types {
    float: left;
    width: 20%;
}

.boder_dottat_small {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: dotted 2px;
    text-align: center;
    line-height: 70px;
}

.circle_service_layout .service_types p {
    text-align: center;
    margin-top: 15px;
}

.provide_qty.circle_service_layout {
    min-height: 550px;
    position: relative;
    margin-top: 15px;
}

.left_bottom {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.right_bottom {
    position: absolute;
    bottom: 100px;
    right: 0;
}

.left_top {
    position: absolute;
    bottom: 300px;
    left: 100px;
}

.right_top {
    position: absolute;
    bottom: 300px;
    right: 100px;
}

.service_types.center_ser {
    width: 100%;
}

.service_types.center_ser {
    width: 100%;
    position: relative;
    top: 20px;
}

.mobile_half {
    position: absolute;
    bottom: 0;
    width: 100%;
}

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

.service_style_2 .main_heading {
    margin-bottom: 40px;
}

.list_box {
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
}

.list_box li {
    border: solid #e1e1e1 1px;
    float: left;
    width: 130px;
    height: 130px;
    line-height: 125px;
    text-align: center;
    margin: 0 -1px -1px 0;
}

.home_page_5 .simple_slider_img {
    top: 0;
    display: flex;
    align-items: center;
}

.home_page_5 .simple_slider_img {
    top: 115px;
    left: -15px;
}

.process_blog span {
    font-size: 40px;
    font-weight: 700;
}

.info_cont h4,
.info_cont p {
    color: #343434;
}


/**== Counter ==**/

.counter-count {
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: right;
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.counter-heading {
    color: #000;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
}

.counter i {
    font-size: 70px;
    color: #17a5e9;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}


/**== Form ==**/

input.field_custom {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #f8f8f8;
    min-height: 50px;
    padding: 5px 20px;
    line-height: normal;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #737373;
}

textarea.field_custom {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #f8f8f8;
    min-height: 150px;
    padding: 15px 20px;
    line-height: normal;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #737373;
}

.field {
    padding: 0 5px;
}


/**== Progress Bar ==**/

.progress-bar {
    text-align: left;
    transition-duration: 3s;
}

.progress {
    height: 8px;
    border-radius: 0;
    box-shadow: none;
    background: #efeaef;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.progress-bar {
    box-shadow: none;
}

.progress_bar {
    margin: 20px 0 0 0;
}

span.skill {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    width: 100%;
    float: left;
}

.info_valume {
    float: right;
    color: #8e8b82;
    font-weight: 600;
}


/**== Pagination ==**/

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0;
    line-height: normal;
    color: #000000;
    background-color: #fff;
    border: unset;
    border-radius: unset;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 28px;
}



.pagination>li {
    display: inline;
    margin: 0 2px;
    float: left;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        z-index: 2;
        color: #fff;
        background-color: #005ec4;
        border-color: #005ec4;
    }

.pagination {
    margin: 0;
}


/*------------------------------------------------------------------
8. Home index
-------------------------------------------------------------------*/

.banner_vertical_left {
    top: 25%;
    left: 10.5%;
    float: left;
    position: fixed;
}

.banner_vertical_right {
    top: 25%;
    right: 10.5%;
    float: right;
    position: fixed;
}

@media only screen and (max-width: 1900px) {
    .banner_vertical {
        display: none;
    }
}

.banner_vertical>a>img {
    width: 150px;
    height: 350px;
}


/*------------------------------------------------------------------
9. ACCORDION
-------------------------------------------------------------------*/

#accordion {
    margin: 15px 0 0 0;
    padding: 0;
}

#accordion .panel.panel-default {
    border: none;
    border-radius: 0;
    margin: 0 0 16px 0;
    box-shadow: none;
    background: transparent;
    float: left;
    width: 100%;
}

#accordion .panel.panel-default .panel-heading {
    border: none;
    background: transparent;
    border-radius: 0;
    min-height: 50px;
    padding: 0;
    float: left;
    width: 100%;
}

#accordion .panel-collapse {
    float: left;
    width: 100%;
}

#accordion .panel.panel-default .panel-heading p a[aria-expanded="true"],
#accordion .panel.panel-default:nth-child(1) .panel-heading p a {
    background: #17a5e9;
    border-color: #17a5e9;
    color: #fff;
}

#accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i,
#accordion .panel.panel-default:nth-child(1) .panel-heading p a i {
    color: #fff !important;
}

#accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i.fa-angle-down,
#accordion .panel.panel-default:nth-child(1) .panel-heading p a i.fa-angle-down {
    transform: rotate(180deg);
    transition: ease all 0.5s;
}

#accordion .panel.panel-default .panel-heading p a,
#accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    border: solid #e4e4e4 1px;
    background: #fff;
    border-radius: 0;
    min-height: 50px;
    padding: 17px 25px 15px;
}

#accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    color: #000 !important;
}

#accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] i {
    color: #17a5e9 !important;
}

#accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] i.fa-angle-down {
    color: #000 !important;
}

#accordion .panel.panel-default .panel-heading p {
    font-size: 15px;
}

#accordion .panel.panel-default .panel-body {
    border: none;
    padding: 0 25px;
    margin: 15px 0 0 0;
    box-shadow: none;
    height: auto;
}

#accordion .panel.panel-default .panel-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

#accordion .panel.panel-default .panel-heading p a {
    float: left;
    width: 100%;
    font-weight: 500;
    position: relative;
}

#accordion .panel.panel-default .panel-heading p a i.fa-angle-down {
    float: right;
    color: #000;
    margin: 0;
}

#accordion .panel.panel-default .panel-heading p a>i {
    font-size: 20px;
    color: #17a5e9;
    margin: 0 10px 0 0;
}

.without_border #accordion .panel.panel-default .panel-heading p a,
.without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    border: none;
    background: #fff;
    border-radius: 0;
    min-height: 50px;
    padding: 15px 0 12px;
}

.without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i,
.without_border #accordion .panel.panel-default:nth-child(1) .panel-heading p a i {
    color: #000 !important;
}

.without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"],
.without_border #accordion .panel.panel-default:nth-child(1) .panel-heading p a {
    color: #000 !important;
}

.without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
    color: #000 !important;
}

.without_border #accordion .panel.panel-default .panel-heading p a>i {
    color: #000 !important;
}


/*------------------------------------------------------------------
10. PRICE TABLE
-------------------------------------------------------------------*/

.price_product_detail {
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}

.price_product_detail .old_price_detail {
    margin-right: 1rem !important;
}

.price_table_inner {
    float: left;
    width: 100%;
    background: #fff;
}

.price_table_active>div.row {
    box-shadow: 0 0 25px -15px #000;
}

.price_table_active .price_bottom {
    margin-top: 22px;
    margin-bottom: -25px;
}

.price_head {
    min-height: 185px;
    background: #ebebeb;
}

.price_no {
    font-size: 48px;
}

.price_table_inner {
    margin-top: 55px;
}

.price_table_active .price_table_inner {
    margin: 0;
}

.price_table_active .price_no {
    color: #039ee3;
}

.price_table_active {
    padding: 0;
}

.price_head {
    min-height: auto;
    background: #ebebeb;
    padding: 45px 25px;
}

.price_head h5 {
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    margin-bottom: -15px;
}

.price_head p {
    margin: 10px 0;
    font-size: 18px;
}

.price_contant {
    border: solid #e1e1e1 1px;
    padding: 50px;
}

.price_table_active .price_contant {
    border: none;
}

.price_icon {
    float: left;
    width: 170px;
    text-align: center;
    height: 170px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -135px;
    box-shadow: 0 0 15px -0px rgba(0, 0, 0, 0.2);
}

.price_amount {
    margin: -25px 0 20px 0;
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: normal;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
}

.price_no {
    font-weight: 500;
    /*font-family: 'ChakraPetch-Medium';*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 55px;
}

.price_bottom {
    margin: -35px 0 0 0;
}

.price_cont p {
    border-bottom: solid #ccc 1px;
    padding-bottom: 21px;
    font-size: 17px;
    line-height: normal;
}

.price_table .price_bottom .btn {
    border-radius: 0 !important;
    border: none;
}

.mechanic .price_table_active .price_head {
    background: url('../images/mechanic_service/slide4.jpg');
    background-size: cover;
}


/*------------------------------------------------------------------
11. INNER PAGE BANNER
-------------------------------------------------------------------*/

#default_theme .banner_slider {
    min-height: 270px;
    background-image: url('../images/inner_banner_bg.png');
    background-position: center center;
}

.banner_slider .vertical-center {
    min-height: 270px;
}

.page_inform {
    float: left;
    width: 100%;
}

.page_inform ul li {
    float: left;
}

.page_inform ul li:nth-child(2),
.page_inform ul li:nth-child(4),
.page_inform ul li:nth-child(6),
.page_inform ul li:nth-child(8),
.page_inform ul li:nth-child(10) {
    margin: 0 12px;
}

.banner_slider img {
    margin-top: 82px;
}


/*------------------------------------------------------------------
12. SIDEBAR
-------------------------------------------------------------------*/

.side_bar h4 {
    margin-top: 0;
}

.side_bar_blog {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.post_head {
    font-family:Roboto-Medium;
   
    margin: 0;
}

.post_head a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post_date {
    margin-top: 5px;
    font-family:Roboto-Regular;
    font-size: 14px;
}

.post_date i {
    position: relative;
    top: 0px;
    font-size: 13px;
}

.recent_post li {
    margin-bottom: 20PX;
}

.categary {
    font-size: 15px;
}

.categary a {
    color: #29324e;
    transition: ease all 0.5s;
}

.categary a i {
    margin-right: 2px;
}

    .categary li {
        margin-bottom: 2px;
        transition: ease all 0.5s;
        background: #f6f6f6;
        padding: 15px 20px;
        color: #29324e;
        font-family: Roboto-Medium;
        font-size: 16px;
    }

.categary li:hover,
.categary li:focus {
    padding-left: 30px;
    background: #007bff;
}

.categary li:hover a,
.categary li:focus a {
    color: #fff;
}

.tags a {
    border: solid 1px #e1e1e1;
    border-radius: 50px;
    padding: 0 18px;
    float: left;
    min-height: 50px;
    line-height: 50px;
    color: #29324e;
}

.tags a:hover,
.tags a:focus {
    color: #fff !important;
    border: solid #17a5e9 1px !important;
}

.tags li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}


/**== Sidebar Search ==**/

.side_bar_search {
    padding-top: 10px;
}

.side_bar_blog .input-group {
    background: #f8f8f8;
    width: 100%;
    border-radius: 50px;
    height: 50px;
}

.product_catery .row.margin_bottom_20_all {
    float: left;
    width: 100%;
}

.side_bar_blog .input-group input.form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 15px 20px;
    height: auto;
    font-size: 14px;
}

.side_bar_blog .input-group span.input-group-addon {
    border: none;
    background: transparent;
    padding: 10px 20px;
}

.side_bar_blog .input-group span.input-group-addon button {
    background: transparent;
    border: none;
    font-size: 15px;
    color: #000000;
    top: 3px;
    position: relative;
}


/*------------------------------------------------------------------
13. BLOG
-------------------------------------------------------------------*/

.blog_section {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.preview_commt,
.next_commt {
    width: 150px;
}

.blog_feature_cantant.theme_color_bg {
    padding: 30px;
}

.blog_page_4 .blog_section {
    margin-bottom: 10px;
}

.blog_feature_cantant {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    border-bottom: solid #005ec4 8px;
}

.blog_head {
    font-size: 20px;
    color: #000;
    font-family: Roboto-Medium;
    width: 100%;
    margin-bottom: 18px;
}

.post_info {
    color: #000;
    font-size: 14px;
    /*font-family: ChakraPetch-SemiBold;*/
    font-family: Roboto-Medium;
    margin-bottom: 10px;
    width: 100%;
}

.blog_feature_cantant li {
    /*font-family: ChakraPetch-SemiBold;*/
    font-size: 14px;
    color: #005ec4;
    float: left;
    margin-right: 15px;
}

.blog_feature_cantant li a {
    color: #000;
}

.blog_feature_cantant li a:hover,
.blog_feature_cantant li a:focus {
    color: #039ee3;
}

.blog_feature_cantant p {
    width: 100%;
}

.blog_section p {
    line-height: 28px;
    float: left;
    width: 100%;
    overflow: hidden;
    font-family:Roboto-Regular;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.read_more {
    font-family: Roboto-Bold    ;
}

.read_more:hover,
.read_more:focus {
    color: #005ec4;
}

.shr {
    float: left;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 2px;
}

.blog_page_5 .shr {
    font-size: 14px;
    margin-right: 10px;
}

.blog_page_5 .social_icon ul li {
    font-size: 14px;
    margin-right: 8px;
    float: left;
}

.blog_page_5 .blog_feature_cantant {
    padding: 30px 38px;
}

.blog_page_5 .blog_section {
    margin-bottom: 30px;
}

.post_info+p {
    margin-top: 15px;
}

.bottom_info {
    float: left;
    width: 100%;
    margin-top: 10px;
}


/**== Blog Detail ==**/

.blog_detail_page .blog_feature_cantant {
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #fff;
}

.comment_cantrol {
    font-size: 14px;
    font-weight: 500;
}

.comment_cantrol span {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
}

.comment_section {
    float: left;
    width: 100%;
    border-bottom: dotted 2px;
    padding-bottom: 25px;
    margin-top: 20px;
}

.view_commant {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.command_cont {
    padding: 20px 30px;
    min-height: 120px;
}

.blog_section p.comm_head {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.blog_section p.comm_head span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

.blog_section p.comm_head a.rply {
    float: right;
    font-weight: 400;
    text-transform: none;
}

.blog_section .theme_bg p.comm_head a.rply {
    color: #fff;
}

.blog_section .command_cont p {
    line-height: 18px;
}

.command_cont {
    margin-bottom: 30px;
}

.post_commt_form {
    float: left;
    width: 100%;
}

.post_commt_form h4 {
    padding: 0 5px;
}


/*------------------------------------------------------------------
14. CASE STUDIES
-------------------------------------------------------------------*/

.case_studies_box {
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.tab_head {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.tab_bar .filter-button {
    padding: 0 25px;
    font-size: 14px;
    cursor: pointer;
}

.tab_bar .tags li {
    float: left;
    margin: 0 2.5px;
}

.description_case_studies {
    padding-left: 25px;
    padding-right: 25px;
}

.description_case_studies h4 {
    margin: 0 0 20px 0;
}

.description_case_studies p {
    margin-bottom: 0;
    letter-spacing: -0.2px;
}

.description_case_studies {
    position: absolute;
    bottom: -100%;
    padding-top: 25px;
    padding-bottom: 25px;
    opacity: 0;
    transition: ease all 0.5s;
}

.case_studies_box:hover div.description_case_studies {
    opacity: 1;
    bottom: 0;
}

.description_case_studies_style_2 {
    float: left;
    width: 100%;
    border: solid #e1e1e1 1px;
    padding: 25px 26px;
}

.description_case_studies_style_2 h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.description_case_studies_style_2 span {
    color: #000;
    font-weight: 600;
}

.description_case_studies_style_2 span i {
    float: right;
    margin-top: 4px;
}


/*------------------------------------------------------------------
15. SHOP
-------------------------------------------------------------------*/

.product_list {
    min-height: 430px;
    transition: ease all 0.5s;
}

.cleaning .product_list {
    min-height: 340px;
    transition: ease all 0.5s;
}

.product_list:hover,
.product_list:focus {
    box-shadow: 0 0 25px -17px #000;
    border-bottom: solid #005ec4 5px;
}

.product_img {
    overflow: hidden;
    background:  #eef0f778 /*#f9f9f9*/;
}

.product_img img {
    padding: 22px;
}

.cleaning .product_img img {
    padding: 0;
}

.product_detail_btm p {
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px 10px 10px 10px;
    font-size: 16px;
    font-family: Roboto-Regular;
    text-align: center;
}

.product_list .starratin {
    height: 0;
    overflow: hidden;
    transition: ease all 0.5s;
}

.product_list:hover .starratin,
.product_list:focus .starratin {
    height: 15px;
    margin-bottom: 6px;
}

.product_list:hover div.product_img img,
.product_list:focus div.product_img img {
    transform: scale(1.2);
    transition: ease all 0.5s;
}

.starratin {
    color: #ffcc00;
}

.starratin .fa {
    margin: 0 0.5px;
}

.product_price p {
    margin: 0;
    text-align: center;
}

.old_price {
    font-size: 15px;
    font-family: Roboto-Medium;
    color: #99a0ad;
    text-decoration: line-through;
}

.old_price_detail {
    font-size: 20px;
    font-family: Roboto-Medium;
    color: #99a0ad;
    text-decoration: line-through;
}

.new_price {
    font-size: 20px;
    font-family: Roboto-Medium;
    color: #f9495f;
}

.new_price_detail {
    font-size: 25px;
    font-family: Roboto-Bold;
    color: #f9495f;
}

.img_detail {
    border: 1px solid #dddfe6;
    box-sizing: border-box;
}

.recent_item {
    color: #000;
    font-weight: 600;
    margin: 0;
}

.price_recent_item {
    margin: 0;
    color: #000;
}

.adress_cont {
    float: left;
    width: 100%;
}

.contact_us_2 .adress_cont {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}


/*------------------------------------------------------------------
17. TESTMONIAL
-------------------------------------------------------------------*/

.testmonial_section {
    background-image: url('../images/it_service/test_bg.png');
    background-size: cover;
    padding-bottom: 185px;
}

.cleaning .testmonial_section {
    background-image: url('../images/cleaning_service/test_bg.png');
    background-size: cover;
    padding-bottom: 185px;
}


/*------------------------------------------------------------------
16. FOOTER
-------------------------------------------------------------------*/

footer {
    background: #632e62;
    min-height: 200px;
    padding: 45px 0;
    position: relative;
}

.holder {
    text-align: center;
    margin: 0px 10px 0px 0px;
}

#ul_top_hypers li {
    display: inline;
}

#ul_top_hypers li i:hover {
    color: #039ee3;
}

li .payment:hover {}

#footer-colorimg {
    font-size: 24px;
}

#footer-colorimg:hover {
    color: #666;
    font-size: 24px;
}

.footer_logo {
    /*margin: 35px 0 30px;*/
}

footer h4 {
    margin: 0 0 25px 0;
}

.footer_menu_ul {
    float: left;
    width: 33.33%;
    font-size: 14px;
}

.footer_menu_ul li {
    margin: 0 0 5px 0;
}

.footer_menu_ul li a:hover,
.footer_menu_ul li a:focus {
    transition: ease all 0.5s;
    margin-left: 8px;
}

.footer_menu {
    padding-left: 55px;
}

.social_icon ul {
    list-style: none;
    float: left;
}

.social_icon ul li {
    display: inline;
    font-size: 15px;
    margin-right: 15px;
}

.social_icon {
    float: left;
    margin: 2px 0 0 0;
}

.bottom_footer {
    background: #592958;
    /*padding: 13px 0;*/
    /*min-height: 50px;*/
}

.bottom_menu {
    font-size: 14px;
}

.cpy p {
    margin: 0;
}

.bottom_menu li {
    /* float: left;
margin: 0 20px 0 0;*/
}

.footer_style_2 {
    padding: 0;
    background-color: rgba( 255, 255, 255, 0.00);
    box-shadow: 0px 0px 15px 0px rgb(31 38 200 / 7%);
    display: -webkit-flex;
    display: -ms-flexbox;
    border: 1px solid rgba( 255, 255, 255, 0.18);
}

.bottom_footer_style_2 {
    background: #f8f8f8;
}

.footer_style_2 .footer_logo {
    margin: 0;
}

.footer_top {
    /* border-bottom: solid #e1e1e1 1px;
padding-bottom: 55px;
padding-top: 18px;
margin-bottom: 65px;*/
}

.footer_top ul.footer_menu {
    /* padding-left: 0;
margin: 20px 0 0;*/
}

.footer_top .social_icon {
    /*margin-top: 20px;*/
}

.footer_top ul.footer_menu li {
    font-weight: 600;
}

.footer_top ul.footer_menu li {
    font-weight: 600;
    float: left;
    font-size: 14px;
    margin: 0 14px;
}

.footer_blog {
    float: left;
    height: max-content;
    width: 100%;
    padding: 50px;
}

footer h4 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: ChakraPetch-Bold;
    margin-top: 0;
    letter-spacing: 0.5px;
}

.footer_blog .col-md-6 {}

footer h4::after {
    width: 30px;
    height: 4px;
    content: "";
    margin: 0;
    display: block;
    position: relative;
    top: 7px;
}

footer p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

footer p a {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.footer-menu li {
    margin: 5px 0;
}

.footer-menu li a {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

footer ul.social_icons li {
    display: inline;
}

footer ul.social_icons li a {
    float: left;
    margin-right: 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 100%;
    color: #666;
}
.img_button_share{
    height: 20px !important;
}

#footer_icons {
    color: #666;
}

footer ul.social_icons {
    float: left;
    /*margin-top: 10px;*/
}

.footer_mail-section {
    /* margin-top: 10px;*/
    float: left;
}

.footer_mail-section .field input {
    border: none;
    padding: 10px 15px 9PX;
    font-size: 14px;
    font-weight: 500;
    max-width: 215px;
    width: 100%;
}

.footer_mail-section .field button.button_custom {
    width: 40px;
    height: 40px;
    font-size: 14px;
    padding: 8px 8px;
    border: none;
    float: left;
    color: #fff;
}

.footer_mail-section .field {
    padding: 0;
}

.cprt {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 48px;
    left: 0;
    padding: 18px 0;
}

.cprt p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.cprt p {
    line-height: 18px;
    padding: 0 15px;
}


/* 17. BACKGROUND */

.bg-button {
    background: #FF5722 !important;
    color: #ffffff !important;
    border: none;
    transition: all 0.3s ease;
}

.bg-button:hover {
    background: #E64A19 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.4);
}

.bg-button:active,
.bg-button:focus {
    background: #D84315 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(255, 87, 34, 0.5);
    outline: none;
}

/* Google Login/Register Button - Orange style */
.btn-google-auth {
    background: #FF5722 !important;
    color: #ffffff !important;
    border: none;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    white-space: nowrap;
}

.btn-google-auth img {
    flex-shrink: 0;
}

.btn-google-auth:hover {
    background: #E64A19 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.4);
}

.btn-google-auth:active,
.btn-google-auth:focus {
    background: #D84315 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(255, 87, 34, 0.5);
    outline: none;
}

.bg-mywebsite {
    background: #17a5e9;
}


/*------------------------------------------------------------------
18. CUSTOM
-------------------------------------------------------------------*/

.service_blog_inner .icon img {
    width: 65px;
}

.service_blog_inner h4.service-heading {
    margin: 25px 0 15px 0;
}

.service_blog_inner {
    margin-bottom: 35px;
    margin-top: 10px;
}

.gross_layout {
    position: relative;
}

.gross_layout::after {
    position: absolute;
    background: url(../images/it_service/dark_bg_img.png);
    width: 35%;
    height: 100%;
    right: 0;
    content: "";
    top: 0;
    background-size: cover;
    background-position: right;
}

.gross_layout::before {
    position: absolute;
    background: rgba(10, 139, 199, 0.8);
    width: 35%;
    height: 100%;
    right: 0;
    content: "";
    top: 0;
    background-size: cover;
    background-position: right;
    z-index: 1;
}

.gross_layout.right_gross_layout::after {
    position: absolute;
    background: url(../images/it_service/dark_bg_img2.png);
    width: 35%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background-size: cover;
    background-position: right;
}

.gross_layout.right_gross_layout::before {
    position: absolute;
    background: rgba(10, 139, 199, 0.8);
    width: 35%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background-size: cover;
    background-position: right;
    z-index: 1;
}

.gross_layout {
    position: relative;
}

.post_time {
    margin: 20px 0 15px;
}

.post_time p {
    margin: 0;
    font-size: 14px;
}

.blog_feature_head {
    font-family: Roboto-Medium;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog_feature_cont{
    font-family:Roboto-Regular;
}
.contact_us_section .call_icon {
    float: left;
    width: 7%;
}

.contact_us_section .inner_cont {
    float: left;
    width: 63%;
}

.contact_us_section {
    padding: 40px 50px;
    margin-top: -75px;
    float: left;
    width: 100%;
}

.contact_us_section h2 {
    margin: 8px 0 5px 0;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.contact_us_section p {
    margin: 0;
    color: #fff;
}

.contact_us_section .button_Section_cont {
    width: 30%;
    float: right;
}

.contact_us_section .button_Section_cont a {
    float: right;
    border: none;
}

.contact_us_section .btn.dark_gray_bt:hover,
.contact_us_section .btn.dark_gray_bt:focus {
    background: #fff;
    color: #252525;
    text-shadow: none;
}

/*chuyển đến \css\themes\modernv1\pages\*/
/*.brand_list li {
    float: left;
    width: 19%;
    text-align: center;
    background: #f6f6f6;
    padding: 30px 0;
    margin: 0 .5%;
    border: solid #eee 3px;
}*/
.map_section {
    float: right;
    width: 35%;
}

#map {
    height: 100%;
    min-height: 540px;
    z-index: 1;
}

.inner_banner_section {
    background-image: url('../../Images/it_service/inner_page_banner.jpg');
    height: 48px;
    background-size: cover;
    background-position: center center;
}

.cleaning .inner_banner_section {
    background: url('../images/cleaning_service/inner_page_banner.jpg');
    min-height: 245px;
    background-size: cover;
    background-position: top center;
}

.page-title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: Roboto-Medium;
    text-transform: capitalize;
    padding: 0 0 10px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .home-title,
    .page-title {
        font-size: 1.125rem;
    }
}

@media (max-width: 767.98px) {
    .news-detail .news-page-title {
        margin-bottom: 10px;
    }
}

.compare-page .page-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.compare-products .page-title {
    margin-bottom: 15px;
}

.news-page-title {
    font-size: 2.25rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .news-page-title {
        font-size: 1.125rem;
        font-weight: 700;
    }
}

@media (max-width: 767.98px) {
    .home-title,
    .page-title {
        font-size: 1rem;
    }
}

.page-title.text-center:after {
    display: none;
}

.search-page .page-title {
    margin-bottom: 15px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    color: #fff;
}

.breadcrumb li {
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb>li+li::before {
    position: relative;
    content: '\203A';
    margin: -10px 0 0 10px;
    font-size: 18px;
    color: inherit;
    opacity: .7;
    display: inline-block;
}

.breadcrumb li a {
    position: relative;
    left: 0;
}

.title-holder {
    margin: 14px 0 0;
}

.padding_right_0 {
    padding-right: 0;
}

.padding_left_0 {
    padding-left: 0;
}

.about_blog {
    background: #f5f5f5;
}

.about_cont_blog {
    padding: 50px;
}

.about_cont_blog p {
    margin: 0;
    line-height: 24px;
}

.about_cont_blog ul {
    margin-top: 15px;
}

.about_cont_blog ul li {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.about_cont_blog ul li i {
    margin-right: 10px;
}

.team_feature_head {
    text-align: center;
}

.team_feature_social {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
}

.team_feature_social .social_icon ul li {
    display: inline;
    font-size: 15px;
    margin: 0px 5px;
}

.team_feature_head h4 {
    margin-bottom: 10px;
}

.team_blog_colum {
    background: #eee;
    padding-bottom: 25px;
    border: solid #eee 1px;
    transition: ease all 0.5s;
}

.team_blog_colum:hover,
.team_blog_colum:focus {
    background: #17a5e9;
    border-color: #17a5e9;
}

.team_blog_colum:hover h4,
.team_blog_colum:focus h4 {
    color: #fff;
    transition: ease all 0.5s;
}

.team_blog_colum:hover a,
.team_blog_colum:focus a {
    color: #fff;
}

.service_blog_inner2 .icon {
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 92px;
    border-radius: 100%;
    font-size: 40px;
    color: #fff;
    transition: ease all 0.5s;
    border: solid #17a5e9 2px;
    background: #17a5e9;
}

.service_blog_inner2 {
    margin-bottom: 50px;
    transition: ease all 0.5s;
}

.service_blog_inner2:hover .icon,
.service_blog_inner2:focus .icon {
    border: solid #17a5e9 2px;
    background: #fff;
    color: #17a5e9;
}

.topbar-hightlight a {
    color: #fff;
    font-size:14px;
    font-family:Roboto-Regular;
}
.topbar-hightlight {
    color: #fff;
    font-size: 14px;
    font-family: Roboto-Regular;
}
.service_cont {
    margin-top: 35px;
}

.it_service_policy .col-md-12>div.full {
    margin-bottom: 30px;
}

.it_service_policy h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.breadcrumb__list li{
    font-family:Roboto-Regular;
}
.product-heading {
    text-align: left;
}

.product-heading p {
    font-size: 24px;
    font-family:Roboto-Medium;
    color: #005ec4;
    margin: 0;
    line-height: 28px;
    font-weight:500;
    text-transform: none;
}
.brand_sku span {
    font-size: 15px;
    margin-right:2px;
    color: #6c757d;
}
.product-detail-side {
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    padding: 9px 0;
}

.product-detail-side span {
    font-size: 22px;
    font-weight: 500;
    margin-right: 15px;
}

.product-detail-side span.new-price {
    color: #222;
    font-weight: 400;
}

.product-detail-side span.rating {
    margin-right: 5px;
}

.rating i {
    color: #eabe12;
    font-size: 18px;
    margin: 0 -2px;
}

.detail-contant {
    text-align: left;
    margin-top: 1rem;
    float: left;
    width: 100%;
}

.product_detail_feature_img {
    box-shadow: 0px 0 10px -7px #000;
}

.cart {
    margin-top: 1rem;
}

.cart .quantity {
    float: left;
}

.input-text.qty.text {
    background: #fff;
    padding: 5px 10px 5px 15px;
    border: solid #e6f2ff 1px;
    height: 48px;
    font-size: 20px;
    width: 65px;
    color: #272727;
    border-radius: 2px;
}

.share-post {
    float: left;
    width: 100%;
    padding: 22px 0px;
 /*   background: #f3f3f3;*/
}
.share_fb {
    color: #3b5998;
}
.share_linkedin {
    color: #2867B2;
}
.share_pinterest {
    color: #E60023;
}
.share_ins {
    color: #FD1D1D;
}

.Single-shop-page .share-text {
    font-size: 13px;
    margin: 4px 0 0;
}

.social-icon {
    float: right;
    list-style: none;
    margin: 0;
}

.share-post li {
    float: left;
    margin: 0 0 0 20px;
}

.share-post .social_icons {
    width: auto;
    margin: 0;
    float: left;
}

.share-post a.share-text {
    float: left;
}

.cart button {
    margin-left: 10px;
    transition: ease all 0.5s;
}


.review {
    font-size: 16px;
    color: #343a40;
    font-weight:500;    
}

.product_meta {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.product_meta>span {
    float: left;
    width: 100%;
    font-weight: 500;
    line-height: 28px;
}

.product_detail_page .tab_bar_section {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.product_detail_page .tab_bar_section .nav.nav-tabs {
    float: left;
    width: 100%;
    display: block;
    justify-content: center;
    border-bottom: solid #ddd 1px;
}

.product_detail_page .tab_bar_section .nav-tabs .nav-item {
    margin-bottom: 0;
    float: left;
}

.product_detail_page .tab_bar_section ul.nav.nav-tabs li a {
    font-family: 'ChakraPetch-Medium';
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    height: 50px;
    border: none !important;
    line-height: 52px;
    background: #f3f3f3;
    border-radius: 0;
}

.product_detail_page .tab_bar_section .tab-content {
    float: left;
    width: 100%;
    padding: 35px 0;
}

.product_detail_page .tab_bar_section .tab-content h3 {
    font-weight: 500;
    text-transform: none;
}
.nav-tabs {
    border-bottom: 1px solid #f2f8ff;
    background: #f0f3fc;
}
.commant-text {
    border-bottom: dashed #e4e4e4 1px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.product_review h5 {
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.product_review p {
    margin-bottom: 0;
}

.product_review p.msg {
    margin-top: 10px;
    font-family:Roboto-Regular;
}

.commant-text .profile {
    text-align: center;
}

.review_bt_section {
    margin: 25px 0;
}

.commant_box textarea {
    border-radius: 0;
    padding: 20px 20px;
    font-weight: 300;
    font-size: 14px;
    min-height: 150px;
}

.full_bt {
    float: left;
    margin: 25px 0;
    width: 100%;
}
.product_desc{
    font-family:Roboto-Regular;
}
.product_detail .tab_bar_section ul.nav.nav-tabs li a {
    font-family: Roboto-Medium;
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    height: 50px;
    border: none !important;
    line-height: 52px;
    background: unset;
    border-radius: 0;
}

.product_detail .tab_bar_section ul.nav.nav-tabs li a.active {
    background: #005ec4;
    color: #fff;
}

.product_detail .tab_bar_section .nav-tabs .nav-item {
    margin-bottom: 0;
    float: left;
}

.product_detail .tab_bar_section {
    float: left;
    width: 100%;
}

    .product_detail .tab_bar_section .tab-content {
        float: left;
        width: 100%;
        padding-top:20px;
    }

.product_review .rating i {
    font-size: 13px;
}

.product_review .rating {
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.shopping-cart tr th {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-transform: none;
}

.shopping-cart thead {
    background: #f6f6f6;
}

.shopping-cart thead th
/*.shopping-cart thead th {
padding: 18px 25px 18px !important;
}*/

.shopping-cart div.media a {
    padding: 0;
    margin-right: 20px;
    border: none;
    border-radius: 0;
}

.shopping-cart table tbody tr td {
    padding: 25px 0;
}

.shopping-cart #Quantity1,
.shopping-cart #Quantity2 {
    width: 45px;
    margin: 32px auto 0;
    box-shadow: none;
    border-radius: 0;
    border: solid #ccc 1px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0 0 10px -4px #ccc;
}

.shopping-cart td.price-cnt {
    font-size: 16px;
    font-weight: 400;
    padding-top: 32px;
    color: #333;
}

.coupon {
    float: left;
}

.shopping-cart table tbody tr td.caupon {
    padding: 20px 0 20px;
}

.shopping-cart table tbody tr td.caupon .coupon #coupon_code {
    border: solid #ccc 1px;
    padding: 9px 15px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.shopping-cart .button {
    padding: 10px 15px;
    border: none;
    background: #2f2f2f;
    color: #fff;
    margin-left: -1px;
    transition: ease all 0.5s;
}

.shopping-cart .button:hover,
.shopping-cart .button:focus {
    color: #fff;
    background: #0163d2;
}

.product-table {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.shopping-cart .media-object {
    width: auto;
    height: 110px;
    border: solid #ddd 1px;
    padding: 0;
}

.shopping-cart h4 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 600;
    margin-top: 30px;
}

.product-table .media-body span {
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
}

.price_table {
    margin: 44px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: 'ChakraPetch-Medium';
}

.product-table table.table thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #dee2e6;
    border-top: none;
}

.product-table .bt_main {
    font-size: 13px;
    font-weight: 400;
    min-width: auto;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    margin: 33px 0 0 30px;
}

.shopping-cart table tbody tr.cart-form td {
    padding: 20px 20px 20px;
}

.coupon {
    float: left;
}

.cart-form .coupon input#coupon_code {
    margin-right: 0px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.coupon .input-text {
    float: left;
    border: solid #ccc 1px;
    padding: 8px 15px;
}

.shopping-cart .button {
    padding: 10px 20px;
    border: none;
    background: #2f2f2f;
    color: #fff;
    margin-left: -1px;
    transition: ease all 0.5s;
    float: right;
    font-size: 13px;
    cursor: pointer;
}

.mechanic .service_blog_inner {
    text-align: center;
    background: #fff;
    padding: 35px;
    box-shadow: 10px 10px 25px -20px #000;
}

.cart-form {
    width: 100%;
    background: #f6f6f6;
    border-top: solid #ddd 2px;
}


/*.shopping-cart-cart {
max-width: 350px;
float: right;
background: #f8f8f8;
padding: 25px;
width: 100%;
}*/

.shopping-cart-cart {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
}

.total_checkout>tr>td {
    font-family: Roboto-Medium;
}

.shopping-cart-cart table {
    width: 100%;
}

.head-table {
    background: #fff;
}

.shopping-cart-cart table tbody tr td {
    padding: 10px 0px;
}

.shopping-cart-cart h4 {
    margin-top: 0;
}

.shopping-cart-cart tbody h5 {
    text-transform: none;
    font-weight: 600;
}

.shopping-cart-cart .button {
    padding: 9px 16px;
    margin-left: 0;
    width: 100%;
}

.shopping-cart-cart h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 24px;
}

.layout_padding_new_letter h4 {
    margin: 0;
}

.product-table .bt_main {
    font-size: 13px;
    font-weight: 400;
    min-width: auto;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    margin: 33px 0 0 30px;
    background: #039ee3;
    transition: ease all 0.5s;
    border: none;
    color: #fff;
    cursor: pointer;
}

.shopping-cart .button {
    background: #039ee3;
    color: #fff;
}

.shopping-cart .button:hover,
.shopping-cart .button:focus {
    color: #fff;
    background: #222;
}

.product-table .bt_main:hover,
.product-table .bt_main:focus {
    background: #222;
}

.tab-info.login-section,
.tab-info.coupon-section {
    padding: 5px 15px 4px;
    border-bottom: solid #ddd 2px;
    background: #f6f6f6;
    transition: ease all 0.5s;
    margin-bottom: 10px;
}

.tab-info.login-section p,
.tab-info.coupon-section p {
    margin: 0;
    padding: 14px 10px 12px 10px !important;
    font-weight: 600;
    font-size: 14px;
    transition: ease all 0.5s;
}

.tab-info.login-section p a:hover,
.tab-info.coupon-section p a:hover,
.tab-info.login-section p a:focus,
.tab-info.coupon-section p a:focus {
    color: #039ee3;
}

.bt_main {
    color: #fff;
    font-size: 14px;
    min-width: 148px;
    float: left;
    text-align: center;
    height: 48px;
    border-radius: 5px;
    line-height: 50px;
    font-weight: 500;
    border: none;
    padding: 0 35px;
    cursor: pointer;
    background: #039ee3;
}

.btn-login .bt_main {
    height: 42px;
    line-height: 42px;
    min-width: auto;
    margin-right: 15px;
}

.login-form-checkout,
.coupen-form {
    border: solid #ddd 1px;
    padding: 25px 20px;
    margin-bottom: 10px;
}

.login-form-checkout label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.login-form-checkout input.input-text,
.coupen-form input.input-text {
    border: solid #ccc 1px;
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    margin-bottom: 15px;
}

.btn-login .remeber input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.btn-login .remeber {
    font-size: 13px;
    margin: 11px 0 0;
    float: left;
}

.btn-login .button {
    float: left;
    margin-right: 20px;
    min-width: 120px;
}

.coupen-form button.button {
    float: left;
    min-width: 120px;
}

.checkout-form {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    background: #fff;
    padding: 25px;
    border: solid #ddd 1px;
}

.checkout-form .form-field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.checkout_page .form-field label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.checkout_page .form-field input,
.checkout_page .form-field select {
    width: 100%;
    border: solid #ddd 1px;
    padding: 5px;
    font-size: 13px;
    padding: 8px 15px;
    margin-top: 0;
    font-weight: 500;
    color: #333;
}

.checkout_page .form-field input[type="checkbox"] {
    float: left;
    width: auto;
    margin: 5px 10px 5px 0;
}

.crte-ac {
    font-size: 13px;
    color: #333;
}

.checkout_page .form-field textarea {
    min-height: 90px;
    width: 100%;
    border: solid #ddd 1px;
    padding: 5px;
    font-size: 13px;
    padding: 15px 15px;
    margin-top: 0;
}

.payment-form {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: solid #eee 15px;
    margin-top: 35px;
}

.payment-form .panel-heading {
    float: left;
    width: 100%;
    border-bottom: solid #ccc 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.payment-form .panel-body {
    float: left;
    width: 100%;
    padding: 0;
}

#payment-form .form-field.cardNumber {
    display: flex;
}

#payment-form .form-field.cardNumber .input-group-addon {
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #333;
    color: #fff;
}

.payment-form .panel-heading .display-tr {
    float: left;
    width: 100%;
}

.payment-form .panel-heading .display-tr h3 {
    float: left;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    padding: 7px 0 0;
}

#payment-form .form-field {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.payment-bt {
    margin: 15px 0;
}

.btn-login .bt_main {
    height: 42px;
    line-height: 42px;
    min-width: auto;
    margin-right: 15px;
}

.coupen-form .bt_main {
    height: 42px;
    line-height: 42px;
    min-width: auto;
    margin-top: -2px;
}

.contant_form {
    float: left;
    width: 100%;
}

.adress_cont i {
    color: #039ee3;
}

.contant_form p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.appointment_form {
    margin-top: 0;
}

.mechanic .counter-count {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.list_style_1 li {
    margin: 8px 0;
    font-size: 15px;
    font-weight: 400;
}

.service_blog_2 h2 {
    margin-top: 0;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mechanic p {
    line-height: 25px;
}

.cleaning .logo img {
    height: 95px;
}

.menu_bottom_section {
    float: left;
    width: 100%;
    background: #0d1c32;
}

.menu_bottom_section .menu_side {
    float: left;
    width: 100%;
}

.menu_bottom_section #navbar_menu {
    margin: 0;
    float: left;
}

.menu_bottom_section #navbar_menu>ul>li>a {
    padding: 28px 25px 26px;
    font-size: 14px;
    color: #eee;
    font-weight: 600;
    text-transform: uppercase;
}

.menu_bottom_section .search_icon {
    float: right;
    margin: 0;
}

.menu_bottom_section .search_icon {
    float: right;
    margin: 12px 0 11px;
}

.menu_bottom_section .search_icon ul li a {
    font-size: 15px;
    background: #a9c5c5;
    color: #fff;
    padding: 12px 0;
    float: right;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
}


/* .border_cart {
margin-left: 1px;
border-radius: 100%;
width: 14px;
height: 14px;
padding: 2px;
background:red;
border: 0.5px solid #666;
color: white;
} */

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.left_cleaning_img {
    position: relative;
}

.contant_information {
    background: rgba(20, 110, 111, .95);
    padding: 50px 60px;
    text-align: center;
    position: absolute;
    top: 25%;
    width: 90%;
    margin: 0 5%;
    transition: ease all 0.5s;
}

.service_list_cleaning .contant_information {
    background: rgba(20, 110, 111, .98);
    padding: 50px 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 0;
    top: inherit;
    transition: ease all 0.5s;
    height: 290px;
}

.contant_information a {
    color: #fff;
    border: solid #fff 1px;
    padding: 12px 25px;
    margin-top: 5px;
    border-radius: 50px;
    margin-top: 10px;
    float: left;
}

.service_list_cleaning:hover .contant_information,
.service_list_cleaning:focus .contant_information {
    height: 100%;
}

.right_cleaning_cont {
    padding: 60px 65px;
    background: #fefefe;
    min-height: 100%;
    border: solid #146e6f 4px;
}

.right_cleaning_cont h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.cleaning .about_blog {
    background: #fff;
    box-shadow: 0 10px 25px -25px #000;
}

.cleaning .map_section {
    width: 100%;
}

.cleaning .cprt {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    float: left;
    height: auto;
    left: 0;
    padding: 14px 0 13px;
    padding-left: 0;
    margin-top: 70px;
}

.cleaning .cprt p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.cleaning .product_img {
    overflow: hidden;
    background: #146e6f;
}

.schedule_cleaning_section_inner {
    float: left;
    width: 70%;
    margin: 0 15%;
    background: #f6f6f6;
}

.schedule_cleaning_section_inner .left_information {
    float: left;
    width: 50%;
    padding: 98px 50px 0;
}

.schedule_cleaning_section_inner .right_information {
    float: left;
    width: 50%;
    padding: 50px;
    background: #146e6f;
    height: 100%;
    position: relative;
}

.schedule_cleaning_section_inner .left_information h3 {
    font-weight: 700;
    letter-spacing: 0px;
}

.schedule_cleaning_section_inner .left_information p {
    font-size: 16px;
    line-height: 25px;
    color: #222;
}

.contact_info_schedule_inner {
    font-size: 18px;
    margin: 5px 0;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #333;
}

.contact_info_schedule_inner i {
    color: #146e6f;
}

.schedule_cleaning_section_inner .right_information .field input,
.schedule_cleaning_section_inner .right_information .field select {
    width: 100%;
    border: none;
    padding: 10px 15px;
    margin: 5px 0;
    font-weight: 500;
    font-size: 14px;
}

.schedule_cleaning_section_inner button {
    width: 100%;
    border: solid #fff 2px;
    background: transparent;
    color: #fff;
    margin-top: 5px;
    padding: 10px 0;
    cursor: pointer;
    transition: ease all 0.5s;
}

.schedule_cleaning_section_inner button:hover,
.schedule_cleaning_section_inner button:focus {
    background: #fff;
    color: #146e6f;
}

.schedule_cleaning_section_inner .right_information::after {
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 0;
    border-color: transparent #146e6f transparent;
    border-style: solid;
    content: "";
    position: absolute;
    top: 40%;
    left: -24px;
}

.it_team_img img {
    width: 100%;
}

.product_detail_side.detail_style1 {
    margin-top: 35px;
}


/*18. Account*/

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutters {
    margin: 0 !important;
}

.row.no-gutters>[class*="col-"] {
    padding: 0 !important;
}

.home-product .product-list .row.no-gutters {
    margin: 0 -5px !important;
}

.home-product .product-list .row.no-gutters>[class*="col-"] {
    padding: 0 5px !important;
    margin-bottom: 10px;
}

.stepcomplete .center-noleftright {
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .stepcomplete .center-noleftright {
        margin: 0 -15px 10px;
        padding: 15px 0;
        border-radius: 0;
        box-shadow: none;
    }
}

@media (max-width: 767.98px) {
    .stepcomplete .center-noleftright .payment-success .cart-info .info-overview {
        flex-wrap: wrap;
        padding: 10px 0;
    }
}

@media (max-width: 767.98px) {
    .stepcomplete .center-noleftright .payment-success .cart-info .info-overview .info-col {
        width: 100%;
        text-align: left !important;
        padding: 0 15px;
    }
}

.stepcomplete .center-noleftright .cart-btnwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.stepcomplete .center-noleftright .cart-btnwrap:before,
.stepcomplete .center-noleftright .cart-btnwrap:after {
    display: none;
}

@media (max-width: 767.98px) {
    .stepcomplete .center-noleftright .cart-btnwrap .btn-backstep,
    .stepcomplete .center-noleftright .cart-btnwrap .btn-nextstep {
        font-size: 0.8125rem;
        line-height: 36px;
    }
}

@media (max-width: 767.98px) {
    .stepcomplete .center-noleftright .cart-btnwrap .btn-nextstep {
        padding: 0 20px;
    }
}

.user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
}

@media (max-width: 991.98px) {
    .user-info {
        background: #fff;
        padding: 15px;
        margin: 0 -15px 10px;
    }
}

@media (max-width: 991.98px) {
    .user-info:after {
        display: block;
    }
}

.user-info .caption {
    line-height: 1.2;
    padding-left: 15px;
}

.user-info .caption .title {
    font-size: 0.8125rem;
    color: #999;
    font-family:Roboto-Medium;
}

.user-info .caption .name {
    font-size: 0.9375rem;
    font-family:Roboto-Medium;
}

.user-sidebar ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    color: #666;
    padding: 8px 15px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
}

@media (max-width: 991.98px) {
    .user-sidebar ul li a {
        border-radius: 5px;
    }
}

.user-sidebar ul li a .icon {
    margin-right: 10px;
}

.user-sidebar ul li a span {
    font-size: 0.875rem;
    font-family:Roboto-Medium;
}

.user-sidebar ul li.active a {
    background: rgba(0, 0, 0, 0.1);
}

.user-page .user-form {
    max-width: 500px;
}

/* -- Màn API keygen ---*/
.user-page .user-form-full {
    max-width: 100%;
    width: 100%;
}

.user-page .user-form .form-wrap .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.user-page .user-form .form-wrap .form-group label {
    width: 120px;
    padding: 0.375rem 0rem;
    font-family: Roboto-Medium;
}

.user-page .user-form .form-wrap .form-group label+div {
    width: calc(100% - 120px);
}

.user-page .user-form .form-wrap .form-group .input,
.user-page .user-form .form-wrap .form-group .settingcontrol {
    width: calc(100% - 120px);
}

.user-page .user-form .form-wrap .checkbox label {
    width: 100%;
}

.user-page .user-form .change-pw .checkbox {
    margin-left: 120px;
}

.user-page .user-form .changepw-form {
    display: none;
}

.user-page .user-form input[type="submit"] {
    display: inline-block;
    width: auto;
    margin-left: 120px;
}

.user-page {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991.98px) {
    .user-page {
        border-radius: 0;
        margin: 0 -15px 10px;
        box-shadow: none;
    }
}

.user-page .user-form {
    max-width: 500px;
}

.user-page .user-form .form-wrap .form-group label+div {
    width: calc(100% - 120px);
}

.user-page .user-form .form-wrap .form-group .input,
.user-page .user-form .form-wrap .form-group .settingcontrol {
    width: calc(100% - 120px);
}

.user-page .user-form .form-wrap .checkbox label {
    width: 100%;
}

.user-page .user-form .change-pw .checkbox {
    margin-left: 120px;
}

.user-page .user-form .changepw-form {
    display: none;
}

.user-page .user-form input[type="submit"] {
    display: inline-block;
    width: auto;
    margin-left: 120px;
}

.user-page .user-nav {
    padding: 0 15px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 -15px;
}

@media (max-width: 767.98px) {
    .user-page .user-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .user-page .user-nav .nav-item {
        flex: 1;
    }
}

.user-page .user-nav .nav-item+.nav-item {
    margin-left: 5px;
}

@media (max-width: 767.98px) {
    .user-page .user-nav .nav-item+.nav-item {
        margin-left: 0;
    }
}

.user-page .user-nav .nav-item .nav-link {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #333;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 50px;
    position: relative;
    border-radius: 0;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    border: none;
}

.user-page .user-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    z-index: 1;
    opacity: 0;
}

.user-page .user-nav .nav-item .nav-link.active {
    background: 0 0;
    color: #333;
}

.user-page .user-nav .nav-item .nav-link.active:after {
    opacity: 1;
}

.user-page .user-notification .notification-list {
    margin: 0 -15px;
}

.user-page .user-notification .notification-list .item {
    border-bottom: 1px dashed #e6e6e6;
}

.user-page .user-notification .notification-list .notification-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    padding: 20px;
}

.user-page .user-notification .notification-list .notification-item.unread {
    background: rgba(24, 160, 198, 0.05);
}

.user-page .user-notification .notification-list .notification-item .icon {
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .user-page .user-notification .notification-list .notification-item .icon {
        width: 60px;
    }
}

.user-page .user-notification .notification-list .notification-item .icon img {
    max-width: 100%;
}

.user-page .user-notification .notification-list .notification-item .caption {
    width: calc(100% - 80px);
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .user-page .user-notification .notification-list .notification-item .caption {
        width: calc(100% - 60px);
    }
}

.user-page .user-notification .notification-list .notification-item .caption .name {
    font-size: 0.875rem;
}

.user-page .user-notification .notification-list .notification-item .caption a {
    color: #18a0c6;
    margin-left: 5px;
}

.user-page .user-notification .notification-list .notification-item .caption time {
    font-size: 0.8125rem;
    color: #999;
}

.user-page .user-address .address-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.user-page .user-address .address-list ul li {
    padding: 0 5px;
    width: 50%;
}

@media (max-width: 767.98px) {
    .user-page .user-address .address-list ul li {
        width: 100%;
    }
}

.user-page .user-address .address-list ul li .address-item {
    display: block;
    border-radius: 5px;
    text-align: left;
    font-size: 0.875rem;
    padding: 10px;
    border: 1px dashed #e6e6e6;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 767.98px) {
    .user-page .user-address .address-list ul li .address-item {
        font-size: 0.8125rem;
    }
}

.user-page .user-address .address-list ul li .address-item:after {
    content: "\f00c";
    width: 14px;
    height: 14px;
    background: #18a0c6;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0;
}

.user-page .user-address .address-list ul li .address-item .name {
    font-weight: 700;
}

.user-page .user-address .address-list ul li .address-item .btn-default {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    opacity: 0;
}

.user-page .user-address .address-list ul li .address-item .btn-default:before {
    content: "\f058";
    margin-right: 5px;
    display: none;
}

.user-page .user-address .address-list ul li .address-item .btn-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
}

.user-page .user-address .address-list ul li .address-item .btn-remove:hover {
    color: #f77066;
}

.user-page .user-address .address-list ul li .address-item .btn-remove:before {
    content: "delete";
    font-size: 1rem;
}

.user-page .user-address .address-list ul li .address-item .btn-edit {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #ccc;
}

.user-page .user-address .address-list ul li .address-item .btn-edit:before {
    content: "edit";
    font-size: 1rem;
}

.user-page .user-address .address-list ul li .address-item:hover {
    border-color: #2cbde5;
    background: rgba(24, 160, 198, 0.05);
}

.user-page .user-address .address-list ul li.default .address-item {
    border-color: #2cbde5;
    background: rgba(24, 160, 198, 0.05);
}

.user-page .user-address .address-list ul li.default .address-item .btn-default {
    color: #18a0c6;
    opacity: 1;
}

.user-page .user-address .address-list ul li.default .address-item .btn-default:before {
    display: inline-block;
}

.user-page .user-address .address-list ul li.default .address-item .btn-edit,
.user-page .user-address .address-list ul li.default .address-item .btn-remove {
    top: 30px;
}

.user-page .user-address .form-wrap {
    max-width: 500px;
}

.user-page .user-address .form-wrap .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.user-page .user-address .form-wrap .form-group label {
    width: 120px;
}

.user-page .user-address .form-wrap .form-group .input {
    width: calc(100% - 120px);
}

.user-page .user-address .form-wrap .checkbox label {
    width: 100%;
}

.user-page .user-address .form-wrap .checkbox {
    margin-left: 120px;
}

.user-page .user-address .changepw-form {
    display: none;
}

.user-page .user-address input[type="submit"] {
    display: inline-block;
    width: auto;
    margin-left: 120px;
}

@media (max-width: 767.98px) {
    .user-page .product-list {
        margin: -15px -15px 0;
        padding: 0 10px;
    }
}

.user-page .product-list .product-item {
    position: relative;
}

.user-page .product-list .product-item .btn-remove {
    font-size: 0;
    color: #999;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 5;
}

@media (max-width: 1199.98px) {
    .user-page .product-list .product-item .btn-remove {
        bottom: 10px;
    }
}

.user-page .product-list .product-item .btn-remove:before {
    content: "delete";
    font-size: 1.125rem;
}

.user-page .product-list .product-item .btn-remove:hover {
    color: #f77066;
}

.hardware-page .form-wrap .frm-btn {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.user-page .user-address .address-list ul li .address-item .btn-edit {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #ccc;
}

.user-page .user-address .address-list ul li .address-item .btn-edit:hover {
    color: #9c27b0;
}

.user-page .user-address .address-list ul li .address-item .btn-edit:before {
    content: "edit";
    font-size: 1rem;
}

.user-info .img {
    width: 50px;
    height: 50px;
}

.user-order .order-list {
    margin: 0 -15px;
}

.user-order .order-item {
    padding: 15px 15px 0;
}

@media (max-width: 767.98px) {
    .user-order .order-item {
        padding: 0;
    }
}

.user-order .order-item .order-title {
    position: relative;
    background: #fafafa;
    border-radius: 5px;
    padding: 10px;
    display: block;
}

.user-order .order-item .order-title .id {
    font-size: 16px;
    color: #333;
    font-family:Roboto-Medium;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-title .id {
        font-size: 0.8125rem;
    }
}

.user-order .order-item .order-title .id strong {
    color: #18a0c6;
}

.user-order .order-item .order-title .des {
    font-size: 14px;
    color: #999;
    font-family:Roboto-Regular;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-title .des {
        font-size: 0.6875rem;
    }
}

.user-order .order-item .order-title .status {
    border-radius: 50px;
    font-size: 0.8125rem;
    font-family: Roboto-Medium;
    line-height: 1;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-title .status {
        font-size: 0.6875rem;
        font-weight: 600;
        padding: 5px;
    }
}

.user-order .order-item .order-information {
    font-size: 0.8125rem;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    height: 100%;
    color: #666;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-information {
        padding: 0 15px;
        border-radius: 0;
        border: none;
    }
}

.user-order .order-item .order-information .title {
    font-size: 0.875rem;
    color: #18a0c6;
    font-weight: 600;
}

.user-order .order-item .order-information strong {
    color: #333;
    font-size: 0.875rem;
}

.user-order .order-item .order-information .popup-tragop {
    margin-top: 15px;
}

.user-order .order-item .order-information .repaid-button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    border: none;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 0.8125rem;
    margin-top: 10px;
}

.user-order .order-item .order-information .repaid-button:hover {
    filter: brightness(110%);
    box-shadow: 0 10px 20px -10px #4facfe;
}

.user-order .order-item .order-product .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-product .product {
        padding: 10px 15px;
    }
}

.user-order .order-item .order-product .product .img {
    width: 60px;
}

.user-order .order-item .order-product .product .img img {
    max-width: 100%;
    max-height: 100%;
}

.user-order .order-item .order-product .product .caption {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.user-order .order-item .order-product .product .caption .name {
    font-size: 14px;
    line-height: 1.3;
    font-family: Roboto-Medium;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-product .product .caption .name {
        font-size: 0.8125rem;
    }
}

.user-order .order-item .order-product .product .caption .amount,
.user-order .order-item .order-product .product .caption .price {
    display: inline-block;
    font-size: 0.875rem;
    color: #999;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-product .product .caption .amount,
    .user-order .order-item .order-product .product .caption .price {
        display: block;
        font-size: 0.8125rem;
    }
}

.user-order .order-item .order-product .product .caption .amount {
    width: 100px;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-product .product .caption .amount {
        width: 80px;
    }
}

.user-order .order-item .order-product .product .caption .price .new {
    display: inline;
    font-family: Roboto-Medium;
    color: #607d8b;
}

.user-order .order-item .order-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    font-size: 0.875rem;
    padding: 10px 0;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-total {
        padding: 10px;
    }
}

.user-order .order-item .order-total .label {
    color: #333;
    font-family: Roboto-Medium;
}

.user-order .order-item .order-total .value {
    font-family: ChakraPetch-Bold;
    color: #f44336;
    margin-left: 10px;
}

.user-order .order-item .order-total .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    font-family:Roboto-Medium;
    justify-content: space-between;
    width: 350px;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-total .group {
        width: 100%;
    }
}

.user-order .order-item .order-total .group.total .value {
    color: #f44336;
    font-family:Roboto-Medium;
}

.user-order .order-name {
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .user-order .order-name {
        margin-bottom: 10px;
    }
}

.user-order .order-name strong {
    color: #18a0c6;
    font-weight: 600;
}

.user-order .order-name {
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .user-order .order-name {
        margin-bottom: 10px;
    }
}

.user-order .order-name strong {
    color: #18a0c6;
    font-weight: 600;
}

.user-order .order-list {
    margin: 0 -15px;
}

.user-order .order-item .order-information {
    font-size: 0.8125rem;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    height: 100%;
    color: #666;
}

@media (max-width: 767.98px) {
    .user-order .order-item .order-information {
        padding: 0 15px;
        border-radius: 0;
        border: none;
    }
}

.user-order .order-item .order-information .title {
    font-size: 0.875rem;
    color: #18a0c6;
    font-weight: 600;
}

.user-order .order-item .order-information strong {
    color: #333;
    font-size: 0.875rem;
}

.user-order .order-item .order-information .popup-tragop {
    margin-top: 15px;
}

.user-order .order-item .order-information .repaid-button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    border: none;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 0.8125rem;
    margin-top: 10px;
}

.user-order .order-item .order-information .repaid-button:hover {
    filter: brightness(110%);
    box-shadow: 0 10px 20px -10px #4facfe;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.row.row-s {
    margin: 0 -5px;
}

.row.row-s>[class*="col-"] {
    padding: 0 5px;
}

@media (max-width: 767.98px) {
    .cart-step .cart-payment .payment-method>ul {
        display: none;
    }
}

.cart-step .cart-payment .payment-method>ul>li.method-select a {
    display: block;
    padding: 10px;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input {
    display: none;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label {
    text-align: center;
    padding-bottom: 20px;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label:after {
    content: "\f00c";
    width: 14px;
    height: 14px;
    background: #18a0c6;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label .icon {
    margin-bottom: 10px;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label img {
    width: 48px;
    filter: grayscale(100%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label .name {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .cart-step .cart-payment .payment-method>ul>li.method-select input+label .name {
        font-weight: 500;
    }
}

.cart-step .cart-payment .payment-method>ul>li.method-select:hover a {
    color: #18a0c6;
}

.cart-step .cart-payment .payment-method>ul>li.method-select:hover input+label img {
    filter: grayscale(0%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active {
    background: #333;
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active a {
    color: #fff;
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label:before {
    opacity: 1;
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label:after {
    opacity: 1;
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label img {
    filter: grayscale(0%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title {
    display: none;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .cart-step .cart-payment .payment-method .r-tabs-accordion-title {
        display: block;
    }
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title a {
    display: block;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 10px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input {
    display: none;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding-left: 20px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label:after {
    content: "\f00c";
    width: 14px;
    height: 14px;
    background: #18a0c6;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label .icon {
    width: 32px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label .name {
    width: calc(100% - 32px);
    padding-left: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title.r-tabs-state-active a {
    background: #333;
    color: #fff;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title.r-tabs-state-active label:after {
    opacity: 1;
}

.cart-step .cart-payment .payment-method .method-content .method-img {
    display: none;
}

.cart-step .cart-payment .payment-method .method-content .content {
    font-size: 0.875rem;
}

@media (max-width: 767.98px) {
    .cart-step .cart-payment .payment-method .method-content .content {
        font-size: 0.8125rem;
    }
}

.cart-step .cart-payment .payment-method .method-content .prepay-select {
    max-width: 300px;
}

.Module-365 .cart-step {
    max-width: 1000px;
    margin: 0 auto 30px;
}

@media (max-width: 991.98px) {
    .Module-365 .cart-step {
        margin-bottom: 0;
    }
}

.subscribe .module-title {
    font-size: 1rem;
    color: gray;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .subscribe .module-title {
        font-size: 0.875rem;
    }
}

.subscribe .module-title:before {
    content: "\f003";
    margin-right: 10px;
}

.form-wrap .module-title {
    font-weight: 500;
    font-size: 0.875rem;
    color: #18a0c6;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.modal-repay .module-title {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.modal-repay .module-title a {
    color: #18a0c6;
    font-weight: 700;
}

.cart-step .cart-title span {
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .cart-step .cart-title span {
        font-size: 0.875rem;
    }
}


.cart-step .cart-total .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.cart-step .cart-btn {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .cart-step .cart-btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        padding: 10px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
}

.cart-step .cart-btn .total {
    font-size: 0.875rem;
    color: #333;
}

.cart-step .cart-btn .total .des {
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    color: #999;
    font-style: italic;
}

.cart-step .btn-back {
    font-size: 0.875rem;
    color: #18a0c6;
    position: absolute;
    font-family:Roboto-Medium;
    top: 15px;
    right: 15px;
}

.cart-step .btn-back:hover {
    color: #333;
}

.cart-step .btn-continue {
    background: #039ee3;
    text-transform: uppercase;
    padding: 0 40px;
}

@media (max-width: 767.98px) {
    .cart-step .btn-continue {
        font-size: 0.8125rem;
        padding: 0 20px;
    }
}

.cart-step .btn-continue:hover {
    background: #007bff;
}

.cart-step .cart-login .form-wrap {
    margin-bottom: 10px;
}

.cart-step .cart-login .form-wrap .form-select {
    margin-bottom: 10px;
}

.cart-step .cart-login .form-wrap .form-select ul li {
    margin-bottom: 5px;
}

.cart-step .cart-login .form-wrap .form-select label {
    font-weight: 400;
}

.cart-step .cart-login .form-wrap .form-group label {
    display: none;
}

.cart-step .cart-login .form-wrap input[type="submit"] {
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}

.cart-step .btn-getaddress {
    display: inline-block;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 0.875rem;
    line-height: 30px;
    color: #18a0c6;
    font-weight: 500;
    margin-bottom: 10px;
}

.cart-step .btn-getaddress:before {
    content: "+";
    font-weight: 700;
    margin-right: 5px;
}

.cart-step .cart-form .form-wrap .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.cart-step .cart-form .form-wrap .form-group label {
    width: 100px;
}

.cart-step .cart-form .form-wrap .form-group .input {
    width: calc(100% - 100px);
}

.cart-step .cart-form #exportbill {
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .cart-step .cart-coupon {
        margin-bottom: 10px;
    }
}

.cart-step .cart-coupon .input-coupon {
    max-width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 5px;
}

.cart-step .cart-coupon .input-coupon input {
    width: calc(100% - 110px);
    font-size: 0.8125rem;
    padding: 7px 15px;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    width: 100%;
    color: #333;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.cart-step .cart-coupon .input-coupon input::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.cart-step .cart-coupon .input-coupon input:active,
.cart-step .cart-coupon .input-coupon input:focus {
    border-color: #2cbde5;
    box-shadow: 0 0 0 0.2rem rgba(24, 160, 198, 0.2);
}

.cart-step .cart-payment .payment-method>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    background: #f2f2f2;
}

@media (max-width: 767.98px) {
    .cart-step .cart-payment .payment-method>ul {
        display: none;
    }
}

.cart-step .cart-payment .payment-method>ul>li.method-select input {
    display: none;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label {
    text-align: center;
    padding-bottom: 20px;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label:after {
    content: "\f00c";
    width: 14px;
    height: 14px;
    background: #18a0c6;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label .icon {
    margin-bottom: 10px;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label img {
    width: 48px;
    filter: grayscale(100%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label .name {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .cart-step .cart-payment .payment-method>ul>li.method-select input+label .name {
        font-weight: 500;
    }
}

.cart-step .cart-payment .payment-method>ul>li.method-select:hover a {
    color: #18a0c6;
}

.cart-step .cart-payment .payment-method>ul>li.method-select:hover input+label img {
    filter: grayscale(0%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label:before {
    opacity: 1;
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label:after {
    opacity: 1;
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label img {
    filter: grayscale(0%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title {
    display: none;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .cart-step .cart-payment .payment-method .r-tabs-accordion-title {
        display: block;
    }
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title a {
    display: block;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 10px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input {
    display: none;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding-left: 20px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label:after {
    content: "\f00c";
    width: 14px;
    height: 14px;
    background: #18a0c6;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label .icon {
    width: 32px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label .name {
    width: calc(100% - 32px);
    padding-left: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title.r-tabs-state-active a {
    background: #333;
    color: #fff;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title.r-tabs-state-active label:after {
    opacity: 1;
}

.cart-step .cart-payment .payment-method .method-content .method-img {
    display: none;
}

.cart-step .cart-payment .payment-method .method-content .content {
    font-size: 0.875rem;
}

@media (max-width: 767.98px) {
    .cart-step .cart-payment .payment-method .method-content .content {
        font-size: 0.8125rem;
    }
}

.cart-step .cart-payment .payment-method .method-content .prepay-select {
    max-width: 300px;
}

.cart-step .cart-payment .btn-buy {
    margin-top: 15px;
    text-transform: uppercase;
}

.hardware-page .cart-step {
    margin: 0 -15px !important;
    border: none;
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    .hardware-page .cart-step:before {
        display: none;
    }
}

.Module-365 .cart-step {
    max-width: 1000px;
    margin: 0 auto 30px;
}

@media (max-width: 991.98px) {
    .Module-365 .cart-step {
        margin-bottom: 0;
    }
}

.cart-step .btn-continue,
.cart-step .cart-payment .btn-buy,
.installment-page .btn-buy,
.news-page .product .caption .btn-buy {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 36px;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    background: #005ec4;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

@media (max-width: 767.98px) {
    .btn-main,
    .btn-outline,
    .social-login ul li a,
    .news-page .product .caption .btn-tragop,
    .form-wrap input[type="submit"],
    header .cart .cart-panel .cart-checkout .btn-checkout,
    .cart-step .btn-continue,
    .cart-step .cart-payment .btn-buy,
    .installment-page .btn-buy,
    .news-page .product .caption .btn-buy {
        padding: 0 25px;
    }
}

@media (max-width: 767.98px) {
    .btn-main,
    .btn-outline,
    .social-login ul li a,
    .news-page .product .caption .btn-tragop,
    .form-wrap input[type="submit"],
    header .cart .cart-panel .cart-checkout .btn-checkout,
    .cart-step .btn-continue,
    .cart-step .cart-payment .btn-buy,
    .installment-page .btn-buy,
    .news-page .product .caption .btn-buy {
        padding: 0 25px;
    }
}

.btn-main.big,
.big.btn-outline,
.social-login ul li a.big,
.news-page .product .caption .big.btn-tragop,
.form-wrap input.big[type="submit"],
header .cart .cart-panel .cart-checkout .big.btn-checkout,
.cart-step .big.btn-continue,
.cart-step .cart-payment .big.btn-buy,
.installment-page .big.btn-buy,
.news-page .product .caption .big.btn-buy {
    line-height: 50px;
    padding: 0 50px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.btn-main.disabled,
.disabled.btn-outline,
.social-login ul li a.disabled,
.news-page .product .caption .disabled.btn-tragop,
.form-wrap input.disabled[type="submit"],
header .cart .cart-panel .cart-checkout .disabled.btn-checkout,
.cart-step .disabled.btn-continue,
.cart-step .cart-payment .disabled.btn-buy,
.installment-page .disabled.btn-buy,
.news-page .product .caption .disabled.btn-buy {
    background: #ccc;
    pointer-events: none;
}

.btn-main.disabled:hover,
.disabled.btn-outline:hover,
.social-login ul li a.disabled:hover,
.news-page .product .caption .disabled.btn-tragop:hover,
.form-wrap input.disabled:hover[type="submit"],
header .cart .cart-panel .cart-checkout .disabled.btn-checkout:hover,
.cart-step .disabled.btn-continue:hover,
.cart-step .cart-payment .disabled.btn-buy:hover,
.installment-page .disabled.btn-buy:hover,
.news-page .product .caption .disabled.btn-buy:hover {
    box-shadow: none;
}

.cart-step {
    margin-top: 20px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-top: none;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
}

.cart-step .cart-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 15px 10px;
    margin: 0 -15px 10px;
}

.cart-step .cart-title .material-icons,
.cart-step .cart-title .mi,
.cart-step .cart-title .dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom .dropdown-menu .dropdown-title .cart-step .cart-title .btn-closedropdown:before,
.cart-step .cart-title .dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .cart .cart-panel .dropdown-title .cart-step .cart-title .btn-closedropdown:before,
.cart-step .cart-title header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .cart-panel .dropdown-title .cart-step .cart-title .btn-closedropdown:before,
.cart-step .cart-title header .check-tool.s1 a:before,
header .check-tool.s1 .cart-step .cart-title a:before,
.cart-step .cart-title header .check-tool.s2 a:before,
header .check-tool.s2 .cart-step .cart-title a:before,
.cart-step .cart-title header .login-tool .dropdown-toggle:before,
header .login-tool .cart-step .cart-title .dropdown-toggle:before,
.cart-step .cart-title header .notification .dropdown-toggle:before,
header .notification .cart-step .cart-title .dropdown-toggle:before,
.cart-step .cart-title header .cart .cart-toggle .cart-amount:before,
header .cart .cart-toggle .cart-step .cart-title .cart-amount:before,
.cart-step .cart-title .cart-header .btn-back:before,
.cart-header .cart-step .cart-title .btn-back:before,
.cart-step .cart-title .user-info:after,
.cart-step .cart-title .user-page .user-address .address-list ul li .address-item .btn-remove:before,
.user-page .user-address .address-list ul li .address-item .cart-step .cart-title .btn-remove:before,
.cart-step .cart-title .user-page .user-address .address-list ul li .address-item .btn-edit:before,
.user-page .user-address .address-list ul li .address-item .cart-step .cart-title .btn-edit:before,
.cart-step .cart-title .user-page .product-list .product-item .btn-remove:before,
.user-page .product-list .product-item .cart-step .cart-title .btn-remove:before {
    padding-right: 10px;
}

@media (max-width: 767.98px) {
    .cart-step .cart-title .material-icons,
    .cart-step .cart-title .mi,
    .cart-step .cart-title .dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
    .dropdown-custom .dropdown-menu .dropdown-title .cart-step .cart-title .btn-closedropdown:before,
    .cart-step .cart-title .dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:before,
    .dropdown-custom header .cart .cart-panel .dropdown-title .cart-step .cart-title .btn-closedropdown:before,
    .cart-step .cart-title header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before,
    header .cart .dropdown-custom .cart-panel .dropdown-title .cart-step .cart-title .btn-closedropdown:before,
    .cart-step .cart-title header .check-tool.s1 a:before,
    header .check-tool.s1 .cart-step .cart-title a:before,
    .cart-step .cart-title header .check-tool.s2 a:before,
    header .check-tool.s2 .cart-step .cart-title a:before,
    .cart-step .cart-title header .login-tool .dropdown-toggle:before,
    header .login-tool .cart-step .cart-title .dropdown-toggle:before,
    .cart-step .cart-title header .notification .dropdown-toggle:before,
    header .notification .cart-step .cart-title .dropdown-toggle:before,
    .cart-step .cart-title header .cart .cart-toggle .cart-amount:before,
    header .cart .cart-toggle .cart-step .cart-title .cart-amount:before,
    .cart-step .cart-title .cart-header .btn-back:before,
    .cart-header .cart-step .cart-title .btn-back:before,
    .cart-step .cart-title .user-info:after,
    .cart-step .cart-title .user-page .user-address .address-list ul li .address-item .btn-remove:before,
    .user-page .user-address .address-list ul li .address-item .cart-step .cart-title .btn-remove:before,
    .cart-step .cart-title .user-page .user-address .address-list ul li .address-item .btn-edit:before,
    .user-page .user-address .address-list ul li .address-item .cart-step .cart-title .btn-edit:before,
    .cart-step .cart-title .user-page .product-list .product-item .btn-remove:before,
    .user-page .product-list .product-item .cart-step .cart-title .btn-remove:before {
        font-size: 1.125rem;
    }
}

.cart-step .cart-title span {
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .cart-step .cart-title span {
        font-size: 0.875rem;
    }
}

.cart-step .cart-title span strong {
    color: #f44336;
    font-family: Roboto-Medium;
}

.cart-step .cart-total .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.cart-step .cart-total .group .label {
    font-size: 0.8125rem;
    font-family:Roboto-Medium;
}

.cart-step .cart-total .group .value {
    font-size: 0.9375rem;
    font-family: Roboto-Medium;
    color: #000;
}

.cart-step .cart-total .group.total .value {
    font-size: 1.3rem;
    color: #dc3545;
}

.cart-step .cart-btn {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .cart-step .cart-btn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        padding: 10px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
}

.cart-step .cart-btn .total {
    font-size: 0.875rem;
    color: #333;
}

.cart-step .cart-btn .total strong {
    color: #f44336;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 5px;
}

.cart-step .cart-btn .total .des {
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    color: #999;
    font-style: italic;
}

.cart-step .btn-back:hover {
    color: #333;
}

@media (max-width: 767.98px) {
    .cart-step .btn-continue {
        font-size: 0.8125rem;
        padding: 0 20px;
    }
}

.cart-step .cart-login .form-wrap {
    margin-bottom: 10px;
}

.cart-step .cart-login .form-wrap .form-select {
    margin-bottom: 10px;
}

.cart-step .cart-login .form-wrap .form-select ul li {
    margin-bottom: 5px;
}

.cart-step .cart-login .form-wrap .form-select label {
    font-weight: 400;
}

.cart-step .cart-login .form-wrap .form-group label {
    display: none;
}

.cart-step .cart-login .form-wrap input[type="submit"] {
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}

.cart-step .btn-getaddress {
    display: inline-block;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 0.875rem;
    line-height: 30px;
    color: #18a0c6;
    font-weight: 500;
    margin-bottom: 10px;
}

.cart-step .btn-getaddress:before {
    content: "+";
    font-weight: 700;
    margin-right: 5px;
}

.cart-step .cart-form .form-wrap .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.cart-step .cart-form .form-wrap .form-group label {
    width: 100px;
}

.cart-step .cart-form .form-wrap .form-group .input {
    width: calc(100% - 100px);
}

.cart-step .cart-form #exportbill {
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .cart-step .cart-coupon {
        margin-bottom: 10px;
    }
}

.cart-step .cart-coupon .input-coupon {
    max-width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 5px;
}

.cart-step .cart-coupon .input-coupon input {
    width: calc(100% - 110px);
    font-size: 0.8125rem;
    padding: 7px 15px;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    width: 100%;
    color: #333;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.cart-step .cart-coupon .input-coupon input::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.cart-step .cart-coupon .input-coupon input:active,
.cart-step .cart-coupon .input-coupon input:focus {
    border-color: #2cbde5;
    box-shadow: 0 0 0 0.2rem rgba(24, 160, 198, 0.2);
}

.cart-step .cart-payment .payment-method>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    background: #f2f2f2;
}

.cart-step .cart-payment .payment-method>ul>li.method-select {
    width: calc(100% / 6);
    position: relative;
    border-radius: 5px;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input {
    display: none;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label {
    text-align: center;
    padding-bottom: 20px;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label:after {
    content: "\f00c";
    width: 14px;
    height: 14px;
    background: #18a0c6;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label .icon {
    margin-bottom: 10px;
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label img {
    width: 48px;
    filter: grayscale(100%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select input+label .name {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .cart-step .cart-payment .payment-method>ul>li.method-select input+label .name {
        font-weight: 500;
    }
}

.cart-step .cart-payment .payment-method>ul>li.method-select:hover a {
    color: #18a0c6;
}

.cart-step .cart-payment .payment-method>ul>li.method-select:hover input+label img {
    filter: grayscale(0%);
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label:before {
    opacity: 1;
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label:after {
    opacity: 1;
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active input+label img {
    filter: grayscale(0%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title {
    display: none;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .cart-step .cart-payment .payment-method .r-tabs-accordion-title {
        display: block;
    }
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title a {
    display: block;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 10px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input {
    display: none;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding-left: 20px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label:after {
    content: "\f00c";
    width: 14px;
    height: 14px;
    background: #18a0c6;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label .icon {
    width: 32px;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title input+label .name {
    width: calc(100% - 32px);
    padding-left: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title.r-tabs-state-active a {
    background: #333;
    color: #fff;
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title.r-tabs-state-active label:after {
    opacity: 1;
}

.cart-step .cart-payment .payment-method .method-content {
    margin-top: 5px;
}

.cart-step .cart-payment .payment-method .method-content .method-img {
    display: none;
}

.cart-step .cart-payment .payment-method .method-content .content {
    font-size: 0.875rem;
}

@media (max-width: 767.98px) {
    .cart-step .cart-payment .payment-method .method-content .content {
        font-size: 0.8125rem;
    }
}

.cart-step .cart-payment .payment-method .method-content .prepay-select {
    max-width: 300px;
}

@media (max-width: 991.98px) {
    .cart-step.cart-step1 {
        margin: 10px -15px;
    }
}

.compare-panel .btn-wrap {
    height: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 15px;
}

.compare-panel .btn-wrap .btn-compare,
.compare-panel .btn-wrap .btn_compare_b {
    display: block;
    width: 100%;
    line-height: 36px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
    background: #18a0c6;
    padding: 0 20px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.compare-panel .btn-wrap .btn-compare:hover,
.compare-panel .btn-wrap .btn_compare_b:hover {
    background: #333;
}

.compare-panel .btn-wrap .des {
    color: #666;
    font-size: 0.75rem;
}

.home-hotsale .btn-wrap {
    text-align: center;
}

.home-product .btn-wrap {
    padding-top: 20px;
}

.home-news .btn-wrap {
    text-align: center;
}

.home-news .btn-wrap {
    text-align: center;
}

.product-page .product-description .tab-pane .btn-wrap {
    padding-top: 15px;
    display: none;
}

.product-page .product-specification .btn-wrap .btn-viewdetail {
    display: block;
    color: #333;
    background: #f7f7f7;
    line-height: 34px;
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
}

.product-page .product-specification .btn-wrap .btn-viewdetail:before {
    content: "\f055";
    margin-right: 5px;
}

.product-page .product-specification .btn-wrap .btn-viewdetail:hover {
    background: gray;
    color: #fff;
}

@media (max-width: 991.98px) {
    .search-page .result-news .btn-wrap {
        text-align: center;
    }
}

.notfound-page .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.notfound-page .btn-wrap a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #18a0c6;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
}

@media (max-width: 767.98px) {
    .notfound-page .btn-wrap a {
        display: block;
    }
}

.notfound-page .btn-wrap a+a {
    margin-left: 50px;
}

@media (max-width: 767.98px) {
    .notfound-page .btn-wrap a+a {
        margin-left: 0;
    }
}

.notfound-page .btn-wrap a:hover {
    color: #fff;
    background: #333;
}

.news-page .product .caption .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
}

.cart-header .btn-back {
    font-size: 0;
    color: #333;
}

.cart-header .btn-back:before {
    content: "arrow_back";
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    .stepcomplete .center-noleftright .cart-btnwrap .btn-backstep,
    .stepcomplete .center-noleftright .cart-btnwrap .btn-nextstep {
        font-size: 0.8125rem;
        line-height: 36px;
    }
}

.cart-table .item {
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right:12px
}

.cart-table .item .cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.cart-table .item .cart-item .btn-remove {
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #fff;
    padding-bottom: 3px;
    padding-right: 3px;
}

.cart-table .item .cart-item .btn-remove:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #18a0c6;
    border-bottom: 20px solid #18a0c6;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cart-table .item .cart-item .btn-remove:hover:before {
    border-right-color: #333;
    border-bottom-color: #333;
}

*:before,
*:after {
    font-family: fontawesome;
}

.cart-table .item .cart-item .img {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .cart-table .item .cart-item .img {
        width: 60px;
        height: 60px;
    }
}

.cart-table .item .cart-item .img img {
    max-width: 90%;
    max-height: 90%;
}

.cart-table .item .cart-item .caption {
    width: calc(100% - 100px);
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .cart-table .item .cart-item .caption {
        width: calc(100% - 60px);
    }
}

.cart-table .item .cart-item .caption .item-info {
    width: calc(100% - 150px);
}

@media (max-width: 767.98px) {
    .cart-table .item .cart-item .caption .item-info {
        width: calc(100% - 100px);
    }
}

.cart-table .item .cart-item .caption .item-info .name {
    display: block;
    font-size: 0.875rem;
    font-family:Roboto-Medium;
}

.cart-table .item .cart-item .caption .item-info .option {
    font-size: 0.8125rem;
    color: #999;
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .cart-table .item .cart-item .caption .item-info .option {
        font-size: 0.75rem;
    }
}

.cart-table .item .cart-item .caption .item-info .option span {
    margin-left: 5px;
    color: #666;
}

.cart-table .item .cart-item .caption .item-info .amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 0.8125rem;
    color: #999;
    margin-top: 5px;
}

@media (max-width: 767.98px) {
    .cart-table .item .cart-item .caption .item-info .amount {
        font-size: 1rem;
    }
}

.cart-table .item .cart-item .caption .item-info .amount .input-number {
    margin-left: 5px;
    color: #333;
}

.cart-table .item .cart-item .caption .item-price {
    text-align: right;
    font-family: Roboto-Medium;
    color: #607d8b;
    width: 150px;
}

@media (max-width: 767.98px) {
    .cart-table .item .cart-item .caption .item-price {
        font-family: Roboto-Medium;
        font-size: 0.85rem;
        width: 100px;
    }
}

.cart-table .item .cart-item .caption .item-price .old {
    font-size: 0.8125rem;
}

.cart-table .item .cart-item .caption .item-price .old del {
    color: #999;
}

.cart-table .item .cart-item .caption .item-price .old span {
    color: #333;
    margin-left: 5px;
}

.cart-table .item .cart-item .caption .item-price .des {
    margin-top: 5px;
    font-size: 0.75rem;
    font-style: italic;
    color: #999;
}

@media (max-width: 767.98px) {
    .cart-table .item .cart-item .caption .item-price .des {
        font-size: 0.625rem;
    }
}

.cart-table .item .cart-item .caption .gift-list {
    margin-top: 10px;
    border-radius: 5px;
    border: 1px dashed rgba(24, 160, 198, 0.5);
    padding: 5px 15px;
    width: 100%;
    max-width: 300px;
}

.cart-table .item .cart-item .caption .gift-list label {
    font-size: 0.875rem;
    line-height: 1;
    color: #18a0c6;
    font-weight: 500;
    background: #fff;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .cart-table .item .cart-item .caption .gift-list label {
        font-size: 0.8125rem;
    }
}

.cart-table .item .cart-item .caption .gift-list label:before {
    content: "\f06b";
    margin-right: 5px;
}

.cart-table .item .cart-item .caption .gift-list ul {
    list-style-type: disc;
    padding-left: 20px;
}

.cart-table .item .cart-item .caption .gift-list ul li {
    margin-bottom: 3px;
}

.cart-table .item .cart-item .caption .gift-list ul li:last-child {
    margin-bottom: 0;
}

.cart-table .item .cart-item .caption .gift-list ul li a {
    display: block;
    font-size: 0;
}

.cart-table .item .cart-item .caption .gift-list ul li a span {
    font-size: 0.8125rem;
    line-height: 1.2;
}

.cart-table .item .cart-item .caption .gift-list ul li a:hover {
    color: #18a0c6;
}

.cart-table .item .cart-item .caption .gift-list .gift-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-table .item .cart-item .caption .gift-list .gift-item .gift-img {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.cart-table .item .cart-item .caption .gift-list .gift-item .gift-img img {
    max-width: 90%;
    max-height: 90%;
}

.cart-table .item .cart-item .caption .gift-list .gift-item .gift-caption {
    padding-left: 10px;
}

.cart-table .item .cart-item .caption .gift-list .gift-item .gift-caption .gift-name {
    font-size: 0.8125rem;
    font-weight: 500;
}

.cart-table .item .cart-item .caption .gift-list .gift-item .gift-caption .gift-price .new {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #607d8b;
}

.user-page .product-list .product-item .btn-remove {
    font-size: 0;
    color: #999;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 5;
}

.endright:hover {
    color: #007bff;
}

@media (max-width: 1199.98px) {
    .user-page .product-list .product-item .btn-remove {
        bottom: 10px;
    }
}

.spancount {
    cursor: pointer;
}

.number {
    margin: 100px;
}

.minus,
.plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.input {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-step .cart-form .form-wrap .form-group label {
    width: 100px;
}

.cart-step .cart-form .form-wrap .form-group .input {
    width: calc(100% - 100px);
}

.installment-form .form-wrap .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.installment-form .form-wrap .form-group label {
    width: 100px;
}

.installment-form .form-wrap .form-group .input {
    width: calc(100% - 100px);
}

.user-page .user-form .form-wrap .form-group label+div {
    width: calc(100% - 120px);
}

.user-page .user-form .form-wrap .form-group .input,
.user-page .user-form .form-wrap .form-group .settingcontrol {
    width: calc(100% - 120px);
}

.user-page .user-address .form-wrap .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.user-page .user-address .form-wrap .form-group label {
    width: 120px;
}

.user-page .user-address .form-wrap .form-group .input {
    width: calc(100% - 120px);
}

.input-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    background: #fff;
    width: 72px;
}

.input-number .btn-spin {
    width: 20px;
    height: 22px;
    font-size: 0.875rem;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.input-number input {
    width: 30px;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 22px;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 700;
}

.cart-table .item .cart-item .btn-remove:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #18a0c6;
    border-bottom: 20px solid #18a0c6;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cart-step .cart-coupon .input-coupon .btn-submitcoupon {
    border: none;
    width: 105px;
    font-size: 0.8125rem;
    padding: 8px 15px;
    color: #fff;
    background: #7b4397;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #dc2430, #7b4397);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #dc2430, #7b4397);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 50px;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    margin-left: 5px;
}

@font-face {
    font-family: 'MaterialIcons-Regular';
    src: url('../fonts/MaterialIcons-Regular.woff2?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('woff2');
}

.cart-step .cart-coupon .input-coupon .btn-submitcoupon:hover {
    background: #007bff;
    color: #fff;
}

.installment-form .input-coupon .btn-submitcoupon {
    width: 80px;
    font-size: 0.8125rem;
    padding: 8px 10px;
    background: #18a0c6;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    margin-left: 5px;
}

.installment-form .input-coupon .btn-submitcoupon:hover {
    background: #333;
}

.material-icons,
.mi,
.dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before,
header .check-tool.s1 a:before,
header .check-tool.s2 a:before,
header .login-tool .dropdown-toggle:before,
header .notification .dropdown-toggle:before,
header .cart .cart-toggle .cart-amount:before,
.cart-header .btn-back:before,
.user-info:after,
.user-page .user-address .address-list ul li .address-item .btn-remove:before,
.user-page .user-address .address-list ul li .address-item .btn-edit:before,
.user-page .product-list .product-item .btn-remove:before {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

img,
iframe {
    vertical-align: middle;
}

@media only screen and (max-width: 1900px) {
    #fadeshow1 {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    #fadeshow2 {
        display: none;
    }
}

.dropdown-menu.show,
header .cart .show.cart-panel {
    display: block;
}

header .cart .cart-panel {
    min-width: 350px;
    background: #f2f2f2;
    border-top: none;
    border-radius: 5px;
}

.dropdown-menu,
header .cart .cart-panel {
    border: none;
    border-radius: 0;
    background: #fff;
    border-top: 2px solid #18a0c6;
    margin-top: 10px;
    padding: 0;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
}

.dropdown-menu-right,
header .cart .cart-panel {
    right: 0;
    left: auto;
}

.dropdown-menu,
header .cart .cart-panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0;
}

.dropdown-custom>a {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
}

.dropdown-custom>a:hover {
    color: #18a0c6;
}

.dropdown-custom>a+a {
    font-size: 0.75rem;
    font-weight: 400;
    color: #999;
}

.dropdown-custom>a+a:hover {
    color: #f77066;
}

@media (max-width: 767.98px) {
    .dropdown-custom .dropdown-menu,
    .dropdown-custom header .cart .cart-panel,
    header .cart .dropdown-custom .cart-panel {
        border: none;
        border-radius: 0;
        margin: 0;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        -webkit-transform: none !important;
        -khtml-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        z-index: 1000;
    }
}

@media (max-width: 767.98px) {
    .dropdown-custom .dropdown-menu .dropdown-title,
    .dropdown-custom header .cart .cart-panel .dropdown-title,
    header .cart .dropdown-custom .cart-panel .dropdown-title {
        font-size: 1.125rem;
        text-transform: capitalize;
        font-weight: 500;
    }
}

.dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown,
.dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown,
header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown,
    .dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown,
    header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown {
        position: static;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        align-content: center;
        margin-right: 15px;
    }
}

.dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before {
    content: "close";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background: #18a0c6;
    color: #fff;
    align-items: center;
    align-content: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
    .dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:before,
    header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before {
        content: "arrow_back";
        font-size: 1.5rem;
        width: unset;
        height: unset;
        display: block;
        background: 0 0;
        color: #333;
    }
}

.dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:hover,
.dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:hover,
header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:hover {
    color: #f44336;
}

@media (max-width: 767.98px) {
    .dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:hover,
    .dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:hover,
    header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:hover {
        color: #333;
    }
}

header .cart .cart-toggle .cart-amount {
    font-size: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
}

.material-icons,
.mi,
.dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before,
header .check-tool.s1 a:before,
header .check-tool.s2 a:before,
header .login-tool .dropdown-toggle:before,
header .notification .dropdown-toggle:before,
header .cart .cart-toggle .cart-amount:before,
.cart-header .btn-back:before,
.user-info:after,
.user-page .user-address .address-list ul li .address-item .btn-remove:before,
.user-page .user-address .address-list ul li .address-item .btn-edit:before,
.user-page .product-list .product-item .btn-remove:before {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

.dropdown-menu.show,
header .cart .show.cart-panel {
    display: block;
}

header .cart .cart-panel {
    min-width: 350px;
    background: #f2f2f2;
    border-top: none;
    border-radius: 5px;
}

.dropdown-menu,
header .cart .cart-panel {
    border: none;
    border-radius: 0;
    background: #fff;
    border-top: 2px solid #18a0c6;
    margin-top: 10px;
    padding: 0;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
}

.dropdown-menu-right,
header .cart .cart-panel {
    right: 0;
    left: auto;
}

.dropdown-menu,
header .cart .cart-panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

header .cart .cart-panel .dropdown-title {
    position: relative;
    border-bottom: none;
}

.dropdown-menu .dropdown-title,
header .cart .cart-panel .dropdown-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown,
.dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown,
header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

.dropdown-menu,
header .cart .cart-panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before {
    content: "close";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background: #18a0c6;
    color: #fff;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.material-icons,
.mi,
.dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .cart .cart-panel .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before,
header .check-tool.s1 a:before,
header .check-tool.s2 a:before,
header .login-tool .dropdown-toggle:before,
header .notification .dropdown-toggle:before,
header .cart .cart-toggle .cart-amount:before,
.cart-header .btn-back:before,
.user-info:after,
.user-page .user-address .address-list ul li .address-item .btn-remove:before,
.user-page .user-address .address-list ul li .address-item .btn-edit:before,
.user-page .product-list .product-item .btn-remove:before {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

header .cart .cart-panel .cart-list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

header .cart .cart-panel .cart-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
    header .cart .cart-panel .cart-list {
        max-height: unset;
        max-height: calc(100vh - 160px);
    }
}

header .cart .cart-panel .cart-list .item+.item {
    margin-top: 5px;
}

header .cart .cart-panel .cart-list .cart-item {
    display: block;
    padding: 10px;
    background: #fff;
    position: relative;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #18a0c6;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

header .cart .cart-panel .cart-list .cart-item figure .img {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 3px;
}

header .cart .cart-panel .cart-list .cart-item figure .img img {
    max-width: 90%;
    max-height: 90%;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption {
    width: calc(100% - 60px);
    padding-left: 10px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .name {
    font-size: 0.8125rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .amount {
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .amount .input-number {
    margin-left: 15px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .price {
    margin-top: 5px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .price .new {
    color: #18a0c6;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
}

header .cart .cart-panel .cart-list .cart-item:hover:before {
    opacity: 1;
}

header .cart .cart-panel .cart-list .cart-item:hover figure .img {
    border-color: #18a0c6;
}

header .cart .cart-panel .cart-list .cart-item:hover figure figcaption .name {
    color: #18a0c6;
}

header .cart .cart-panel .cart-checkout {
    padding: 15px;
}

@media (max-width: 767.98px) {
    header .cart .cart-panel .cart-checkout {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
    }
}

header .cart .cart-panel .cart-checkout .cart-total {
    font-size: 1rem;
    text-align: right;
    font-weight: 600;
    margin-bottom: 15px;
}

header .cart .cart-panel .cart-checkout .cart-total strong {
    font-weight: 600;
    color: #f44336;
    margin-left: 20px;
}

header .cart .cart-panel .cart-checkout .btn-checkout {
    border-radius: 50px;
    display: block;
    line-height: 38px;
    padding: 0 20px;
}

.dropdown-menu,
header .cart .cart-panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem
}

header .cart .cart-panel .cart-list {
    max-height: 250px;
    overflow: auto;
    padding: 0 15px;
}

header .cart .cart-panel .cart-list::-webkit-scrollbar-track {
    background-color: transparent;
    padding: 2px;
}

header .cart .cart-panel .cart-list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

header .cart .cart-panel .cart-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
    header .cart .cart-panel .cart-list {
        max-height: unset;
        max-height: calc(100vh - 160px);
    }
}

header .cart .cart-panel .cart-list .item+.item {
    margin-top: 5px;
}

header .cart .cart-panel .cart-list .cart-item {
    display: block;
    padding: 10px;
    background: #fff;
    position: relative;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #18a0c6;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

header .cart .cart-panel .cart-list .cart-item figure .img {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 3px;
}

header .cart .cart-panel .cart-list .cart-item figure .img img {
    max-width: 90%;
    max-height: 90%;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption {
    width: calc(100% - 60px);
    padding-left: 10px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .name {
    font-size: 0.8125rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .amount {
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .amount .input-number {
    margin-left: 15px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .price {
    margin-top: 5px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .price .new {
    color: #18a0c6;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
}

header .cart .cart-panel .cart-list .cart-item:hover:before {
    opacity: 1;
}

header .cart .cart-panel .cart-list .cart-item:hover figure .img {
    border-color: #18a0c6;
}

header .cart .cart-panel .cart-list .cart-item:hover figure figcaption .name {
    color: #18a0c6;
}

header .cart .cart-panel .cart-checkout {
    padding: 15px;
}

@media (max-width: 767.98px) {
    header .cart .cart-panel .cart-checkout {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
    }
}

header .cart .cart-panel .cart-checkout .cart-total {
    font-size: 1rem;
    text-align: right;
    font-weight: 600;
    margin-bottom: 15px;
}

header .cart .cart-panel .cart-checkout .cart-total strong {
    font-weight: 600;
    color: #f44336;
    margin-left: 20px;
}

header .cart .cart-panel .cart-checkout .btn-checkout {
    border-radius: 50px;
    display: block;
    line-height: 38px;
    padding: 0 20px;
}

header .mini-menu {
    display: none;
    margin-left: 8px;
}

@media (max-width: 1199.98px) {
    header .mini-menu {
        display: block;
    }
}

header .cart .cart-panel .cart-list .item+.item {
    margin-top: 5px;
}

header .cart .cart-panel .cart-list .cart-item {
    display: block;
    padding: 10px;
    background: #fff;
    position: relative;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #18a0c6;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

header .cart .cart-panel .cart-list .cart-item figure .img {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 3px;
}

header .cart .cart-panel .cart-list .cart-item figure .img img {
    max-width: 90%;
    max-height: 90%;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption {
    width: calc(100% - 60px);
    padding-left: 10px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .name {
    font-size: 0.8125rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .amount {
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .amount .input-number {
    margin-left: 15px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .price {
    margin-top: 5px;
}

header .cart .cart-panel .cart-list .cart-item figure figcaption .price .new {
    color: #18a0c6;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
}

header .cart .cart-panel .cart-list .cart-item:hover:before {
    opacity: 1;
}

header .cart .cart-panel .cart-list .cart-item:hover figure .img {
    border-color: #18a0c6;
}

header .cart .cart-panel .cart-list .cart-item:hover figure figcaption .name {
    color: #18a0c6;
}

header .cart .cart-panel .cart-checkout {
    padding: 15px;
}

@media (max-width: 767.98px) {
    header .cart .cart-panel .cart-checkout {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
    }
}

header .cart .cart-panel .cart-checkout .cart-total {
    font-size: 1rem;
    text-align: right;
    font-weight: 600;
    margin-bottom: 15px;
}

header .cart .cart-panel .cart-checkout .cart-total strong {
    font-weight: 600;
    color: #f44336;
    margin-left: 20px;
}

header .cart .cart-panel .cart-checkout .btn-checkout {
    border-radius: 50px;
    display: block;
    line-height: 38px;
    padding: 0 20px;
}

header .mini-menu {
    display: none;
    margin-left: 8px;
}

@media (max-width: 1199.98px) {
    header .mini-menu {
        display: block;
    }
}

header .mini-menu .dropdown-toggle .material-icons,
header .mini-menu .dropdown-toggle .mi,
header .mini-menu .dropdown-toggle .dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom .dropdown-menu .dropdown-title header .mini-menu .dropdown-toggle .btn-closedropdown:before,
.dropdown-custom header .mini-menu .dropdown-toggle .cart .cart-panel .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .cart .cart-panel .dropdown-title .mini-menu .dropdown-toggle .btn-closedropdown:before,
header .mini-menu .dropdown-toggle .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .cart-panel .dropdown-title .mini-menu .dropdown-toggle .btn-closedropdown:before,
header .mini-menu .dropdown-toggle .check-tool.s1 a:before,
header .check-tool.s1 .mini-menu .dropdown-toggle a:before,
header .mini-menu .dropdown-toggle .check-tool.s2 a:before,
header .check-tool.s2 .mini-menu .dropdown-toggle a:before,
header .mini-menu .dropdown-toggle .login-tool .dropdown-toggle:before,
header .login-tool .mini-menu .dropdown-toggle .dropdown-toggle:before,
header .mini-menu .dropdown-toggle .notification .dropdown-toggle:before,
header .notification .mini-menu .dropdown-toggle .dropdown-toggle:before,
header .mini-menu .dropdown-toggle .cart .cart-toggle .cart-amount:before,
header .cart .cart-toggle .mini-menu .dropdown-toggle .cart-amount:before,
header .mini-menu .dropdown-toggle .cart-header .btn-back:before,
.cart-header header .mini-menu .dropdown-toggle .btn-back:before,
header .mini-menu .dropdown-toggle .user-info:after,
header .mini-menu .dropdown-toggle .user-page .user-address .address-list ul li .address-item .btn-remove:before,
.user-page .user-address .address-list ul li .address-item header .mini-menu .dropdown-toggle .btn-remove:before,
header .mini-menu .dropdown-toggle .user-page .user-address .address-list ul li .address-item .btn-edit:before,
.user-page .user-address .address-list ul li .address-item header .mini-menu .dropdown-toggle .btn-edit:before,
header .mini-menu .dropdown-toggle .user-page .product-list .product-item .btn-remove:before,
.user-page .product-list .product-item header .mini-menu .dropdown-toggle .btn-remove:before {
    display: block;
}

header .mini-menu .dropdown-menu,
header .mini-menu .cart .cart-panel,
header .cart .mini-menu .cart-panel {
    min-width: 200px;
    padding: 5px 0;
}

header .mini-menu .dropdown-menu .dropdown-item,
header .mini-menu .cart .cart-panel .dropdown-item,
header .cart .mini-menu .cart-panel .dropdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px 10px;
}

header .mini-menu .dropdown-menu .dropdown-item .material-icons,
header .mini-menu .cart .cart-panel .dropdown-item .material-icons,
header .cart .mini-menu .cart-panel .dropdown-item .material-icons,
header .mini-menu .dropdown-menu .dropdown-item .mi,
header .mini-menu .cart .cart-panel .dropdown-item .mi,
header .cart .mini-menu .cart-panel .dropdown-item .mi,
header .mini-menu .dropdown-custom .dropdown-menu .dropdown-item .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .mini-menu .dropdown-menu .dropdown-item .dropdown-title .btn-closedropdown:before,
header .mini-menu .dropdown-custom .dropdown-menu .dropdown-title .dropdown-item .btn-closedropdown:before,
.dropdown-custom header .mini-menu .dropdown-menu .dropdown-title .dropdown-item .btn-closedropdown:before,
header .mini-menu .cart .cart-panel .dropdown-item .dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom .dropdown-menu .dropdown-title header .mini-menu .cart .cart-panel .dropdown-item .btn-closedropdown:before,
header .cart .mini-menu .cart-panel .dropdown-item .dropdown-custom .dropdown-menu .dropdown-title .btn-closedropdown:before,
.dropdown-custom .dropdown-menu .dropdown-title header .cart .mini-menu .cart-panel .dropdown-item .btn-closedropdown:before,
.dropdown-custom header .cart .cart-panel .dropdown-title .mini-menu .dropdown-menu .dropdown-item .btn-closedropdown:before,
.dropdown-custom header .mini-menu .cart .cart-panel .dropdown-item .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .mini-menu .cart .cart-panel .dropdown-title .dropdown-item .btn-closedropdown:before,
.dropdown-custom header .cart .mini-menu .cart-panel .dropdown-item .dropdown-title .btn-closedropdown:before,
.dropdown-custom header .cart .mini-menu .cart-panel .dropdown-title .dropdown-item .btn-closedropdown:before,
header .mini-menu .dropdown-menu .dropdown-item .cart .dropdown-custom .cart-panel .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .cart-panel .dropdown-title .mini-menu .dropdown-menu .dropdown-item .btn-closedropdown:before,
header .mini-menu .cart .dropdown-custom .cart-panel .dropdown-item .dropdown-title .btn-closedropdown:before,
header .mini-menu .cart .dropdown-custom .cart-panel .dropdown-title .dropdown-item .btn-closedropdown:before,
header .cart .mini-menu .dropdown-custom .cart-panel .dropdown-item .dropdown-title .btn-closedropdown:before,
header .cart .dropdown-custom .mini-menu .cart-panel .dropdown-item .dropdown-title .btn-closedropdown:before,
header .cart .mini-menu .dropdown-custom .cart-panel .dropdown-title .dropdown-item .btn-closedropdown:before,
header .cart .dropdown-custom .mini-menu .cart-panel .dropdown-title .dropdown-item .btn-closedropdown:before,
header .mini-menu .dropdown-menu .dropdown-item .check-tool.s1 a:before,
header .check-tool.s1 .mini-menu .dropdown-menu .dropdown-item a:before,
header .mini-menu .cart .cart-panel .dropdown-item .check-tool.s1 a:before,
header .check-tool.s1 .mini-menu .cart .cart-panel .dropdown-item a:before,
header .cart .mini-menu .cart-panel .dropdown-item .check-tool.s1 a:before,
header .check-tool.s1 .cart .mini-menu .cart-panel .dropdown-item a:before,
header .mini-menu .dropdown-menu .dropdown-item .check-tool.s2 a:before,
header .check-tool.s2 .mini-menu .dropdown-menu .dropdown-item a:before,
header .mini-menu .cart .cart-panel .dropdown-item .check-tool.s2 a:before,
header .check-tool.s2 .mini-menu .cart .cart-panel .dropdown-item a:before,
header .cart .mini-menu .cart-panel .dropdown-item .check-tool.s2 a:before,
header .check-tool.s2 .cart .mini-menu .cart-panel .dropdown-item a:before,
header .mini-menu .dropdown-menu .dropdown-item .login-tool .dropdown-toggle:before,
header .login-tool .mini-menu .dropdown-menu .dropdown-item .dropdown-toggle:before,
header .mini-menu .cart .cart-panel .dropdown-item .login-tool .dropdown-toggle:before,
header .login-tool .mini-menu .cart .cart-panel .dropdown-item .dropdown-toggle:before,
header .cart .mini-menu .cart-panel .dropdown-item .login-tool .dropdown-toggle:before,
header .login-tool .cart .mini-menu .cart-panel .dropdown-item .dropdown-toggle:before,
header .mini-menu .dropdown-menu .dropdown-item .notification .dropdown-toggle:before,
header .notification .mini-menu .dropdown-menu .dropdown-item .dropdown-toggle:before,
header .mini-menu .cart .cart-panel .dropdown-item .notification .dropdown-toggle:before,
header .notification .mini-menu .cart .cart-panel .dropdown-item .dropdown-toggle:before,
header .cart .mini-menu .cart-panel .dropdown-item .notification .dropdown-toggle:before,
header .notification .cart .mini-menu .cart-panel .dropdown-item .dropdown-toggle:before,
header .mini-menu .dropdown-menu .dropdown-item .cart .cart-toggle .cart-amount:before,
header .cart .cart-toggle .mini-menu .dropdown-menu .dropdown-item .cart-amount:before,
header .mini-menu .cart .cart-panel .dropdown-item .cart-toggle .cart-amount:before,
header .mini-menu .cart .cart-toggle .cart-panel .dropdown-item .cart-amount:before,
header .cart .mini-menu .cart-panel .dropdown-item .cart-toggle .cart-amount:before,
header .cart .cart-toggle .mini-menu .cart-panel .dropdown-item .cart-amount:before,
header .mini-menu .dropdown-menu .dropdown-item .cart-header .btn-back:before,
.cart-header header .mini-menu .dropdown-menu .dropdown-item .btn-back:before,
header .mini-menu .cart .cart-panel .dropdown-item .cart-header .btn-back:before,
.cart-header header .mini-menu .cart .cart-panel .dropdown-item .btn-back:before,
header .cart .mini-menu .cart-panel .dropdown-item .cart-header .btn-back:before,
.cart-header header .cart .mini-menu .cart-panel .dropdown-item .btn-back:before,
header .mini-menu .dropdown-menu .dropdown-item .user-info:after,
header .mini-menu .cart .cart-panel .dropdown-item .user-info:after,
header .cart .mini-menu .cart-panel .dropdown-item .user-info:after,
header .mini-menu .dropdown-menu .dropdown-item .user-page .user-address .address-list ul li .address-item .btn-remove:before,
.user-page .user-address .address-list ul li .address-item header .mini-menu .dropdown-menu .dropdown-item .btn-remove:before,
header .mini-menu .cart .cart-panel .dropdown-item .user-page .user-address .address-list ul li .address-item .btn-remove:before,
.user-page .user-address .address-list ul li .address-item header .mini-menu .cart .cart-panel .dropdown-item .btn-remove:before,
header .cart .mini-menu .cart-panel .dropdown-item .user-page .user-address .address-list ul li .address-item .btn-remove:before,
.user-page .user-address .address-list ul li .address-item header .cart .mini-menu .cart-panel .dropdown-item .btn-remove:before,
header .mini-menu .dropdown-menu .dropdown-item .user-page .user-address .address-list ul li .address-item .btn-edit:before,
.user-page .user-address .address-list ul li .address-item header .mini-menu .dropdown-menu .dropdown-item .btn-edit:before,
header .mini-menu .cart .cart-panel .dropdown-item .user-page .user-address .address-list ul li .address-item .btn-edit:before,
.user-page .user-address .address-list ul li .address-item header .mini-menu .cart .cart-panel .dropdown-item .btn-edit:before,
header .cart .mini-menu .cart-panel .dropdown-item .user-page .user-address .address-list ul li .address-item .btn-edit:before,
.user-page .user-address .address-list ul li .address-item header .cart .mini-menu .cart-panel .dropdown-item .btn-edit:before,
header .mini-menu .dropdown-menu .dropdown-item .user-page .product-list .product-item .btn-remove:before,
.user-page .product-list .product-item header .mini-menu .dropdown-menu .dropdown-item .btn-remove:before,
header .mini-menu .cart .cart-panel .dropdown-item .user-page .product-list .product-item .btn-remove:before,
.user-page .product-list .product-item header .mini-menu .cart .cart-panel .dropdown-item .btn-remove:before,
header .cart .mini-menu .cart-panel .dropdown-item .user-page .product-list .product-item .btn-remove:before,
.user-page .product-list .product-item header .cart .mini-menu .cart-panel .dropdown-item .btn-remove:before {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

header .mini-menu .dropdown-menu .dropdown-item span,
header .mini-menu .cart .cart-panel .dropdown-item span,
header .cart .mini-menu .cart-panel .dropdown-item span {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 0.8125rem;
}

.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    outline: none;
    background: url('../Images/it_service/loupe.png');
    border: none;
    cursor: pointer;
    margin: 48px 0px 0 15px;
}

#toggle-menu {
    float: left;
    background-position: 0 0;
    background-color: #bc0023;
}


/*#toggle-search {
float: right;*/


/*background-position: -60px 0;*/


/*}*/

#toggle-search.open:after {
    top: 40px;
}

#toggle-search:after {
    -moz-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    -webkit-transition: top, 0.5s;
    transition: top, 0.5s;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 8px 8px 12px;
}

#toggle-basket {
    position: relative;
    float: right;
    background-position: -120px 0;
}

#toggle-basket:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 50px;
    content: "";
    background-color: #000;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 123px;
    /*right: 12px;*/
    width: 25%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

#search-form.open {
    max-height: 50px;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    border: none;
    background: transparent;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #516270;
    background: #c6cacd;
    border: none;
    cursor: pointer;
}

.start-10 {
    left: 10.5% !important;
}

.top-30 {
    top: 25% !important;
}

.end-10 {
    right: 10.5% !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.ms-120px {
    margin-left: 120px;
}

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

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

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

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

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

.margin_register {
    padding-top: 100px;
    margin-bottom: 0.95rem;
}

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

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

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

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

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

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

.margin_signin {
    padding-top: 100px;
    margin-bottom: 2rem;
}

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

.margin_forgotpass {
    padding-top: 100px;
    margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

.mb-75px {
    margin-bottom: 75px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-60px {
    margin-bottom: 60px;
}

.mb-70px {
    margin-bottom: 70px;
}

.mb-80px {
    margin-bottom: 80px;
}

.mb-90px {
    margin-bottom: 90px;
}

.mb-25px {
    margin-bottom: 25px;
}

.mb-120px {
    margin-bottom: 120px;
}

.mb-110px {
    margin-bottom: 110px;
}
.pd_listproduct2 {
    padding: 1rem 1rem 5.5rem 1rem;
}
.mb-130px {
    margin-bottom: 130px;
}

.mb_resetpass {
    margin-bottom: 145px;
    margin-top:130px
}

.mb-140px {
    margin-bottom: 140px;
}

.mb-150px {
    margin-bottom: 150px;
}

.mb-160px {
    margin-bottom: 160px;
}

.mb-100px {
    margin-bottom: 100px;
}

.mb-200px {
    margin-bottom: 200px;
}

.mb-225px {
    margin-bottom: 225px;
}

.mb_viewcart {
    margin-bottom: 15.47rem;
}

.mb-250px {
    margin-bottom: 250px;
}

.mb_changepass {
    margin-bottom: 14.6rem;
}

.mb_trackingorder {
    margin-bottom: 17.66rem;
}

.mb-275px {
    margin-bottom: 275px;
}

.margin_profile {
    padding-top: 20px; /* Wrapper đã có padding-top: 80px */
    margin-bottom: 2rem;
}

.mb-300px {
    margin-bottom: 300px;
}

.mb-325px {
    margin-bottom: 325px;
}

.mb-350px {
    margin-bottom: 350px;
}

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

.w-180px {
    width: 180px !important;
}

#content {
    margin: 0 auto;
}

.pb-50px {
    padding-bottom: 150px !important;
}

.pb-51px {
    padding-bottom: 51px;
}
.pb-65px {
    padding-bottom: 65px;
}
.pb-tracking_order {
    padding-bottom: 65px;
}
.pb-41px {
    padding-bottom: 67.3px ;
}

.css-194iuus {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    padding: 16px;
}

element.style {}

.user-page1 {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
    padding: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
}

.hizoom {
    z-index: 10;
}

.hizoom .magnifier {
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    cursor: move;
}

.hizoom .small {
    position: absolute;
    border: none;
}

.hizoom .big {
    position: absolute;
    border: 1px solid #ddd;
}

.hizoom .small {
    top: 0;
    left: 0;
    cursor: move;
}

.hizoom .big {
    overflow: hidden;
    display: none;
}

.hizoom .small img,
.hizoom .big img {
    position: absolute;
    top: 0;
    left: 0;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 300px;
    height: 300px;
}

.row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.bg-white-andshadow {
    padding: 0;
    background: rgba( 255, 255, 255, 0.00);
    box-shadow: 0 0 2px 0 rgba( 31, 38, 135, 0.37);
    border: 1px solid rgba( 255, 255, 255, 0.18);
}

.categary2 {
    font-size: 15px;
}

.categary2 li {
    color: #000;
    transition: ease all 0.5s;
}


.categary2 li {
    transition: ease all 0.5s;
    background: rgba( 255, 255, 255, 0.00);
    padding: 13.4px 20px;
}

.categary2 li a {
    color: #29324e;
    font-size: 16px;
}

.categary2 li:hover,
.categary2 li:focus {
    padding-left: 30px;
    background: #005ec4;
}

.categary2 li:hover a,
.categary2 li:focus a {
    color: #fff;
}

.col-lg-2-5 {
    flex: 0 0 auto;
    width: 18%;
}

.col-lg-9-5 {
    flex: 0 0 auto;
    width: 82%;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

.img-responsive2 {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#grad {
    background: rgb(106, 233, 217);
    background: linear-gradient(90deg, rgba(106, 233, 217, 1) 34%, rgba(168, 159, 255, 1) 72%, rgba(174, 120, 245, 1) 100%);
}

#margin-account {
    margin-top: 6px;
    margin-left: 2px;
}

.disabled-href {
    pointer-events: none;
    cursor: default;
}

.invalid input:required:invalid {
    background: #BE4C54;
}


/* Mark valid inputs during .invalid state */

.invalid input:required:valid {
    background: #17D654;
}

.pt-20px {
    padding-top: 3rem !important;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none
}

.r-tabs .r-tabs-accordion-title {
    display: none
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block
}

@media only screen and (max-width:768px) {
    .r-tabs .r-tabs-nav {
        display: none
    }
    .r-tabs .r-tabs-accordion-title {
        display: block
    }
}

.cart-step .cart-payment .payment-method>ul>li.method-select label {
    text-align: center;
    padding-bottom: 20px
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding-left: 20px
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label:after {
    content: '\f00c';
    width: 14px;
    height: 14px;
    background: #2cbde5;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label .icon {
    width: 32px
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label .name {
    width: calc(100% - 32px);
    padding-left: 10px;
    font-size: .875rem;
    font-weight: 500
}

.cart-step .cart-form .form-wrap .form-group label.error {
    width: auto;
    color: red
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none
}

.r-tabs .r-tabs-accordion-title {
    display: none
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block
}

.cart-step .cart-payment .payment-method>ul>li.method-select label:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cart-step .cart-payment .payment-method>ul>li.method-select label:after {
    content: '\f00c';
    width: 14px;
    height: 14px;
    background: #2cbde5;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cart-step .cart-payment .payment-method>ul>li.method-select label .icon {
    margin-bottom: 10px
}

.cart-step .cart-payment .payment-method>ul>li.method-select label img {
    width: 48px;
    filter: grayscale(100%)
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active label img {
    filter: grayscale(0%)
}

.cart-step .cart-payment .payment-method>ul>li.method-select label .name {
    font-size: .75rem;
    line-height: 1.3;
    font-weight: 700
}

.cart-step .cart-payment .payment-method>ul>li.method-select.r-tabs-state-active label:after {
    opacity: 1
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding-left: 20px
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label:after {
    content: '\f00c';
    width: 14px;
    height: 14px;
    background: #2cbde5;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label .icon {
    width: 32px
}

.cart-step .cart-payment .payment-method .r-tabs-accordion-title label .name {
    width: calc(100% - 32px);
    padding-left: 10px;
    font-size: .875rem;
    font-weight: 500
}

.cart-step .cart-form .form-wrap .form-group label.error {
    width: auto;
    color: red
}

.slide-des {
    font-size: .8125rem;
    width: 100%;
    text-align: center;
    color: #999;
    margin-top: -20px;
    font-style: italic;
    display: flex;
    justify-content: center;
    background: #f3f3f3;
    padding: 5px 0;
    position: relative;
}

.parameter__list{
    font-family:Roboto-Regular;
   
}

/*menu spec*/
.parameter__list.active {
    display: block;
}

.parameter__list li:nth-child(odd) {
    background-color: #f5f5f5;
}

.parameter__list li {
    align-items: flex-start;
    display: flex;
    padding: 5px;
}

.parameter__list .lileft {
    width: 150px;
    font-size:15px;
}
    .parameter__list .liright span {
     
        font-size: 15px;
    }

.parameter__list .liright {
    padding-left: 50px;
    padding-right: 15px;
    width: calc(105%);
}

.parameter__list .liright {
    padding: 0 5px 0 25px !important;
}

.btn-detail.not-have-instruction {
    margin: 10px 10px 0 !important;
    cursor: pointer;
}

.btn-detail {
    border: 1px solid #005ec4;
    border-radius: 5px;
    color: #005ec4;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    padding: 2px 5px;
    text-align: center;
}

.btn-detail.btn-short-spec {
    margin: 10px auto !important;
    cursor: pointer;
}

.boderproductdetail {
    background-color: rgba( 255, 255, 255, 0.00);
    box-shadow: 0px 0px 15px 0px rgb(31 38 200 / 7%);
    border: 1px solid rgba( 255, 255, 255, 0.18);
    border-radius: 5px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.pro-special-offer-container {
    border: 1px solid rgb(249, 73, 95);
    border-radius: 2px;
}

.pro-special-offer-container .spec-price {
    background: #f9495f;
    color: #fff;
    font-weight: bold;
    padding: 4px 58px 6px 32px;
    display: inline-block;
    position: relative;
}

.pro-special-offer-container .spec-price::after {
    content: '';
    position: absolute;
    right: -21px;
    top: 0;
    bottom: 0;
    width: 31px;
    height: 32px;
    background: #fff;
    -webkit-transform: rotate( 45deg);
    transform: rotate(45deg);
}

.pro-special-offer-container .spec-title::before {
    content: '';
    position: absolute;
    width: 10px;
    background: #f9495f;
    left: -10px;
    top: 6px;
    bottom: 0;
    height: 33px;
}

.pro-special-offer-container .spec-title::after {
    content: '';
    position: absolute;
    border-top: 13px solid #ce0707;
    border-left: 10px solid transparent;
    left: -10px;
    bottom: -5px;
}

.pro-special-offer-container .spec-title {
    padding: 6px 8px 7px 0;
    left: -6px;
    border-bottom: 1px dashed #e1e1e1;
    position: relative;
}

.spacing_word::before {
    content: '-';
    margin: 0 4px;
}

.pro-special-offer-container ul {
    padding-bottom:20px;
}
.related_product_heading {
    margin-bottom: 35px!important;
}
.related_product_heading p{
    color: #29324e;
}
/*breadcrumb*/
.breadcrumb1 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.breadcrumb1 .breadcrumb__list {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb1 .breadcrumb__list li a {
    font-size: 14px;
    color: #29324e;
    text-decoration: none;
}

.breadcrumb1 .breadcrumb__list li .fa-angle-right {
    color: #99a0ad;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.color_text_primary {
    color: #29324e;
}

.shadow_primary {
    background-color: rgba( 255, 255, 255, 0.00);
    box-shadow: 0px 0px 15px 0px rgb(31 38 200 / 7%);
    border: 1px solid rgba( 255, 255, 255, 0.18);
    display: -webkit-flex;
    display: -ms-flexbox;
}


/*stock*/

.status_stock {
    font-size: 16px;
    display: flex;
    font-size: 16px;
    font-family:Roboto-Medium;
    align-items: center;
    text-transform: uppercase;
}

.status_stock .status.status1 {
    color: #27ae60;
}

.status_stock .status.status2 {
    color: #ffb520;
}

.status_stock .status.status3 {
    color: #cc5027;
}

.status_stock .status.status4 {
    color: red;
}

.status_stock .status i {
    font-size: 14px;
    margin-right: 9px;
}

.boder_account {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 20px 0px rgba(31, 38, 200, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.boder_product_home {
    background-color: rgba( 255, 255, 255, 0.00);
    box-shadow: 0px 0px 15px 0px rgb(31 38 200 / 7%);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.2rem 2.5rem 1.2rem 2.5rem;
}

.img_search {
    width: 35px;
}

.margin_bottom_brand {
    margin-bottom: 20px;
}

.pd_listproduct,
.pd_productdetail {
    padding: 1rem;
}

.pd_listproduct_home {
    padding: 0.5rem 1rem 0 1rem;
}

.pb_relatedproduct {
    padding-bottom: 1.5rem;
}

.pd_relatedproduct {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.img_banner_detail{
    margin-top: 0;
    height:100%;
    width:100%;
}
.error {
    color: red;
}
.margin_verify_account {
    margin: 3rem 0 3.2rem 0;
}
.border_verify_account {
    background-color: rgba( 255, 255, 255, 0.00);
    box-shadow: 0px 0px 15px 0px rgb(31 38 200 / 12%);
    border-radius: 0.7rem;
}
.ic_success_verify {
    font-size: 5rem;
    color: green;
}

.ic_fail_verify {
    font-size: 5rem;
    color: red;
}
.button_verify_account {
    border-radius: 0.7rem;
}
.product_desc img{
    width:100%;
    
}
.product_desc {
    padding: 0 20px 0 20px;
    height: 500px;
    overflow: hidden;
    transition: .3s;
}
.bg-article {
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgba(255 255 255/62.5),rgba(255 255 255/1));
    bottom: 27px;
    height: 38px;
    left: 0;
    position: relative;
    width: 100%;
}

.detail_decs_product img {
    width:100%;
}
.popup_detail_desc .modal-dialog {
    max-width: 900px;

}

.pass_show {
    position: relative
}

    .pass_show .ptxt {
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 1;
        color: #f36c01;
        margin-top: -10px;
        cursor: pointer;
        transition: .3s ease all;
    }

        .pass_show .ptxt:hover {
            color: #333333;
        }

.choose_file {
    position: relative;
    display: inline-block;
  /*margin-left:25px;*/
    color: #7f7f7f;
    margin-top: 2px;

    background: white
}

    .choose_file input[type="file"] {
        -webkit-appearance: none;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;


    }
.areas_upload_image_profile {
    width: 18rem;
    overflow: hidden;
    border-left: .0625rem solid #efefef;
}

.btn_upload_image_profile:hover,
.btn_upload_image_profile:focus {
    color: #005ec4;
}
.badge {
    display: inline-block;
    padding: 0.4em 0.64em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}


.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width:170px;
    max-width:300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content li a{
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content a:hover {
        background-color: #005ec4;
        color:#fff;
    }

.dropdown1:hover .dropdown-content {
    display: block;
}
.container-fluid{
    width: 100%;
    padding-right: 0; 
     padding-left: 0; 
    margin-right: auto;
    margin-left: auto;
}
.ui-autocomplete{
    max-width:390px;
}
.ui-menu .ui-menu-item{
    padding: 0 5px 0 5px;

}
.ui-widget.ui-widget-content {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(31 38 200 / 12%);
    border-radius: 3px;
}
.ui-menu .ui-menu-item {
    margin-bottom: 10px;
    padding-left:3px;
    padding-right:3px;
}
.ui-menu .ui-menu-item a {
    font-size: 15px;
    font-family: Roboto-Regular;
}
.ui-widget-content a {
    color: black;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    box-shadow: 0px 0px 15px 0px rgb(31 38 200 / 12%);
    border-radius: 3px;
    background: none;
    border: none;
    color: #005ec4;
}
.margin_search{
    margin-top:10rem;
    margin-bottom:19rem;
}
.ui-menu {
    height: 300px;
    overflow-y: scroll;
    font-size:15px;
    overflow-x: hidden;
}


.ui-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.ui-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.ui-menu::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
    background-color: #18a0c6;
}

#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
    background-color: #18a0c6;
}


.cart-table {
    max-height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 8px;
    mask-size: 100% 20000px;
    mask-position: left bottom;
    -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);
    -webkit-mask-size: 100% 20000px;
    -webkit-mask-position: left bottom;
    transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
.cart-table:hover {
    -webkit-mask-position: left top;
}
.order-product {
    max-height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 8px;
    mask-size: 100% 20000px;
    mask-position: left bottom;
    -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);
    -webkit-mask-size: 100% 20000px;
    -webkit-mask-position: left bottom;
    transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
.order-product:hover {
    -webkit-mask-position: left top;
}
.endright  i{
    color:gray;
    opa
}
.ck_update_info {
    font-size: 0.875rem;
    color: #18a0c6;
}
.brand_pdtdetail {
    color: #005ec4;
    font-size:15px;
    font-family:Roboto-Medium;
}
    .brand_pdtdetail:hover {
        color: #1b5089  ;
    }

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    height: 25px;
}

    .owl-nav button svg {
        width: 25px;
        height: 25px;
    }

    .owl-nav button.owl-prev {
        left: 15px;
    }

    .owl-nav button.owl-next {
        right: 15px;
    }

    .owl-nav button span {
        font-size: 45px;
    }

.product-thumb .item img {
    height: 100px;
    object-fit: cover !important;
}

.reviews-counter {
    font-size: 13px;
}

    .reviews-counter span {
        vertical-align: -2px;
    }

.rate {
    float: left;
    padding: 0 10px 0 0;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 15px;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 21px;
        color: #ccc;
        margin-bottom: 0;
        line-height: 21px;
    }

        .rate:not(:checked) > label:before {
            content: '\2605';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }


.review-form .form-group {
    clear: both;
}

.mb-20 {
    margin-bottom: 20px;
}

.review-form .rate {
    float: none;
    display: inline-block;
}

.review-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}

.review-form .form-control {
    font-size: 14px;
}

.review-form input.form-control {
    height: 40px;
}

.review-form textarea.form-control {
    resize: none;
}

.review-form .round-black-btn {
    text-transform: uppercase;
    cursor: pointer;
}
.owl-item cloned {
    width: 461.828px !important;
}
.svg_button:hover {
    stroke-width: 1px;
    stroke: #000 !important;
}
.svg_image {
    stroke-width: 1px;
    stroke: #dcd7d7!important;
}
.svg_image:hover {
    stroke-width: 1px;
    stroke: #000 !important;
}
.toast-top-center{
    margin-top:30px!important;
}

/* Custom toastr styles - override Bootstrap's white background */
#toast-container > .toast-success {
    background-color: #ffffff !important;
    border: 1px solid #28a745 !important;
    color: #155724 !important;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3) !important;
}
#toast-container > .toast-success .toast-message {
    color: #155724 !important;
}
#toast-container > .toast-error {
    background-color: #ffffff !important;
    border: 1px solid #dc3545 !important;
    color: #721c24 !important;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3) !important;
}
#toast-container > .toast-error .toast-message {
    color: #721c24 !important;
}
#toast-container > .toast-info {
    background-color: #ffffff !important;
    border: 1px solid #17a2b8 !important;
    color: #0c5460 !important;
    box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3) !important;
}
#toast-container > .toast-info .toast-message {
    color: #0c5460 !important;
}
#toast-container > .toast-warning {
    background-color: #ffffff !important;
    border: 1px solid #ffc107 !important;
    color: #856404 !important;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3) !important;
}
#toast-container > .toast-warning .toast-message {
    color: #856404 !important;
}
.h_pduct_detail {
    height:593.81px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.transition {
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 400ms ease;
}
#popupfirstload .modal-content{
    max-width:650px;
}
.dropdown_sort {
    border: 1px solid #e0e0e0;
    border-radius: 3.5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 12px;
    padding: 6px 10px 6px 8px;
}
.dropdown_product_list ul {
    background-color: #f9f9f9;
    width: 170px;
    max-width: 300px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border:unset;
    border-radius:2px;
}
.count_product_list{
    font-family:Roboto-Medium;
}
.dropdown_product_list .dropdown-item:hover, .dropdown_product_list .dropdown-item:hover:focus {
    background: unset;
    color: #1e2125; 
}
.dropdown_product_list ul .dropdown-item {
    padding: 0rem 1rem;
}
.order_filter .dropdown_sort {
    border-radius: 2px;
    border: 1px solid #005ec4;
    border-right: unset;
    cursor: pointer;
    font-size: unset;
    line-height: unset;
    padding: 6px 10px 6px 8px;
}
.filter-search .searchbox {
    height: 38px!important;
}
#myBtn i{
    color:gray;
    font-size:30px;
}
#myBtn i:hover {
    color: black;
}

.show_pass > .field-icon {
    float: right;
    position: absolute;
    right: 3.2rem;
    cursor: pointer;
    z-index: 2;
    color: #b4b4b4;
}
.show_pass {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

#fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

#my-welcome-message {
    display: none;
    z-index: 500;
    position: fixed;
    width: 36%;
    left: unset;
    top: 20%;
    padding: 20px 2%;
    font-family: Calibri, Arial, sans-serif;
    background: #FFF;
}

#fvpp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}

#fvpp-dialog p {
    margin: 0;
}
#blah {
    object-fit: cover!important;
}
.avatar_profile > img {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    object-fit: cover !important;
}
.avatar_profile {
    width: 40px;
    height: 40px;
}
.bannervertical_img {
    width: 150px !important;
    height: 350px !important;
    object-fit: cover !important;
}
/*.bannerheader_img {
    width: 1600px !important;
    height: 346.91px !important;
    object-fit: cover !important;
}*/
.bannerbottom_img {
    width: 300px !important;
    height: 140px !important;
    object-fit: cover !important;
}
.bannerheader_img {
    width: 100% !important;
    height: 600px !important;
    object-fit: fill !important;
}
.filter-search .searchbox {
    height: 38px !important;
}
/* 1em = 16px */

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf?v=BYILt30fD4wlkl7nSh8zLwtAd8s') format('truetype');
}
.cart_mobile {
    display: none;
}

.chill_menu>li>a {
    color: #29324e;
}

@media(min-width:1025px) {
    .lblCartCount2 {
        display: block;

    }
    .navbar_menu_mobile{
        display:none;
    }
    #lblCartCount {
        background: #fff200;
        font-size: 12px;
        margin-left: 3px;
        margin-top: -1px;
        padding: 1px 8px 1px 8px;
        font-weight: 600;
        /*        right: 26.94rem;

        bottom: 40.7px;*/
        border-radius:1px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width:768.99px) {
    .img_banner_detail{
        margin-top: 50px;
    }
    .h_pduct_detail {
        height: unset;
    }
    .product_list .bs-discount span{
        font-size:10px;
    }
    .pagination{
        margin-bottom:20px;
    }
    .list_header_cart {
        margin-top: -54.5px !important;
        margin-right: -7px !important;
    }
    .nav_bars-btn {
        width: 40px !important;
        height: unset;
        float: unset !important;
        margin-top: unset !important;
        margin-right: unset;
        display: none;
        color: rgb(19, 4, 4);
    }
    .hotline{
        display:none!important;
    }
    .header__cart {
        background: unset;
        display: unset;
        padding: unset;
        cursor: unset;
        position: unset;
        border-radius: unset;
        width: unset;
    }
        .header__cart .cart_icon {
            color: #29324e !important;
            font-size: 44px !important;
        }
    .item_nav_top {
        display: none;
    }
    .blog_feature_cantant {
        padding: 10px 5px;
    }
    footer.footer_style_2 div.col-md-3 {
        margin-bottom: 50px;
    }
    /**== container ==**/
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    .footer_blog {
        float: left;
        width: 100%;
        padding: 20px 10px 0px 10px;
    }
    .product_desc {
        font-size: 15px;
    }
    .brand_list li {
        float: left;
        height: 100px;
        width: 19%;
        text-align: center;
        background: #f6f6f6;
        padding: 30px 0;
        margin: 0 .5%;
        border: solid #eee 3px;
    }
    .user-page {
        border-radius: 0;
        margin: 0 0px 10px;
        box-shadow: none;
    }
    .user-page {
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        padding: 12px;
        box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    }
    .pd_listproduct_home {
        padding: 0.3rem 0 0 0;
    }
    .pd_listproduct {
        padding: 0.3rem 0 0 0;
    }
    .navbar_menu_mobile {
        padding-top: 10;
    }
    .row>.margin_bottom_20_all,
    .margin_bottom_30_all,
    .pb_relatedproduct {
        flex-shrink: 0;
        width: 50%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
    .pd_relatedproduct,
    .pd_productdetail {
        padding: 0;
    }
    .limit2line {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .old_price {
        font-size: 14px;
        font-family: Roboto-Medium;
        color: #99a0ad;
        text-decoration: line-through;
    }
    .margin_bottom_20_all {
        margin-bottom: 0px;
    }
    .new_price {
        font-size: 17px;
        font-family: Roboto-Medium;
        color: #f9495f;
        overflow: hidden;
    }
    .product_img img {
        padding: 1.5px;
    }
    .margin_bottom_30_all {
        margin-bottom: 0px;
    }
    .info_total {
        width: 100%;
    }
    p {
        font-size: 15px;
    }
    span {
        font-size: 15px;
    }
    .parameter__list .lileft {
        width: 140px;
    }
    .lblCartCount1 {
        display: block;
    }
    .header_top {
        display: none;
    }
    .header_top ul {
        margin: 0;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .header_top .topbar-left .list-inline {
        float: left;
        margin: 0;
    }
    .margin_home {
        margin-top: 80px;
    }
    #lblCartCount {
        font-size: 10px;
        color: #fff;
        float: left;
        position: absolute;
        border-radius: 100%;
        left: 41px;
        background-color: #005ec4;
        top: 93px;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        -ms-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .container .logo img {
        height: auto;
    }
    .cart_mobile {
        display: block;
        margin: -44px 0 0 0px
    }
    .mt_pagenotfound {
        margin-top: 500px;
    }
    .mb_viewcart>.center-noleftright>.row {
        --bs-gutter-x: 0rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }
    .meterial_cart {
        font-size: 35px;
        color: #29324e;
    }
    .product-heading p {
        font-size: 19px;
        color: #005ec4;
        margin: 0;
        line-height: 23px;
        font-family: ChakraPetch-SemiBold;
        text-transform: none;
    }
    /* @media (max-width: 767.98px) {
        .cart-step .cart-payment .payment-method>ul {
            display: none;
        }
    } */
    .cart-step .cart-payment .payment-method>ul>li.method-select a {
        display: flex;
        padding: 0px;
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label img {
        width: 38px;
        filter: grayscale(100%);
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select {
        width: calc(100% / 1);
        height: 50px;
        position: relative;
        border-radius: 5px;
    }
    .method-item {
        display: flex;
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label .name {
        font-size: .75rem;
        margin: 18px 0px 0 12px;
        line-height: 1.3;
        font-weight: 700;
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label .icon {
        margin-top: 5px;
        margin-left: 44px;
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label:before {
        content: '';
        width: 14px;
        height: 14px;
        border-radius: 50px;
        border: 1px solid rgba(0, 0, 0, .1);
        position: absolute;
        bottom: 17.6px;
        left: 4%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label:after {
        content: '\f00c';
        width: 14px;
        height: 14px;
        background: #2cbde5;
        color: #fff;
        border-radius: 50px;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: .75rem;
        /* align-items: flex-start; */
        align-content: center;
        justify-content: center;
        opacity: 0;
        position: absolute;
        bottom: 17.6px;
        left: 4%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cart-step .cart-payment .payment-method>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: block;
        border-radius: 5px;
        background: #f2f2f2;
    }
    .cart-step .cart-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        align-content: center;
        border-bottom: 0.5px solid #e6e6e6;
        padding: 0 0px 5px 15px;
        margin: 0 -15px 10px;
    }
    .cart-step .cart-payment .payment-method .method-content {
        padding: 2px 0 0 0;
    }
    .btn-back {
        margin-top: 5px;
        float: right;
    }
    .cart-step {
        padding: 20px 0 0 0;
        margin-top: 0px;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0px;
    }
    /**== header ==**/
    /* show navbar menu tablet */
    .logo {
        float: left;
        margin: 20px 0px 0px 0px;
        position: relative;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .header_bottom {
        min-height: auto;
    }
    .header_top ul {
        display: block;
    }
    .header_top {
        display: none;
    }
    .margin_signin,
    .margin_forgotpass,
    .margin_register {
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .inner_banner_section {
        margin-top: 55px;
    }
    .pb-51px {
        padding-bottom: 0px;
    }
    .mb_changepass,
    .mb_trackingorder,
    .mb_viewcart {
        margin-bottom: 20px;
    }
    .categary2 li {
        transition: ease all 0.5s;
        background: rgba( 255, 255, 255, 0.00);
        padding: 9.8px 20px;
        width: 100%;
    }
    .margin_profile {
        padding-top: 10px; /* Wrapper đã có padding-top */
        margin-bottom: 20px;
    }
    .user-sidebar {
        margin-top: 10px;
        display: none;
    }
    .header_top ul li {
        width: 100%;
        padding-bottom: px;
    }
    .menu_side {
        margin-top: -64.9px;
        position: relative;
    }
    .breadcrumb1 {
        margin-top: 54px;
    }
    .name_product_detail {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .cart {
        justify-content: center;
    }
    .cart button.btn {
        min-width: 270px;
        max-width: 300px;
        height: 48px;
        line-height: 46px;
        font-size: 17px;
        font-weight: 500;
    }
    .cart a.btn {
        min-width: 270px;
        max-width: 300px;
        height: 48px;
        line-height: 46px;
        font-size: 13px;
        font-weight: 500;
    }
    .nav-tabs {
        border-bottom: none;
        justify-content: center;
    }
    .product_detail .tab_bar_section .tab-content {
        float: left;
        width: 100%;
        padding: 15px 0;
    }
    .searchbox {
        display: flex;
        margin-left: 0px;
        max-width: 100%;
        margin: 28px 65px 0 50px;
        min-width: 200px;
        flex-wrap: nowrap;
    }

    .searchbox__keyword {
        display: flex;
        flex: 1;
        min-width: 0;
    }

    .searchbox__keyword input {
        border: 0;
        display: inline-block;
        padding: 5px 3px 5px 10px;
        width: 100%;
        min-width: 120px;
        box-sizing: border-box;
        flex: 1;
    }

    .searchbox__keyword button {
        flex-shrink: 0;
    }
    .nav_bars-btn>svg {
        height: 40px;
        width: 40px;
    }
    .logo img {
        width: 80px;
        margin-top: -20px;
    }
    .cleaning .logo img {
        height: auto;
    }
    .margin_home {
        margin-top: 119px;
    }
    .user-info {
        background: #fff;
        margin: 0 -15px 0px;
    }
    a.btn,
    button.btn {
        /*min-width: 140px;*/
        height: 45px;
        line-height: 46px;
        font-size: 13px;
        font-weight: 500;
    }
}


/* responsive cho màn hình diện thoại */

@media (max-width:723.99px) {
    .categary2 li a {
        font-family: Roboto-Medium;
        color: #29324e;
        font-size: 15px;
    }
    .areas_upload_image_profile {
        width: 18rem;
        overflow: hidden;
        border-left: unset;
        float:unset!important;
        display: flex;
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }
    .order_filter .dropdown_sort {
        border-radius: 2px;
        border: 1px solid #005ec4;
        cursor: pointer;
        font-size: unset;
        line-height: unset;
        padding: 6px 10px 6px 8px;
    }
    .cart-item .item-info .name {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 220px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .old_price_detail {
        font-size: 17px;
        font-family: Roboto-Medium;
        color: #99a0ad;
        text-decoration: line-through;
    }
    .new_price_detail {
        font-size: 23px;
        font-family: Roboto-Medium;
        color: #f9495f;
    }
    .lblCartCount1 {
        display: block;
    }
    footer.footer_style_2 div.col-md-3 {
        margin-bottom: 20px;
    }
    #lblCartCount {
        font-size: 14px;
        color: #fff;
        position:relative;
        border-radius: unset;
        padding-right:7px;
        padding-left:7px;
        border-radius:100%;
        top: 2px;
        left:46px;
    }
    .container .logo img {
        height: 30px;
        width:auto;
    }
    .cart_mobile {
        display: block;
        margin: -41px 0 0 -7px
    }
    .mt_pagenotfound {
        margin-top: 500px;
    }
    .mb_viewcart>.center-noleftright>.row {
        --bs-gutter-x: 0rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }
    .meterial_cart {
        font-size: 35px;
        color: #29324e;
    }
    .product-heading p {
        font-size: 17px;
        color: #005ec4;
        margin: 0;
        line-height: 23px;
        font-family: Roboto-Medium;
        text-transform: none;
    }
    /* @media (max-width: 767.98px) {
        .cart-step .cart-payment .payment-method>ul {
            display: none;
        }
    } */
    .cart-step .cart-payment .payment-method>ul>li.method-select a {
        display: flex;
        padding: 0px;
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label img {
        width: 38px;
        filter: grayscale(100%);
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select {
        width: calc(100% / 1);
        height: 50px;
        position: relative;
        border-radius: 5px;
    }
    .method-item {
        display: flex;
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label .name {
        font-size: .75rem;
        margin: 18px 0px 0 12px;
        line-height: 1.3;
        font-weight: 700;
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label .icon {
        margin-top: 5px;
        margin-left: 44px;
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label:before {
        content: '';
        width: 14px;
        height: 14px;
        border-radius: 50px;
        border: 1px solid rgba(0, 0, 0, .1);
        position: absolute;
        bottom: 17.6px;
        left: 6%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cart-step .cart-payment .payment-method>ul>li.method-select label:after {
        content: '\f00c';
        width: 14px;
        height: 14px;
        background: #2cbde5;
        color: #fff;
        border-radius: 50px;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: .75rem;
        /* align-items: flex-start; */
        align-content: center;
        justify-content: center;
        opacity: 0;
        position: absolute;
        bottom: 17.6px;
        left: 6%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cart-step .cart-payment .payment-method>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: block;
        border-radius: 5px;
        background: #f2f2f2;
    }
    .cart-step .cart-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        align-content: center;
        border-bottom: 0.5px solid #e6e6e6;
        padding: 0 0px 5px 15px;
        margin: 0 -15px 10px;
    }
    .cart-step .cart-payment .payment-method .method-content {
        padding: 2px 0 0 0;
    }
    .btn-back {
        display: none;
    }
    .cart-step {
        padding: 20px 0 0 0;
        margin-top: 0px;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0px;
    }
    /**== header ==**/
    /* show navbar menu tablet */
    .logo {
        float: left;
        margin: 20px 0px 0px 0px;
        position: relative;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .header_bottom {
        min-height: auto;
    }
    .header_top ul {
        display: block;
    }
    .header_top {
        display: none;
    }
    .margin_signin,
    .margin_forgotpass,
    .margin_register {
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .inner_banner_section {
        margin-top: 55px;
    }
    .pb-51px {
        padding-bottom: 0px;
    }
    .mb_changepass,
    .mb_trackingorder,
    .mb_viewcart {
        margin-bottom: 20px;
    }
    .categary2 li {
        transition: ease all 0.5s;
        background: rgba( 255, 255, 255, 0.00);
        padding: 9.8px 20px;
        width: 100%;
    }
    .margin_profile {
        padding-top: 10px; /* Wrapper đã có padding-top */
        margin-bottom: 20px;
    }
    .user-sidebar {
        margin-top: 10px;
        display: none;
    }
    .header_top ul li {
        width: 100%;
        padding-bottom: px;
    }
    .menu_side {
        margin-top: -60.6px;
        position: relative;
    }
    .breadcrumb1 {
        margin-top: unset;

    }
     .breadcrumb1 {
        margin-top: unset;

    }
    .breadcrumb1 {
        margin-top: unset;
    }

    .breadcrumb_active {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 50px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .name_product_detail {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .cart {
        display: flex;
        justify-content: center;
    }
    .cart button.btn {
        min-width: 270px;
        max-width: 300px;
        height: 48px;
        line-height: 46px;
        font-size: 17px;
        font-weight: 500;
    }
    .cart a.btn {
        min-width: 270px;
        max-width: 300px;
        height: 48px;
        line-height: 46px;
        font-size: 13px;
        font-weight: 500;
    }
    .nav-tabs {
        border-bottom: none;
        justify-content: center;
    }
    .product_detail .tab_bar_section .tab-content {
        float: left;
        width: 100%;
        padding: 15px 0;
    }
    .searchbox {
        display: flex;
        margin-left: 0px;
        max-width: 100%;
        margin: 2px 40px 0 40px;
        min-width: 200px;
        flex-wrap: nowrap;
    }

    .searchbox__keyword {
        display: flex;
        flex: 1;
        min-width: 0;
    }

    .searchbox__keyword input {
        border: 0;
        display: inline-block;
        padding: 5px 3px 5px 8px;
        width: 100%;
        min-width: 100px;
        box-sizing: border-box;
        flex: 1;
        font-size: 13px;
    }

    .searchbox__keyword button {
        flex-shrink: 0;
        padding: 5px 8px;
    }
    .nav_bars-btn>svg {
        height: unset;
        width: 38px;
        margin-left:1.5px;
    }

    .logo img {
        width: 80px;
        margin-top: -20px;
    }
    .cleaning .logo img {
        height: auto;
    }
    .margin_home {
        margin-top: 104px;
    }
    .user-info {
        background: #fff;
        margin: 0 -15px 0px;
    }
    a.btn,
    button.btn {
        /*min-width: 140px;*/
        height: 45px;
        line-height: 46px;
        font-size: 16px;
        font-weight: 500;
    }
    /**== parallax ==**/
    .slider_contant {
        display: none;
    }
    .home_page_2 .slider_contant {
        display: block;
    }
    .home_page_2 div#pallax_slider {
        height: 450px;
    }
    .home_page_3 .slider_contant {
        display: block;
    }
    .home_page_3 div#pallax_slider {
        min-height: 450px;
        height: 100vh;
    }
    /**== footer ==**/
    .footer_menu_ul {
        float: left;
        width: 100%;
    }
    .testimonial_inner {
        float: left;
        padding: 40px 25px;
        background: #fff;
    }
    .tab_bar .tags li {
        float: left;
        margin: 0 1% 10px;
        width: 48%;
    }
    .home_page_4 div#pallax_slider .vertical-center {
        display: none;
    }
    .home_page_5 #pallax_slider .vertical-center {
        display: none;
    }
    .testimonial_slider_2 .testimonial_inner {
        margin-bottom: 25px;
    }
    .xs-hidden {
        display: none !important;
    }
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    min-height: 1000px;
    max-height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    cursor: pointer;
}

.nav_input:checked~#overlay {
    display: block;
}

.nav_input:checked~.navbar_menu_mobile {
    transform: translateX(0%);
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* navbars mobile */

.nav_close {
    float: right;
    font-size: 1.4rem;
    color: #666;
    position: absolute;
    right: 1rem;
    top: .4rem;
}

.navbar_menu_mobile {
    transform: translateX(100%);
    position: fixed;
    opacity: 0;
    top: 0;
    min-height: 490px;
    max-height: auto;
    right: 0;
    width: 300px;
    background-color: #fff;
    box-shadow: -4px 4px 11px 0px rgb(86 86 86 / 57%);
    backdrop-filter: blur( 10.0px);
    border: 1px solid rgba( 255, 255, 255, 0.18);
    border-radius: 3px 0 0 3px;
    transition: transform linear 0.2s, opacity linear 0.2s;
    z-index: 100;
}


/* .nav_input:checked~.nav_overlay {
    display: block;
} */

.navbar_menulist {
    margin-top: 24px;
}

.navbar_mobile_list {
    margin-top: 24px;
}

.nav_bars-btn {
    width: 28px;
    height: 28px;
    float: right;
    margin-top: 10px;
    margin-right: 4px;
    display: none;
    color: rgb(19, 4, 4);
}

@media (max-width:1024.99px) {
    .bottom_info {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .social_icon {
        float: left;
        /* margin: 2px 0 0 0; */
    }
    .blog_section p {
        line-height: 24px;
        float: left;
        font-size: 17px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .shr {
        float: left;
        font-weight: 600;
        margin-right: 15px;
        margin-top: 0;
    }
    .bottom_info .pull-right {
        /* margin-bottom: 10px; */
        margin-top: 0;
    }
    .product_list:hover,
    .product_list:focus {
        box-shadow: none;
        border-bottom: none;
    }
    .menu_expand {
        margin-top: 15px;
    }
    .margin_profile,
    .mb_trackingorder,
    .mb_changepass {
        padding-top: 10px; /* Wrapper đã có padding-top */
        margin-bottom: 20px;
    }
    /* hide navbar */
    #navbar_menu {
        display: none;
    }
    #margin-account {
        margin-top: 8px;
        margin-left: 4px;
    }
    .nav_bars-btn {
        margin-top: -2.7rem;
        width: 28px;
        height: 28px;
        display: block;
        color: #29324e;
    }
    /* show navbar menu tablet */
    .first-ul {
        padding: 10px 10px 0 15px;
    }
    .first-ul li {
        padding-bottom: 15px;
    }
    .first-ul li span {
        color: #29324e;
    }
    .first-ul li div {
        color: #29324e;
    }
    #elementID {
        justify-content: center;
        margin-top: 8px;
        margin-left: 4px;
    }
}


/* mobile:width < 740px */


/* tablet:width >= 740px and width < 1024px  */

@media(min-width:769px) and (max-width:1024px) {
    /* container */
    .container {
        width: 99.9%;
    }
    .item_nav_top{
        display:none;
    }
    .categary2 li {
        transition: ease all 0.5s;
        background: rgba( 255, 255, 255, 0.00);
        padding: 9.96px 15px;
    }
    .img_search {
        width: 43px;
    }
    .searchbox {
        /* margin-left: 198px; */
        border: 1px solid #e0e0e0;
        /* height: 43px; */
        margin-top: 12px;
        display: flex;
        /* width: 350px; */
        border-radius: 4px;
        justify-content: space-between;
        box-sizing: border-box;
        min-width: 250px;
        flex-wrap: nowrap;
    }

    .searchbox__keyword {
        display: flex;
        flex: 1;
        min-width: 0;
    }

    .searchbox__keyword input {
        border: 0;
        display: inline-block;
        padding: 5px 10px;
        width: 100%;
        min-width: 150px;
        box-sizing: border-box;
        flex: 1;
    }

    .searchbox__keyword button {
        flex-shrink: 0;
        padding: 5px 10px;
    }
    .hotline{
        margin-top:11px!important;
    }
    .cart_mobile {
        float: right;
        display: block;
        margin: -45.8px 0px 0px 48.6rem;
    }
    .meterial_cart {
        font-size: 35px;
        color: #29324e;
    }
    .mb_viewcart>.col-md-9 {
        width: 100%;
    }
    .lblCartCount1 {
        display: block;
    }
    .header__cart {
        background: #29324e;
        display: flex;
        padding: 1.2px 10px 1.2px 10px;
        cursor: pointer;
        margin-right: 2.5rem;
        position: relative;
        margin-top: 3px;
        border-radius: 1px;
         width: unset; 
    }
    #lblCartCount {
        font-size: 14px;
        /* color: #fff; */
        float: right;
        /* width: 5px; */
        /* right: 18px !important; */
        bottom: 38px;
        margin-top: 7.5px;
        margin-left: 4px;
        padding-right: 5px;
        padding-left: 5px;
         border-radius: unset; 
        background-color: #fff200;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        -ms-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/*------------------------------------------------------------------
    File Name: responsive.css
-------------------------------------------------------------------*/

@media (min-width: 992px) {
    #navbar_menu ul ul {
        background: #ddd;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 980px;
        max-width: 980px;
    }
    body {
        overflow-x: hidden;
    }
    .header_top ul li {
        font-size: 13px;
        color: #fff;
        float: left;
    }
    .top_information.pull-right li {
        margin-left: 11px;
    }
    .header_top {
        min-height: auto;
    }
    /**== parallax slider ==**/
    #pallax_slider img {
        width: 100%;
    }
    #full_slider.full_slider_inner {
        position: relative;
        z-index: 0;
        min-height: auto;
    }
    div#pallax_slider {
        width: 100%;
        height: 480px;
        margin: 0;
        z-index: 0;
        overflow: hidden;
    }
    #pallax_slider img {
        max-width: 540px;
        width: 100%;
    }
    .clouds {
        width: 100%;
        background-position: center center;
        height: 100%;
        background-size: 100% auto;
    }
    .dott_star {
        width: 100%;
        background-position: center center;
        height: 100%;
        background-size: 100% auto;
    }
    .slider_contant h2 {
        color: #fff;
        font-size: 50px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .slider_contant a.btn,
    .slider_contant button.btn {
        min-width: 150px;
        height: 45px;
        line-height: 46px;
        font-size: 13px;
    }
    .responsive_padding_bottom {
        padding-bottom: 60px;
    }
    /**== layout ==**/
    .margin_bottom_30 {
        margin-bottom: 30px;
    }
    .margin_bottom_20 {
        margin-bottom: 20px;
    }
    .qulity_ser {
        margin-bottom: 0;
    }
    #subscribe_form input {
        width: 443px;
        margin: 10px 8px 0 0;
        float: left;
    }
    .full.sm_center img {
        width: 100%;
    }
    .price_contant {
        order: solid #e1e1e1 1px;
        padding: 50px 30px;
    }
    .price_no {
        font-size: 35px;
    }
    .info_cont h4 {
        margin: 0;
        font-size: 16px;
    }
    .bottom_imformation .margin_bottom_30 {
        margin-bottom: 0;
    }
    body.home_page_2 .logo img {
        max-width: 100%;
    }
    .header_bottom .info_cont h4 {
        font-size: 11px;
    }
    .header_bottom .info_cont p {
        font-size: 13px;
    }
    .header_bottom .margin_bottom_30 {
        margin-bottom: 0;
    }
    .light_blue div#pallax_slider {
        height: 650px;
    }
    .feauter_list li {
        display: flex;
    }
    .header_style_4 .header_bottom {
        float: left;
    }
    .home_page_4 div#pallax_slider {
        height: 680px;
    }
    .home_page_4 #full_slider.full_slider_inner {
        min-height: 680px;
    }
    .list_box img {
        width: 60px;
    }
    .home_page_5 div#pallax_slider {
        height: 640px;
    }
    .full img {
        max-width: 100%;
    }
    header .header_top,
    header .header_bottom,
    section,
    footer,
    .bottom_footer,
    .light_silver {
        float: left;
        width: 100%;
    }
    .footer_mail-section .field {
        padding: 0;
        display: flex;
    }
    .right_section_header_top div.social_icon {
        display: none;
    }
    .product_list {
        min-height: auto;
        transition: ease all 0.5s;
        padding-bottom: 25px;
    }
}


/**== menu css ==**/

@media (max-width: 991px) {
    #navbar_menu>ul>li>a {
        padding: 16px 14px;
        padding-right: 14px;
    }
    .main_menu,
    .menu_icon {
        float: left;
        padding: 0;
        position: absolute;
        top: -58px;
        right: 15px;
        display: none;
    }
    #navbar_menu.small-screen ul {
        width: 100%;
        display: none;
    }
    #navbar_menu.small-screen.align-center>ul {
        text-align: left;
    }
    #navbar_menu.small-screen ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #navbar_menu.small-screen ul ul li,
    #navbar_menu.small-screen li:hover>ul>li {
        height: auto;
    }
    #navbar_menu.small-screen ul li a,
    #navbar_menu.small-screen ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #222 !important;
    }
    #navbar_menu.small-screen ul ul li a:hover {
        width: 100%;
        border-bottom: 0;
        color: #fff !important;
    }
    #navbar_menu.small-screen ul ul li a:focus {
        width: 100%;
        border-bottom: 0;
        color: #fff !important;
    }
    #navbar_menu.small-screen>ul>li {
        float: none;
    }
    #navbar_menu.small-screen ul ul li a {
        padding-left: 15px;
    }
    #navbar_menu.small-screen ul ul ul li a {
        padding-left: 35px;
    }
    #navbar_menu.small-screen ul ul li a {
        color: #333;
        background: none;
    }
    #navbar_menu.small-screen ul ul li:hover>a,
    #navbar_menu.small-screen ul ul li.active>a {
        color: #fff;
    }
    #navbar_menu.small-screen ul ul,
    #navbar_menu.small-screen ul ul ul,
    #navbar_menu.small-screen.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #navbar_menu.small-screen #menu-button {
        display: block;
        padding: 0;
        color: #fff;
        cursor: pointer;
        font-size: 0;
        text-transform: uppercase;
        font-weight: 600;
        width: 40px;
        height: 40px;
        border: solid #000 2px;
        border-radius: 5px;
        position: absolute;
        top: -67px;
        left: 20px;
    }
    #navbar_menu.small-screen #menu-button::after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        height: 13px;
        width: 20px;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        content: '';
    }
    #navbar_menu.small-screen #menu-button::before {
        position: absolute;
        top: 17px;
        right: 8px;
        display: block;
        height: 3px;
        width: 20px;
        background: #000;
        content: '';
    }
    #navbar_menu.small-screen #menu-button.menu-opened::after {
        top: 16px;
        border: 0;
        height: 3px;
        width: 16px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 10px;
    }
    #navbar_menu.small-screen #menu-button.menu-opened::before {
        top: 16px;
        background: #000;
        width: 16px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 10px;
    }
    #navbar_menu.small-screen .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #navbar_menu.small-screen .submenu-button.submenu-opened {
        background: #262626;
    }
    #navbar_menu.small-screen ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #navbar_menu.small-screen .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #333;
        content: '';
    }
    #navbar_menu.small-screen ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #navbar_menu.small-screen .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #navbar_menu.small-screen .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #333;
        content: '';
    }
    #navbar_menu.small-screen ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #navbar_menu.small-screen .submenu-button.submenu-opened:before {
        display: none;
    }
    #navbar_menu.small-screen.select-list {
        padding: 5px;
    }
    #navbar_menu.small-screen {
        margin: 0;
        float: left;
        height: auto;
        z-index: 3;
        position: absolute;
        width: 100%;
        left: 0;
    }
    #navbar_menu.small-screen ul {
        background: #fff;
    }
    .first-ul li i {
        display: none;
    }
    /**== search_bar ==**/
    .search_icon {
        float: left;
        margin: 0 25px 0 0;
        position: absolute;
        right: 0;
        top: -67px;
    }
    .search_icon ul li {
        float: left;
        font-size: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    img {
        max-width: 100%;
    }
    body {
        overflow-x: hidden;
    }
    .container {
        width: 750px;
        max-width: 750px;
    }
    .right_section_header_top .social_icon {
        display: none;
    }
    .header_top {
        padding: 10px 0;
    }
    .logo {
        float: left;
        margin: 30px 0 0 0;
        position: relative;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .menu_side {
        float: right;
        right: 5px;
        width: 10%;
    }
    header .icon_bottom {
        margin-right: 10px;
    }
    header .header_bottom .info_cont h4 {
        font-size: 12px;
        font-weight: 500;
    }
    .header_top .col-xs-12 {
        float: left;
        width: 100%;
        max-width: 100%;
        flex: inherit;
    }
    /**== search bar == **/
    #search_bar .search-global__input {
        padding: 0 70px 23px 0 !important;
        font-size: 50px;
    }

    /* Searchbox fix for tablet */
    .searchbox {
        display: flex;
        flex-wrap: nowrap;
        min-width: 280px;
        justify-content: space-between;
    }

    .searchbox__keyword {
        display: flex;
        flex: 1;
        min-width: 0;
    }

    .searchbox__keyword input {
        border: 0;
        display: inline-block;
        padding: 5px 10px;
        width: 100%;
        min-width: 180px;
        box-sizing: border-box;
        flex: 1;
    }

    .searchbox__keyword button {
        flex-shrink: 0;
        padding: 5px 12px;
    }

    /**== menu == **/
    #navbar_menu.small-screen #menu-button {
        top: -74px;
    }
    .home_page_2 #navbar_menu.small-screen #menu-button {
        top: 15px;
    }
    .header_bottom .information_bottom {
        margin: 15px -2px -10px;
    }
    .header_bottom {
        min-height: 90px;
    }
    .header_style_2 .search_icon {
        float: left;
        margin: 0 25px 0 21px;
        top: 15px;
    }
    .header_style_2 #navbar_menu.small-screen ul.first-ul {
        position: relative;
        top: 70px;
    }
    /**== parallax slider ==**/
    #pallax_slider img {
        width: 100%;
    }
    #full_slider.full_slider_inner {
        position: relative;
        z-index: 0;
        min-height: auto;
    }
    div#pallax_slider,
    .light_blue div#pallax_slider {
        width: 100%;
        height: 420px;
        margin: 0;
        z-index: 0;
        overflow: hidden;
    }
    body.home_page_5 div#pallax_slider {
        height: 640px;
    }
    #pallax_slider img {
        max-width: 475px;
        width: 100%;
    }
    .clouds {
        width: 100%;
        background-position: center center;
        height: 100%;
        background-size: 100% auto;
    }
    .dott_star {
        width: 100%;
        background-position: center center;
        height: 100%;
        background-size: 100% auto;
    }
    .slider_contant h2 {
        color: #fff;
        font-size: 35px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    a.btn,
    button.btn {
        min-width: 150px;
        height: 45px;
        line-height: 46px;
        font-size: 13px;
    }
    .responsive_padding_bottom {
        padding-bottom: 60px;
    }
    .sm_center {
        text-align: center;
    }
    .product_detail_btm {
        padding: 15px 0 25px;
    }
    .view_commant div.full img {
        width: 100%;
    }
    .product_detail_btm h4 {
        margin: 20px 0 10px 0;
        text-align: center;
        font-size: 15px;
    }
    .product_list {
        min-height: auto;
    }
    /**== layout ==**/
    .footer_mail-section .field {
        padding: 0;
        display: flex;
    }
    .margin_bottom_30 {
        margin-bottom: 30px;
    }
    .margin_bottom_20 {
        margin-bottom: 20px;
    }
    .padding_layout_1 {
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .main_heading {
        margin-bottom: 20px;
    }
    .admin_img {
        margin-bottom: 0 !important;
    }
    .qulity_ser {
        margin-bottom: 0;
    }
    h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    p {
        font-size: 14px;
    }
    span {
        font-size: 14px;
    }
    body.home_page_2 .feauter_list li {
        margin: 35px 0;
    }
    .left_top {
        left: 60px;
    }
    .right_top {
        right: 60px;
    }
    /**== subscribe == **/
    #subscribe_form input {
        width: 100%;
        height: 50px;
        margin-top: 10px;
        float: left;
    }
    .responsive_center {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .responsive_center button {
        float: right;
    }
    /**== accordian ==**/
    #accordion .panel.panel-default .panel-heading {
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }
    .panel-collapse {
        float: left;
        width: 100%;
    }
    #accordion .panel.panel-default .panel-body {
        padding: 0 10px;
        margin: 0 0 20px 0;
    }
    /**== price table ==**/
    .price_head h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }
    .price_no {
        font-size: 28px;
    }
    .price_contant {
        border: solid #e1e1e1 1px;
        padding: 50px 0px;
    }
    .price_icon {
        float: left;
        width: 150px;
        height: 150px;
    }
    .info_cont h4 {
        margin: 0;
        font-size: 15px;
    }
    /**== footer ==**/
    .cpy {
        text-align: center;
        margin-top: 8px;
    }
    .bottom_menu ul {
        display: flex;
        justify-content: center;
    }
    .footer_menu {
        padding-left: 0;
    }
    /** white_responsive_menu **/
    .header_style_2 #navbar_menu.small-screen #menu-button,
    .header_style_3 #navbar_menu.small-screen #menu-button,
    .header_style_2 #navbar_menu.small-screen #menu-button::after,
    .header_style_3 #navbar_menu.small-screen #menu-button::after {
        border-color: #fff;
    }
    .header_style_3 #navbar_menu.small-screen #menu-button::before,
    .header_style_2 #navbar_menu.small-screen #menu-button::before,
    .header_style_3 #navbar_menu.small-screen #menu-button.menu-opened::before,
    .header_style_2 #navbar_menu.small-screen #menu-button.menu-opened::before,
    .header_style_3 #navbar_menu.small-screen #menu-button.menu-opened::after,
    .header_style_2 #navbar_menu.small-screen #menu-button.menu-opened::after {
        background: #fff;
    }
    /** gream_color **/
    body.home_page_5 #navbar_menu.small-screen #menu-button,
    body.home_page_5 #navbar_menu.small-screen #menu-button::after {
        border-color: #e9dcbe;
    }
    body.home_page_5 #navbar_menu.small-screen #menu-button::before,
    body.home_page_5 #navbar_menu.small-screen #menu-button.menu-opened::before,
    body.home_page_5 #navbar_menu.small-screen #menu-button.menu-opened::after {
        background: #e9dcbe;
    }
    .header_style_4 .header_bottom {
        min-height: 92px;
        background: #ffffff;
        padding: 0 30px 0 20px;
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .home_page_4 #full_slider.full_slider_inner {
        min-height: 640px;
    }
    .home_page_4 div#pallax_slider {
        height: 640px;
    }
    /** inner_page **/
    #default_theme .banner_slider {
        min-height: 185px;
    }
    .banner_slider .vertical-center {
        min-height: 185px;
    }
    .sm-center {
        text-align: center;
    }
    .sapport_img {
        margin-top: 0;
    }
    .list_style_1.sort li {
        float: left;
        width: 33%;
    }
    .banner_slider .text_align_right img {
        margin-top: 10px;
    }
    .center {
        align-items: center;
    }
    .blog_feature_img img {
        width: 100%;
    }
    header .header_top,
    header .header_bottom,
    section,
    footer,
    .bottom_footer,
    .light_silver {
        float: left;
        width: 100%;
    }
    .hidden-sm {
        display: none;
    }
    .cleaning .menu_bottom_section {
        position: relative;
        z-index: 9;
    }
    .cleaning .menu_bottom_section .search_icon {
        float: right;
        margin: -6px 15px 0 0;
    }
    .cleaning .menu_bottom_section #navbar_menu>ul>li>a {
        padding: 16px 25px 16px;
    }
    .price_amount {
        font-size: 16px;
    }
    .price_cont p {
        padding-bottom: 12px;
        font-size: 14px;
        line-height: normal;
    }
    .cleaning .about_cont_blog {
        padding: 50px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .about_feature_img {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }
    .about_feature_img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .center {
        align-items: center;
    }
    .center img {
        max-width: 100%;
    }
    /**== header ==**/
    .header_top ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .header_top ul li {
        margin: 0;
        font-size: 14px;
        width: 50%;
        text-align: center;
    }
    .top_information.pull-left li {
        margin-right: 0;
    }
    /**== parallax slider ==**/
    #pallax_slider img {
        width: 100%;
    }
    #full_slider.full_slider_inner {
        position: relative;
        z-index: 0;
        min-height: 320px;
    }
    div#pallax_slider {
        height: 320px;
    }
    body.home_page_5 div#pallax_slider {
        height: 480px;
    }
    body div.home_page_5 #full_slider.full_slider_inner {
        height: 100vh;
    }
    body div.home_page_5 #pallax_slider {
        height: 100vh;
    }
    #pallax_slider img {
        max-width: 300px;
        width: 100%;
    }
    .clouds {
        width: 100%;
        background-position: center center;
        height: 100%;
        background-size: 100% auto;
    }
    .dott_star {
        width: 100%;
        background-position: center center;
        height: 100%;
        background-size: 100% auto;
    }
    .slider_contant h2 {
        color: #fff;
        font-size: 23px;
        line-height: 28px;
        font-weight: 700;
        width: 90%;
        margin: 0 5% 20px;
    }
    /**== layout ==**/
/*    .padding_layout_1 {
        padding-top: 75px;
        padding-bottom: 60px;
    }*/
    .testmonial_section {
        padding-bottom: 135px !important;
    }
    .testimonial-meta h4 {
        margin: 5px 0;
    }
    #testimonial_slider .testimonial-meta {
        margin-top: 75px;
    }
    .margin_bottom_30 {
        margin-bottom: 30px;
    }
    .margin_bottom_20 {
        margin-bottom: 20px;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 16px;
    }
    .padding_75 {
        padding: 40px 20px;
    }
    .qulity_ser {
        margin-bottom: 0;
    }
    .qulity_ser p br {
        display: none;
    }
    .admin_img {
        margin-bottom: 0 !important;
    }
    #subscribe_form input {
        width: 100%;
        height: 50px;
    }
    .only_icon_slider {
        width: 80%;
        margin: 20px 10% 45px;
    }
    .list_style_1 li {
        position: relative;
        padding: 0 0 10px 25px;
    }
    .list_style_1 li i {
        position: absolute;
        left: 0;
        top: 0;
    }
    .full img {
        max-width: 100%;
    }
    .bottom_imformation div.full {
        display: flex;
        justify-content: center;
    }
    p.large {
        font-size: 18px;
        line-height: 24px;
    }
    /**== accordian ==**/
    #accordion .panel.panel-default .panel-heading {
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }
    .panel-collapse {
        float: left;
        width: 100%;
    }
    #accordion .panel.panel-default .panel-body {
        padding: 0 10px;
        margin: 0 0 20px 0;
    }
    /**== price table ==**/
    .price_table_active div.row {
        margin-left: 0;
        margin-right: 0;
    }
    .price_table_active {
        padding: 0 15px;
    }
    .price_no {
        font-size: 35px;
    }
    /**== footer ==**/
    .footer_menu {
        padding-left: 0;
    }
    .footer_menu_ul {
        font-size: 13px;
    }
    .bottom_menu {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }
    .cpy {
        text-align: left;
        width: 100%;
    }
    .bottom_menu {
        font-size: 13px;
    }
    .responsive_center {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .responsive_padding_bottom {
        padding-bottom: 60px;
    }
    /**== inner page ==**/
    #default_theme .banner_slider {
        min-height: auto;
    }
    .banner_slider .vertical-center {
        min-height: auto;
    }
    .page_inform {
        padding-top: 45px;
    }
    .banner_slider img {
        margin-top: 20px;
        max-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .service_style_2 .qulity_ser {
        margin-bottom: 0;
    }
    .heading_min_small {
        font-size: 19px;
        margin: 0 0 15px 0;
    }
    .sapport_img {
        margin-top: 0;
        max-width: 100%;
    }
    .counter .counter-count {
        margin-bottom: 20px;
    }
    .list_style_1.sort li {
        float: left;
        width: 50%;
    }
    .banner_slider .col-lg-7.col-md-7.col-sm-12.col-xs-12.text_align_right.pull-right img {
        margin-top: 0;
        height: auto !important;
    }
    .testimonial_slider_2 .testimonial_inner img {
        margin-bottom: 15px;
    }
    .brand_icons li {
        float: left;
        width: 46%;
        margin-bottom: 15px;
        margin-left: 2%;
        margin-right: 2%;
        min-height: 50px;
    }
    .testimonial_simple_say {
        padding: 50px 50px 35px;
    }
    .qoute_testimonial {
        font-size: 35px;
        position: absolute;
        margin-left: -30px;
        margin-top: -45px;
    }
    .comment_section .pull-left,
    .comment_section .pull-right {
        width: 50%;
    }
    .view_commant .full {
        text-align: center;
    }
    .view_commant .full img {
        display: inline;
        margin-bottom: 20px;
    }
    .blog_section p.comm_head a.rply {
        width: 100%;
        margin-top: 5px;
    }
    .side_bar {
        margin-top: 35px;
    }
    .blog_section {
        margin-bottom: 25px;
        float: left;
        width: 100%;
    }
    .blog_full_width .blog_feature_cantant {
        padding: 30px 20px;
    }
    .blog_page_5 .blog_feature_cantant {
        padding: 30px 20px;
    }
    .tab_bar .filter-button {
        text-align: center;
        width: 100%;
    }
    .info_cont {
        float: left;
        padding: 4px 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .contact_information .information_bottom {
        width: 100%;
    }
    .adress_cont .information_bottom.left-side {
        width: 100%;
        float: left;
    }
    .padding_layout_2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /** header_style_2 **/
    .main_bg .search_icon ul li a {
        color: #000;
    }
    .header_style_2 .search_icon {
        float: left;
        margin: 0 20px 0 0;
    }
    .main_bg #navbar_menu>ul>li>a {
        color: #000;
    }
    .main_bg {
        margin-top: 0px;
        min-height: auto;
        position: relative;
    }
    #navbar_menu li:hover>ul>li {
        background: transparent;
    }
    /** header_style_4 **/
    .header_style_4 .header_bottom {
        min-height: auto;
        background: #ffffff;
        padding: 0 10px 0 10px;
        float: left;
        width: 100%;
    }
    .header_style_4 .header_bottom {
        padding: 0;
    }
    .header_style_4 #navbar_menu.small-screen #menu-button {
        left: 30px;
    }
    .header_style_4 .search_icon {
        margin: 0 30px 0;
        top: -67px;
    }
    /** white_responsive_menu **/
    .header_style_3 #navbar_menu.small-screen #menu-button,
    .header_style_3 #navbar_menu.small-screen #menu-button::after {
        border-color: #fff;
    }
    .header_style_3 #navbar_menu.small-screen #menu-button::before,
    .header_style_3 #navbar_menu.small-screen #menu-button.menu-opened::before,
    .header_style_3 #navbar_menu.small-screen #menu-button.menu-opened::after {
        background: #fff;
    }
    .home_page_4 #full_slider.full_slider_inner {
        min-height: 485px;
    }
    .home_page_4 div#pallax_slider {
        height: auto;
    }
    .home_page_4 .simple_slider_img {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    /** section **/
    .testimonial_qoute i {
        color: #dfdfdf;
        font-size: 65px;
    }
    .testimonial_qoute .text_align_right.testmonial_qoute i {
        margin-top: 0;
    }
    .feauter_list li {
        margin: 15px 0;
        display: flex;
    }
    .mobile_icon {
        margin: 35px 0;
    }
    .footer_style_2 .footer_logo {
        text-align: center;
        width: 100%;
    }
    .footer_top .social_icon {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer_top {
        border-bottom: solid #e1e1e1 1px;
        padding-bottom: 40px;
        padding-top: 0;
        margin-bottom: 40px;
    }
    .bottom_footer {
        padding: 20px 0;
    }
    .testimonial_slider {
        box-shadow: 0 0 50px -30px rgba(0, 0, 0, 0.5);
        width: 94%;
        margin: 0 3% 35px;
    }
    .left_bottom {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .left_top {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .right_top {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .right_bottom {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .circle_service_layout .service_types {
        float: left;
        width: 48%;
        margin: 0 1% 15px;
    }
    .mobile_half {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .provide_qty.circle_service_layout {
        min-height: auto;
        position: relative;
        width: 100%;
    }
    .service_types.center_ser {
        top: 0;
        width: 100%;
    }
    .list_box {
        display: block;
    }
    .list_box li {
        width: 50%;
    }
    .home_page_5 .simple_slider_img {
        top: 115px;
        left: 0;
        text-align: center;
    }
    .hidden-xs {
        display: none;
    }
    /**== cross layout ==**/
    .gross_layout::before {
        display: none;
    }
    .gross_layout::after {
        display: none;
    }
    /** counter **/
    .counter .text_align_right {
        text-align: center;
    }
    .counter-count {
        text-align: center;
    }
    .main_heading.text_align_right::after {
        margin-right: auto;
    }
    .main_heading.text_align_left::after {
        margin-left: auto;
    }
    .main_heading.text_align_left,
    .main_heading.text_align_right {
        text-align: center;
    }
    .blog_colum {
        margin-bottom: 25px;
    }
    .service_blog {
        margin-bottom: 30px;
    }
    .team_blog_colum {
        margin-bottom: 30px;
    }
    /** testimonial slider **/
    #testimonial_slider {
        padding-right: 0;
    }
    #testimonial_slider .testimonial-container {
        position: relative;
        padding-left: 0;
        padding-bottom: 25px;
    }
    .testimonial-container .testimonial-photo {
        float: left;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        margin-right: 15px;
        margin-top: 25px;
    }
    .contact_us_section {
        padding: 40px 50px;
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .contact_us_section {
        padding: 25px 20px;
        float: left;
        width: 100%;
        position: relative;
    }
    #map {
        height: 100%;
        min-height: 180px;
        z-index: 1;
    }
    .brand_list li {
        float: left;
        width: 100%;
        text-align: center;
        background: #f6f6f6;
        padding: 30px 0;
        margin: 0 0 20px;
    }
    .contact_us_section .inner_cont {
        float: left;
        width: 100%;
        padding-left: 25px;
    }
    .contact_us_section .call_icon {
        float: left;
        width: 18px;
        position: absolute;
        top: 35px;
    }
    .contact_us_section .button_Section_cont {
        width: 100%;
        float: right;
        display: flex;
        justify-content: center;
    }
    .contact_us_section h2 {
        margin: 8px 0 5px 0;
        font-size: 27px;
        font-weight: 700;
        color: #fff;
    }
    .contact_us_section .inner_cont {
        margin-bottom: 10px;
    }
    /** product detail page **/
    .product_detail_feature_img .hizoom {
        width: 100% !important;
    }
    .product_detail_feature_img {
        width: 100% !important;
    }
    .hizoom .small {
        width: 100% !important;
    }
    .hizoom .small img,
    .hizoom .big img {
        width: 100% !important;
    }
    .hizoom .magnifier {
        display: none !important;
    }
    .product-heading h2 {
        font-size: 24px;
        padding-bottom: 15px;
        margin: 35px 0 0;
    }
    .detail-contant .btn.sqaure_bt {
        margin: 0px 5px;
    }
    /** shop page **/
    .shopping-cart-cart {
        max-width: 100%;
        width: 100%;
        margin-top: 25px;
    }
    .product-table table.table {
        min-width: 720px;
    }
    .product_detail_page .tab_bar_section .nav.nav-tabs {
        display: flex;
        justify-content: center;
    }
    .product_detail_page .tab_bar_section .nav-tabs .nav-item {
        width: 100%;
    }
    .inner_banner1 h2 {
        font-size: 30px;
    }
    .contant_form .row,
    .appointment_form .row {
        margin: 0;
    }
    .cprt p {
        line-height: 18px;
    }
    /** footer **/
    .map_section {
        float: right;
        width: 100%;
    }
    .cprt {
        padding-left: 0px;
    }
}

@media (min-width:575px) and (max-width:767px) {
    .header_top ul li {
        text-align: left;
    }
    .header_top ul li+li {
        text-align: right;
    }
    .topbar-left {
        width: 100%;
    }
    .header_top .social_icon ul li {
        margin-right: 10px;
    }
    #navbar_menu.small-screen #menu-button {
        top: -80px;
    }
    .search_icon {
        top: -74px;
    }
    .light_blue div#pallax_slider {
        height: 420px;
    }
    .testimonial_qoute {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .testimonial_qoute .testmonial_qoute {
        margin: 0 15px;
    }
    .responsive_padding_bottom {
        padding-bottom: 0;
    }
    .feauter_list li {
        display: flex;
        justify-content: center;
    }
    .home_page_3 div#pallax_slider {
        height: 100vh;
    }
    .tab_bar .tags li {
        float: left;
        margin: 0 1% 10px;
        width: 31%;
    }
    .home_page_4 div#pallax_slider .vertical-center {
        display: none;
    }
    .home_page_5 #pallax_slider .vertical-center {
        display: none;
    }
    .feature_icons {
        display: flex;
        padding-bottom: 20px;
        padding-top: 10px;
        justify-content: center;
    }
    .testimonial_slider_2 .testimonial_inner {
        margin-bottom: 25px;
    }
    .xs-hidden {
        display: none !important;
    }
    #search_bar .search-global__input {
        padding: 5px 70px 10px 0 !important;
        font-size: 40px;
    }
    .testmonial_section .col-sm-7 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}

@media (min-width:575px) and (max-width:767px) {
    .page_inform {
        padding-top: 95px;
    }
    .page_inform h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .bottom_imformation .col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        max-width: 100%;
        flex: inherit;
    }
    .banner_slider img {
        margin-top: 20px;
        max-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        min-height: 170px;
    }
    #search_bar .modal-body .col-md-8 {
        max-width: 90%;
        float: initial;
        margin: 0 5%;
    }
    .product_list {
        min-height: auto;
        padding-bottom: 30px;
    }
    .service_blog_inner .text_align_left {
        text-align: center;
    }
    .service_blog_inner h4.service-heading {
        text-align: center;
    }
    .service_blog_inner p {
        text-align: center;
    }
    .post_commt_form {
        padding: 0 15px;
    }
    .cleaning .menu_bottom_section {
        position: relative;
        z-index: 9;
    }
    .cleaning .menu_bottom_section .search_icon {
        float: right;
        margin: -6px 15px 0 0;
    }
    .cleaning .menu_bottom_section #navbar_menu>ul>li>a {
        padding: 16px 25px 16px;
    }
}

@media (max-width:574px) {
    /* Searchbox improvements for very small screens */
    .searchbox {
        margin: 2px 55px 0 20px;
        min-width: 150px;
        max-width: calc(100% - 75px);
    }

    .searchbox__keyword input {
        min-width: 80px;
        font-size: 12px;
        padding: 5px 2px 5px 6px;
    }

    .searchbox__keyword button {
        padding: 4px 6px;
    }

    .searchbox__keyword button .material-icons {
        font-size: 18px;
    }

    /* Fix nav_bars-btn positioning */
    .nav_bars-btn {
        position: absolute;
        right: 10px;
        top: 5px;
        margin-top: 0;
    }

    .right_section_header_top div.float-left {
        display: none;
    }
    .right_section_header_top .float-right {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .make_appo {
        float: right;
        margin-top: 5px;
    }
    #navbar_menu.small-screen #menu-button {
        top: -71px;
    }
    #search_bar .search-global {
        position: absolute;
        top: 50vh;
        margin-top: -122px;
        width: 80%;
    }
    .blog_feature_cantant li {
        margin-right: 10px;
    }
    .post_commt_form .form_section {
        padding: 0 15px;
    }
    .product_list {
        min-height: auto;
        padding-bottom: 30px;
        transition: ease all 0.5s;
    }
    .service_blog_inner .text_align_left {
        text-align: center;
    }
    .service_blog_inner h4.service-heading {
        text-align: center;
    }
    .service_blog_inner p {
        text-align: center;
    }
    .cleaning .menu_bottom_section {
        position: relative;
        z-index: 9;
    }
    .cleaning .menu_bottom_section .search_icon {
        float: right;
        margin: -6px 15px 0 0;
    }
    .cleaning .menu_bottom_section #navbar_menu>ul>li>a {
        padding: 16px 25px 16px;
    }
}
/*------------------------------------------------------------------
    File Name: colors1.css
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    color theme
-------------------------------------------------------------------*/

.header_top,
#navbar_menu ul ul li a:hover,
#navbar_menu ul ul li a:focus,
#navbar_menu1 ul ul li a:hover,
#navbar_menu1 ul ul li a:focus,
.full_slider_inner,
.bg_load,
.theme_color_bg,
.price_table_active .price_head,
a.btn.dark_gray_bt:hover,
a.btn.dark_gray_bt:focus,
.carousel-indicators .active,
.social_icon_style_2 ul li a:hover,
.social_icon_style_2 ul li a:focus,
.progress-bar,
.tags a:hover,
.tags a:focus,
.testimonial_slider .carousel-control:hover,
.testimonial_slider .carousel-control:focus,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.icon_feature {
	background: #005ec4;
	background-size: 100% 100%;
	border: none;
}

.theme_bg {
	background: #005ec4;
}

#navbar_menu > ul > li a.active,
#navbar_menu > ul > li:hover > a,
#navbar_menu > ul > li:focus > a,
footer p a:hover, footer p a:focus,
.footer-menu li a:hover,
.footer-menu li a:focus,
footer ul.social_icons li a:hover,
footer ul.social_icons li a:focus
 {
	color: #005ec4;
}
.breadcrumb li a {
	color: #428eff;

}
.btn.sqaure_bt {
	border-radius: 0;
	background: #005ec4;
}

.btn.sqaure_bt span {
    font-size: 31px;
    font-weight: 400;
    position: absolute;
    right: 16px;
}

footer h2::after,
.footer_mail-section .field button.button_custom,
.cprt, .contact_us_section {
	background: #005ec4;
}

.tp-caption.tp-shape.tp-shapewrapper.tp-resizeme.rs-parallaxlevel-0 {
    background: #039ee3 !important;
}

a.btn.main_bt,
button.btn.main_bt {
	background: #17a5e9;
	border: none;
}

a.btn.main_bt:hover,
a.btn.main_bt:focus,
button.btn.main_bt:hover,
button.btn.main_bt:focus {
	background: #25d8ed;
	background-size: 100% 100%;
	color: #fff;
}

a.btn.dark_gray_bt:hover,
a.btn.dark_gray_bt:focus {
	color: #fff;
}

a.btn.light_btn,
button.btn.light_btn {
	background: #a864a8;
}

a.btn.light_btn:hover,
a.btn.light_btn:focus button.btn.light_btn:hover,
a.btn.light_btn:focus {
	background: #fff;
	color: #632e62;
	border-color: #fff;
}

.modal-backdrop {
	gb(187 187 187 / 95%);
}

#navbar_menu ul ul,
hr.dottad_border,
.social_icon_style_2 ul li a:hover,
.social_icon_style_2 ul li a:focus,
.tags a:hover,
.tags a:focus,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.comment_section,
.boder_dottat_small {
	border-color: #039ee3;
}


.price_table_active a.btn:hover,
.price_table_active a.btn:focus {
	background: #252525;
	color: #fff;
}

.border_dotted_circle:hover,
.border_dotted_circle:focus {
	border-color: #632e62;
}

.btn.light_theme_bt:hover,
.btn.light_theme_bt:focus {
	background: #222;
	color: #fff;
	border: solid #222 1px;
}

.theme_color_bg .border_dotted_circle,
.theme_color_bg .border_dotted_circle:hover,
.theme_color_bg .border_dotted_circle:focus {
	border-color: #fff;
}

button.border_btn_white_border,
a.border_btn_white_border {
	background: transparent;
	border: solid #fff 1px;
}

button.border_btn_white_border:focus,
button.border_btn_white_border:hover,
a.border_btn_white_border:hover,
a.border_btn_white_border:focus {
	background: #fff;
	border: solid #fff 1px;
}

body.light_blue button.btn.white_btn:hover,
body.light_blue a.btn.white_btn:hover,
body.light_blue button.btn.white_btn:focus,
body.light_blue a.btn.white_btn:focus {
	background: #632e62;
	border-color: #632e62;
	color: #fff;
}

button.btn.white_btn, a.btn.white_btn, button.btn.white_btn, a.btn.white_btn {
	color: #111;
	text-transform: none;
	text-shadow: none;
}

button.btn.white_btn:hover, 
a.btn.white_btn:hover, 
button.btn.white_btn:hover, 
a.btn.white_btn:hover {
	color: #fff;
	text-transform: none;
	background: #111;
}

.tp-bannertimer {
    background: #039ee3 !important;
}

.tp-caption.tp-shape.tp-shapewrapper.rs-parallaxlevel-0 {
	background-color: rgba(0, 0, 0, 0.4) !important;
}


.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#3adb76}.toast-error{background-color:#ca3c3c}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}

/* ==========================================================================
   TOASTR MODERN - SaaS/B2C Style
   Custom styling for Toastr notifications
   ========================================================================== */

/* Override default toastr styles */
#toast-container {
    position: fixed;
    z-index: 999999;
}

/* Position Classes */
#toast-container.toast-top-right {
    top: 20px;
    right: 20px;
}

#toast-container.toast-top-left {
    top: 20px;
    left: 20px;
}

#toast-container.toast-top-center {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#toast-container.toast-bottom-right {
    bottom: 20px;
    right: 20px;
}

#toast-container.toast-bottom-left {
    bottom: 20px;
    left: 20px;
}

#toast-container.toast-bottom-center {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* Base Toast Styles */
#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 16px 20px 16px 56px;
    width: 380px;
    max-width: calc(100vw - 40px);
    border-radius: 12px;
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08),
                0 2px 4px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    color: #fff;
    opacity: 1;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#toast-container > div:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12),
                0 4px 8px rgba(0, 0, 0, 0.06),
                0 0 0 1px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

/* Toast Title */
.toast-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
    display: block;
}

/* Toast Message */
.toast-message {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
    word-wrap: break-word;
}

.toast-message a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.toast-message a:hover {
    color: rgba(255, 255, 255, 0.85);
}

/* Close Button */
.toast-close-button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    text-shadow: none;
    opacity: 0;
    padding: 0;
    line-height: 1;
}

#toast-container > div:hover .toast-close-button {
    opacity: 1;
}

.toast-close-button:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Progress Bar */
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border-radius: 0 0 12px 12px;
}

/* ==========================================================================
   Toast Types with Modern Colors
   ========================================================================== */

/* Success Toast - Green */
#toast-container > .toast-success {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border-left: 4px solid #047857;
}

#toast-container > .toast-success .toast-progress {
    background: rgba(255, 255, 255, 0.5);
}

/* Error Toast - Red */
#toast-container > .toast-error {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    border-left: 4px solid #B91C1C;
}

#toast-container > .toast-error .toast-progress {
    background: rgba(255, 255, 255, 0.5);
}

/* Warning Toast - Orange/Amber */
#toast-container > .toast-warning {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border-left: 4px solid #B45309;
}

#toast-container > .toast-warning .toast-progress {
    background: rgba(255, 255, 255, 0.5);
}

/* Info Toast - Blue */
#toast-container > .toast-info {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    border-left: 4px solid #1D4ED8;
}

#toast-container > .toast-info .toast-progress {
    background: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   Modern SVG Icons (Base64 encoded)
   ========================================================================== */

/* Success Icon - Checkmark Circle */
#toast-container > .toast-success {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");
}

/* Error Icon - X Circle */
#toast-container > .toast-error {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3C/svg%3E");
}

/* Warning Icon - Alert Triangle */
#toast-container > .toast-warning {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E");
}

/* Info Icon - Info Circle */
#toast-container > .toast-info {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");
}

/* ==========================================================================
   Animations
   ========================================================================== */

/* Slide in from right animation */
@keyframes toastSlideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes toastSlideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Slide in from top animation */
@keyframes toastSlideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes toastSlideOutUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

/* Apply animations based on position */
#toast-container.toast-top-right > div,
#toast-container.toast-bottom-right > div {
    animation: toastSlideInRight 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#toast-container.toast-top-center > div,
#toast-container.toast-top-left > div,
#toast-container.toast-top-full-width > div {
    animation: toastSlideInDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 480px) {
    #toast-container {
        left: 10px !important;
        right: 10px !important;
        transform: none !important;
    }

    #toast-container > div {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px;
        padding: 14px 16px 14px 50px;
        border-radius: 10px;
        font-size: 13px;
    }

    .toast-title {
        font-size: 14px;
    }

    .toast-message {
        font-size: 13px;
    }

    .toast-close-button {
        opacity: 1;
        right: 10px;
    }
}

@media (max-width: 768px) {
    #toast-container > div {
        width: 340px;
        max-width: calc(100vw - 40px);
    }
}

/* ==========================================================================
   Dark Mode Support (optional - based on prefers-color-scheme)
   ========================================================================== */

@media (prefers-color-scheme: dark) {
    #toast-container > div {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3),
                    0 2px 4px rgba(0, 0, 0, 0.2),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    #toast-container > div:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4),
                    0 4px 8px rgba(0, 0, 0, 0.25),
                    0 0 0 1px rgba(255, 255, 255, 0.08);
    }
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    #toast-container > div {
        animation: none !important;
        transition: opacity 0.2s ease !important;
    }
}

/* Focus visible for keyboard navigation */
.toast-close-button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

/* Hiệu ứng cho ảnh khi di chuột qua */
.brand-image {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px; /* Bo góc ảnh */
}

    /* Hiệu ứng khi hover trên ảnh */
    .brand-image:hover {
        transform: scale(1.1); /* Phóng to ảnh */
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Thêm bóng cho ảnh */
    }

/* Cấu trúc của brand_list */
.brand_list {
    display: flex; /* Sử dụng Flexbox */
    justify-content: center; /* Căn giữa các phần tử */
    padding: 0;
    list-style-type: none;
    margin: 0;
}

    /* Cấu trúc của mỗi li trong brand_list */
    .brand_list li {
        width: 19%; /* Chiếm 19% chiều rộng */
        text-align: center;
        background: #f6f6f6;
        padding: 30px 0;
        margin: 0 .5%;
        border: solid #eee 3px;
        box-sizing: border-box; /* Đảm bảo padding và border không ảnh hưởng đến chiều rộng */
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Đảm bảo có hiệu ứng cho li */
    }

        /* Hiệu ứng hover trên li */
        .brand_list li:hover {
            transform: scale(1.05); /* Phóng to li khi hover */
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); /* Thêm bóng cho li */
        }

/* T2P aiSoft HomePage - New UI Template */
/* Extracted from t2p-ai-video-tools-final.html */

:root {
    --primary-color: #007bff;
    --primary-hover: #0056b3;
    --orange-red: #FF5722;
    --orange-red-hover: #E64A19;
    --nvidia-green: #76B900;
    --text-dark: #1a1a1a;
    --text-gray: #6c757d;
    --text-menu: #2d2d2d;
    --bg-light: #f8f9fa;
    --bg-blue-light: #e7f3ff;
    --border-color: #e1e1e1;

    /* Tool colors */
    --easyclip-color: #667eea;
    --autocapcut-color: #f093fb;
    --videocutter-color: #4facfe;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Gradient Film Icon */
.gradient-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #4facfe 75%, #00f2fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.8rem;
    animation: gradient-shift 3s ease infinite;
    background-size: 200% 200%;
}

@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Header Sticky */
.navbar {
    background: white;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    padding: 1rem 0;
    transition: all 0.3s;
}

.navbar-brand {
    font-weight: 800 !important;
    font-size: 1.5rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.navbar-brand span {
    font-weight: 800 !important;
    font-size: 1.5rem !important;
}

.brand-t2p {
    color: var(--text-dark) !important;
}

.brand-aisoft {
    display: inline;
}

.brand-ai {
    color: var(--nvidia-green);
}

.brand-soft {
    color: var(--text-dark);
}

/* Navigation Menu Links - Professional size (0.8x = 1.12rem) */
.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 1.12rem !important;
    color: var(--text-menu) !important;
    transition: color 0.3s;
    padding: 0.5rem 1rem !important;
    letter-spacing: 0.02em;
}

.navbar-nav .nav-link:hover {
    color: var(--orange-red) !important;
}

/* Modern Dropdown Menu Styles */
.navbar .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    background: white;
    min-width: 200px;
    animation: dropdownFadeIn 0.2s ease-out;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0.6rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-dark);
    transition: all 0.2s ease;
    border-radius: 0;
}

.navbar .dropdown-menu .dropdown-item i {
    width: 20px;
    margin-right: 0.6rem;
    color: var(--text-gray);
    transition: color 0.2s ease;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, rgba(255, 87, 34, 0.1) 0%, rgba(240, 147, 251, 0.1) 100%);
    color: var(--orange-red);
    padding-left: 1.5rem;
}

.navbar .dropdown-menu .dropdown-item:hover i {
    color: var(--orange-red);
}

.navbar .dropdown-menu .dropdown-divider {
    margin: 0.5rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Dropdown toggle arrow */
.navbar .nav-link.dropdown-toggle::after {
    margin-left: 0.4rem;
    vertical-align: 0.15em;
    border-top-color: var(--text-menu);
    transition: transform 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
}

/* User dropdown specific */
.navbar .nav-item.dropdown .nav-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.navbar .nav-item.dropdown .nav-link i.fa-user-circle {
    font-size: 1.1rem;
    color: var(--orange-red);
}

/* Button Đăng Nhập - viền cam, chữ cam -> hover: nền cam, chữ trắng */
/* Navbar specific buttons - size 1.4x larger, text 1.2x larger */
.navbar .btn-outline-danger {
    border: 2px solid var(--orange-red) !important;
    color: var(--orange-red) !important;
    background: transparent !important;
    padding: 0.5rem 1.25rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}

.navbar .btn-outline-danger:hover,
.navbar .btn-outline-danger:focus,
.navbar .btn-outline-danger:active {
    background: var(--orange-red) !important;
    color: white !important;
    border-color: var(--orange-red) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,87,34,0.3) !important;
}

/* Button Khám Phá Tools - nền cam, chữ trắng -> hover: highlight (màu đậm hơn) */
.navbar .btn-danger {
    background: var(--orange-red) !important;
    border: 2px solid var(--orange-red) !important;
    color: white !important;
    padding: 0.5rem 1.25rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}

.navbar .btn-danger:hover,
.navbar .btn-danger:focus,
.navbar .btn-danger:active {
    background: var(--orange-red-hover) !important;
    border-color: var(--orange-red-hover) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,87,34,0.3) !important;
}

/* General button styles (non-navbar) */
.btn-outline-danger:not(.navbar .btn-outline-danger) {
    border: 2px solid var(--orange-red) !important;
    color: var(--orange-red) !important;
    background: transparent !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
    border-radius: 8px !important;
}

.btn-outline-danger:not(.navbar .btn-outline-danger):hover {
    background: var(--orange-red) !important;
    color: white !important;
    border-color: var(--orange-red) !important;
}

.btn-danger:not(.navbar .btn-danger) {
    background: var(--orange-red) !important;
    border: 2px solid var(--orange-red) !important;
    color: white !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
    border-radius: 8px !important;
}

.btn-danger:not(.navbar .btn-danger):hover {
    background: var(--orange-red-hover) !important;
    border-color: var(--orange-red-hover) !important;
    color: white !important;
}

/* Hero Section - AI Video Focused */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    padding: 180px 0 100px;
    margin-top: -60px; /* Bù lại wrapper padding-top để hero sát navbar */
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-content h1 {
    font-size: 3.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: white;
}

.hero-content .lead {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 3rem;
    opacity: 0.95;
    color: white;
}

/* Hero CTA Buttons - Giống template */
.hero-cta-group .btn-light {
    background: white !important;
    color: var(--text-dark) !important;
    border: none !important;
    padding: 1rem 2.5rem !important;
    font-weight: 600 !important;
}

.hero-cta-group .btn-light:hover {
    background: #f8f9fa !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
}

.hero-cta-group .btn-outline-light {
    border: 2px solid white !important;
    color: white !important;
    background: transparent !important;
    padding: 1rem 2.5rem !important;
    font-weight: 600 !important;
}

.hero-cta-group .btn-outline-light:hover {
    background: rgba(255,255,255,0.1) !important;
    color: white !important;
    transform: translateY(-2px);
}

.hero-cta-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-cta-group .btn {
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    position: relative;
    z-index: 2;
}

.hero-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

/* Trust Bar - 4 Items */
.trust-bar {
    background: white;
    padding: 2.5rem 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Trust Bar icon color - Orange */
.text-orange {
    color: var(--orange-red) !important;
}

.trust-item .trust-icon i {
    color: var(--orange-red) !important;
}

.trust-bar-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.trust-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.trust-item i {
    font-size: 2.8rem;
    color: var(--orange-red);
    margin-bottom: 0.8rem;
}

.trust-item .number {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
    display: block;
}

.trust-item .label {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* Section Common Styles */
section {
    padding: 5rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header .badge {
    background: var(--bg-blue-light);
    color: var(--primary-color);
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.section-header p {
    font-size: 1.2rem;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto;
}

/* Feature Grid - 3 Items Only */
.feature-card {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: var(--orange-red);
}

.feature-card .icon {
    width: 70px;
    height: 70px;
    background: var(--bg-blue-light);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-card .icon i {
    font-size: 2rem;
    color: var(--orange-red);
}

.feature-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-card p {
    color: var(--text-gray);
    margin: 0;
}

/* Product Cards - 3 Tools with Different Colors */
.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.product-card-header {
    color: white;
    padding: 2rem;
    text-align: center;
}

.product-card-header.easyclip {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.product-card-header.autocapcut {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.product-card-header.videocutter {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.product-card-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.product-card-header .tagline {
    font-size: 1rem;
    opacity: 0.9;
}

.product-card-body {
    padding: 2rem;
}

.product-card-body .price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--orange-red);
    margin-bottom: 1.5rem;
    text-align: center;
}

.product-card-body .price .old-price {
    font-size: 1.2rem;
    color: var(--text-gray);
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 0.5rem;
}

.product-card-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.product-card-body ul li {
    padding: 0.7rem 0;
    color: var(--text-dark);
    border-bottom: 1px solid var(--bg-light);
}

.product-card-body ul li i {
    color: #28a745;
    margin-right: 0.8rem;
    font-size: 1.1rem;
}

/* Use Cases - Video Creators */
.use-case-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
    height: 100%;
}

.use-case-card:hover {
    border-color: var(--orange-red);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255,87,34,0.15);
}

.use-case-card .emoji {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.use-case-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.use-case-card p {
    color: var(--text-gray);
}

/* YouTube Video Section */
.video-showcase {
    background: linear-gradient(135deg, var(--orange-red) 0%, #f093fb 100%);
    color: white;
    border-radius: 20px;
    padding: 4rem;
    text-align: center;
}

.video-showcase h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.video-showcase p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.video-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.video-card iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.video-card-body {
    padding: 1.5rem;
    color: var(--text-dark);
}

.video-card-body h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.video-card-body p {
    color: var(--text-gray);
    font-size: 0.9rem;
    margin: 0;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 5rem 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.cta-section p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

.cta-section .btn {
    font-size: 1.2rem;
    padding: 1.2rem 3rem;
}

.cta-section .btn-light {
    background: white;
    color: var(--orange-red);
    font-weight: 700;
}

.cta-section .btn-light:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

/* Footer */
footer {
    background: #1a1a1a;
    color: white;
    padding: 4rem 0 2rem;
}

footer .row {
    gap: 0;
}

footer .row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
}

footer h5 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #fff;
}

footer a,
footer a:visited,
footer a:active,
footer a:focus {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 0.8rem;
    transition: color 0.3s;
}

footer a:hover {
    color: var(--nvidia-green);
}

.footer-brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Footer brand colors - override to white */
.footer-brand .brand-t2p,
.footer-brand .brand-soft {
    color: white !important;
}

.footer-brand .brand-ai {
    color: var(--nvidia-green);
}

.footer-brand .brand-aisoft {
    display: inline;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--nvidia-green);
    color: white;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 3rem;
    padding-top: 2rem;
    text-align: center;
    color: #999;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content .lead {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .hero-cta-group .btn {
        width: auto;
        min-width: 200px;
        text-align: center;
        padding: 0.875rem 2rem !important;
        font-size: 1rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    /* Navbar responsive - tablet */
    .navbar-nav .nav-link {
        font-size: 1rem !important;
    }

    .navbar .btn-outline-danger,
    .navbar .btn-danger {
        padding: 0.4rem 1rem !important;
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 120px 0 50px;
        min-height: auto;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content .lead {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 0.75rem;
        position: relative;
        z-index: 10;
    }

    .hero-cta-group .btn {
        width: 100%;
        max-width: 280px;
        padding: 0.875rem 1.5rem !important;
        font-size: 0.95rem;
    }

    .hero-image {
        margin-top: 1.5rem;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .trust-item {
        min-width: 150px;
    }

    /* Navbar responsive - mobile */
    .navbar-nav {
        padding: 1rem 0;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
        margin: 0.25rem 0;
    }

    .navbar-nav .nav-link {
        font-size: 0.95rem !important;
        padding: 0.75rem 1rem !important;
    }

    /* Buttons full width on mobile - fix text alignment */
    .navbar-nav .nav-item.ms-2,
    .navbar-nav .nav-item.ms-3 {
        margin-left: 0 !important;
        margin-top: 0.5rem;
    }

    .navbar .btn-outline-danger,
    .navbar .btn-danger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding: 0.5rem 1rem !important;
        font-size: 0.9rem !important;
        margin: 0.25rem 0 !important;
        text-align: center !important;
        line-height: 1.5 !important;
        min-height: 40px !important;
    }

    /* User dropdown on mobile */
    .navbar .dropdown-menu {
        text-align: center;
        border-radius: 10px;
        margin: 0.5rem 1rem;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 0.75rem 1rem;
        justify-content: center;
    }

    .navbar .dropdown-menu .dropdown-item:hover {
        padding-left: 1rem;
    }
}

/* Animations */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Floating Contact Icons */
.floating-contact {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.floating-contact a {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--orange-red);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    transition: all 0.3s;
    text-decoration: none;
    animation: pulse-glow 2s ease-in-out infinite;
    position: relative;
}

/* Pulse and Glow Animation */
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(0,0,0,0.3), 0 0 0 0 rgba(255,87,34,0.7);
    }
    50% {
        box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 20px 10px rgba(255,87,34,0);
    }
}

@keyframes pulse-glow-zalo {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(0,0,0,0.3), 0 0 0 0 rgba(255,87,34,0.8);
    }
    50% {
        box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 25px 15px rgba(255,87,34,0);
    }
}

@keyframes pulse-glow-telegram {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(0,0,0,0.3), 0 0 0 0 rgba(255,87,34,0.8);
    }
    50% {
        box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 25px 15px rgba(255,87,34,0);
    }
}

@keyframes pulse-glow-fanpage {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(0,0,0,0.3), 0 0 0 0 rgba(255,87,34,0.8);
    }
    50% {
        box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 25px 15px rgba(255,87,34,0);
    }
}

/* Bounce effect on hover */
.floating-contact a:hover {
    transform: scale(1.15);
    animation: bounce 0.6s ease infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1.15) translateY(0);
    }
    50% {
        transform: scale(1.15) translateY(-10px);
    }
}

.floating-contact a.zalo {
    color: #0068FF;
    animation: pulse-glow-zalo 8s ease-in-out infinite;
    animation-delay: 0s;
}

.floating-contact a.telegram {
    color: #0088cc;
    animation: pulse-glow-telegram 8s ease-in-out infinite;
    animation-delay: 1.2s;
}

.floating-contact a.fanpage {
    color: #1877f2;
    animation: pulse-glow-fanpage 8s ease-in-out infinite;
    animation-delay: 2.4s;
}

.floating-contact a.zalo:hover {
    background: #0068FF;
    color: white;
}

.floating-contact a.telegram:hover {
    background: #0088cc;
    color: white;
}

.floating-contact a.fanpage:hover {
    background: #1877f2;
    color: white;
}

@media (max-width: 768px) {
    .floating-contact {
        left: 10px;
        gap: 15px;
    }

    .floating-contact a {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 576px) {
    .hero-section {
        padding: 110px 0 40px;
    }

    .hero-content h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .hero-content .lead {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .hero-cta-group {
        gap: 0.625rem;
    }

    .hero-cta-group .btn {
        width: 100%;
        max-width: 100%;
        padding: 0.75rem 1.25rem !important;
        font-size: 0.9rem;
    }

    .hero-image img {
        border-radius: 10px;
    }
}

