@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,800;1,600&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,700&display=swap');

@font-face {
    font-family: 'UTFNeo';
    src: url('/fonts/UTM Neo Sans Intel.woff2') format('woff2'),
        url('/fonts/UTM Neo Sans Intel.ttf') format('truetype');
}

:root {
    --h1size: 50px;
    --h2size: 40px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 16px;
    --bodysize: 16px;
    --h1height: 58px;
    --h2height: 48px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 26px;
    --bodyheight: 26px;
    --pfamily: 'Roboto', 'System Ui', sans-serif;
    --red: #ff3838;
    --gray: #777777;
    --text: #555555;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --body: #ffffff;
    --border: #e8e8e8;
    --heading: #39404a;
    --primary: #002343;
    --sub-heading: #565765;
    --green-chalk: #ddffd5;
    --green-dark: #072f17;
    --gray-chalk: #cccccc;
    --intro-bg: #f8fffa;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0px
}

img {
    vertical-align: middle
}

a {
    text-decoration: none;
    display: inline-block
}

a:hover {
    text-decoration: none
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
    margin-bottom: 0px
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

body {
    color: var(--text);
    background: var(--body);
    font-size: var(--bodysize);
    font-family: var(--pfamily);
    line-height: var(--bodyheight);
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--heading)
}

h1 {
    font-size: var(--h1size);
    line-height: var(--h1height)
}

h2 {
    font-size: var(--h2size);
    line-height: var(--h2height);
    letter-spacing: -0.3px;
}

h3 {
    font-size: var(--h3size);
    line-height: var(--h3height)
}

h4 {
    font-size: var(--h4size);
    line-height: var(--h4height)
}

h5 {
    font-size: var(--h5size);
    line-height: var(--h5height)
}

h6 {
    font-size: var(--h6size);
    line-height: var(--h6height)
}

input::placeholder,
textarea::placeholder {
    font-size: 17px;
    color: #3B4C5A;
}

input,
button {
    border: none;
    outline: none;
    background: none
}

button:focus {
    outline: none
}

.facebook:hover {
    color: var(--white);
    background: var(--facebook)
}

.twitter:hover {
    color: var(--white);
    background: var(--twitter)
}

.linkedin:hover {
    color: var(--white);
    background: var(--linkedin)
}

@media (max-width: 575px) {
    .col {
        padding: 0px 4px
    }
}

.section {
    margin-bottom: 115px
}

.inner-section {
    margin-bottom: 100px
}

.section-heading {
    text-align: center;
}

.section-heading h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.section-heading p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #3B4C5A;
    margin-bottom: 50px;
}

.section-btn-50 {
    text-align: center;
    margin-top: 50px
}

.section-btn-25 {
    text-align: center;
    margin-top: 25px
}

@media (max-width: 767px) {
    .section {
        margin-bottom: 55px
    }

    .inner-section {
        margin-bottom: 60px
    }

    .section-heading {
        margin-bottom: 30px
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section {
        margin-bottom: 75px
    }

    .inner-section {
        margin-bottom: 80px
    }
}

.alert {
    border: none;
    margin: 0px;
    padding: 0px 15px;
    border-radius: 0px
}

.alert-info {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 20px;
    border-radius: 3px;
    background: var(--white);
    border-top: 3px solid var(--primary);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
}

.alert-info p {
    font-weight: 500;
    color: var(--primary);
    text-shadow: var(--primary-shadow)
}

.alert-info p a {
    margin-left: 5px;
    text-decoration: underline
}

.breadcrumb {
    align-items: center;
    justify-content: center;
    background: none;
    margin: 0px
}

.breadcrumb .active {
    color: var(--gray-chalk)
}

.breadcrumb-item {
    font-size: 18px;
    padding: 0px !important;
    text-transform: capitalize
}

.breadcrumb-item a {
    color: var(--chalk)
}

.breadcrumb-item a:hover {
    color: var(--primary);
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
    padding: 0px 8px
}

.backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4;
    width: 1000%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.btn {
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 6px;
    border: 2px solid var(--primary)
}

.btn:focus {
    box-shadow: none !important
}

.btn i {
    margin-right: 5px
}

.btn-inline {
    color: var(--white);
    background: var(--primary)
}

.btn-inline:hover {
    color: var(--primary);
    background: var(--white)
}

.btn-outline {
    color: var(--primary);
    background: var(--white)
}

.btn-outline:hover {
    color: var(--white);
    background: var(--primary)
}

.menu-badge {
    font-size: 10px;
    padding: 0px 5px;
    margin-left: 5px;
    line-height: 18px;
    border-radius: 3px;
    letter-spacing: 0.3px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white);
    background: var(--red);
    text-shadow: var(--primary-tshadow)
}

.dropdown-arrow {
    position: relative;
    padding-right: 18px !important
}

.dropdown-arrow:hover::before {
    color: var(--primary)
}

.dropdown-arrow::before {
    position: absolute;
    content: "\ea99";
    top: 50%;
    right: 0px;
    font-size: 15px;
    line-height: 15px;
    color: var(--text);
    font-family: IcoFont;
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-link {
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-link:hover {
    color: var(--primary);
    background: var(--chalk)
}

.dropdown-link:hover::before {
    color: var(--primary)
}

.dropdown-link::before {
    position: absolute;
    top: 50%;
    right: 18px;
    content: "\f054";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-link.active {
    color: var(--primary)
}

.dropdown-link.active::before {
    color: var(--primary);
    transform: translateY(-50%) rotate(90deg)
}

.dropdown-list {
    display: none;
    padding: 0px 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-list li a {
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #3B4C5A;
    border-radius: 8px;
    padding: 10px 15px 10px 35px;
    background: var(--white);
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-list li a:hover {
    color: var(--primary);
    background: var(--chalk)
}

.dropdown-list li a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%)
}

.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 65px
}

.dropdown-position-list {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 2;
    width: 200px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    background: var(--white);

    border: 1px solid var(--border);
    border-top: 2px solid #0BA269;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-position-list li a {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #1D3F71;
}

.dropdown-position-list li a:hover {
    color: #0BA269;
}

.dropdown-megamenu {
    position: static
}

.dropdown-megamenu:hover .megamenu {
    visibility: visible;
    opacity: 1;
    top: 204px
}

.megamenu {
    position: absolute;
    top: 230px;
    left: 50%;
    z-index: 2;
    width: 1180px;
    border-radius: 8px;
    padding: 30px 30px 0px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.megamenu-wrap {
    margin-bottom: 30px
}

.megamenu-title {
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border)
}

.megamenu-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: var(--primary)
}

.megamenu-list {
    border-left: 1px solid var(--border)
}

.megamenu-list li a {
    width: 100%;
    border-radius: 5px;
    padding: 5px 0px 5px 25px;
    color: var(--text);
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.megamenu-list li a:hover {
    color: var(--primary);
    background: var(--chalk)
}

.megamenu-promo a img {
    width: 100%;
    border-radius: 3px
}

@media (max-width: 1199px) {
    .megamenu {
        width: 100%
    }
}

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

.form-title h3 {
    text-transform: capitalize
}

.form-group {
    margin-bottom: 30px
}

.form-group small {
    color: var(--gray);
    letter-spacing: 0.3px;
    padding: 0px 0px 0px 20px
}

.form-group textarea {
    height: 150px;
    padding: 12px 30px
}

.form-label {
    font-weight: 500;
    margin: 0px 0px 7px 3px;
    white-space: nowrap;
    text-transform: capitalize
}

.form-control {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    padding: 0px 30px 2px;
    color: var(--text);
    border: 1px solid var(--border)
}

.form-control:focus-within {
    background: var(--chalk);
    border-color: var(--primary);
    box-shadow: none;
    outline: 0
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
    padding: 5px 15px 0px;
    color: var(--gray)
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
    background-color: transparent
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
    border: none;
    outline: none
}

.form-select {
    height: 45px;
    font-size: 15px;
    padding: 0px 16px;
    letter-spacing: 0.3px;
    background-size: 12px 10px;
    text-transform: capitalize;
    color: var(--text);
    cursor: pointer
}

.form-select:focus-within {
    box-shadow: none;
    border-color: var(--primary)
}

.form-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary)
}

.form-input-group {
    position: relative
}

.form-input-group:focus-within i {
    color: var(--primary)
}

.form-input-group i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center
}

.form-btn-group {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary)
}

.form-btn-group i {
    font-size: 15px;
    margin-right: 5px;
    display: inline-block
}

.nav-tabs {
    border: none;
    padding: 25px 25px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.nav-tabs li {
    background: white;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    margin: 5px;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #002343;
    width: 230px;
}

.nav-tabs li:hover {
    background-color: #ffbe3e;
}

.tab-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    padding: 12px 0px;
    border-radius: 8px;
    width: 100%;
}

@media (max-width: 480px) {
    .tab-link {
        padding: 5px 10px 10px;
    }
}

.tab-link:hover {
    color: var(--primary);
    background: #FFBE3E;
}

.tab-link i {
    font-size: 18px;
    margin-right: 3px
}

.tab-link.active {
    color: var(--primary);
    background: #FFBE3E;
}

.tab-link span {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #002343;
}

@media (max-width: 480px) {
    .tab-link span {
        font-size: 10px;
    }
}


.tab-pane {
    display: none;
    padding: 0px;
    background: #F4F4F4;
    padding: 60px 45px 40px;
    margin-top: -50px;
}

.tab-pane.active {
    display: block
}

.tab-pane .row {
    margin-bottom: 25px;
}

.tab-panel-community {
    display: none;
    padding: 10px;
}

.tab-panel-community.active {
    display: block
}

.tab-panel-community .row {
    margin-bottom: 25px;
}


.tab-seek {
    display: none;
    padding: 0px;
    background: #F0F6FC;
    border-radius: 8px;
    padding: 20px;
    border-top: 2px solid #FFBE3E;
}

.tab-seek .intro-content li {
    color: #000000;
}

.tab-seek.active {
    display: block
}

.benefit-seek-part {
    padding-top: 60px;
    padding-bottom: 80px;
}

.benefit-seek-part .nav-tabs {
    padding: 0px;
}



.benefit-seek-part .nav-tabs li {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;

}

.benefit-seek-part .intro-content li {
    margin-bottom: 20px;
}

.benefit-seek-part .nav-tabs li a {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #002343;
    text-align: left;
    padding: 15px;
    width: 100%;
    padding-left: 40px;
}

.benefit-seek-part .nav-tabs li:active {
    background: #FFBE3E;
}

.benefit-seek-part .nav-tabs li:hover {
    background: #FFBE3E;
}

.benefit-seek-part h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #002343;
    margin-bottom: 35px;
}

.benefit-seek-part img {
    margin-top: 50px;
}

