/*
-------------------------------------------------------------------------
* Template Name    : Sofash - SaaS & Software Html5 Landing Page        *
* Author           : ThemesBoss                                         *
* Version          : 1.0.0                                              *
* Created          : January 2019                                       *
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/

/***********************
1. BASIC           *
2. HELPER          *
3. NAVBAR          *
4. HOME            *
5. ABOUT US        *
6. FEATURES        *
7. HOW IT WORK     *
8. COUNTER         *
9. SCREENSHOT      *
10.CLIENT LOGO     *
11.CLIENTS         *
12.PRICING         *
13.SUBCRIBE        *
14.CONTACT         *
15.FOOTER          *
16.RESPONSIVE      *
************************/

@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,900");

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-light.eot");
    src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-regular.eot");
    src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-medium.eot");
    src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-semibold.eot");
    src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("../fonts/cerebrisans-bold.eot");
    src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "Roboto,sans-serif";
    src: url('../fonts/Roboto-Medium.eot') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    src: local("Roboto-Bold Medium"), url("../fonts/RobotoMedium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Roboto,sans-serif";
    src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    /*font-weight: 600;*/
}

@font-face {
    font-family: "Roboto,sans-serif";
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}

::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    width: 6px;
    border-radius: 3px;
    transition: opacity 1000ms;
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform: translateY(0px);
    transition: opacity 1000ms
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transform: translateY(0px);
    transition: opacity 1000ms
}

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

img {
    max-width: 100%;
}

/*======================
1.BASIC
========================*/