@media (max-width: 575px) {
    .nav-tabs {
        flex-wrap: wrap;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .nav-tabs {
        padding: 25px 10px
    }
}

.pagination {
    align-items: center;
    justify-content: center
}

.page-item {
    margin-left: 10px
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}

.page-item .active {
    color: var(--white) !important;
    background: linear-gradient(90.29deg, #00774C -0.43%, #03DA78 103.7%);
}

.page-link {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #1D3F71;
    padding: 0px;
    color: var(--text);
    background: var(--white);
    border-radius: 50px;
}

.page-link:hover {
    color: var(--text);
    background: #FFBE3E;
}

.page-link:focus {
    box-shadow: none
}

@media (max-width: 991px) {
    .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

@media (max-width: 767px) {
    .page-item {
        margin: 0px 3px
    }
}

.star-rating {
    direction: rtl;
    text-align: center;
    margin: 25px 0px
}

.star-rating input {
    display: none
}

.star-rating input:checked~label::after {
    opacity: 1
}

.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0px 8px
}

.star-rating label:hover::after {
    opacity: 1
}

.star-rating label:hover:hover~label::after {
    opacity: 1
}

.star-rating label::before {
    content: "\ec7c";
    font-family: 'Icofont';
    font-weight: 900;
    font-size: 35px;
    display: block;
    color: #bbbbbb
}

.star-rating label::after {
    content: "\ec7c";
    font-family: 'Icofont';
    font-weight: 900;
    font-size: 35px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    color: var(--yellow);
    opacity: 0
}

.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1
}

.dandik,
.bamdik {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    cursor: pointer;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.new-slider .dandik,
.new-slider .bamdik {
    top: 30%;
}

.new-slider .bamdik {
    left: -55px !important;
}

.new-slider .dandik {
    right: -45px !important;
}

.dandik:hover,
.bamdik:hover {
    color: #FFBE3E;
    background: var(--primary)
}

.dandik {
    right: -10px;
    padding-left: 3px;
}

.bamdik {
    left: -10px;
    padding-right: 2px;
}

.slider-dots ul {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.slider-dots ul li {
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    background: var(--primary);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.slider-dots ul li button {
    display: none
}

.slider-dots ul li.slick-active {
    width: 25px;
    background: var(--primary);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

@media (max-width: 575px) {
    .slider-dots ul {
        bottom: 10px
    }

    .slider-dots ul li {
        margin: 0px 6px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slider-dots ul {
        bottom: 20px
    }

    .slider-dots ul li {
        margin: 0px 6px
    }
}

.product-add {
    width: 100%;
    font-size: 15px;
    padding: 6px 0px;
    border-radius: 6px;
    text-align: center;
    text-transform: capitalize;
    color: var(--heading);
    background: var(--border);
    text-shadow: var(-primary-tshadow);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-add i {
    font-size: 14px;
    margin-right: 5px
}

.product-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-action button i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--chalk);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-action button i:hover {
    color: var(--white);
    background: var(--primary)
}

.product-action input {
    width: 100%;
    font-size: 15px;
    margin: 0px 5px;
    padding: 6px 0px;
    border-radius: 6px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow)
}

.table-list {
    width: 100%
}

thead tr {
    background: var(--primary)
}

thead tr th {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
    padding: 12px 20px;
    color: var(--white);
    border-right: 1px solid var(--border)
}

thead tr th:first-child {
    border-radius: 6px 0px 0px 6px
}

thead tr th:last-child {
    border-right: none;
    border-radius: 0px 6px 6px 0px
}

tbody tr {
    border-bottom: 1px solid var(--border)
}

tbody tr td {
    padding: 12px 20px;
    text-align: center;
    border-right: 1px solid var(--border)
}

tbody tr td:last-child {
    border-right: none
}

.table-name {
    white-space: nowrap;
    text-transform: capitalize
}

.table-image img {
    width: auto;
    height: 100px
}

.table-price h6 {
    white-space: nowrap
}

.table-price h6 small {
    font-size: 13px;
    margin-left: 3px;
    color: var(--gray);
    font-family: sans-serif
}

.table-desc p {
    width: 150px;
    font-size: 15px;
    text-align: left
}

.table-desc p a {
    text-transform: capitalize
}

.table-desc p a:hover {
    text-decoration: underline
}

.table-vendor a {
    font-weight: 500;
    color: var(--heading);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.table-vendor a:hover {
    color: var(--primary)
}

.table-status h6 {
    text-transform: capitalize
}

.table-status .stock-in {
    color: var(--purple)
}

.table-status .stock-out {
    color: var(--orange)
}

.table-shop {
    width: 180px
}

.table-shop .product-add {
    color: var(--white);
    background: var(--primary)
}

.table-shop .action-plus i,
.table-shop .action-minus i {
    background: var(--white)
}

.table-action a i {
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.table-action .view i {
    color: var(--green);
    background: var(--white)
}

.table-action .view i:hover {
    color: var(--white);
    background: var(--green)
}

.table-action .wish i {
    color: var(--green);
    background: var(--white)
}

.table-action .wish.active i {
    color: var(--white);
    background: var(--green)
}

.table-action .trash i {
    color: var(--red);
    background: var(--white)
}

.table-action .trash i:hover {
    color: var(--white);
    background: var(--red)
}

@media (max-width: 1199px) {
    .table-scroll {
        overflow-x: scroll
    }
}

.modal-dialog {
    max-width: max-content
}

.modal-content {
    border: none;
    background: none;
    border-radius: 0px
}

.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--white);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.modal-close:hover {
    color: var(--white);
    background: var(--primary)
}

.modal-form {
    width: 400px;
    padding: 30px;
    border-radius: 8px;
    background: var(--white)
}

@media (max-width: 400px) {

    .modal-form,
    .modal-dialog {
        width: 100%;
        max-width: inherit
    }
}

@media (max-width: 1100px) {
    .modal-dialog {
        margin: 80px auto 50px
    }

    .modal-close {
        right: 50%;
        top: -45px;
        transform: translateX(50%)
    }
}

.order-track {
    margin-bottom: 25px
}

.order-track-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    border-radius: 8px;
    background: var(--chalk)
}

.order-track-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.order-track-item::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0px;
    width: 100%;
    height: 5px;
    z-index: -1;
    background: var(--white)
}

.order-track-item:first-child::before {
    border-radius: 50px 0px 0px 50px
}

.order-track-item:last-child::before {
    border-radius: 0px 50px 50px 0px
}

.order-track-item i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    color: var(--primary);
    background: var(--white);
    border: 2px dotted var(--primary)
}

.order-track-item span {
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    color: var(--heading);
    text-transform: capitalize
}

.order-track-item.active::before {
    background: var(--primary)
}

.order-track-item.active i {
    color: var(--white);
    background: var(--primary)
}

.order-track-item.active span {
    color: var(--primary)
}

@media (max-width: 575px) {
    .order-track {
        overflow-x: scroll
    }

    .order-track-list {
        width: 575px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .order-track-item span {
        white-space: inherit
    }
}

.nav-pills .nav-link {
    font-weight: 400;
    list-style: decimal
}

.nav-pills .nav-link.active {
    color: var(--primary);
    background: transparent
}

@media (max-width: 991px) {
    .nav {
        margin-bottom: 30px
    }
}

.countdown {
    display: flex;
    align-items: center;
    justify-content: center
}

.intro-time {
    padding: 0px 30px;
    position: relative;
    color: var(--heading);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.intro-time::before {
    position: absolute;
    content: ":";
    top: 28%;
    right: -3px;
    font-size: 25px;
    transform: translateY(-50%);
    color: var(--heading)
}

.intro-time:last-child::before {
    display: none
}

.intro-time span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary)
}

.intro-time small {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize
}

@media (max-width: 575px) {
    .intro-time {
        padding: 0px 12px
    }

    .intro-time:first-child {
        padding-left: 0px
    }

    .intro-time:last-child {
        padding-right: 0px
    }

    .intro-time span {
        font-size: 35px
    }

    .intro-time small {
        font-size: 16px
    }
}

.suggest-card {
    position: relative
}

.suggest-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.suggest-card:hover::before {
    background: rgba(17, 151, 68, 0.9)
}

.suggest-card img {
    width: 100%;
    border-radius: 8px
}

.suggest-card h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: var(--primary-tshadow)
}

.suggest-card h5 span {
    display: block;
    font-size: 15px;
    font-weight: 300
}

@media (max-width: 400px) {
    .suggest-card h5 {
        font-size: 17px;
        line-height: 24px
    }

    .suggest-card h5 span {
        font: 14px
    }
}

.product-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px 18px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-card:hover {
    border-color: var(--primary);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1)
}

.product-card:hover .product-widget {
    opacity: 1;
    bottom: 15px
}

.product-card:hover .product-add {
    color: var(--white);
    background: var(--primary)
}

.theysay-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}



.theysay-card:hover .theysay-widget {
    opacity: 1;
    bottom: 15px
}

.theysay-card:hover .theysay-add {
    color: var(--white);
    background: var(--primary)
}

.product-media {
    position: relative
}

.product-label {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px
}

.theysay-media {
    position: relative
}

.theysay-label {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px
}


.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: var(--white);
    text-align: center;
    text-transform: capitalize
}

.label-text.off {
    background: var(--red)
}

.label-text.new {
    background: var(--green)
}

.label-text.sale {
    background: var(--orange)
}

.label-text.feat {
    background: var(--purple)
}

.label-text.rate {
    background: var(--yellow)
}

.label-text.order {
    background: var(--blue)
}

.product-wish {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    color: var(--gray-chalk)
}

.product-wish.active {
    color: var(--primary)
}

.product-image img {
    height: 200px;
    width: 100%
}

.product-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0px 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(-primary-tshadow);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12)
}

.product-content {
    padding-top: 12px;
    text-align: center;
    border-top: 1px solid var(--border)
}

.product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px
}

.product-rating i,
.product-rating a {
    font-size: 14px;
    margin: 0px 2px;
    color: var(--gray)
}

.product-rating a {
    white-space: nowrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-rating a:hover {
    color: var(--primary);
    text-decoration: underline
}

.product-rating .active {
    color: var(--yellow)
}

.product-name {
    margin-bottom: 3px;
    text-transform: capitalize
}

.product-name a {
    color: var(--sub-heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-name a:hover {
    color: var(--primary)
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 13px
}

.product-price del {
    color: var(--red);
    margin-right: 8px
}

.product-price span {
    color: var(--primary);
    white-space: nowrap
}

.product-price span small {
    font-weight: 400
}

.product-disable {
    position: relative
}

.product-disable:hover {
    border-color: var(--border);
    box-shadow: none
}

.product-disable:hover .product-add {
    color: var(--heading);
    background: var(--border)
}

.product-disable .product-widget {
    visibility: hidden
}

.product-disable::before {
    position: absolute;
    content: "Out of Stock";
    top: 40%;
    left: 50%;
    z-index: 2;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: var(--primary-tshadow);
    transform: translate(-50%, -50%);
    color: var(--white);
    background: rgba(224, 152, 22, 0.9)
}

.product-disable::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6)
}

@media (max-width: 575px) {
    .product-card {
        padding: 8px;
        margin-bottom: 8px
    }

    .product-name {
        font-size: 15px;
        line-height: 22px
    }
}

.feature-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 18px 18px;
    border-radius: 8px;
    background: var(--white);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    height: 180px
}

.feature-card:hover .feature-widget {
    opacity: 1;
    bottom: 15px
}

.feature-card:hover .feature-add {
    color: var(--white);
    background: var(--primary)
}

.feature-media {
    position: relative
}

.feature-label {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px
}

.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: var(--white);
    text-align: center;
    text-transform: capitalize
}

.label-text.off {
    background: var(--red)
}

.label-text.new {
    background: var(--green)
}

.label-text.sale {
    background: var(--orange)
}

.label-text.feat {
    background: var(--purple)
}

.label-text.rate {
    background: var(--yellow)
}

.label-text.order {
    background: var(--blue)
}

.feature-wish {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    color: var(--gray-chalk)
}

.feature-wish.active {
    color: var(--primary)
}

.feature-image img {
    width: 220px
}

.feature-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0px 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(-primary-tshadow);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12)
}

.feature-content {
    width: 100%;
    margin-left: 25px;
}

.feature-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3px
}

.feature-rating i,
.feature-rating a {
    font-size: 14px;
    margin: 0px 2px;
    color: var(--gray)
}

.feature-rating a {
    white-space: nowrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-rating a:hover {
    color: var(--primary);
    text-decoration: underline
}

.feature-rating .active {
    color: var(--yellow)
}

.feature-name {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
    color: #002343;
}

.feature-name a {
    color: var(--sub-heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-name a:hover {
    color: var(--primary)
}

.feature-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px
}

.feature-price del {
    color: var(--red);
    margin-right: 8px
}

.feature-price span {
    color: var(--primary);
    white-space: nowrap
}

.feature-price span small {
    font-weight: 400
}

.feature-desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #002343;
}

@media (max-width: 575px) {
    .feature-card {
        padding: 8px;
        margin-bottom: 15px
    }

    .feature-image img {
        width: 100%
    }

    .feature-name {
        font-size: 15px;
        line-height: 22px
    }
}

@media (max-width: 450px) {
    .feature-card {
        align-items: center
    }

    .feature-content {
        padding-left: 12px;
        margin-left: 12px
    }

    .feature-desc {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feature-image img {
        width: 190px
    }
}

.product-standard {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px 15px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-standard:hover {
    border-color: var(--primary);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1)
}

.product-standard:hover .standard-widget {
    opacity: 1;
    bottom: 15px
}

.product-standard:hover .standard-add {
    color: var(--white);
    background: var(--primary)
}

.standard-media {
    position: relative
}

.standard-label-group {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1
}

.standard-label {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: capitalize;
    color: var(--white)
}

.standard-label.off {
    background: var(--red)
}

.standard-label.new {
    background: var(--green)
}

.standard-label.sale {
    background: var(--orange)
}

.standard-label.feat {
    background: var(--purple)
}

.standard-label.rate {
    background: var(--yellow)
}

.standard-image img {
    width: 220px
}

.standard-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0px 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(-primary-tshadow);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12)
}

.standard-content {
    width: 100%;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid var(--border)
}

.standard-name {
    margin-bottom: 5px;
    text-transform: capitalize
}

.standard-name a {
    color: var(--sub-heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-name a:hover {
    color: var(--primary)
}

.standard-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 5px
}

.standard-price del {
    color: var(--red);
    margin-right: 12px
}

.standard-price span {
    color: var(--primary);
    white-space: nowrap
}

.standard-price span small {
    font-weight: 400
}

.standard-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px
}

.standard-rating i,
.standard-rating a {
    font-size: 14px;
    margin-right: 3px;
    color: var(--gray)
}

.standard-rating a {
    white-space: nowrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-rating a:hover {
    color: var(--primary);
    text-decoration: underline
}

.standard-rating .active {
    color: var(--yellow)
}

.standard-desc {
    margin-bottom: 20px
}

.standard-action-group {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}

.standard-action-group .product-add,
.standard-action-group .action-input {
    padding: 10px 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary)
}

.standard-action-group .product-add {
    font-size: 14px;
    font-weight: 500
}

.standard-wish {
    padding: 10px 0px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-wish i {
    font-size: 17px;
    margin-right: 6px
}

.standard-wish span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.standard-wish {
    color: var(--primary);
    background: var(--border)
}

.standard-wish.active {
    color: var(--white);
    background: var(--primary)
}

.standard-action {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.standard-action button i,
.standard-action a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--border);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-action button i:hover,
.standard-action a i:hover {
    color: var(--white);
    background: var(--primary)
}

.standard-action input {
    width: 100%;
    height: 45px;
    margin: 0px 8px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow)
}

@media (max-width: 575px) {
    .product-standard {
        padding: 10px 10px
    }

    .standard-image img {
        width: 130px
    }

    .standard-content {
        margin-left: 10px;
        padding-left: 10px
    }

    .standard-name {
        font-size: 17px;
        margin-bottom: 3px
    }

    .standard-price {
        font-size: 15px;
        margin-bottom: 3px
    }

    .standard-rating {
        margin-bottom: 6px
    }

    .standard-desc {
        display: none
    }

    .standard-action-group {
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
    }

    .product-add,
    .standard-wish {
        padding: 8px 0px
    }

    .product-add i,
    .standard-wish i {
        display: none
    }

    .standard-action input {
        height: 38px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .standard-image img {
        width: 150px
    }

    .standard-content {
        margin-left: 10px;
        padding-left: 10px
    }

    .standard-name {
        font-size: 18px
    }

    .standard-price {
        font-size: 16px
    }

    .standard-desc {
        display: none
    }

    .standard-action-group {
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
    }

    .product-add,
    .standard-wish {
        padding: 8px 0px
    }

    .product-add i,
    .standard-wish i {
        display: none
    }

    .standard-action input {
        height: 38px
    }
}

.category-wrap:hover .category-overlay {
    transform: scale(1)
}

.category-media {
    position: relative;
    margin-bottom: 15px
}

.category-media img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.category-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-overlay a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-overlay a i:hover {
    color: var(--primary);
    background: var(--white)
}

.category-meta {
    padding: 0px 10px
}

.category-meta h4 {
    text-transform: capitalize;
    margin-bottom: 3px
}

@media (max-width: 575px) {
    .category-wrap {
        width: 150px
    }
}

@media (max-width: 1199px) {
    .category-meta {
        padding: 0px 5px
    }

    .category-meta h4 {
        font-size: 17px;
        margin-bottom: 0px
    }

    .category-meta p {
        font-size: 15px
    }
}

.brand-wrap {
    padding-top: 15px
}

.brand-wrap:hover .brand-overlay {
    transform: scale(1)
}

.brand-media {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    width: 24%;
}

@media (max-width: 575px) {
    .brand-media {
        width: 22%;
        margin-left: 1%;
    }
}

.brand-media-logo {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    z-index: 1
}

.brand-media-logo::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: -1;
    height: 156px;
    width: 95%;
    background: var(--white);
    transform: translate(-50%, -50%);
    animation-play-state: paused;
    border-radius: 16px;
}

.brand-media img {
    height: 100px;
    aspect-ratio: 1.8;
    background: white;
    border-radius: 8px;
    
}

.brand-media img:hover {
    box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.18);
}

@media (max-width: 575px) {
    .brand-media img {
        height: 45px;
        aspect-ratio: 1.8;
    }

}

@keyframes rotate360 {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.brand-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.brand-overlay a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.brand-overlay a i:hover {
    color: var(--primary);
    background: var(--white)
}

.brand-meta h4 {
    text-transform: capitalize;
    margin-bottom: 3px
}

@media (max-width: 575px) {
    .brand-wrap {
        width: 200px
    }
}

.choose-card {
    display: flex
}

.choose-card:hover i {
    color: var(--white);
    background: var(--primary)
}

.choose-icon i {
    width: 75px;
    height: 75px;
    font-size: 40px;
    line-height: 75px;
    border-radius: 50%;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.choose-text h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-card {
    margin-bottom: 30px
}

.blog-card:hover .blog-img img {
    transform: scale(1.05)
}

.blog-media {
    position: relative
}

.blog-calender {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 55px;
    height: 55px;
    border-radius: 6px;
    color: var(--white);
    background: rgba(0, 0, 0, 0.6)
}

.blog-calender span {
    line-height: 20px
}

.blog-date {
    font-size: 20px;
    font-weight: 500
}

.blog-month {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase
}

.blog-img {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.blog-img img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    height: 252px;
    aspect-ratio: 1.58;
}

.blog-content {
    padding: 15px 15px 0px 5px
}

.blog-content h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    color: #e1022b;
}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3B4C5A;
    opacity: 0.8;
    margin-top: 5px;
}

.blog-meta li {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.blog-meta li:last-child {
    margin: 0px
}

.blog-meta li i {
    margin-right: 8px;
    font-size: 14px
}

.blog-meta li a,
.blog-meta li span {
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase
}

.blog-meta li a {
    color: var(--text);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-meta li a:hover {
    color: var(--primary)
}

.blog-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.blog-title a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0BA269;
    margin-bottom: 15px;
    max-height: 40px;
    overflow: hidden;
}

.newitem-part .blog-title a {
    color: #FFFFFF !important;
}

.blog-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    max-height: 54px;
    overflow: hidden;
}

.blog-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #606B82;
    max-height: 54px;
    overflow: hidden;
}

.blog-btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
    text-transform: uppercase;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-btn i {
    font-size: 17px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-btn:hover {
    color: var(--primary);
    text-decoration: underline
}

.blog-btn:hover i {
    margin-left: 5px
}

@media (max-width: 575px) {
    .blog-meta li {
        margin-right: 25px
    }

    .blog-content {
        padding: 15px 15px 0px 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-content {
        padding: 15px 15px 0px 15px
    }
}

.offer-card {
    margin-bottom: 30px
}

.offer-card a {
    width: 100%
}

.offer-card a img {
    width: 100%;
    border-radius: 8px
}

.offer-div {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 0px 15px;
    border-radius: 0px 0px 8px 8px;
    background: var(--white)
}

.offer-div h5 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

.offer-div button,
.offer-div span {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
    text-transform: capitalize
}

@media (min-width: 351px) and (max-width: 575px) {
    .offer-card {
        width: 320px;
        margin: 0px auto 30px
    }
}

.account-card {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 0px 30px 30px;
    background: var(--white)
}

.account-title {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border)
}

.account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: var(--primary)
}

.account-title h4 {
    text-transform: capitalize
}

.account-title button,
.account-title a {
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.3px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--primary);
    background: var(--green-chalk);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.account-title button:hover,
.account-title a:hover {
    color: var(--white);
    background: var(--primary)
}

@media (max-width: 575px) {
    .account-card {
        padding: 0px 15px 15px
    }
}

.profile-card {
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--chalk);
    border: 1px solid var(--border);
    position: relative;
    cursor: pointer
}

.profile-card:hover ul {
    visibility: visible;
    opacity: 1
}

.profile-card h6 {
    color: var(--text);
    margin-bottom: 8px;
    text-transform: capitalize
}

.profile-card p {
    text-transform: capitalize
}

.profile-card ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.profile-card ul li {
    margin: 5px 0px
}

.profile-card ul li button {
    width: 30px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.profile-card ul .edit {
    color: var(--green)
}

.profile-card ul .edit:hover {
    color: var(--white);
    background: var(--green)
}

.profile-card ul .trash {
    color: var(--red)
}

.profile-card ul .trash:hover {
    color: var(--white);
    background: var(--red)
}

.profile-card.active {
    background: var(--green-chalk);
    border-color: var(--primary)
}

.payment-card {
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: var(--chalk);
    border: 1px solid var(--border);
    position: relative;
    cursor: pointer
}

.payment-card:hover button {
    visibility: visible;
    opacity: 1
}

.payment-card img {
    margin-bottom: 18px
}

.payment-card h4 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.payment-card p {
    color: var(--heading);
    margin-bottom: 5px
}

.payment-card p span {
    font-size: 20px;
    margin-right: 15px;
    letter-spacing: 2px
}

.payment-card p sup {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px
}

.payment-card h5 {
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize
}

.payment-card button {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    width: 30px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.payment-card .trash {
    color: var(--red)
}

.payment-card .trash:hover {
    color: var(--white);
    background: var(--red)
}

.payment-card.active {
    background: var(--green-chalk);
    border-color: var(--primary)
}

@media (max-width: 575px) {
    .payment-card p span {
        margin-right: 8px
    }
}

.contact-card {
    text-align: center;
    border-radius: 8px;
    margin: 0px 2.5px 30px;
    padding: 60px 15px 55px;
    background: #FFFFFF;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    height: 100%;
}

.contact-card:hover {
    background: var(--primary)
}

.contact-card:hover i {
    color: var(--primary);
    background: var(--white)
}

.contact-card:hover h4,
.contact-card:hover p,
.contact-card:hover a {
    color: var(--white)
}

.contact-card:hover h3 {
    color: var(--white)
}

.contact-card i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card img {
    margin-bottom: 15px;
}

.contact-card h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #1D3F71;
}

.contact-card h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1D3F71;
}