body {
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.blog-content-wrapper h1 {
    margin-top: 15px;
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3,
h4,
h5 {
    font-size: 21px;
}

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

ul,
li {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.fz-14 {
    font-size: 14px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.fs-30 {
    font-size: 30px;
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.hidden {
    display: none;
}

.upgrade {
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

.total-month {
    padding: 3px 5px;
    text-align: center;
    margin-left: 8px;
    border: solid 1px rgb(208, 208, 208);
    border-radius: 4px;
    width: 100px;
}

.shop-number,
.number_website {
    width: 108px;
    height: 34px;
    text-align: center;
    margin-left: 8px;
    border: solid 1px rgb(208, 208, 208);
    border-radius: 4px;
}

.shop-number:focus,
.total-month:focus {
    outline: none;
}

.back_top i {
    color: #0ebdca;
    line-height: 35px;
    font-size: 32px;
    display: block;
}

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    height: 1px;
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    position: absolute;
    z-index: 9999;
}


/*==========================
2.HELPER
============================*/
.section_title_icon {
    font-size: 18px;
    background: #ed1944;
    background: -webkit-linear-gradient(to right, #f785ac, #ed1944);
    background: linear-gradient(to right, #f785ac, #ed1944);
    /*background: #393e9e;
background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
background: linear-gradient(to right, #797cd2, #393e9e);*/
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
}

.section .section_title .text-capitalize {
    margin-top: 0px !important
}

.section_title .features_border {
    height: 3px;
    background: #3bdddf;
    background: -webkit-linear-gradient(to right, #4a88cd, #3bdddf);
    background: linear-gradient(to right, #4a88cd, #3bdddf);
    width: 146px;
    border-radius: 6px;
    margin: auto;
}

.section_subtitle {
    max-width: 550px;
    font-size: 16px;
    padding-top: 6px;
    line-height: 1.8;
}

.shipping-partner img {
    width: 80%;
}

.shipping-partner {
    text-align: center;
}

.bg-dark {
    background-color: #22232f;
}

.bg-custom {
    background-color: #0ebdca;
}

.bg-ghi {
    background-color: #efefef;
}

.text-muted {
    color: #333 !important;
}

.text-dark {
    color: #000 !important;
}

.text-custom {
    color: #0ebdca !important;
}

.text-custom-blue {
    color: #4e74d6;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.features_desc ul li {
    display: block;
    clear: both;
    position: relative;
    padding-left: 26px;
}

.features_desc ul li.mb-20:before {
    display: inline-block;
    font: normal normal normal 24px/1 "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    font-size: 15px;
    color: #366cb5;
    position: absolute;
    left: 0px;
    top: 2px;
    font-weight: 300
}

.features_desc ul li i {
    font-size: 20px;
    float: left;
    margin-right: 5px;
    margin-top: -4px;
    color: #0088ff;
}

.features_desc ul {
    margin-left: 0;
    padding-left: 0;
}

.bg-gradient-blue {
    background: #3692FB;
    background: -webkit-linear-gradient(to right, #61b9ff, #3692FB);
    background: linear-gradient(to right, #61b9ff, #3692FB);
}

.bg-gradient {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
}

.bg-overlay-gradient {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.over_margin {
    margin: 20px;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bg-color.custom-nav .navbar-nav li a,
.bg-color.custom-nav .log_btn,
.bg-color.custom-nav .sign_btn {
    color: #333;
}

.bg-color.custom-nav .sign_btn {
    background-color: rgba(255, 255, 255, 1);
    color: #396cb4;
    padding: 8px 20px 5px 20px;
    font-size: 16px;
}

.bg-color .logo .logo-dark {
    display: block;
}

.bg-color .logo .logo-light {
    display: none;
}

.btn {
    padding: 12px 28px;
}

.btn-sm {
    padding: 5px 15px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-custom {
    border: 2px solid #0ebdca;
    color: #0ebdca;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background: #1ba555;
    border-color: #1ba555 !important;
    color: #fff !important;
}

.btn-custom {
    background-color: #0ebdca;
    border: 0px;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-custom-pink {
    background-color: #d6262d;
    border: 0px;
    color: #fff;
    font-size: 18px;
    transition: all 0.5s;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 16px 30px 12px 30px;
}

.btn-custom-pink:hover {
    background: #f00;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #0ca9b5;
    border-color: #0ca9b5;
    color: #fff;
}

.btn-gradient {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient.active,
.btn-gradient.focus,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover,
.open>.dropdown-toggle.btn-gradient {
    background: #797cd2;
    background: -webkit-linear-gradient(to right, #393e9e, #797cd2);
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0ebdca;
    font-size: 13px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    background-color: #efefef;
    border-color: #efefef;
    color: #0ebdca;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}


/*==========================
3.NAVBAR
============================*/

.custom-nav {
    padding: 16px 5px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 16px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 12px;
    transition: all 0.4s;
}

.navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #333;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a,
.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #366cb5;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #366cb5;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    /*display: inline-block;*/
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 28px;
}

li.nav-item i.mdi.mdi-creation,
li.nav-item i.mdi.mdi-information-outline {
    display: none;
}

.custom-nav .sign_btn {
    color: #fff;
    border: 2px solid #366cb5;
}

.custom-nav .sign_btn:hover {
    background-color: #366cb5;
    color: #fff;
}

.custom-nav.stickyadd .sign_btn {
    background-color: rgba(255, 255, 255, 1);
    color: #366cb5;
    padding: 8px 20px 5px 20px;
    font-size: 16px;

}

.custom-nav.stickyadd .sign_btn:hover {
    background: #366cb5 !important;
    color: #fff;

}

.custom-nav .log_btn {
    background-color: transparent;
    color: #fff;
}

.custom-nav.stickyadd .log_btn {
    color: #000;
}


/*==========================
4.HOME
============================*/

.home-bg {
    background: linear-gradient(to right, #24c7d6, #4e55ca);
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.home-bg:before {
    background: url('../images/footer.svg');
    /*background-position: center bottom;*/
    background-size: cover;
    position: absolute;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 220px;
    opacity: 0.7
}

#bg-overlay,
#home {
    background: #1c91f8;
    position: relative;
}

.bg-login-free {
    background: #1c91f8;
}

.bg-overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

canvas.particles-js-canvas-el {
    opacity: 0.3;
}

.curv-img {
    position: absolute;
    /*width: 100%;*/
    /*bottom: 0px;*/
    z-index: 1;
}

.curv-img svg {
    display: block;
}

.bg-overlay-home {
    background-size: auto;
    -webkit-animation: bg-animation 7s ease-in-out infinite;
    animation: bg-animation 7s ease-in-out infinite;
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }

    100% {
        background-position: top;
    }
}

@keyframes bg-animation {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }

    100% {
        background-position: top;
    }
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-size: 48px;
    line-height: 1.2;
    max-width: 850px;
    text-transform: capitalize;
    font-weight: bold !important;
}

.small_title p {
    font-size: 16px;
    border-radius: 30px;
    padding: 4px 18px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
}

.header_subtitle {
    /*font-size: 20px;*/
    font-size: 33px;
    font-weight: 300;
    margin-top: 6px;
}

.home-desk {
    position: relative;
    top: 50px;
    z-index: 100;
    width: 700px;
}


/*---DEMO 2---*/

.home_side_img {
    padding: 160px 0px;
}


/*---DEMO 3---*/

.home_clip {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}


/*---DEMO 4---*/

.subcribe-home input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

.subcribe-home button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 30px;
}

.subcribe-home form {
    max-width: 450px;
}


/*---DEMO 5---*/

.home-bg-img {
    background-image: url('../images/bg_home.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 180px;
}


/*---DEMO 11---*/

.home-full-gradient {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    position: relative;
}


/*---DEMO 13---*/

.bg-dark-video {
    background-color: #22232f;
    padding-top: 180px;
}


/*--- LOGIN/SIGN In/FORGOT---*/

.account_box {
    border-radius: 12px;
    box-shadow: 10px -10px 0 4px #0ebdca;
    padding: 50px 40px;
}

.account_box h5 {
    font-size: 20px;
    max-width: 300px;
    line-height: 1.4;
}

.account_box .form-control {
    box-shadow: none !important;
    color: #fff;
    height: 46px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
}

.account_box .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6);
}


/*==========================
5.ABOUT US
============================*/

.about_boxes.active {
    border: 1px dotted #e7e7e7;
}

.about_boxes .about_icon i {
    font-size: 32px;
    background: #49ABB1;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #01d8c4, #2c989e);
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 10px -10px 0 0 rgba(14, 189, 202, 0.25);
}

.about_boxes .about_btn a {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    width: 50px;
    display: inline-block;
    color: #000000 !important;
}


/*==========================
6.FEATURES
============================*/

.features_one .features_icon {
    height: 46px;
    width: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 28px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 4px rgba(14, 189, 202, 0.25);
}

.features_one .features_detail h6 {
    font-size: 12px;
    letter-spacing: 4px;
}

.features_one .features_border {
    height: 3px;
    background: #3bdddf;
    background: -webkit-linear-gradient(to right, #4a88cd, #3bdddf);
    background: linear-gradient(to right, #4a88cd, #3bdddf);
    width: 100px;
    border-radius: 6px;
}

.features_one .features_more a {
    font-size: 13px;
}

.features_one .features_more .fea_border_more {
    height: 1px;
    display: inline-block;
    width: 15px;
    position: relative;
    top: -4px;
    background-color: #0ebdca;
    transition: all 0.5s;
}

.features_one .features_more:hover .fea_border_more {
    width: 30px;
}

.features_list p span {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}


/*==========================
7.HOW IT WORK
============================*/

.hit_box {
    z-index: 10;
    position: relative;
}

.hit_box .hit_icon {
    font-size: 46px;
}

.hit_box .hit_number h1 {
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 80px;
    z-index: -1;
    color: #efefef;
    right: 0px;
    transform: translateY(-50%);
}

h5.font-weight-bold a {
    color: inherit;
}

.working_icons_left i,
.working_icons_right i {
    font-size: 22px;
    position: absolute;
    top: 100px;
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 9;
    margin-top: 40px;
}

.working_icons_left i {
    left: 63%;
}

.working_icons_right i {
    left: 30%;
}

.video_hit .hit_video_icon {
    position: absolute;
    top: 50%;
    left: 51%;
    margin-left: -40px;
    transform: translateY(-50%);
}

.hit_video_icon {
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    background: #0ebdca;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    font-size: 35px;
    line-height: 65px;
}


/*==========================
8.COUNTER
============================*/

.counter_bg {
    background-image: url(../images/counter_bg.jpg);
    background-position: center center;
}

.sof_count {
    font-size: 100px;
    letter-spacing: 18px;
}


/*==========================
9.SCREENSHOT
============================*/

.screenshot_box img {
    box-shadow: 0 0px 23px 1px rgba(228, 228, 228, 0.88);
}

.shadown-box {
    box-shadow: 0 0px 23px 1px rgba(228, 228, 228, 0.88);
}


/*==========================
10.CLIENT LOGO
============================*/

.logo_img {
    opacity: 0.7;
    transition: all 0.5s;
}

.logo_img:hover {
    opacity: 1;
}


/*==========================
11.CLIENTS
============================*/

.testi_boxes {
    padding: 30px 20px;
    margin: 0px 15px;
    border: 1px dashed #e6e6e6;
    border-radius: 10px;
}

.testi_boxes .bus_testi_icon i {
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
}

.client_user {
    font-size: 14px;
    position: relative;
    top: -5px;
}

.client_star {
    line-height: 0px;
}

.testi_boxes .testi_img img {
    max-width: 70px;
}

.testi_boxes .client_name {
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #0ebdca !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}


/*==========================
12.PRICING
============================*/

.accordion-style .card-header a {
    font-size: 16px;
    font-weight: 400;
    color: #3c4858;
}

.bank-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.bank-layout {
    padding: 10px 5px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}

.price_box {
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid #cad0de9e;
    padding: 20px 10px;
}

.price_box.active {
    overflow: hidden;
    position: relative;
    background: #d3edf1 !important;
    border: 1px solid #d3edf1;
}

.price_name {
    background: #0ebdca;
    background: -webkit-linear-gradient(to right, #36e8ff, #0ebdca);
    background: linear-gradient(to right, #36e8ff, #0ebdca);
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 14px;
    display: inline-block;
}


/*.price_name {
background: #ed1944;
background: -webkit-linear-gradient(to right, #f76798, #ed1944);
background: linear-gradient(to right, #f76798, #ed1944);
border-radius: 30px;
padding: 6px 18px;
font-size: 14px;
display: inline-block;
}*/

.plan_price h1 {
    font-size: 30px;
}

.plan_price h1 sub {
    font-size: 15px;
}

.plan_price {
    border-bottom: 1px solid #efefef;
}

.price_box.active .lable h6 {
    color: #fff;
    font-size: 12px;
}

.price_box.active .lable {
    background: #0ebdca;
    padding: 6px 0;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 20px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*==========================
13.SUBCRIBE
============================*/

.subcribe-newslatter input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.subcribe-newslatter button {
    position: absolute;
    top: 4px;
    right: 4px;
    outline: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 30px;
}

.subcribe-newslatter form {
    max-width: 450px;
}


/*==========================
14.CONTACT
============================*/

.contact_form {
    max-width: 800px;
    padding: 30px;
    box-shadow: 10px -10px 0 4px #0ebdca;
    border-radius: 12px;
}

.contact_form .form-control {
    box-shadow: none !important;
    height: 44px;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
}

.form-group label {
    color: rgba(255, 255, 255, 0.8);
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.6);
}

.contact_form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.contact_form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.contact_form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6);
}

.bg-news .post-item .post-thumb img {
    /*width: auto;*/
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.bg-news .post-item .post-thumb a.img-thumb {
    height: 210px;
    overflow: hidden;
    display: block;
}

.bg-news .post-item .post-thumb {
    position: relative;
    /*border-bottom: 2px solid #48add2;*/
}

.bg-news .post-item {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e6e5e5;
    border-radius: 5px;
    min-height: 380px;
    overflow: hidden;
}

.bg-news .post-item .post-thumb .cate-post {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.bg-news .post-item .post-thumb .cate-post ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}

.bg-news .post-item .post-thumb .cate-post a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 15px;
    border-radius: 4px;
}

.bg-news .post-item .post-info {
    font-size: 13px;
    color: #aaa;
    padding: 20px 20px 15px;
}

.bg-news .post-item a.title {
    display: block;
    font-size: 18px;
    color: #3e3d3c;
    padding: 0 20px;
    background: #fff;
    margin-bottom: 20px;
    max-height: 80px;
    overflow: hidden;
}


/*==========================
15.FOOTER
============================*/

.bg-news {
    background-color: #eff0f2;
}

.footer {
    background-color: #333;
}

.footer .footer_detail .footer_logo {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    color: #fff;
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%;
}

.footer .footer_detail .footer_desc {
    color: rgba(255, 255, 255, 0.35);
    max-width: 380px;
    line-height: 1.8;
}

.fot_div {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.02);
    width: 100%;
    margin: 30px 0px;
}

.fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.fot_social .social-icon:hover {
    color: #fff !important;
}

.copy-right {
    color: rgba(255, 255, 255, 0.35);
}

.content-ft ul {
    margin: 0;
    padding: 0;
}

.content-ft ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}

.content-ft ul li a {
    color: rgba(255, 255, 255, 0.4);
}

.content-ft ul li a:hover {
    color: #fff
}

.text-grey {
    color: rgba(255, 255, 255, 0.35);
}

.footer h5 {
    color: #fff
}

/* Css for pricing */

.pricing {
    padding: 10px 0 0px 0;
}

.pricing h1 {
    font-size: 48px;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

.pricing .pricing-description {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.pricing .pricing-table thead tr {
    background-color: #77a7d0;
    color: #fff;
}

.pricing .pricing-table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
}

.pricing .pricing-table th {
    border: none;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}

.pricing-table tr {
    vertical-align: top;
}

.pricing-table .fa-check {
    color: #53c574;
}

.pricing .pricing-table th .plan-name {
    font-size: 27px;
}

.pricing .pricing-table th .pricing-name {
    font-size: 24px;
    font-weight: 600;
}

.pricing .pricing-table th .pricing-name i {
    margin-top: 4px;
    font-size: 16px;
    position: absolute;
}

.pricing .pricing-table th .pricing-name span {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

.pricing .pricing-table th .plan-description {
    font-size: 14px;
    font-weight: 300;
}

.pricing .pricing-table th .plan-description.pr {
    font-size: 22px;
    font-weight: bold;
    margin-top: -15px;
}

.pricing .pricing-table th:first-child {
    font-size: 22px;
}

.pricing .pricing-table tbody tr:last-child {
    background: unset;
}

.pricing .pricing-table td {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.pricing .pricing-table td:first-child {
    text-align: left;
    font-size: 16px;
}

.pricing .pricing-table .register-course {
    padding: 10px 25px;
    background: #f15141;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 30px;
}

.pricing .pricing-table .register-course:hover {
    color: #fff;
}

.pricing .pricing-table p {
    margin-bottom: 5px;
    text-align: left;
}

.payment-success {
    text-align: center;
    width: 70%;
    border: solid 1px #e1e1e1;
    margin: auto;
    padding-bottom: 50px;
}

.pay-show {
    padding: 5px 20px;
    text-align: left;
    font-size: 14px;
}

.pay-display {
    padding: 20px
}

.img-ss {
    padding: 20px;
    color: #42a35a;
    padding-bottom: 0px;
}

.img-ss p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.img-ss i {
    font-size: 50px;
    margin-bottom: 20px;
}

.pay-display p {
    font-size: 15px;
}

.order-failed .checkout-lable {
    padding: 8px 0px;
    border-bottom: solid 1px #ddd;
}

.account-update {
    width: 55%;
    margin: auto;
}

.landing-table thead tr {
    background-color: #77a7d0;
    color: #fff;
}

.landing-table {
    width: 100%;
    table-layout: fixed;
}

.landing-table th {
    border: none;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}

.landing-table tbody tr:nth-child(2n+1) {
    background: #f3fafe;
}

.landing-table tbody tr:last-child {
    background: unset;
}

.landing-table td {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.landing-table td:first-child {
    text-align: left;
    font-size: 16px;
}

.nav-user-photo {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 7px;
}

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

.notify.problem,
.notify.error {
    color: #873c3c;
    background: #ec9999
}


/*.notify.error:before{font-family:ac-icons;content:'j';font-size:20px;float:left;padding-right:8px;display:inline-block;line-height:1em}*/

.notify.error a {
    color: #873c3c !important;
    font-weight: 600;
    text-decoration: underline
}

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


/*.notify.alert:before{font-family:ac-icons;content:'i';font-size:20px;float:left;padding-right:8px;display:inline-block;line-height:1em}*/

.notify.alert a {
    color: #776e30;
    font-weight: 600;
    text-decoration: underline
}

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


/*.notify.success:before{font-family:ac-icons;content:'v';font-size:20px;float:left;padding-right:8px;display:inline-block;line-height:1em}*/

.notify.success a {
    color: #3c7359 !important;
    font-weight: 600;
    text-decoration: underline
}

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


/*.notify.notice:before{font-family:ac-icons;content:'k';font-size:20px;float:left;padding-right:8px;display:inline-block;line-height:1em}*/

.notify.notice a {
    color: #376885 !important;
    font-weight: 600;
    text-decoration: underline
}


/*.hidden-md, .hidden-lg { display: none!important; }*/

.right-blog .content-detail,
.content-news .content-detail {
    padding: 15px;
    background: #fff;
}

.items-blog {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0.2px 0 0 #ffffff inset, 0 0.4px 1px 0 #ccc;
    list-style: none;
}

.moudle-left {
    margin-bottom: 20px;
    margin-top: 6px;
    position: fixed;
    margin-left: 10px;
}

.moudle-left {
    /*background: #366cb5;*/
    color: #aaa;
    line-height: 20px;
    /*border-radius: 6px 6px 0px 0px;*/
    padding: 11px 10px 9px 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}

.moudle-left ul li {
    padding: 7px 10px;
    font-weight: 400;
}

.nav-ui-right ul li .sm-item-img img {
    height: auto;
    margin-top: 5px;
}

.nav-ui-right ul li {
    margin-left: 0px;
    /*padding: 9px 10px;*/
    /*border-bottom: 1px solid #e1e1e1;*/
}

.nav-ui-right ul li:last-child {
    border-bottom: 0px solid #e1e1e1;
}

.nav-ui-right ul li .sm-item-img {
    width: 30%;
    float: left;
}

.nav-ui-right ul li .sm-title-right {
    width: 65%;
    float: right;
    margin-top: 2px;
}

.nav-ui-right ul li .sm-title-right h4 {
    font-size: 13px;
    margin: 0;
    font-family: Tahoma, Veranda, Arial;
    line-height: 18px;
    font-weight: 500;
}

.nav-ui-right ul li .title-right {
    margin-top: 2px;
}

.nav-ui-right ul li .title-right h4 {
    font-size: 14px;
    margin: 0;
    font-family: Tahoma, Veranda, Arial;
    line-height: 20px;
    font-weight: 500;
    padding-right: 0px;
    display: flex;
}

.nav-ui-right ul li .title-right h4 .fa {
    margin-top: 4px;
    margin-right: 10px;
}

.nav-ui-right ul li .title-right h4.bold {
    /*font-weight: 700;*/
    color: #366cb5
}

.nav-ui-right ul li {
    /*margin-left: 20px;*/
    list-style-type: none;
}

/*.bold {
    font-weight: 600 !important;
}*/
.content-detail {
    background: #fff;
}

.nav-ui-right {
    /*background: #fff;*/
    padding: 0px 0px 20px 0px;
    /*border: 1px solid #e1e1e1;*/
    /*border-radius: 0px 0px 6px 6px;*/
}

.right-blog .content-detail,
.content-news .content-detail {
    padding: 15px;
    background: #fff;
}

#title-name-blog {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0;
}

.breadcrumb {
    border-radius: 0px !important;
}

.breadcrumb a {
    color: #888
}

.breadcrumb li:last-child a {
    font-weight: bold;
    /*color: #111*/
}

.right-blog .content-detail,
.content-news .content-detail {
    padding: 15px;
    background: #fff;
}

.decsrt-blog {
    color: #74818D;
    width: 100%;
    border: none;
    margin: 0px 0px 30px 0px;
    resize: none;
    display: block;
    outline: none;
    padding: 0 0px 30px 0px;
    background: none;
    min-height: 19px;
    overflow-x: hidden;
    border-radius: 3px;
    letter-spacing: 0.0em;
    border-bottom: 2px solid #E6ECF1;
}

.decsrt-blog p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    margin-bottom: 0px;
}

.social-detail {
    margin-top: 10px;
}

.content-blog {
    font-size: 14px;
}

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

.banner-blog img {
    width: 100%;
}

.img-preview img {
    max-height: 100px;
    float: left;
    border: solid 1px #eee;
    padding: 5px;
    margin-right: 10px;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.title-right a {
    color: #333;
    /*position: relative;*/
    z-index: 10;
}

.media .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

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

.content-detail .media {
    display: block
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination a {
    text-decoration: none !important;
    z-index: 0 !important;
}

.items-blog {
    margin-bottom: 20px;
}

.items-blog .img-blog img {
    width: 100%;
    padding-top: 5px;
}

.right-item-blog h2 {
    line-height: 26px;
    margin-top: 0px;
}

.right-item-blog h2 a {
    font-size: 18px;
    color: #0a0a0a;
    font-weight: 500;
}

.right-item-blog #view-detail {
    display: inline-block;
    color: #428bca;
    padding-left: 20px;
}

.right-item-blog p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: justify;
}

.intro-box .icon-video {
    font-size: 75px;
    z-index: 999;
    position: absolute;
    top: 54%;
    right: 50%;
    margin-right: -60px;
}

.intro-box .icon-video {
    color: #f8f9fa;
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    background: rgba(0, 0, 0, .1);
    animation: btnvideo .5s infinite alternate;
    -webkit-animation: btnvideo .5s infinite alternate;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    display: block;
}

.stickyadd {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

._input_status_dcr {
    position: relative;
    display: inline-block;
    width: 44px;
}

._input_status_dcr input {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 21px;
    z-index: 1;
    opacity: 0;
    left: 0;
}

._input_status_dcr i {
    position: relative;
    display: inline-block;
    width: 0;
    height: 18px;
    margin: -2px 44px 0 0;
    line-height: 1;
    vertical-align: text-bottom;
}

._input_status_dcr input:checked+i {
    color: #fff;
    background-color: #0084ff;
}

._input_status_dcr i:before,
._input_status_dcr i:after {
    content: "";
    left: 1px;
    width: 34px;
    top: 3px;
    height: 14px;
    border-radius: 8px;
    position: absolute;
    background-color: #9e9e9e;
    transition: all .2s
}

._input_status_dcr input:checked+i:before {
    background: inherit;
    opacity: .5
}

._input_status_dcr input:checked+i:after {
    background: inherit;
    left: 16px
}

._input_status_dcr i:after {
    margin: 0;
    left: 0;
    top: 0;
    outline: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.pack-item {
    display: inline-block;
}

.box-price-table {
    text-align: center;
}

.price-item {
    /*width: 24.7%;*/
    display: inline-block;
}

section#about_home {
    background-color: #efefef;
}

.section_title_category p {
    border: 2px solid #366cb5;
    width: 292px;
    text-align: center;
    font-size: 17px;
    color: #366cb5;
    padding: 18px;
    border-radius: 50px;
    margin-bottom: 0px !important
}

.hit_icon.text-custom {
    height: 130px;
}

.col-fff {
    color: #fff;
}

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

.bt_login_free {
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 14px 30px;
}

.bt_login_free:hover {
    background-color: #fff;
    font-weight: 600;
    color: #333;
}

.bg-login-free {
    background-image: url(../images/network_background.png);
}

section#home .img-job {
    margin: 0 auto;
    object-fit: cover;
}

.wt-100 {
    width: 100px;
}

.email-price-bg {
    background-color: #00BCD4;
}

section#desc-list-img {
    padding: 40px;
    text-align: center;
}

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

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

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

.mb-20 {
    margin-bottom: 20px;
}

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

section#email {
    background: #f2f2f2 !important;
}

section#cart-navi {
    background: #52677b !important;
}

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

.steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    width: 700px;
    margin: 0 auto;
}

.steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
}

.steps li.active:before,
.steps li.complete:before,
.steps li.active .step,
.steps li.complete .step {
    border-color: #5293c4;
}

.steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}

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

.steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #CED1D6;
    position: relative;
    top: 21px;
    z-index: 1;
}

.steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.steps li .step {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}

.steps li.complete .title,
.steps li.active .title {
    color: #fff;
}

.steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #fff;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}

.box-email-table {
    width: 450px;
    margin: 20px auto;
    background: #fff;
}

.form-control-custom {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

.col-md-offset-3 {
    margin-left: 25%;
}

#email .money {
    font-weight: 600;
    color: rgb(236, 136, 0);
}


.middle {
    vertical-align: middle !important;
}

select#shop_id {
    width: 450px !important;
}


.shop-upgrade-time {
    text-align: center;
    margin: 30px 0;
}

.shop-upgrade-time button {
    width: 160px;
}

.shop-upgrade-time button.btn {
    border-radius: 50px;
    padding: 13px 10px;
    font-size: 20px;
    font-weight: bold;
}

.shop-upgrade-time .btn-group button {
    background: #fff;
    border-color: #5cb85c;
}

.shop-upgrade-time .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
}

.shop-upgrade-time button.btn.active {
    background-color: #5cb85c;
    color: #fff;
    outline: none;
    border-color: #5cb85c;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

.shop-upgrade-time span.badge {
    background-color: #fff;
    color: #d6262d;
    top: 0px;
    border-radius: 30px;
    left: 1px;
    position: relative;
    font-size: 18px;
}

#price .head-price {
    background-color: #0495e0;
    color: #fff;
    padding: 50px 0;
}

#price .pricing-table {
    width: 100%;
    table-layout: fixed;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#price .pricing-table thead tr {
    background-color: #eee;
}

table td,
table th,
table tr {
    vertical-align: middle !important;
}

#price.pricing-table th:first-child {
    text-align: center;
    font-size: 24px;
}

#price .pricing-table th {
    border: none;
    text-align: center;
    padding: 25px 5px;
    position: relative;
    font-size: 20px;
}

#price .pricing-table th:nth-child(2) {
    background: #63C3DE;
    color: #fff;
    position: relative;
}

#price .pricing-table th:nth-child(3) {
    background: #44A3D5;
    color: #fff;
    position: relative;
}

#price .pricing-table th:nth-child(4) {
    background: #2972B0;
    position: relative;
    color: #fff;
}

#price .pricing-table th:nth-child(5) {
    background: #234D8D;
    color: #fff;
    position: relative;
}

#price .pricing-table tbody tr:nth-child(2n+1) {
    /*background: #f3fafe;*/
}

#price .pricing-table td:first-child {
    text-align: left;
    font-size: 16px;
}

#price .pricing-table td {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 10px 10px;
}

#price .pricing-table tr:nth-child(1) td p {
    color: #888;
}

#price .pricing-table tr:nth-child(2n+2) td {
    background: #f2f2f2
}

#price .pricing-table td:nth-child(2) span {
    font-size: 30px;
    color: #63C3DE;
}

#price .pricing-table td #pack_1 {
    font-size: 30px;
    color: #44A3D5;
}

#price .pricing-table td #pack_2 {
    font-size: 30px;
    color: #2972B0;
}

#price .pricing-table td #pack_3 {
    font-size: 30px;
    color: #234D8D;
}

#price h1.font-weight-bold {
    font-size: 20px;
}

#price .pricing-table .btn-custom-pink {
    background-color: #d6262d;
    border: 0px;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 30px 8px 30px;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#price .pricing-table .btn-primary {
    background: #366cb5;
    border: 0px;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 30px 8px 30px;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#price .pricing-table .btn-primary:hover {
    background: #366cb5;
}

#price .pricing-table .btn-custom-pink:hover {
    background: #a00308;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.btn-step {
    background: #09a0db !important;
    border-color: #09a0db !important;
    border-radius: 2rem;
    padding: 8px 40px;
    font-weight: 500;
    box-shadow: none !important;
}