.contact-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #606B82;
    padding-left: 40px;
    padding-right: 40px;
}

.contact-card p a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: var(--text);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card.active {
    background: var(--primary)
}

.contact-card.active i {
    color: var(--primary);
    background: var(--white)
}

.contact-card.active h4,
.contact-card.active p,
.contact-card.active a {
    color: var(--white)
}

.branch-card {
    margin: 0px 2.5px 30px;
    position: relative
}

.branch-card:hover::before {
    background: rgba(17, 151, 68, 0.85)
}

.branch-card:hover .branch-overlay {
    top: 50%
}

.branch-card:hover .branch-overlay p {
    opacity: 1
}

.branch-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.45);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.branch-card img {
    width: 100%;
    border-radius: 8px
}

.branch-overlay {
    position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.branch-overlay h3 {
    color: var(--white);
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-transform: capitalize;
    text-shadow: var(--primary-tshadow)
}

.branch-overlay p {
    width: 200px;
    margin: 0 auto;
    letter-spacing: 0.3px;
    color: var(--white);
    opacity: 0;
    text-transform: capitalize;
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-media {
    overflow: hidden;
    position: relative;
    border-radius: 8px
}

.team-media:hover img {
    transform: scale(1.05)
}

.team-media:hover .team-overlay {
    top: 0px;
    opacity: 1
}

.team-media:hover .team-overlay a {
    padding-top: 0px
}

.team-media img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-overlay a {
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    margin: 0px 5px;
    padding-top: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--text);
    background: var(--white);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-meta {
    text-align: center
}

.team-meta h5 {
    text-transform: capitalize
}

.team-meta h5 a {
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-meta h5 a:hover {
    color: var(--primary)
}

.team-meta p {
    font-size: 15px;
    text-transform: capitalize
}

@media (max-width: 575px) {
    .team-card {
        width: 290px;
        margin: 0px auto 50px
    }
}

.header-top {
    padding: 8px 0px;
    background: var(--primary)
}

.header-top-welcome p {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.3px
}

.header-top-select {
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--green)
}

.header-select:last-child {
    border: none
}

.header-select i {
    font-size: 17px;
    margin-right: 8px;
    color: var(--white)
}

.header-select .nice-select {
    line-height: 20px
}

.header-select .nice-select::after {
    border-right-color: var(--white);
    border-bottom-color: var(--white)
}

.header-select .nice-select .current {
    color: var(--white)
}

.header-top-list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-top-list li {
    margin-left: 35px
}

.header-top-list li a {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-top-list li a:hover {
    color: var(--green-chalk)
}

@media (max-width: 767px) {

    .header-top-welcome,
    .header-top-list {
        display: none
    }

    .header-top-select {
        width: 270px;
        margin: 0px auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top-welcome {
        text-align: center;
        margin-bottom: 10px
    }
}

.header-part {
    /* position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999; */
    background: var(--white);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-part.active {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
    background: var(--white);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-part.active .header-widget:hover i {
    background: var(--primary)
}

.header-part.active .header-widget sup {
    border-color: var(--white)
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    margin-right: 50px
}

.header-logo img {
    width: auto;
    height: 80px;
    padding: 10px 0px;
}

.header-widget-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.header-widget-group .header-widget {
    margin-left: 20px
}

.header-widget-group .header-widget:first-child {
    margin-left: 0px
}

.header-widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-widget:hover i {
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow)
}

.header-widget:hover span {
    color: var(--primary)
}

.header-widget img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.header-widget i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-widget span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 8px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-align: left;
    text-transform: capitalize;
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-widget span small {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    font-family: sans-serif;
    display: block
}

.header-widget sup {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--white);
    text-shadow: var(--primary-tshadow)
}

.header-cart span {
    font-size: 12px;
    margin-left: 15px;
    line-height: 20px;
    text-transform: uppercase
}

.header-form {
    width: 100%;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 85px;
    height: 40px;
}

.header-form:focus-within {
    background: var(--white);
    border-color: var(--primary)
}

.header-form input {
    width: 100%;
    height: 35px;
    font-size: 17px;
    padding-left: 15px;
    border-radius: 85px 0px 0px 85px;
}

.header-form button i {
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: var(--text);
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-form button i:hover {
    color: var(--primary)
}

.header-media-group {
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 999999;
}

.header-media-group a img {
    width: auto;
    height: 45px
}

.header-user img,
.header-src img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.header-user i,
.header-src i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-user i:hover,
.header-src i:hover {
    color: var(--white);
    background: var(--primary)
}

@media (max-width: 991px) {

    .header-layout-top {
        flex-direction: column
    }

    .header-content {
        flex-direction: column
    }

    .header-media-group {
        width: 100%;
        display: flex;
        position: fixed;
        padding: 10px 10px;
        background: white;
    }

    .header-widget-group,
    .header-widget,
    .header-logo {
        display: none
    }

    .header-form {
        display: none;
        margin: 10px 0px 0px
    }

    .header-form.active {
        display: flex
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-widget span {
        display: none
    }
}

.navbar-part {
    background: var(--white)
}

.navbar-content {
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.navbar-item {
    margin-right: 30px
}

.navbar-item:last-child {
    margin-right: 0px
}

.navbar-link {
    padding: 25px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1D3F71;
}

.navbar-link.active {
    font-weight: 700;
}

.navbar-info p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #002343;
}

.navbar-link:hover {
    color: var(--primary)
}

.navbar-focus-list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.navbar-focus-list li {
    margin-left: 30px
}

.navbar-focus-list li:first-child {
    margin-left: 0px
}

.navbar-focus-list li a {
    font-weight: 500;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.navbar-focus-list li a:hover {
    color: var(--primary)
}

.navbar-focus-list li a i {
    font-size: 18px;
    margin-right: 5px
}

.navbar-info-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-info {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.navbar-info:last-child {
    margin-right: 0px
}

.navbar-info i {
    font-size: 25px;
    margin-right: 10px;
    color: var(--primary)
}

.navbar-info p small {
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: left;
    text-transform: capitalize
}

.navbar-info p span {
    font-size: 15px;
    font-weight: 500
}

@media (max-width: 991px) {
    .navbar-part {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-list li {
        margin-right: 18px
    }

    .navbar-link {
        font-size: 15px
    }

    .navbar-info {
        margin-right: 15px
    }

    .navbar-info p span {
        font-size: 14px
    }

    .navbar-info i {
        margin-right: 10px
    }
}

.nav-sidebar {
    position: fixed;
    top: 0px;
    left: -320px;
    width: 280px;
    height: 100vh;
    padding: 0px;
    z-index: 5;
    background: var(--white);
    box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-sidebar.active {
    left: 0px
}

.nav-header {
    padding: 15px 0px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border)
}

.nav-header a img {
    width: auto;
    height: 40px
}

.nav-close {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%)
}

.nav-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-close i:hover {
    color: var(--white);
    background: var(--primary)
}

.nav-content {
    padding: 0px 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 100px)
}

.nav-btn {
    width: 100%;
    padding: 50px 0px;
    margin-bottom: 20px;
    text-align: center;
    background: var(--chalk)
}

.nav-btn .btn {
    font-size: 14px;
    padding: 12px 28px;
    letter-spacing: 0.3px
}

.nav-btn .btn i {
    font-size: 14px
}

.nav-profile {
    width: 100%;
    text-align: center;
    padding: 18px 0px 0px
}

.nav-user {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid var(--primary)
}

.nav-user img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid var(--white)
}

.nav-name {
    margin-bottom: 18px;
    text-transform: capitalize
}

.nav-name a {
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-name a:hover {
    color: var(--primary)
}

.nav-select-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border)
}

.nav-select {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    padding-right: 18px;
    line-height: 20px;
    border-right: 1px solid var(--gray-chalk)
}

.nav-select:last-child {
    padding: 0px;
    margin: 0px;
    border: none
}

.nav-select i {
    margin-right: 5px
}

.nav-list {
    width: 100%
}

.nav-list li {
    width: 100%
}

.nav-link {
    width: 100%;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 8px;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-link:hover {
    color: var(--primary);
    background: var(--chalk)
}

.nav-link::before {
    right: 15px
}

.nav-link i {
    font-size: 20px;
    margin-right: 12px
}

.nav-link.active {
    color: var(--primary);
    background: var(--green-chalk)
}

.nav-info-group {
    padding: 20px 0px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border)
}

.nav-info {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.nav-info:last-child {
    margin-bottom: 0px
}

.nav-info i {
    font-size: 30px;
    margin-right: 15px;
    color: var(--primary)
}

.nav-info p small {
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: left;
    text-transform: capitalize
}

.nav-info p span {
    font-size: 17px;
    font-weight: 500
}

.nav-footer {
    text-align: center
}

.nav-footer p {
    font-size: 14px;
    color: var(--gray)
}

.nav-footer p a {
    color: var(--primary)
}

.cart-sidebar {
    position: fixed;
    top: 0px;
    right: -450px;
    width: 400px;
    height: 100vh;
    z-index: 5;
    background: var(--white);
    box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-sidebar.active {
    right: 0px
}

.cart-header {
    padding: 18px 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid var(--border)
}

.cart-total {
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-total i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--primary)
}

.cart-total span {
    font-weight: 500;
    color: var(--primary);
    text-transform: capitalize
}

.cart-close {
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%)
}

.cart-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-close i:hover {
    color: var(--white);
    background: var(--primary)
}

.cart-list {
    height: 100%;
    padding: 0px 15px;
    max-height: calc(100vh - 210px);
    overflow-y: scroll
}

.cart-item {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid var(--border)
}

.cart-item:hover .cart-media button {
    transform: scale(1)
}

.cart-item:last-child {
    border-bottom: none
}

.cart-media {
    position: relative;
    margin-right: 25px
}

.cart-media a img {
    width: 100px;
    border-radius: 8px
}

.cart-media button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    transform: scale(0);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-media button i {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--red);
    background: rgba(255, 255, 255, 0.9);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-media button i:hover {
    color: var(--white);
    background: var(--red)
}

.cart-info-group {
    width: 100%
}

.cart-info {
    margin-bottom: 13px
}

.cart-info h6 {
    font-weight: 400;
    text-transform: capitalize
}

.cart-info h6 a {
    color: var(--heading)
}

.cart-info p {
    font-size: 14px
}

.cart-action-group {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between
}

.cart-action-group .product-action {
    display: flex
}

.cart-action-group .product-action button i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px
}

.cart-action-group .product-action input {
    width: 45px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    color: var(--primary);
    background: var(--chalk)
}

.cart-action-group h6 {
    font-weight: 500;
    color: var(--primary)
}

.cart-footer {
    padding: 20px 15px 0px;
    text-align: center;
    box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08)
}

.coupon-btn {
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--primary);
    text-shadow: var(--primary-tshadow)
}

.coupon-btn:hover {
    text-decoration: underline
}

.coupon-form {
    padding: 3px;
    border-radius: 8px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: none
}

.coupon-form:focus-within {
    border-color: var(--primary)
}

.coupon-form input {
    width: 100%;
    height: 38px;
    padding: 0px 15px
}

.coupon-form button span {
    width: 100px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 8px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary)
}

.cart-checkout-btn {
    padding: 10px 0px;
    border-radius: 8px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-checkout-btn:hover {
    background: var(--heading)
}

.checkout-label {
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white)
}

.checkout-price {
    padding: 0px 25px;
    letter-spacing: 0.3px;
    color: var(--white);
    border-left: 1px solid var(--border)
}

@media (max-width: 450px) {
    .cart-sidebar {
        right: 0px;
        width: 100%;
        height: 100vh;
        transform: scale(0);
        margin: 80px 0px 0px;
        border-radius: 15px 15px 0px 0px;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .cart-sidebar.active {
        transform: scale(1);
        transform-origin: top
    }

    .cart-close {
        left: 50%;
        top: -45px;
        bottom: inherit;
        transform: translateX(-50%);
        border-radius: 50px 50px 0px 0px;
        box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15)
    }

    .cart-list {
        max-height: calc(100vh - 290px)
    }

    .cart-media a img {
        width: 80px
    }
}

.category-sidebar {
    position: fixed;
    top: 0px;
    top: 100px;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background: var(--white);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

@media (max-width: 450px) {
    .category-sidebar {
        top: 60px;
    }
}


.category-header {
    padding: 15px 18px;
    position: relative;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.category-title {
    color: var(--primary);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.category-title i {
    margin-right: 8px
}

.category-close {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%)
}

.category-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-close i:hover {
    color: var(--white);
    background: var(--primary)
}

.category-list {
    width: 100%;
    padding: 0px 15px;
    overflow-y: scroll;
}

.category-item {
    width: 100%;
}

.category-link {
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
    text-transform: uppercase;
    color: #002343;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-link.active {
    color: #FFBE3E;
}

.category-link i {
    font-size: 25px;
    margin-right: 15px;
    display: inline-block
}

.category-footer {
    text-align: center;
    margin-top: 20px
}

.category-footer p {
    font-size: 14px;
    color: var(--gray)
}

.category-footer p a {
    color: var(--primary)
}

.product-view {
    max-width: 1000px;
    border-radius: 8px;
    background: var(--white)
}

.view-gallery {
    margin: 30px;
    position: relative
}

.view-label-group {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.view-label {
    font-size: 15px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white)
}

.view-label:last-child {
    margin-bottom: 0px
}

.view-label.off {
    background: var(--red)
}

.view-label.new {
    background: var(--green)
}

.view-label.sale {
    background: var(--orange)
}

.view-label.feat {
    background: var(--purple)
}

.view-label.rate {
    background: var(--yellow)
}

.view-details {
    margin: 30px
}

.view-name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.view-name a {
    color: var(--heading)
}

.view-name a:hover {
    color: var(--primary)
}

.view-meta {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.view-meta p {
    font-size: 13px;
    margin-right: 20px;
    text-transform: uppercase;
    color: var(--placeholder)
}

.view-meta span,
.view-meta a {
    margin-left: 5px;
    color: var(--placeholder)
}

.view-meta a:hover {
    text-decoration: underline;
    color: var(--primary)
}

.view-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px
}

.view-rating i,
.view-rating a {
    font-size: 15px;
    margin-right: 3px;
    color: var(--gray)
}

.view-rating a {
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-rating a:hover {
    color: var(--primary);
    text-decoration: underline
}

.view-rating .active {
    color: var(--yellow)
}

.view-price {
    margin-bottom: 20px
}

.view-price del {
    color: var(--red);
    margin-right: 25px
}

.view-price span {
    color: var(--primary)
}

.view-price span small {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.view-desc {
    margin-bottom: 25px
}

.view-list-group {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin-bottom: 25px
}

.view-list-group:last-child {
    margin-bottom: 0px
}

.view-list-title {
    font-weight: 500;
    margin-right: 15px;
    color: var(--heading);
    text-transform: capitalize
}

.view-tag-list {
    display: flex;
    align-items: center;
    justify-content: center
}

.view-tag-list li {
    margin-right: 8px
}

.view-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-tag-list li a:hover {
    color: var(--white);
    background: var(--primary)
}

.view-share-list {
    display: flex;
    align-items: center;
    justify-content: center
}

.view-share-list li {
    margin-right: 8px
}

.view-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-share-list li a:hover {
    color: var(--white);
    background: var(--primary)
}

.view-add-group {
    margin: 45px 0px 15px
}

.view-add-group .product-add,
.view-add-group .action-input {
    height: 46px;
    line-height: 46px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary)
}

.view-action-group {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative
}

.view-action-group a {
    padding: 10px 0px;
    border-radius: 8px;
    color: var(--text);
    background: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-action-group a i {
    font-size: 17px;
    margin-right: 8px
}

.view-action-group a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.view-wish.active {
    color: var(--white);
    background: var(--primary)
}

.preview-slider {
    margin-bottom: 20px
}

.preview-slider li img {
    width: 100%;
    border-radius: 8px
}

.thumb-slider li {
    margin: 0px 10px;
    cursor: pointer
}

.thumb-slider li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--border)
}

.thumb-slider .slick-center img {
    border: 1px solid var(--primary)
}

@media (max-width: 500px) {

    .view-gallery,
    .view-details {
        margin: 25px
    }

    .view-list-group {
        align-items: flex-start;
        flex-direction: column
    }

    .view-list-title {
        margin: 0px 0px 10px
    }
}

@media (max-width: 767px) {
    .product-view {
        max-width: 480px
    }
}

.intro-part {
    padding: 80px 0px;
    background: linear-gradient(to left, #c3ffda, #a1f3c0)
}

.intro-part h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: #1D3F71;
    text-align: center;
}

.intro-content {
    text-align: left
}

.intro-content-left h3 {
    text-align: left !important
}

@media (max-width: 480px) {
    .intro-content-left h3 {
        text-align: center !important
    }
}


@media (max-width: 991px) {
    .intro-content {
        text-align: center
    }
}

@media (max-width: 480px) {
    .intro-content {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


.intro-content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #1D3F71;
}

.intro-content h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #1D3F71;
}

@media (max-width: 480px) {
    .intro-content h1 {
        text-align: center;
    }
}

@media (max-width: 980px) {
    .intro-content h3 {
        margin-top: 30px !important;
    }
}

@media (max-width: 480px) {
    .intro-content h3 {
        font-size: 30px;
        line-height: 45px;
        text-align: center;
    }
}



.intro-content span {
    color: #002343;
    font-weight: 700;
}

.intro-content p {
    margin-bottom: 25px
}


.paytech-from p {
    margin-bottom: 16px;
}

.intro-clock {
    margin-bottom: 45px
}

.introduce-content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.introduce-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #FFFFFF;
}

.introduce-content span {
    font-weight: 700;
}

.intro-img {
    position: relative
}

.intro-img img {
    width: 100%
}

.intro-off {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 35px 30px 30px;
    background: var(--red);
    position: absolute;
    top: 0px;
    left: 0px
}

.intro-off span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--white)
}