.btn-step-hover {
    position: relative;
}

.btn-step-hover:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 36px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;
}

.btn-step-hover:hover:after {
    -webkit-animation-name: sb-bounce;
    animation-name: sb-bounce;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.btn-step:active,
.btn-step:focus,
.btn-step:hover {
    background: #2dbdf5;
    border-color: #2dbdf5;
}


.ace-nav>li.brand-act>a.dropdown-toggle {
    min-width: 40px !important;
}

#MobileSearch {
    display: none;
    width: 100%;
}

/*==========================
16.RESPONSIVE
============================*/

@media screen and (max-width: 1024px) {
    .box-price-table {
        overflow-x: scroll;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
    }

    .box-price-table .price-item {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .content-detail img {
        width: 100%;
        height: auto
    }

    .pd-5 {
        padding: 5px;
    }

    .col-sm-6 {
        width: 50%;
    }

    .shipping-partner img {
        width: 100%;
    }

    h1.font-weight-bold,
    h2.font-weight-bold,
    h3.font-weight-bold,
    h4.font-weight-bold,
    h5.font-weight-bold,
    h6.font-weight-bold {
        font-size: 16px;
    }

    .features_one .features_icon {
        margin-right: 5px;
        height: 25px;
        width: 31px;
        line-height: 25px;
        font-size: 16px;
    }

    .intro-box .icon-video {
        width: 70px !important;
        height: 70px !important;
    }

    .intro-box .icon-video {
        font-size: 45px !important;
        top: 50% !important;
    ;
        right: 55% !important;
    ;
    }

    .pt-5,
    .py-5 {
        padding-top: 20px;
    }

    .footer {
        margin-top: 0;
    }

    .section
    {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-4 {
        padding: 0
    }

    .modal-dialog,
    section.section.bg-login-free {
        margin: 0
    }

    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        /*background-color: #fff !important;*/
    }

    .custom-nav .navbar-nav li a {
        margin: 0 0;
        padding: 6px 0;
        color: #000;
    }

    .custom-nav .navbar-nav li.active a {
        color: #0ebdca;
    }

    .custom-nav>.container {
        width: 90%;
    }

    .custom-nav .logo {
        padding-top: 0px;
    }

    .custom-nav .logo .logo-dark {
        /*display: inline-block;*/
        display: none;
    }

    .custom-nav .logo .logo-light {
        display: inline-block;
    }

    .stickyadd .logo .logo-light {
        display: none !important;
    }

    .stickyadd .logo .logo-dark {
        display: inline-block !important;
    }


    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .custom-nav .sign_btn {
        background-color: rgba(14, 189, 202, 0.12);
        color: #0ebdca;
        display: inline-block;
    }

    .custom-nav .log_btn {
        background-color: transparent;
        color: #000;
        display: inline-block;
    }

    .header_title {
        font-size: 24px;
        line-height: 1.2;
    }

    .header_subtitle {
        font-size: 14px !important;
        line-height: 1.8;
    }

    .h-100vh {
        height: auto;
    }

    .home-bg,
    .home-bg-img {
        padding: 120px 0 0;
    }

    .intro-box {
        padding-top: 21px;
    }

    .header_btn span {
        display: block;
    }

    .sof_count {
        font-size: 58px;
        letter-spacing: 10px;
    }

    .section_subtitle {
        line-height: 1.6;
    }

    .price_box {
        padding: 30px;
    }

    .section_title h3 {
        font-size: 22px;
    }

    .home_side_img {
        padding: 110px 0px 84px;
    }

    .home_clip {
        clip-path: none;
    }

    .h-100vh {
        padding: 125px 0 130px 0;
    }

    .price_box .text-right {
        text-align: left !important;
    }

    .hide_phone {
        display: none;
    }

    .account_box {
        padding: 30px 10px;
    }

    .back_top {
        display: none !important;
    }

    .section_title_category,
    .section_title_category p {
        width: 100% !important;
    }

    .section_title_category p {
        padding: 15px 12px;
    }

    section.section {
        /*margin-bottom:20px;*/
        padding-bottom: 0px;
    }

    section.section h2 {
        font-size: 18px;
    }

    .home-desk {
        position: relative;
        top: 15px;
        z-index: 100;
        width: 550px;
    }

    section.home-bg {
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .visible-mobile {
        display: none;
    }

    .float-center .section_title_category p {
        margin: 0 auto;
    }

    .float-right .section_title_category {
        float: right;
    }
}

@media (max-width: 736px) {
    .hidden-mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .visible-mobile {
        display: block;
        width: 100%;
    }

    .hidden-mobile {
        display: none;
    }

    .bg-news .post-item .post-thumb img {
        width: auto;
        height: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .section_title h3 {
        font-size: 19px;
    }
}

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

    .working_icons_left i,
    .working_icons_right i {
        display: none;
    }
}

@media (min-width: 1200px) {
    .pricing .pricing-table th {
        width: 140px;
    }

    .right-blog {
        padding-right: 5px;
    }

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

    /* .right-blog {
        width: 38%;
        flex: 0 0 38%;
        max-width: 38%;
    } */
}


#category {
    padding: 30px 0 !important;
    background: #f1f1f1;
}

#price {
    padding-top: 30px !important
}

.about_content .text-muted {
    color: #666 !important;
    padding: 0 15px;
}

.section .section_title .text-capitalize {
    font-size: 30px;
    text-transform: uppercase !important;
    font-weight: bold;
}

/*---------------*/
/*Code 06/08/2020 by ngocbich85hd*/
.custom-nav.bg-color {
    box-shadow: 0 0 6px 1px rgba(116, 129, 141, 0.3);
    border-bottom: 1px solid #d4dadf;
    background-color: #FFFFFF;
}

.section-blog {
    padding-bottom: 0px !important;
}

.section-blog .right-blog .content-detail {
    padding-bottom: 20px !important;
    padding-top: 25px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.footer-copy {
    padding-left: 30px;
    margin-bottom: 20px;
}

.section-blog .breadcrumb {
    background-color: #fff;
    padding: 15px 0px 9px 30px !important;
    border-bottom: 1px solid #e1e1e1;
}

.section-blog .container {
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    .right-blog {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex: 0 0 auto;
        /* width: calc((100% - 1140px) / 2 + 330px); */
        display: flex;
        z-index: 15;
        min-width: 330px;
        background: #f2f2f2;
        align-items: stretch;
        border-right: 1px solid #E6ECF1;
        /* padding-left: calc((100% - 1140px) / 2); */
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        padding-right: 0px;
        position: relative;
    }

    .fixed-left {
        position: fixed;
        top: 0;
        left: 0;
    }

    .right-blog .nav-ui-right ul li {
        padding: 0px !important;
        position: relative;
    }

    .right-blog .nav-ui-right ul li .title-right {
        padding: 9px 12px;
        font-weight: bold;
    }

    .right-blog .nav-ui-right ul li .title-right:hover {
        background: #E6ECF1;
    }

    .right-blog .nav-ui-right ul li.active .title-right {
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
        background: #fff;
    }

    .right-blog .nav-ui-right ul li:first-child.active .title-right {
        border-top: 0px solid #e1e1e1;
    }

    .right-blog .nav-ui-right ul li .dropdown-item-news-ul {
        border-bottom: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
    }

    .right-blog .nav-ui-right ul .dropdown-item-news .fa {
        font-size: 12px;
    }

    .dropdown-item-news-ul {
        margin-left: 15px;
        padding: 10px 0px;
    }

    .dropdown-item-news-ul a {
        flex: 1;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: rgb(157, 170, 182);
        padding: 5px 15px;
        display: block;
    }

    .dropdown-item-news-ul a:hover {
        color: rgb(0, 0, 0);
    }

    .right-blog {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex: 1 1 auto;
        margin: 0;
        display: flex;
        min-width: 0;
        background: #fff;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        margin-left: 270px
    }

    .section-blog .right-blog .content-detail {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        min-width: 0;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
    .right-blog.col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .right-blog.col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .section-blog#price {
        padding-top: 17px !important;
    }

    .form-search input[type=text] {
        min-width: 250px !important;
    }

    .custom-nav>.container {
        width: 100% !important;
        padding: 0px 15px !important;
        max-width: 100%;
    }

    .moudle-left {
        margin-top: 0px;
        padding-top: 10px;
        max-width: 234px;
        margin-left: 0px;
    }

    .section-blog .right-blog .content-detail {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-top: 30px !important;
        padding: 0px 0px !important;
    }

    .moudle-left ul li {
        position: relative;
        padding: 7px 10px 0px 0px;
    }

    .title-right a {
        color: #333;
        font-size: 12px;
        top: 10px
    }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
    .form-search {
        margin-right: 52px;
    }

    [data-toggle="collapse"] {
        right: 11px;
        top: 10px;
    }

    /*#navbarCollapse{*/
    /*    display: flex !important;*/
    /*    flex-basis: auto !important;*/
    /*}*/
    /*[data-toggle="collapse"] {*/
    /*    display: none !important;*/
    /*}*/
    .right-blog.col-md-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .right-blog.col-md-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .section-blog#price {
        padding-top: 17px !important;
    }

    .form-search input[type=text] {
        min-width: 250px !important;
    }

    .custom-nav>.container {
        width: 100% !important;
        padding: 0px 15px !important;
        max-width: 100%;
    }

    .moudle-left {
        margin-top: 0px;
        padding-top: 10px;
        max-width: 215px;
        margin-left: 0px;
    }

    .section-blog .right-blog .content-detail {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-top: 30px !important;
        padding: 0px 0px !important;
    }

    .moudle-left ul li {
        position: relative;
        padding: 7px 10px 0px 0px;
    }

    .title-right a {
        color: #333;
        font-size: 12px;
        top: 10px
    }
}