@media (max-width: 767px) {
    .intro-part {
        padding: 60px 0px
    }

    .intro-img {
        margin-top: 30px
    }
}

.news-part {
    padding: 70px 0px;
    background: url(../../images/newsletter.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.news-part::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(6, 23, 56, 0.8), rgba(17, 151, 68, 0.8));
    z-index: -1
}

.news-text h2 {
    font-size: 35px;
    color: var(--white);
    margin-bottom: 5px
}

.news-text p {
    font-size: 18px;
    font-weight: 300;
    color: var(--white)
}

.news-form {
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center
}

.news-form input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px
}

.news-form button span {
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary)
}

.news-form button span i {
    margin-right: 5px
}

@media (max-width: 575px) {
    .news-form {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .news-text {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .news-part {
        padding: 50px 30px 60px
    }

    .news-part .container-fluid {
        padding: 0px
    }
}

.intro-part {
    padding: 80px 0px;
    background: var(--intro-bg)
}

.intro-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.intro-wrap:hover .intro-icon i {
    color: var(--white);
    background: var(--primary)
}

.intro-icon {
    margin-right: 20px
}

.intro-icon i {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--primary);
    background: var(--white);
    border: 3px double var(--primary);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.intro-content h5 {
    font-size: 17px;
    margin-bottom: 8px;
    text-transform: capitalize
}

.intro-content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #002343;
    margin-bottom: 30px;
}

.intro-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #606B82;
}

.explain {
    background: #F0F6FC;
    padding-top: 60px;
    padding-bottom: 65px;
}

.explain h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    color: #002343;
    text-align: center;
    margin-bottom: 30px;
}

.explain h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    background: linear-gradient(180deg, #009CBE -0.06%, #1655BA 103.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.explain-content {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

@media (max-width: 480px) {
    .explain-content {
        margin-left: 0px;
        margin-top: 15px;
        margin-right: 0px;
    }

}

.explain-content img {
    width: 120px;
    height: 78px;
    margin-top: 20px;
    margin-right: 20px;
}

.explain-content h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #002343;
}

.explain-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    color: #002343;
}

.antioverflow-card {
    text-align: center;
    background: #F0F6FC;
    border-radius: 16px;
    padding: 40px 20px;
    margin-top: 20px;
    height: 100%;
}

.antioverflow-card img {
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
}

.antioverflow-card p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;

    color: #002343;
}

@media (max-width: 767px) {
    .intro-part {
        padding: 60px 0px 30px
    }

    .intro-wrap {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .intro-part {
        padding: 80px 0px 50px
    }

    .intro-wrap {
        margin-bottom: 30px
    }
}

.footer-part {
    padding-top: 95px;
    background-image: url(/img/bgfooter.png);
    background-size: cover;
    background-repeat: no-repeat;
}

section.newitem-part {
    margin-bottom: 0px !important;
}

.footer-widget {
    display: grid;
    grid-template-columns: 100%
}

.footer-widget p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #606B82;
}

.footer-widget span {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #1D396F;
}

.footer-widget-logo {
    margin-top: 4px;
    width: 18px;
    height: fit-content;
    margin-right: 10px;
}

.footer-logo {
    margin-bottom: 25px
}

.footer-logo a {
    width: fit-content;
}

.footer-logo img {
    width: 140px;
    max-width: 100%;
}

.footer-desc {
    margin-bottom: 30px
}

.footer-social li {
    display: inline-block;
    margin-right: 7px
}

.footer-social li:last-child {
    margin-right: 0px
}

.footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-social li a:hover {
    color: var(--white);
    background: var(--primary)
}

.footer-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1D3F71;
}

.footer-widget.contact {
    margin-left: 30px
}

.footer-contact li {
    display: flex;
    align-items: center;
}

.footer-contact li:last-child {
    margin-bottom: 0px
}

.footer-contact li i {
    font-size: 30px;
    margin-right: 15px;
    color: var(--primary)
}

.footer-contact li p span {
    display: block
}

.footer-logo {
    margin-top: 20px;
    display: flex;
}

.footer-links {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr
}

.footer-links ul li {
    margin-bottom: 15px
}

.footer-links ul li:last-child {
    margin-bottom: 0px
}