@media screen and (max-width: 768px) {
    .salekit-popup__container {
        max-width: 95%;
        width: 100%;
    }

    .salekit-popup__container img {
        width: 100%;
        max-width: none !important;
    }

    .moudle-left {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        position: fixed;
        max-width: 298px;
        box-shadow: rgb(0 0 0 / 14%) 0px 0px 4px, rgb(0 0 0 / 28%) 0px 4px 8px;
        overflow-y: auto;
        border-right: 1px solid rgb(230, 236, 241);
        background-color: #f5f7f9;
        transition: transform 250ms ease 0s;
        transform: translateX(-100%) !important;
        padding: 0px 0px 0px 10px;
    }

    .toggled {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        position: fixed;
        max-width: 298px;
        box-shadow: rgb(0 0 0 / 14%) 0px 0px 4px, rgb(0 0 0 / 28%) 0px 4px 8px;
        overflow-y: auto;
        border-right: 1px solid rgb(230, 236, 241);
        background-color: #f5f7f9;
        transition: transform 250ms ease 0s;
        transform: translateX(0px) !important;
    }

    .header-arrow {
        position: fixed;
        width: 100%;
        color: #74818D;
        height: 59px;
        margin-left: -10px;
        display: flex;
        padding: 0;
        box-shadow: 0 1px 1px 0 rgb(116 129 141 / 10%);
        align-items: stretch;
        border-bottom: 1px solid #d4dadf;
        background-color: #FFFFFF;
        -webkit-box-align: stretch;
    }

    .mobi_header_close {
        cursor: pointer;
        margin: 0;
        display: flex;
        padding: 8px 16px;
        font-size: 15px;
        align-items: center;
        -webkit-box-align: center;
    }

    .menu-left {
        padding-top: 60px;
    }

    .right-blog {
        padding: 0 15px;
        max-width: 100%;
    }

    .moudle-left {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        position: fixed;
        max-width: 298px;
        box-shadow: rgb(0 0 0 / 14%) 0px 0px 4px, rgb(0 0 0 / 28%) 0px 4px 8px;
        overflow-y: auto;
        border-right: 1px solid rgb(230, 236, 241);
        background-color: #f5f7f9;
        transition: transform 250ms ease 0s;
        transform: translateX(-100%) !important;
        padding: 0px 0px 0px 10px;
    }

    .custom-nav>.container {
        width: 100%;
        padding: 0px 15px;
    }

    .search-box {
        display: none;
    }

    .icon_search {
        margin-top: 13px;
    }

    .navbar-toggler i {
        font-size: 22px;
        color: #666;
    }

    .form-search {
        display: flex !important;
        width: 100%;
        margin-top: 6px !important;
        border-radius: 5px !important;
    }

    .form-search input[type=text] {
        padding: 6px;
        min-width: 98% !important;
    }

    .btn_search {
        position: absolute;
        top: 2px;
        color: #666;
        font-size: 22px;
        right: 45px;
        width: 50px;
        height: 50px;
        padding: 0px !important;
        text-align: center;
    }

    .show-mobi {
        margin-top: 10px;
        display: block !important;
    }

    .moudle-left .d-lg-none.d-md-none {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .right-blog .content-detail,
    .content-news .content-detail {
        padding: 0px;
        background: #fff;
    }

    .section-blog .right-blog .content-detail {
        padding-bottom: 30px !important;
        padding-left: 0px;
    }

    .section-blog .breadcrumb {
        padding: 15px 0px 9px 0px !important;
    }

    .moudle-left {
        margin-bottom: 0px;
        margin-top: 0px !important;
        position: relative;
        margin-left: 0px;
        max-width: 100%;
    }

    .section-blog .right-blog .content-detail {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .footer-copy {
        padding-left: 0px;
    }
}

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

    .footer .col-sm-6 {
        width: 100% !important;
    }
}

@media screen and (max-width: 1440px) {
    .section-blog .right-blog .content-detail {
        width: 100%;
        flex: 0 0 86%;
        max-width: 100%;

    }
}

@media screen and (max-width: 1280px) {
    .section-blog .right-blog .content-detail {
        width: 90%;
        flex: 0 0 90%;
        max-width: 90%;

    }
}

.menu-left {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 80px;
}

.title-right .collapsed {
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

[data-toggle="collapse"] {
    position: absolute;
    right: 6px;
    top: 6px;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

.form-search {
    margin-top: 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    position: relative;
    padding-right: 20px;
}

.form-search input[type=text] {
    padding: 6px;
    min-width: 400px;
}

.form-search input:focus {
    border: 0px;
    box-shadow: none;
    /*background-color: yellow;*/
    outline: none
}

input[type=text]:focus {
    border: 2px salmon solid;
}

.form-control-custom {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out .0s;
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}

::-webkit-scrollbar {
    background: none;
    width: 6px;
    border-radius: 3px;
    transition: opacity 1000ms;
}

.icon_search {
    position: relative;
    color: #999;
    margin-left: 13px;
}

.custom-nav.bg-color .navbar-brand {
    min-width: 280px;
    display: flex;
}

.custom-nav .navbar-brand.logo img {
    margin-right: 10px;
}

.custom-nav.bg-color .navbar-brand span {
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: break-word;
    color: #242A31;
}

.custom-nav.bg-color .navbar-brand:hover span {
    color: #366cb5;
}

.show-mobi {
    display: none;
}

.content-detail .content-db-template {
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    height: 225px;
    box-shadow: 0 1px 2px 1px #9e9e9e63;
}

.content-db-template img {
    height: 135px;
    width: 100%;
    object-fit: cover;
}

.template-name-db {
    font-weight: 500;
    color: #3c4858;
}

.item-tem-guide a {
    font-size: 12px;
    color: #3c4858;
    text-decoration: none !important;
}

.fa-play-circle:before {
    content: "\f144";
}

.item-temp-name {
    height: 60px;
    padding: 5px;
}

.blog-content a {
    color: #333;
}

.blog-content a:hover {
    color: #007bff;
}

.blog-content ul {
    padding-left: 18px;
}

.footer-copy {
    font-size: 12px;
}

.footer-copy a {
    font-weight: bold;
    color: #333;
}

.footer-copy a:hover {
    color: #007bff;
}

.btn {
    -webkit-appearance: none;
}

.blog-content p iframe {
    max-width: 100%;
}

.body-right-help {
    max-width: 1200px;
    margin: 0 auto !important;
    padding-top: 20px;
    width: 100%
}

.salekit-popup__container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    max-height: 100%;
    /*max-width: 100%;*/
    /*width: 100%;*/
}

.salekit-popup__container .close {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: -10px;
    right: -10px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 300px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
        text-align: center;
    }
}

.modal_user .modal-content {
    height: 100vh;
}

.moudle-left {
    margin: 0 !important;
    width: 100% !important;
    position: fixed;
    flex: 0 0 auto;
    display: flex;
    z-index: 9999;
    background: #f2f2f2;
    align-items: stretch;
    border-right: 1px solid #E6ECF1;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 260px !important;
    padding: 0px 0px 0px 10px;
}

.footer-copy {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
    margin-top: 20px;
}

.cat_menu_detail h3::before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 10px;
    width: 15px !important;
    display: inline-block;
}

.cat_menu_detail {
    border-bottom: none;
    justify-content: end;
    cursor: pointer;
}

.cat_menu_detail:hover {
    background-color: #E6ECF1;
}

.collapsess {
    display: none;
}

.expand {
    display: block;
}

.expand h3::before {
    font-family: 'FontAwesome';
    content: '\f107';
    margin-right: 10px;
    width: 15px !important;
    display: inline-block;
}

.moudle-left h3 {
    color: #212529;
    border-bottom: none !important;
    text-transform: none;
    line-height: 20px;
    padding: 11px 10px 9px 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

#category {
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 16%);
    padding: 0 !important;
    border-style: none !important;
    margin-left: 15px;
    height: 100%;
}

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

.blog_img {
    margin: 10px 10px;
}

.card-icon {
    display: block;
    margin: auto;
    width: 30%;
    object-fit: cover;
}

.cate_detail {
    margin-top: 10px;
}

#home {
    background-color: #fff;
    margin: 0px 10px;
    padding-right: 40px;
}

.card-title {
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: #212529 !important;
}

.card-text {
    color: #4b4c50 !important;
    font-size: 1em !important;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding: 2px;
}

.nav-ui-right {
    padding: 0px !important;
}

.menu-right {
    padding-left: 0px;
}

.sm-items-news:hover {
    background-color: #E6ECF1;
}

.sm-items-news.active {
    background-color: #E6ECF1;
}

@media screen and (max-width: 767px) {
    .blog-content table{
        max-width: 100%;
    }
    .moudle-left {
        position: fixed;
        width: 100% !important;
        padding-left: 10px !important;
        background: #f2f2f2;
        border-right: none !important;
    }

    #category {
        margin-left: 0px !important;
    }

    .d-lg-none.d-md-none {
        margin-bottom: 0px !important;
    }
}

.tb_button {
    padding: 1px;
    cursor: pointer;
    border-right: 1px solid #8b8b8b;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #fff;
}

.tb_button.hover {
    borer: 2px outset #def;
    background-color: #f8f8f8 !important;
}

.ws_toolbar {
    z-index: 100000
}

.ws_toolbar .ws_tb_btn {
    cursor: pointer;
    border: 1px solid #555;
    padding: 3px
}

.tb_highlight {
    background-color: yellow
}

.tb_hide {
    visibility: hidden
}

.ws_toolbar img {
    padding: 2px;
    margin: 0px
}

.moudle-left {
    margin: 0 !important;
    position: fixed;
    flex: 0 0 auto;
    display: flex;
    z-index: 15;
    background: #f2f2f2;
    align-items: stretch;
    border-right: 1px solid #E6ECF1;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 260px;
    padding: 0px 0px 0px 10px;
}

.footer-copy {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
    margin-top: 20px;
}

.cat_menu_detail h3::before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 10px;
    width: 15px !important;
    display: inline-block;
}

.cat_menu_detail {
    border-bottom: none;
    justify-content: end;
    cursor: pointer;
}

.cat_menu_detail:hover {
    background-color: #E6ECF1;
}

.collapsess {
    display: none;
}

.expand {
    display: block;
}

.expand h3::before {
    font-family: 'FontAwesome';
    content: '\f107';
    margin-right: 10px;
    width: 15px !important;
    display: inline-block;
}

.moudle-left h3 {
    color: #212529;
    border-bottom: none !important;
    text-transform: none;
    line-height: 20px;
    padding: 11px 10px 9px 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

#category {
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 16%);
    padding: 0 !important;
    border-style: none !important;
    margin-left: 15px;
    height: 100%;
}

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

.blog_img {
    margin: 10px 10px;
}

.card-icon {
    display: block;
    margin: auto;
    width: 20%;
    object-fit: cover;
}

.cate_detail {
    margin-top: 10px;
}

#home {
    background-color: #fff;
    margin: 0 0px 10px 0px;
;
}

.card-title {
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: #212529 !important;
}

.card-text {
    color: #4b4c50 !important;
    font-size: 1em !important;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding: 2px;
}

.nav-ui-right {
    padding: 0px !important;
}

.menu-right {
    padding-left: 0px;
}

.card-title {
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: #212529 !important;
}

.welcome_text {
    text-align: center;
    padding-top: 10px;
}

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

#category:hover {
    background-color: #f8f9fb;
}

.cat_link {
    cursor: pointer;
}

.sm-items-news:hover {
    background-color: #E6ECF1;
}

.menu-left::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.menu-left {
    padding-bottom: 135px;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .section-blog #home {
        margin-left: 0px !important;
        padding-right: 0px;

    }

    #home {
        margin-left: 15px;
        margin-right: 0px;
    }

    #menu_mobi .navbar-toggler i {
        color: #006AFE
    }

    .categories {
        margin-right: 0px;
        margin-left: 0px;
    }

    .cate_detail {
        padding: 0 5px;
        margin-bottom: 10px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .header-arrow {
        position: fixed;
        width: 100%;
        color: #74818D;
        height: 59px;
        margin-left: -10px;
        display: flex;
        padding: 0;
        box-shadow: 0 1px 1px 0 rgb(116 129 141 / 10%);
        align-items: stretch;
        border-bottom: 1px solid #d4dadf;
        background-color: #FFFFFF;
        -webkit-box-align: stretch;
    }

    .mobi_header_close {
        cursor: pointer;
        margin: 0;
        display: flex;
        padding: 8px 16px;
        font-size: 15px;
        align-items: center;
        -webkit-box-align: center;
    }

    .menu-left {
        padding-top: 60px;
    }
}