.footer-links ul li a {
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-links ul li a:hover {
    color: var(--primary);
    text-decoration: underline
}

.footer-app {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr
}

.footer-app a img {
    width: 100%
}

.footer-bottom {
    margin-top: 75px;
    padding: 30px 50px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: linear-gradient(90.29deg, #00774C -0.43%, #03DA78 103.7%); */
    background: linear-gradient(90.29deg, #1A5902 -0.43%, #7BB922 103.7%);
    opacity: 0.86;
}

.footer-copytext {
    font-size: 17px;
    color: var(--white)
}

@media (max-width: 980px) {
    .footer-copytext {
        text-align: center;
    }
}

.footer-copytext a {
    color: var(--green-chalk)
}

.footer-copytext a:hover {
    text-decoration: underline
}

.footer-card a {
    margin-left: 10px
}

.footer-card a img {
    width: 50px;
    border-radius: 3px
}

@media (max-width: 768px) {
    .footer-part .container-fluid {
        padding: 0px 25px
    }

    .footer-widget.contact {
        margin-left: 0px
    }
}

@media (max-width: 1199px) {
    .footer-part {
        padding-top: 50px
    }

    .footer-widget {
        margin-bottom: 40px
    }

    .footer-bottom {
        margin-top: 10px
    }
}


@media (max-width: 767px) {
    .footer-bottom {
        padding: 25px 15px 75px;
        flex-direction: column;
        text-align: center
    }

    .footer-copytext {
        margin-bottom: 10px
    }

    .footer-card a {
        margin: 0px 3px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-bottom {
        padding: 25px 30px 75px
    }
}

.blog-widget {
    margin-bottom: 30px;
    margin-left: 5px;
    border-radius: 8px;
    background: var(--white)
}

.blog-widget:last-child {
    margin-bottom: 0px
}

.blog-widget-title {
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
}

.blog-widget-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
}

.blog-widget-form {
    position: relative
}

.blog-widget-form input {
    width: 100%;
    height: 45px;
    padding: 0px 15px 0px 60px;
    border-radius: 8px;
    background: var(--chalk);
    border: 1px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-form input:focus-within {
    border-color: var(--primary)
}

.blog-widget-form button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border-radius: 8px 0px 0px 8px
}

.blog-widget-feed li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border)
}

.blog-widget-feed li:last-child {
    margin: 0px;
    padding: 0px;
    border: none
}

.blog-widget-media img {
    width: 100px;
    border-radius: 8px;
    margin-right: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-text {
    font-size: 17px;
    line-height: 24px
}

.blog-widget-text a {
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-text a:hover {
    color: var(--primary)
}

.blog-widget-text span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.blog-widget-category li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border)
}

.blog-widget-category li:last-child {
    margin: 0px;
    padding: 0px;
    border: none
}

.blog-widget-category li:hover a {
    color: var(--primary)
}

.blog-widget-category li:hover a span {
    background: var(--primary)
}

.blog-widget-category li a {
    width: 100%;
    font-size: 17px;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-category li a span {
    font-size: 14px;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-tag li {
    display: inline-block;
    margin: 0px 8px 12px 0px
}

.blog-widget-tag li a {
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 3px;
    color: var(--text);
    background: var(--chalk);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-tag li a:hover {
    color: var(--white);
    background: var(--primary)
}

.blog-widget-social li {
    display: inline-block;
    margin-right: 10px
}

.blog-widget-social li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: var(--white);
    background: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-social li a:hover {
    background: var(--primary)
}

@media (max-width: 575px) {
    .blog-widget-social li {
        margin-right: 5px
    }

    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-widget-media img {
        width: 95px
    }

    .blog-widget-social li {
        margin-right: 5px
    }

    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px
    }
}

@media (max-width: 991px) {
    .blog-widget {
        margin-left: 0px
    }
}

.shop-filter {
    padding: 20px 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.shop-filter .nice-select {
    border-radius: 6px;
    background: var(--chalk);
    padding: 8px 35px 8px 20px;
    border: 1px solid var(--border)
}

.shop-filter .nice-select::after {
    right: 20px
}

.shop-filter .nice-select .current {
    font-size: 15px
}

.shop-filter .nice-select .list {
    top: 45px;
    align-items: flex-start;
    flex-direction: column
}

.shop-filter ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.shop-filter ul li {
    margin: 0px 5px
}

.shop-filter ul li a {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk)
}

.shop-filter ul li .active {
    color: var(--white);
    background: var(--primary)
}

.shop-filter p {
    font-size: 15px;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .shop-filter {
        flex-direction: column
    }

    .shop-filter .nice-select {
        margin-bottom: 15px
    }

    .shop-filter ul {
        margin-bottom: 15px
    }
}

.shop-widget-promo {
    margin-bottom: 25px;
    border-radius: 8px;
    text-align: center;
    overflow: hidden
}

.shop-widget-promo img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shop-widget-promo img:hover {
    transform: scale(1.05)
}

.shop-widget {
    padding: 20px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--white);
    border: 1px solid var(--border)
}

.shop-widget:last-child {
    margin-bottom: 0px
}

.shop-widget-title {
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border)
}

.shop-widget-btn {
    width: 100%;
    font-size: 15px;
    padding: 8px 0px;
    border-radius: 8px;
    color: var(--heading);
    background: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shop-widget-btn:hover {
    color: var(--white);
    background: var(--primary)
}

.shop-widget-btn i {
    margin-right: 8px;
    margin-top: -1px
}

.shop-widget-btn span {
    text-transform: capitalize
}

.shop-widget-group {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin: 15px 0px
}

.shop-widget-group input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: var(--chalk);
    text-align: center
}

.shop-widget-list {
    margin: 18px 0px 20px
}

.shop-widget-list li {
    margin-bottom: 12px;
    color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shop-widget-list li:hover {
    color: var(--primary)
}

.shop-widget-list li:last-child {
    margin-bottom: 0px
}

.shop-widget-content {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.shop-widget-content input {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    cursor: pointer
}

.shop-widget-content label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.shop-widget-content label i {
    font-size: 15px;
    margin-left: 8px;
    color: var(--gray)
}

.shop-widget-content label i:first-child {
    margin-left: 0px
}

.shop-widget-content label i.active {
    color: var(--yellow)
}

.shop-widget-number {
    font-size: 15px
}

.shop-widget-search {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 5px;
    background: var(--chalk);
    border: 1px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shop-widget-search:focus-within {
    border-color: var(--primary)
}

.shop-widget-scroll {
    height: 279px;
    overflow-y: scroll;
    padding-right: 10px
}

.single-banner {
    padding: 100px 0px;
    text-align: center;
    position: relative;
    z-index: 1
}

.community-background {
    background: url(/img/bg-community.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -55px;
}

.news-background {
    background: url(/img/news_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -55px;
}

.news-cate-background {
    /* background: url(/img/news_cate_bg.png); */
    background: url(/img/v2/news_cate_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -55px;
}

.news-search-background {
    /* background: url(/img/news_cate_bg.png); */
    background: url(/img/v2/news_cate_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

.newsdetail-background {
    background: url(/img/bg-newsdetail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 200px;
    z-index: -1;
}

.contact-background {
    /* background: url(/img/bg-contact-top.png); */
    background: url(/img/v2/bg-contact-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -65px;
    z-index: -1;
}

.contact-background p {
    font-weight: 400;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.contact-background h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.single-banner h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: var(--white);
    text-transform: uppercase
}

@media (max-width: 767px) {

    .single-banner h2 {
        font-size: 32px;
        margin-bottom: 12px
    }
}

@media (max-width: 480px) {

    .single-banner h2 {
        font-size: 28px;
    }
}


.top-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.filter-short {
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: center
}

.filter-show {
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center
}

.filter-label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    white-space: nowrap;
    text-transform: uppercase
}

.filter-select {
    height: 40px;
    background-color: transparent
}

.filter-select:focus-within {
    border-color: #ced4da
}

.filter-action {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.filter-action a i {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: transparent
}

.filter-action a i:hover {
    color: var(--primary)
}

.filter-action .active i {
    color: var(--white);
    background: var(--primary)
}

.filter-action .active i:hover {
    color: var(--white)
}

@media (max-width: 575px) {

    .filter-label,
    .filter-action {
        display: none
    }

    .filter-show {
        width: 80px
    }

    .filter-short {
        width: 130px
    }
}

.bottom-paginate {
    padding-top: 25px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-info {
    font-weight: 400;
    color: var(--text)
}

@media (max-width: 575px) {
    .bottom-paginate {
        margin-bottom: 30px;
        flex-direction: column
    }

    .page-info {
        margin-bottom: 15px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bottom-paginate {
        margin-bottom: 30px
    }
}

.banner-text {
    position: absolute;
    top: 300px;
    left: 10%;
}

.banner-text2 {
    float: right;
    margin-top: 10%;
    padding-left: 15%;
}




.banner-text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-shadow: 2px 4px 4px rgba(5, 19, 53, 0.32);
}

.banner-text p {
    font-weight: 700;
    font-size: 20px;
    line-height: 65px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.banner-text h5 {
    font-weight: 400;
    font-size: 17px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.banner-text2 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-shadow: 2px 4px 4px rgba(5, 19, 53, 0.32);
}

.banner-text2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.banner-text2 h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 54px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.banner-text2 h5 {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.banner-text2 img {
    margin-right: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1350px) {
    .banner-text2 h3 {
        font-size: 36px;
        line-height: 42px;
    }
}


@media (min-width: 481px) and (max-width: 991px) {
    .banner-text2 h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-text2 {
        padding: 120px;
        margin-top: 0px;
        float: none;
    }
}


@media screen and (max-width: 480px) {
    .banner-text2 {
        padding: 50px;
        padding-top: 40px;
        padding-bottom: 100px;
        float: none;
    }

    .banner-text2 h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .banner-text2 p {
        font-size: 14px;
        line-height: 35px;
    }
}


.banner-overflow {
    top: 180px !important;
}

@media (max-width: 480px) {
    .banner-part {
        margin-top: 65px;
    }
}


.banner-light-part {
    background: #F0F6FC;
}

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

@media (min-width: 481px) and (max-width: 991px) {
    .banner-img {
        padding: 60px;
    }
}

@media screen and (max-width: 480px) {
    .banner-img {
        padding-left: 20px;
    }
}

.banner-light {
    background-image: url(/img/bg-text.png);
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .banner-light {
        background-position: center;
    }
}

@media screen and (max-width: 480px) {
    .banner-light {
        background-size: contain;
    }
}

.vita-part1 {
    background: #ffffff;
    padding-top: 65px;
    padding-bottom: 60px;
}

.vita-part1 img {
    max-width: 100%;
}

.feature-part {
    padding-top: 95px;
    padding-bottom: 140px;
    background-image: url(/img/bgloyal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slack {
    border-bottom: 1px solid #C1D6E2;
    margin-top: 40px;
    margin-bottom: 50px;
}

.feature-part h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    color: #002343;
    text-align: center;
    margin-bottom: 30px;
}

.feature-part h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #002343;
    text-align: center;
    margin-bottom: 20px;
}

.intro-content li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #606B82;
}

.intro-content li img {
    margin-right: 10px;
    height: 100%;
    margin-top: 5px;
    aspect-ratio: auto;
}

.intro-content-left li img {
    margin-top: 0px !important;
}

.bg-feature-left {
    padding: 50px 0px 60px 50px;
    border-radius: 16px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .bg-feature-left {
        padding: 50px 15px 60px 15px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

.bg-feature-right {
    padding: 50px 50px 40px 0px;
    border-radius: 16px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .bg-feature-right {
        padding: 50px 15px 40px 15px;
        margin-left: 0px;
    }
}

.benefit-part {
    background-image: url(/img/bgvita2.png);
    padding-top: 60px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.benefit-part h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #1D3F71;
    margin-bottom: 30px;
    margin-top: 50px;
}

@media (max-width: 480px) {
    .benefit-part h2 {
        font-size: 30px;
        line-height: 45px;
        text-align: center !important;
    }
}

.benefit-content h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #002343;
}

.benefit-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #002343;
}

.benefit-content {
    margin-top: 50px;
}

.benefit-content img {
    max-width: 100%;
    border-radius: 16px;
    aspect-ratio: 2;
}

.guide-part {
    padding-top: 140px;
    padding-bottom: 60px;
}

.guide-part h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #002343;
    margin-bottom: 60px;
}

.guide-part span {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #002343;
}

.guide-part .guide-link.active span {
    color: #FFBE3E;
}

.guide-part li {
    background: white;
    border: none;
    margin: 5px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #002343;
    width: 100%;
}

.guide-right {
    border-right: 3px solid #F0F6FC;
    border-radius: 8px;
}

.guide-link img {
    height: 60px;
    margin-right: 10px;
}

.guide-content h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #002343;
}

.guide-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #002343;
}

.guide-content {
    margin-top: 50px;
}


.process-part {
    padding-top: 60px;
    padding-bottom: 140px;
    background-image: url(/img/bg-process.png);
    background-size: cover;
}

.process-part h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #1D3F71;
    margin-bottom: 30px;
}

.process-part h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #1D3F71;
}

@media (max-width: 480px) {
    .process-part h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.z1 {
    z-index: 1;
}

.z7 {
    z-index: 7;
}

.suggest-part {
    background-image: url(/img/bgsolution.png);
    background-position: inherit;
    background-size: cover;
    padding-top: 60px;
}

.suggest-part h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.suggest-part p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.solution-card {
    background: #FFFFFF;
    box-shadow: 2px 6px 16px rgba(0, 36, 95, 0.15);
    border-radius: 16px;
    padding: 50px 30px;
    margin-bottom: 10px;
}

.solution-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #002343;
    margin-bottom: 8px;
}

@media (max-width:480px) {
    .solution-name {
        font-size: 17px;
    }
}

.solution-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #3B4C5A;
    margin-bottom: 25px;
}

@media (max-width:480px) {
    .solution-text {
        font-size: 14px;
    }
}

.solution-media img {
    margin: auto;
}

.value-part {
    margin-top: -100px;
    padding-top: 200px;
    background: #ffffff;
}

.value-part h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #002343;
}

.value-part p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #3B4C5A;
    text-align: justify;
}

.brand-part {
    padding-top: 80px;
    padding-bottom: 80px;
    /* background-image: url(/img/partner.png); */
    background-image: url(/img/v2/partner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.brand-part h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}

.brand-part h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
}

@media (max-width: 480px) {
    .brand-part {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .brand-part h5 {
        padding-bottom: 20px;
    }

    .brand-part h3 {
        padding-top: 30px;
    }
}

.brand-part p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
@media (max-width: 480px) {
    .brand-part p{
        text-align: justify;
    }
}

.brand-text {
    padding-top: 25px;
}

@media (max-width: 991px) {
    .brand-text {
        text-align: center;
    }
}

.clound {
    background-image: url(/img/clound_bg.png);
    background-size: cover;
}

.show-detail {
    /* background: linear-gradient(90.29deg, #00774C -0.43%, #03DA78 103.7%); */
    background: linear-gradient(90.29deg, #2C6D13 -0.43%, #7BB922 103.7%);
    opacity: 0.86;
    border-radius: 50px;
    padding: 12px 45px;
}

.show-detail:hover {

    background: #002343;
}


.show-detail span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Montserrat';
}

.show-detail:hover span {
    color: #ffffff;
}


@media (max-width: 480px) {
    .show-detail {
        padding: 8px 32px 12px;
    }

    .show-detail span {
        font-size: 12px;
        line-height: 16px;
    }
}

.solution-content {
    text-align: center;
}

.app-part {
    background: #0048B4;
    position: relative;
}

.app-content {
    margin-top: 100px;
    margin-bottom: 130px;
}

@media (max-width: 480px) {
    .app-content {
        margin-bottom: 50px;
    }
}

.app-content h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 53px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.app-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.app-content li {
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
    color: #FFFFFF;
}

.app-content li img {
    margin-right: 10px;
}

.app-content ul {
    margin-bottom: 40px;
}

.contact-map {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
}

.contact-form {
    background: #0048B4;
    border-radius: 16px;
    padding: 58px 40px;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.contact-form .form-control {
    height: 45px;
}

.contact-form .form-group textarea {
    height: 120px;
}

.contact-part {
    background-image: url(/img/bg-contact.png);
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 65px;
}

.info-company span {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #002343;
}

.info-company p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #002343;
    text-align: justify;
}

.info-company-img {
    margin-bottom: 20px;
}

.info-company ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-company-list img {
    margin-right: 10px;
}

.info-company-list li {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #002343;
}

.contact-map p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #002343;
}

.contact-part h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #002343;
    margin-bottom: 32px;
}

@media (max-width: 980px) {
    .contact-part h4 {
        text-align: center;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .contact-part h4 {
        margin-top: 30px;
        font-size: 28px;
    }
}

.connect {
    text-align: right;
    justify-content: flex-end;
}

@media (max-width: 980px) {
    .connect {
        justify-content: center;
    }
}


.connect p {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    font-size: 17px;
}

.connect img {
    margin-right: 20px;
    height: fit-content;
}

#showHideSearch {
    padding-bottom: 10px;
}

.theysay-image {
    margin: auto;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    background: #ffffff;
    border: 7px solid #ffffff;
}

.theysay-content {
    text-align: center;
    background: #ffff;
    margin-top: -90px;
    padding-top: 100px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: all linear .3s;
    padding-left: 30px;
    padding-right: 30px;
    height: 420px;
}

.theysay-content:hover {
    border-color: var(--primary);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1)
}

.theysay-content h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
    color: #002343;
}

.theysay-content h4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    height: 40px;
    text-transform: uppercase;
    color: #002343;
    margin-bottom: 15px;
}

.theysay-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #3B4C5A;
    margin-bottom: 65px;
}