@media screen and (max-width: 480px) {
    .cate_detail {
        margin-bottom: 10px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .cate_detail {
        padding-right: 15px;
        margin-bottom: 10px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (min-width: 1025px) {
    .right-blog {
        margin-left: 260px;
    }

    .right-blog {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .header-arrow {
        display: none;
    }
}

.toggled {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    max-width: 298px;
    box-shadow: rgb(0 0 0 / 14%) 0px 0px 4px, rgb(0 0 0 / 28%) 0px 4px 8px;
    overflow-y: auto;
    border-right: 1px solid rgb(230, 236, 241);
    background-color: #f5f7f9;
    transition: transform 250ms ease 0s;
    transform: translateX(0px) !important;
}

div#navbarCollapse {
    padding: 0 10px;
}

div#MobileSearch.block {
    display: none;
}

div#MobileSearch.block {
    display: block;
}

.tb_button {
    padding: 1px;
    cursor: pointer;
    border-right: 1px solid #8b8b8b;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #fff;
}

.tb_button.hover {
    borer: 2px outset #def;
    background-color: #f8f8f8 !important;
}

.ws_toolbar {
    z-index: 100000
}

.ws_toolbar .ws_tb_btn {
    cursor: pointer;
    border: 1px solid #555;
    padding: 3px
}

.tb_highlight {
    background-color: yellow
}

.tb_hide {
    visibility: hidden
}

.ws_toolbar img {
    padding: 2px;
    margin: 0px
}

.blog-content ul li {
    padding: 5px 0px;
}

.menu-left::-webkit-scrollbar-track {
    background: #f2f2f2;
}

@media screen and (min-width: 1025px) {
    .right-blog {
        margin-left: 260px;
    }

}

@media screen and (min-width: 1024px) {
    .header-arrow {
        display: none;
    }

    .content-detail {
        padding: 0px 15px !important;
    }
}

.menu-left {
    padding-bottom: 135px;
}

.search_result {
    margin-top: 20px;
}

.template-name-db .fa {
    margin-right: 5px;
}

.head-alert {
    margin-right: 12px;
    margin-top: 2px;
}
.language_btn {
    position: relative;
    white-space: nowrap;
}
.language_btn .dropdown-toggle {
    border: 1px solid #e1e1e1;
    max-height: 42px;
    border-radius: 6px !important;
}
.language_btn a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0px 30px 0 5px;
    transition: 0.3s;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .language_btn .dropdown-toggle{
        padding: 0 !important;
    }
    .moudle-left {
        position: fixed;
        width: 100% !important;
        padding-left: 10px !important;
        background: #f2f2f2;
        border-right: none !important;
    }

    #category {
        margin-left: 0px !important;
    }

    .d-lg-none.d-md-none {
        margin-bottom: 0px !important;
    }
}

.tb_button {
    padding: 1px;
    cursor: pointer;
    border-right: 1px solid #8b8b8b;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #fff;
}

.tb_button.hover {
    borer: 2px outset #def;
    background-color: #f8f8f8 !important;
}

.ws_toolbar {
    z-index: 100000
}

.ws_toolbar .ws_tb_btn {
    cursor: pointer;
    border: 1px solid #555;
    padding: 3px
}

.tb_highlight {
    background-color: yellow
}

.tb_hide {
    visibility: hidden
}

.ws_toolbar img {
    padding: 2px;
    margin: 0px
}

.moudle-left {
    margin: 0 !important;
    position: fixed;
    flex: 0 0 auto;
    display: flex;
    z-index: 15;
    background: #f2f2f2;
    align-items: stretch;
    border-right: 1px solid #E6ECF1;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 260px;
    padding: 0px 0px 0px 10px;
}

.footer-copy {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
    margin-top: 20px;
}

.cat_menu_detail h3::before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 10px;
    width: 15px !important;
    display: inline-block;
}

.cat_menu_detail {
    border-bottom: none;
    justify-content: end;
    cursor: pointer;
}

.cat_menu_detail:hover {
    background-color: #E6ECF1;
}

.collapsess {
    display: none;
}

.expand {
    display: block;
}

.expand h3::before {
    font-family: 'FontAwesome';
    content: '\f107';
    margin-right: 10px;
    width: 15px !important;
    display: inline-block;
}

.moudle-left h3 {
    color: #212529;
    border-bottom: none !important;
    text-transform: none;
    line-height: 20px;
    padding: 11px 10px 9px 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

#category {
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 16%);
    padding: 0 !important;
    border-style: none !important;
    margin-left: 15px;
    height: 100%;
}

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

.blog_img {
    margin: 10px 10px;
}

.card-icon {
    display: block;
    margin: auto;
    width: 20%;
    object-fit: cover;
}

.cate_detail {
    margin-top: 10px;
}

#home {
    background-color: #fff;
    margin: 20px 0px 10px 0px;
;
    /* padding-right: 40px; */
}

.card-title {
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: #212529 !important;
}

.card-text {
    color: #4b4c50 !important;
    font-size: 1em !important;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding: 2px;
}

.nav-ui-right {
    padding: 0px !important;
}

.menu-right {
    padding-left: 0px;
}

.card-title {
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: #212529 !important;
}

.welcome_text {
    text-align: center;
}

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

#category:hover {
    background-color: #f8f9fb;
}

.cat_link {
    cursor: pointer;
}

.sm-items-news:hover {
    background-color: #E6ECF1;
}

.menu-left::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.menu-left {
    padding-bottom: 135px;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    #home {
        margin-left: 15px;
        margin-right: 0px;
    }

    .categories {
        margin-right: 0px;
        margin-left: 0px;
    }

    .cate_detail {
        padding-right: 15px;
        margin-bottom: 10px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .moudle-left {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        position: fixed;
        max-width: 298px;
        box-shadow: rgb(0 0 0 / 14%) 0px 0px 4px, rgb(0 0 0 / 28%) 0px 4px 8px;
        overflow-y: auto;
        border-right: 1px solid rgb(230, 236, 241);
        background-color: #f5f7f9;
        transition: transform 250ms ease 0s;
        transform: translateX(-100%) !important;
        padding: 0px 0px 0px 10px;
    }

    .toggled {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        position: fixed;
        max-width: 298px;
        box-shadow: rgb(0 0 0 / 14%) 0px 0px 4px, rgb(0 0 0 / 28%) 0px 4px 8px;
        overflow-y: auto;
        border-right: 1px solid rgb(230, 236, 241);
        background-color: #f5f7f9;
        transition: transform 250ms ease 0s;
        transform: translateX(0px) !important;
    }

    .header-arrow {
        position: fixed;
        width: 100%;
        color: #74818D;
        height: 59px;
        margin-left: -10px;
        display: flex;
        padding: 0;
        box-shadow: 0 1px 1px 0 rgb(116 129 141 / 10%);
        align-items: stretch;
        border-bottom: 1px solid #d4dadf;
        background-color: #FFFFFF;
        -webkit-box-align: stretch;
    }

    .mobi_header_close {
        cursor: pointer;
        margin: 0;
        display: flex;
        padding: 8px 16px;
        font-size: 15px;
        align-items: center;
        -webkit-box-align: center;
    }

    .menu-left {
        padding-top: 60px;
    }
}

@media screen and (max-width: 480px) {
    .cate_detail {
        padding-right: 15px;
        margin-bottom: 10px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .cate_detail {
        padding-right: 15px;
        margin-bottom: 10px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (min-width: 1025px) {
    .right-blog {
        margin-left: 260px;
    }

    .right-blog {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .header-arrow {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    #home {
        padding-right: 0 !important;
    }
}