.theysay-card {
    margin: 15px;
    margin-bottom: 50px;
    padding: 0px;
    background: transparent;
}

.process-image {
    margin: auto;
    display: block;
    max-width: 188px;
}

@media (max-width: 480px) {
    .process-image {
        width: 70px;
    }
}

.newitem-part {
    /* background-image: url(/img/newsbg.png); */
    background-image: url(/img/v2/newsbg.png);
    padding-top: 90px;
    padding-bottom: 100px;
    background-size: cover;
}

.process-content {
    text-align: center;
    margin-top: -100px;
    padding-top: 90px;
    background-size: contain;
    background-image: url(/img/bgdev1.png);
    transition: all linear .3s;
    padding-left: 30px;
    padding-right: 30px;
    height: 280px;
    background-repeat: no-repeat;
}

.process-content-img-1 {
    background-image: url(/img/v2/bgdev1.png);
}
.process-content-img-2 {
    background-image: url(/img/v2/bgdev2.png);
}
.process-content-img-3 {
    background-image: url(/img/v2/bgdev3.png);
}
.process-content-img-4 {
    background-image: url(/img/v2/bgdev4.png);
}

.process-content h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.process-content:hover {}

.process-content h4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #002343;
    margin-bottom: 15px;
}

.process-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 65px;
}

@media (max-width: 480px) {

    .process-content {
        margin-top: -40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        height: 180px;
    }

    .process-content p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 29px;
    }
}

.watermark-part {
    padding-top: 60px;
    padding-bottom: 80px;
}

.watermark-part img {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    aspect-ratio: 3/2;
}

.watermark-part .brand-media {
    padding-left: 10px;
    padding-right: 10px;
}

.process-part .show-detail {
    width: fit-content;
    margin: auto;
}

.process-card {
    margin-bottom: 40px;
    padding: 0px;
    background: transparent;
    height: 230px;
    margin-top: 40px;
}

.process-card:hover {
    transform: scale(1.05);
}

@media (max-width: 480px) {
    .process-card {
        height: 140px;
    }
}

.process-seek-card {
    margin-bottom: 40px;
    padding: 0px;
    background: transparent;
    height: 320px;
}

@media (max-width: 480px) {

    .process-seek-card {
        margin-bottom: 80px;
        height: 230px;
    }
}

.footer-contact li a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #606B82;
}

.footer-contact li a:hover {
    color: #0B8E68;
    font-weight: 700;
}

.seek-img {
    margin-top: 20px;
}

.seek-img img {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin: 15px;
}

.seek-img img:hover {
    border: 1px solid #FFBE3E;
}

.seek-img-row {
    text-align: center;
}

.icom-part {
    padding-top: 70px;
    padding-bottom: 70px;
}

.icom-part img {
    margin: auto;
    max-width: 100%;
    aspect-ratio: 1.2;
    padding-top: 10%;
    padding-bottom: 10%;
    border-radius: 8px;
    height: auto;
}

@media (max-width: 768px) {

    .icom-part img {
        padding-top: 0%;
        padding-bottom: 0%;
    }
}

.icom-part h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #1D3F71;
}

.icom-part p { 
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #1D3F71;
}

.coop-part {
    padding-top: 70px;
    padding-bottom: 120px;
    background-image: url("/img/bg-coop.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.coop-row img {
    width: 100%;
    margin-bottom: 20px;
}

.paytech-card-part {
    padding-top: 90px;
    padding-bottom: 120px;
    /* background-image: url("/img/culture.png"); */
    background-image: url("/img/v2/culture.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.paytech-card-part h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}


.paytech-card {

    border-radius: 16px;
    text-align: center;
    margin-top: 25px;
}

.paytech-card-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
}

.paytech-card-image:hover {
    transform: scale(1.05);
}

.paytech-card-name {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.paytech-card-content p {
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    color: #002343;
}

.about-icom {
    text-align: left !important;
    margin-bottom: 30px;
}

.general-part {
    padding-top: 90px;
    padding-bottom: 250px;
    /* background-image: url("/img/bg-general.png"); */
    background-image: url("/img/v2/bg-general.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-page {
    padding-top: 240px;
}

.vision-content {
    background: #FFFFFF;
    border-radius: 16px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
}

.vision-content p {
    height: 70px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #3B4C5A;
    margin-top: 20px;
}

.vision-content h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #002343;
    margin-top: 20px;
}

.base-value-part {
    padding-top: 75px;
    padding-bottom: 25px;
}

.base-value-part h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #002343;
    margin-bottom: 20px;
    text-align: center;
}



.base-value-part p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #3B4C5A;
    margin-bottom: 60px;
}

@media (max-width: 480px) {
    .base-value-part p {
        font-size: 14px;
    }
}

.base-value-card {
    display: flex;
}

.base-value-media img {
    width: 160px;
}

.base-value-name {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #002343;
    text-align: center;
    margin-bottom: 15px;
}

.base-value-desc {
    text-align: center;
}

.base-value-content {
    padding-top: 20px;
}

.watermark-part li[class*="active"] {
    background-color: #FFBE3E;
}

.niche-part {
    padding-bottom: 80px;
}

.news-cate-part {
    margin-top: 100px;
}

@media (max-width: 480px) {
    .niche-part {
        margin-top: 12px;
    }
}

.blog-grid {
    padding-top: 75px;
    padding-bottom: 75px;
}

.blog-grid h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #002343;
    margin-bottom: 25px;
}

@media (max-width: 480px) {
    .blog-grid h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.promo-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #002343;
    margin-bottom: 10px;
}

.promo-desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #3B4C5A;
    margin-bottom: 35px;
    height: 66px;
    overflow: hidden;
}

.promo-meta {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3B4C5A;
    opacity: 0.8;
    margin-bottom: 15px;
}

.promo-meta i {
    margin-right: 10px;
}

.sorf-news {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #002343;
    margin-left: auto;
    height: 45px;
    margin-top: auto;
    margin-bottom: 25px;
    padding: 3px 25px 8px 10px;
}

.blog-details img {
    max-width: 100% !important;
    border-radius: 16px;
}

.blog-details-tag img {
    height: 40px;
}

.blog-details-tag li a {
    padding: 5px 2px !important;
}

.blog-details-tag li a:hover {
    background: white !important;
}

.pc {
    display: inherit;
}

.mb {
    display: none;
}

.tb {
    display: none;
}

@media screen and (min-width: 481px) and (max-width: 991px) {
    .pc {
        display: none;
    }

    .mb {
        display: none;
    }

    .tb {
        display: inherit;
    }
}


@media screen and (max-width: 480px) {
    .pc {
        display: none;
    }

    .mb {
        display: inherit;
    }

    .tb {
        display: inherit;
    }
}

.newsdetail-meta {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    display: inline-flex;
}

.newsdetail-meta li {
    padding-left: 25px;
    padding-right: 25px;
    border-right: solid 1px #ffff;
}

.newsdetail-meta li:last-child {
    border-right: none
}

.tab-guide {
    display: none;
    padding: 0px;
}

.tab-guide img {
    max-width: 100%;
}

.tab-guide.active {
    display: block
}

.tab-guide h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #002343;
}

.review-part {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("/img/bg-review.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.review-card {
    margin: 15px;
    margin-bottom: 20px;
    padding: 0px;
    background: transparent;
}

.review-content {
    text-align: center;
    background: #ffff;
    margin-top: -90px;
    padding-top: 100px;
    border-radius: 8px;
    background: transparent;
    transition: all linear .3s;
    padding-left: 30px;
    padding-right: 30px;
}

.review-image {
    margin: auto;
}

.review-content h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.review-content h4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.review-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

/* .review-content {
    padding-left: 80px;
    padding-right: 50px;
} */

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
    z-index: 999999;
}

.slick-dots button {
    display: block;
    width: 16px;
    height: 8px;
    padding: 0;
    border: none;
    background: #FFFFFF;
    border-radius: 11px;

    text-indent: -9999px;
}

.work-thumb .slick-dots button {
    background: #E0E0E0;
}

.banner-part .slick-dots {
    padding-top: 0px;
    margin-top: -60px;
}

.slick-dots li.slick-active button {
    background-color: #FFBE3E;
    width: 36px;
    height: 8px;
    background: linear-gradient(94.22deg, #15D28E 6.05%, #03BCF1 102.06%);
    opacity: 0.96;
}

.banner-light-img img {
    margin-top: 45px;
    width: 100%;
    margin-bottom: -100px;
}

.banner-light-text {
    padding-top: 50px;
    margin-bottom: 10px;
}

.banner-light-text h3 {
    margin-top: 160px;
    font-weight: 700;
    font-size: 38px;
    line-height: 53px;
    color: #002343;
}

.banner-light-text h5 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #002343;
}

@media (max-width: 480px) {
    .banner-light-text h3 {
        margin-top: 60px;
        font-size: 28px;
        line-height: 35px;
    }

    .banner-light-text h5 {
        font-size: 24px;
        line-height: 28px;
    }
}

.contact-full-map {
    margin-top: 50px;
}

.banner-service-part {
    /* background-image: url(/img/bgvitapay.png); */
    background-image: url(/img/v2/bgvitapay.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner-loyalty-part {
    background-image: url(/img/bgloyalty.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.banner-seek-part {
    background: linear-gradient(180deg, #0048B4 0%, #005EB4 100%);
}

.banner-text3 {
    margin-top: 140px;
    float: right;
    margin-bottom: 140px;
}

@media (max-width: 991px) {
    .banner-text3 {
        margin-top: 140px;
        float: none;
        margin-bottom: 40px;
    }
}

.banner-text3 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
}

.banner-text3 p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #FFFFFF;
}

.banner-text3 h5 {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
    .banner-text3 {
        margin-top: 100px;
        padding: 20px;
        float: none;
    }

    .banner-text3 h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .banner-text3 p {
        font-size: 14px;
        line-height: 20px;
    }
}

.banner-map {
    margin-top: 100px;
}

.theysay-slider .slick-dots {
    padding: 0px 50px 150px;
}

.quick-contact-form {
    margin-top: 70px;
}

.quick-contact-form .error {
    color: red !important;
}

.quick-contact-form h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #002343;
}

.quick-contact-form h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #3B4C5A;
    margin-bottom: 30px;
}

@media (max-width: 990px) {
    .mb-column-reverse {
        flex-direction: column-reverse;
    }
}

.mb-column-reverse img {
    max-width: 100%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

#callBtn {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

#callzaloBtn {
    position: fixed;
    bottom: 175px;
    right: 17px;
    z-index: 99;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

#callzaloBtn img {
    width: 85px;
    height: 85px;
}

.blog-details-thumb {
    width: 100%;
    margin-top: 20px;
}

.blog-avatar img {
    width: 100%;
    margin-top: -200px;
}

.blog-details-thumb h2 {
    margin-top: 30px;
    font-size: 33px;
}

@media (max-width: 570px) {
    .footer-contact-qr {
        text-align: center;
    }
}

.footer-contact-qr img {
    max-width: 100%;
}

.text-connect {
    margin-bottom: 20px;
    justify-content: center;
}

.contact-row {
    margin-bottom: 20px;
}

.brand-media-logo .img1 {
    display: block;
}

.brand-media-logo:hover .img1 {
    display: none;
}

.brand-media-logo .imgqr {
    display: none;
}

.brand-media-logo:hover .imgqr {
    display: block;
}

.read-more {
    height: 45px !important;
}

.blog-desc span {
    background-color: #ffbe3e;
}

.search-title span {
    background-color: #ffbe3e;
}

.form-input-group .error {
    color: #ffbe3e;
}

.hauqua-tranhang {
    font-weight: 700;
    font-size: 40px !important;
    line-height: 56px !important;
    margin-top: 80px;
}

.theysay-slider .dandik,
.theysay-slider .bamdik {
    top: 42% !important;
}

.guide-part li:hover .guide-link.active span {
    color: #002343;
}

.red {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    color: #e1022b;
}

.home-slider-1 {
    /* background-image: url(/img/bg-nen1.png); */
    background-image: url(/img/v2/bg-nen1.png);
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 140px;
}

.home-slider-2 {
    /* background-image: url(/img/bg-nen2.png); */
    background-image: url(/img/v2/bg-nen2.png);
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 160px;
}

@media (max-width: 991px) {
    .home-slider-1 {
        padding-top: 0px;
        background-position: center;
        padding-bottom: 60px;
    }

    .home-slider-2 {
        padding-top: 0px;
        background-position: center;
        padding-bottom: 60px;
    }

    .banner-text1 {
        margin-top: 0;
        padding-bottom: 60px;
    }

    .banner-text2 {
        margin-top: 0;
        padding-bottom: 60px;
    }
}

.header-layout-top {
    height: 40px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}

@media screen and (max-width: 600px)  {
    .header-layout-top {
        position: fixed;
    }
}

.header-layout-top-right {
    float: right;
}

.header-layout-top-text img {
    margin-right: 5px;
}

.header-layout-top-text span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-right: 5px;
    color: #1D3F71;
}

.banner-part .bamdik {
    left: 5% !important;
}

.banner-part .dandik {
    right: 5% !important;
}

.btn-white {
    background: #FFFFFF;
    opacity: 0.96;
    border-radius: 50px;
    padding: 15px 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1D3F71
}

.btn-white:hover {
    /* background: linear-gradient(94.22deg, #0B8E68 6.05%, #0BA269 102.06%); */
    background: #002343;    
    color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

.intro-part-item {
    padding-bottom: 90px;
    border-bottom: 1px solid #0B8E68;
}

.intro-part-item img {
    max-width: 100%;
}

.process-part ul {
    padding: 50px 0;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    margin-top: 50px;
}

.timeline li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #1D3F71;
    margin-bottom: 8px;
}

.timecontainer ul {
    list-style: disc;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #D9D9D9;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timecontainer {
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timecontainer::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -13px;
    background-color: #1CD19C;
    border: 6px solid #50E5BA;
    top: 23px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

.right ul {
    padding: 20px 0px 20px 75px;
}

.left ul {
    padding: 20px 75px 20px 0px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 43px;
    }

    /* Full-width containers */
    .timecontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timecontainer::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }

    .right ul {
        padding: 20px 0px 20px 15px;
    }
    
    .left ul {
        padding: 20px 0px 20px 15px;
    }
}

.left h2 {
    text-align: right;
    padding-right: 75px;
    border-bottom: 1px solid #0BA269;
}

.right h2 {
    text-align: left;
    padding-left: 75px;
    border-bottom: 1px solid #0BA269;
}


@media screen and (max-width: 600px) {
    .left h2 {
        text-align: left;
    }

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



/* .work-thumb {
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    color: white;
}

.work-thumb .slide {
    padding: 0;
}

.work-thumb .slide .child-element {
    transition: all .2s ease;

    width: 100%;
    height: 100%;
    margin: 30px 0;
    transition: all .5s;
}

.work-thumb .slide.slick-center .child-element {
    margin: 0;
    height: 120%;
    max-width: initial;
} */

.vita-content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #1D3F71;
    text-align: center;
    margin-top: 25px;
}

.vita-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: 12px;
    color: #606B82;
}

.vita-img {
    width: 100%;
}

.vita-media img {
    width: 100%;
}

.vita-mid-content {
    padding-top: 75px;
}

.vita-mid-content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #0BA269;
}

.vita-mid-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #606B82;
}

.need-advice {
    /* background: linear-gradient(94.22deg, #0B8E68 6.05%, #0BA269 102.06%); */
    background: linear-gradient(94.22deg, #2C6D13 6.05%, #7BB922 102.06%);
    opacity: 0.86;
    border-radius: 50px;
    padding: 12px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: 100%;
    margin-left: 30px;
    color: #FFFFFF;
}

.need-advice:hover {
    background: #002343;
    color: #FFFFFF;
}

.rung {
    animation: code-pro-rung-lac 2s ease infinite
}

@-webkit-keyframes code-pro-rung-lac {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.download-title {
    margin-top: 30px;
}

.download-text {
    padding-top: 10px;
    padding-left: 10px;
}

.overview {
    padding: 30px;
    margin-top: -200px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.overview p, .overview div {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #1D3F71;
    text-align: justify;
}

.overview span {
    font-weight: 700;
}

.general-part h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}

#to_top {
    width: 40px;
    height: 40px;
    /* background: linear-gradient(90.29deg, #00774C -0.43%, #03DA78 103.7%); */
    background: linear-gradient(90.29deg, #2C6D13 -0.43%, #7BB922 103.7%);
    border: 1px solid #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    z-index: 3;
}

.pci-logo img {
    max-width: 120px;
}

.slick-center img{
    z-index: 999;
    width: 100%;
    position: relative;
    transform: scale(1.5);
    padding: 0;

}

.child-element {
    
}

.popup-img img {
    margin: auto;
    width: 100%;
}