/*------------------------------------------------------------------
Project:  SotaS
Version:  1.0
Last change:  16 May 2020
Assigned to:  HunThemes
Primary use:  HunThemes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Content
        - Section Layouts / div .name-section
        - Sidebar / .hun-element-sidebar
            - Search / .widget_search
            - Categories / .widget_categories
            - Post / .hun-widget-posts
            - Tag / .widget_tag_cloud
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  #555a64
# Titile Color    :  #1d2a3b
# Primary Color   :  #555cf5
# Secondary Color :  #2c3038

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 'Nunito', Arial, sans-serif;
Title           : 50px/1.2 'Nunito', Arial, sans-serif;
Paragrap        : 16px/1.6 'Nunito', Arial, sans-serif;
Input, textarea : 16px/1.6 'Nunito', Arial, sans-serif;
-------------------------------------------------------------------*/
@import url("//fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

/*[ restyle ]
//////////////////////////////////////////////////////////////////*/
*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

p {
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

ul, ol {
    padding-left: 19px;
    margin-bottom: 1rem;
}

ul:last-child, ol:last-child {
    margin-bottom: 0;
}

ul {
    list-style-type: initial;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
label {
    display: block;
    min-width: 1px;
}

input,
textarea,
button {
    font-weight: inherit;
    outline: none;
    min-width: 0;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-ms-clear,
textarea::-ms-clear,
button::-ms-clear {
    display: none;
}

select, option {
    font-weight: inherit;
    color: inherit;
}

input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type=time],
input[type=date] {
    padding: 0;
    text-transform: uppercase;
}

input[type="datetime-local"]::-webkit-clear-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-clear-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-clear-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type=time]::-webkit-clear-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

button {
    cursor: pointer;
}

iframe {
    border: none;
    max-width: 100%;
}

pre {
    white-space: pre-wrap;
}

dd {
    margin-bottom: 0.8rem;
}

dd:last-child {
    margin-bottom: 0;
}

table {
    word-break: normal;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0.8rem;
    width: max-content;
    border: 1px solid;
}

table:last-child {
    margin-bottom: 0;
}

table th,
table td {
    padding: 5px;
    border: 1px solid;
}

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

.hun-page {
    position: relative;
    min-height: 100vh;
    height: auto;
}

/*\
 *
 * Restyle bootstrap
 *
\*/
@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

/*\
 *
 * Restyle Slick
 *
\*/
.slick-slide:focus {
    outline: none;
}

/*[ Typo ]
//////////////////////////////////////////////////////////////////*/
html {
    font-size: 16px;
}

body {
    font-family: Nunito, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.6;
}

h1,
h2,
h3 {
    line-height: 1.3;
}

h4,
h5,
h6 {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Nunito;
}

/*[ Color ]
//////////////////////////////////////////////////////////////////*/
body, textarea, input, button {
    color: #555a64;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3038;
}

a {
    color: #555cf5;
    transition: color .2s;
}

a:hover {
    color: #2c3038;
}

table,
th,
td {
    border-color: #e5e5e5;
}

/*[ header ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * General
 *
\*/
.hun-header {
    position: relative;
}

.hun-header .transition-sticky {
    transition: all .5s;
}

.hun-header.style-sticky.fixed .element-for-stick {
    position: fixed !important;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hun-header.style-sticky.fixed .element-for-stick.hide-header {
    transform: translateY(-105%);
}

.hun-header.style-sticky.fixed .wrapper-header .logo-header .main-logo {
    display: none;
}

.hun-header.style-sticky.fixed .wrapper-header .logo-header .mobile-logo {
    display: none;
}

.hun-header.style-sticky.fixed .wrapper-header .logo-header .sticky-logo {
    display: inline;
}

.hun-header .wrap-element-stick {
    position: relative;
}

.hun-header .wrapper-header {
    position: relative;
}

.hun-header .wrapper-header .logo-header .main-logo {
    display: inline;
}

.hun-header .wrapper-header .logo-header .mobile-logo {
    display: none;
}

.hun-header .wrapper-header .logo-header .sticky-logo {
    display: none;
}

.hun-header .wrapper-header .logo-header img {
    max-height: 100px;
}

.hun-header .wrapper-header .main-navigation ul, .hun-header .wrapper-header .main-navigation ol, .hun-header .wrapper-header .main-navigation li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hun-header .wrapper-header .main-navigation .list-menu {
    padding-top: 15px;
}

.hun-header .wrapper-header .main-navigation .list-menu > li {
    display: inline-block;
}

.hun-header .wrapper-header .main-navigation .list-menu > li > a {
    display: block;
    padding: 0px 20px 15px 20px;
    white-space: nowrap;
}

.hun-header .wrapper-header .main-navigation .list-menu li {
    position: relative;
}

.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu {
    background: #ffffff;
    transition: all 0.2s;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0px;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
}

.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu li a {
    display: block;
    padding: 5px 20px;
    transition: all .2s;
}

.hun-header .wrapper-header .main-navigation .list-menu li:hover > .sub-menu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .hun-header .wrapper-header .logo-header .main-logo {
        display: none;
    }

    .hun-header .wrapper-header .logo-header .mobile-logo {
        display: inline;
    }

    .hun-header .wrapper-header .main-navigation {
        display: none;
    }
}

.hun-header .hun-menu-mobile .logo-menu-mobile {
    display: none;
}

/*\
 *
 * Layout-1
 *
\*/
.hun-header.layout-1 .wrapper-header {
    position: static;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hun-header.layout-1 .wrapper-header > .container {
    position: relative;
    display: flex;
    align-items: center;
}

.hun-header.layout-1 .wrapper-header .logo-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.hun-header.layout-1 .wrapper-header .logo-header .text-logo {
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    color: #2c3038;
    vertical-align: middle;
    display: none;
}

.hun-header.layout-1 .wrapper-header .main-navigation {
    padding: 0 15px;
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu {
    padding-top: 20px;
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li {
    vertical-align: middle;
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li > a {
    color: #888888;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.8;
    padding: 0px 18px 20px 18px;
    transition: all .2s;
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li:hover > a, .hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li.current-menu-parent > a, .hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li.current_page_item > a, .hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li.current-menu-item > a {
    color: #555cf5;
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu {
    text-align: left;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0px;
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu .sub-menu {
    top: -11px;
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    color: #999999;
    padding: 8px 20px;
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu li:hover > a {
    color: #555cf5;
}

.hun-header.layout-1 .wrapper-header .group-feature {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 30px;
}

.hun-header.layout-1 .wrapper-header .group-feature > * {
    margin-left: 30px;
}

.hun-header.layout-1 .wrapper-header .group-feature > *:first-child {
    margin-left: 0;
}

.hun-header.layout-1 .wrapper-header .group-feature .buttons-header {
    letter-spacing: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 575px) {
    .hun-header.layout-1 .wrapper-header .group-feature .buttons-header {
        display: none;
    }
}

.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    transition: all .2s;
    margin: 0px -10px;
    cursor: pointer;
}

.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span {
    border-color: #2c3038;
}

.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span::before, .hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span::after {
    background-color: #2c3038;
}

.hun-header.layout-1 .transition-sticky .main-navigation .list-menu {
    transition: padding-top .2s ease-out;
}

.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .text-logo {
    display: inline;
}

.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .main-logo,
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .mobile-logo,
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .sticky-logo {
    display: none !important;
}

.hun-header.layout-1.style-sticky.fixed .wrapper-header {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.hun-header.layout-1.style-sticky.fixed.scale-header .wrapper-header .main-navigation .list-menu {
    padding-top: 20px;
}

.hun-header.layout-1.style-sticky.fixed.scale-header .wrapper-header .main-navigation .list-menu > li > a {
    padding-bottom: 20px;
}

.hun-header.layout-1.style-overlay {
    z-index: 999;
}

.hun-header.layout-1.style-overlay .container-header {
    position: relative;
}

.hun-header.layout-1.style-overlay .container-header .wrap-element-stick {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.hun-header.layout-1.style-overlay .wrapper-header {
    background-color: transparent;
    border-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hun-header.layout-1.style-overlay.style-sticky.fixed .wrapper-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .logo-header .text-logo {
    color: #ffffff;
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu > li > a {
    color: #ffffff;
    position: relative;
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu > li > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    border-radius: 1px;
    background-color: #ffffff;
    transition: all .3s;
    transform: scaleX(0);
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu > li:hover > a:after, .hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu > li.current-menu-parent > a:after, .hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu > li.current_page_item > a:after, .hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu > li.current-menu-item > a:after {
    transform: scaleX(1);
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span {
    border-color: #ffffff;
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span::before, .hun-header.layout-1.style-overlay.text-light .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span::after {
    background-color: #ffffff;
}

.hun-header.layout-1.style-overlay.text-light.style-sticky.fixed .wrapper-header .text-grey {
    background-color: #ffffff;
    color: #888888;
}

.hun-header.layout-1.align-center .wrapper-header .logo-header {
    flex-grow: 1;
    flex-basis: 0;
}

.hun-header.layout-1.align-center .wrapper-header .main-navigation {
    text-align: center;
}

.hun-header.layout-1.align-right .wrapper-header .logo-header {
    flex-grow: 1;
    flex-basis: 0;
}

.hun-header.layout-1.align-right .wrapper-header .main-navigation {
    text-align: right;
}

.hun-header.layout-1.align-right .wrapper-header .group-feature {
    flex-basis: auto;
    flex-grow: 0;
}

@media (max-width: 1199px) {
    .hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li > a {
        padding: 0px 15px 20px 15px;
    }
}

@media (max-width: 767px) {
    .hun-header.layout-1 .wrapper-header .logo-header {
        padding-right: 20px !important;
        min-width: 0px;
    }
}

/*[ menu-mobile ]
//////////////////////////////////////////////////////////////////*/
.hun-menu-mobile {
    display: none;
}

.hun-menu-mobile .btn-toggle-menu span {
    display: block;
    width: 22px;
    height: 16px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: relative;
    transition: all .3s;
}

.hun-menu-mobile .btn-toggle-menu span::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 5px;
    left: 0;
}

.hun-menu-mobile .btn-toggle-menu span::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    transition: all .3s;
}

.hun-menu-mobile .btn-toggle-menu span.hidden-btn {
    visibility: hidden;
    opacity: 0;
}

.hun-menu-mobile .mobile-navigation {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(2, 0, 65, 0.1);
    position: fixed;
    z-index: 99998;
    visibility: hidden;
    left: 0;
    bottom: 0;
    width: 269px;
    max-width: 80%;
    height: 100%;
    padding: 50px 22px;
    overflow: auto;
    transition: all .5s;
    transform: translateX(-105%);
}

.hun-menu-mobile .mobile-navigation .logo-menu-mobile {
    margin-bottom: 50px;
}

.hun-menu-mobile .mobile-navigation ul, .hun-menu-mobile .mobile-navigation ol, .hun-menu-mobile .mobile-navigation li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hun-menu-mobile .mobile-navigation .list-menu > li > a {
    font-weight: 700;
    font-size: 17px;
    color: #2c3038;
}

.hun-menu-mobile .mobile-navigation .list-menu > li > a:hover {
    color: #555cf5;
}

.hun-menu-mobile .mobile-navigation .list-menu li {
    padding: 6px 25px 6px 0px;
    position: relative;
    margin: 0;
}

.hun-menu-mobile .mobile-navigation .list-menu li .sub-menu {
    display: none;
    margin-top: 10px;
    margin-right: -25px;
    padding-left: 20px;
}

.hun-menu-mobile .mobile-navigation .list-menu li .sub-menu a {
    font-weight: 700;
    font-size: 15px;
    color: #555a64;
}

.hun-menu-mobile .mobile-navigation .list-menu li .sub-menu a:hover {
    color: #555cf5;
}

.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -7px;
    top: 4px;
}

.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    margin-right: -6px;
    background-color: #2c3038;
}

.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu::after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background-color: #2c3038;
}

.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu.icon-up::after {
    opacity: 0;
}

.hun-menu-mobile.menu-mobile-active .btn-toggle-menu span {
    visibility: visible !important;
    opacity: 1 !important;
}

.hun-menu-mobile.menu-mobile-active .btn-toggle-menu span::after {
    width: 130%;
}

.hun-menu-mobile.menu-mobile-active .mobile-navigation {
    visibility: visible;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .hun-menu-mobile {
        display: block;
    }
}

/*[ footer ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * layout-1
 *
\*/
.hun-footer.layout-1 {
    background-color: #1d2a3b;
}

.hun-footer.layout-1 .action-footer {
    padding-top: 120px;
    padding-bottom: 130px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.hun-footer.layout-1 .action-footer::before {
    content: '';
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    opacity: .06;
    border-top-left-radius: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0;
}

@media (max-width: 991px) {
    .hun-footer.layout-1 .action-footer::before {
        width: 230%;
    }
}

@media (max-width: 575px) {
    .hun-footer.layout-1 .action-footer::before {
        width: 260%;
    }
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 {
    width: 690px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    overflow: hidden;
    height: 60px;
    padding: 5px;
    border-radius: 30px;
    margin: 0;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input {
    color: #555a64;
    display: block;
    height: 50px;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 1px;
    border: none;
    background: #ffffff;
    border-radius: 25px;
    padding: 0px 25px;
    margin: 0;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input::-webkit-input-placeholder {
    color: #999999;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-moz-placeholder {
    color: #999999;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input::-moz-placeholder {
    color: #999999;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-ms-input-placeholder {
    color: #999999;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-webkit-autofill, .hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-webkit-autofill:hover, .hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-webkit-autofill:focus, .hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-webkit-autofill:active {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form button {
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    padding: 0px 30px;
    border-radius: 25px;
    background-color: #555cf5;
    transition: all .2s;
    margin: 0;
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form button:hover {
    background-color: #1d2a3b;
}

@media (max-width: 480px) {
    .hun-footer.layout-1 .action-footer .subscribe-form-02 form input {
        padding: 0px 15px;
    }

    .hun-footer.layout-1 .action-footer .subscribe-form-02 form button {
        padding: 0px 20px;
    }
}

.hun-footer.layout-1 .content-footer {
    color: #b9b9b9;
    word-break: break-word;
    padding-top: 125px;
}

.hun-footer.layout-1 .content-footer h1, .hun-footer.layout-1 .content-footer h2, .hun-footer.layout-1 .content-footer h3, .hun-footer.layout-1 .content-footer h4, .hun-footer.layout-1 .content-footer h5, .hun-footer.layout-1 .content-footer h6 {
    font-weight: 700;
    color: #ffffff;
}

.hun-footer.layout-1 .content-footer ul {
    list-style-type: none;
    padding: 0;
}

.hun-footer.layout-1 .content-footer ul li {
    margin-bottom: 10px;
}

.hun-footer.layout-1 .content-footer ul li:last-child {
    margin-bottom: 0;
}

.hun-footer.layout-1 .content-footer a {
    color: inherit;
}

.hun-footer.layout-1 .content-footer a:hover {
    color: #ffffff;
}

.hun-footer.layout-1 .content-footer .col,
.hun-footer.layout-1 .content-footer [class*="col-"] {
    padding-bottom: 60px;
}

.hun-footer.layout-1 .content-footer .widget {
    margin-bottom: 50px;
}

.hun-footer.layout-1 .content-footer .widget:last-child {
    margin-bottom: 0;
}

.hun-footer.layout-1 .content-footer .widget .title-widget {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: 28px;
}

.hun-footer.layout-1 .content-footer .hun-element-social--type-1 .social-link {
    color: #555a64;
    background-color: #ffffff;
}

.hun-footer.layout-1 .content-footer .hun-element-social--type-1 .social-link:hover {
    color: #ffffff;
    background-color: #555cf5;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 30px 30px;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 .description-form {
    color: #ffffff;
    margin-bottom: 8px;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -3px;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input {
    color: #555a64;
    display: block;
    height: 50px;
    flex-grow: 1;
    flex-basis: 100px;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    padding: 0px 15px;
    margin: 8px 3px;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input::-webkit-input-placeholder {
    color: #999999;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-moz-placeholder {
    color: #999999;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input::-moz-placeholder {
    color: #999999;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-ms-input-placeholder {
    color: #999999;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-webkit-autofill, .hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-webkit-autofill:hover, .hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-webkit-autofill:focus, .hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-webkit-autofill:active {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form button {
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    padding: 0px 18px;
    border-radius: 5px;
    background-color: #555cf5;
    transition: all .2s;
    margin: 8px 3px;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form button:hover {
    background-color: #ffffff;
    color: #555cf5;
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 .note-form {
    color: #b9b9b9;
    font-size: 0.85rem;
    font-style: italic;
    padding-top: 6px;
    opacity: .6;
}

@media (max-width: 480px) {
    .hun-footer.layout-1 .content-footer .subscribe-form-01 {
        padding: 30px 15px;
    }
}

.hun-footer.layout-1 .copyright-footer {
    font-size: 15px;
    color: #999999;
    line-height: 1.8;
    text-align: center;
    word-break: break-word;
}

.hun-footer.layout-1 .copyright-footer .content-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    justify-content: space-between;
    margin: 0px -15px;
}

.hun-footer.layout-1 .copyright-footer .content-copyright .col-left,
.hun-footer.layout-1 .copyright-footer .content-copyright .col-right {
    padding: 0px 15px;
}

.hun-footer.layout-1 .copyright-footer .content-copyright .col-left {
    text-align: left;
}

.hun-footer.layout-1 .copyright-footer .content-copyright .col-right {
    text-align: right;
}

@media (max-width: 767px) {
    .hun-footer.layout-1 .copyright-footer .content-copyright {
        flex-direction: column;
        justify-content: center;
    }

    .hun-footer.layout-1 .copyright-footer .content-copyright .col-left,
    .hun-footer.layout-1 .copyright-footer .content-copyright .col-right {
        text-align: center;
    }
}

.hun-footer.layout-1 .copyright-footer a {
    font-weight: 700;
    color: #cccccc;
}

.hun-footer.layout-1 .copyright-footer a:hover {
    color: #ffffff;
}

.hun-footer.layout-1.style-light {
    background-color: rgba(85, 92, 245, 0.05);
}

.hun-footer.layout-1.style-light .action-footer::before {
    background-color: #1d2a3b;
    opacity: 1;
}

.hun-footer.layout-1.style-light .content-footer {
    color: #555a64;
}

.hun-footer.layout-1.style-light .content-footer h1, .hun-footer.layout-1.style-light .content-footer h2, .hun-footer.layout-1.style-light .content-footer h3, .hun-footer.layout-1.style-light .content-footer h4, .hun-footer.layout-1.style-light .content-footer h5, .hun-footer.layout-1.style-light .content-footer h6 {
    color: #2c3038;
}

.hun-footer.layout-1.style-light .content-footer a:hover {
    color: #555cf5;
}

.hun-footer.layout-1.style-light .content-footer .hun-element-social--type-1 .social-link {
    color: #ffffff;
    background-color: #1d2a3b;
}

.hun-footer.layout-1.style-light .content-footer .hun-element-social--type-1 .social-link:hover {
    background-color: #555cf5;
}

.hun-footer.layout-1.style-light .content-footer .subscribe-form-01 {
    background-color: #1d2a3b;
}

.hun-footer.layout-1.style-light .copyright-footer {
    color: #555a64;
}

.hun-footer.layout-1.style-light .copyright-footer .content-copyright {
    border-color: #dddddd;
}

.hun-footer.layout-1.style-light .copyright-footer a {
    color: #2c3038;
}

.hun-footer.layout-1.style-light .copyright-footer a:hover {
    color: #555cf5;
}

/*[ back-to-top ]
//////////////////////////////////////////////////////////////////*/
.btn-back-to-top {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.btn-back-to-top {
    background-color: #1a2534;
}

.btn-back-to-top:hover {
    background-color: #555cf5;
}

.btn-back-to-top .symbol-btn {
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    display: block;
    padding-bottom: 2px;
}

.btn-back-to-top .symbol-btn::before {
    content: '\f126';
    font-family: Ionicons;
}

.btn-back-to-top.active-btn {
    visibility: visible;
    opacity: 1;
}

.btn-back-to-top.hidden-btn {
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 991px) {
    .btn-back-to-top {
        width: 39px;
        height: 39px;
        right: 10px;
        bottom: 10px;
    }

    .btn-back-to-top .symbol-btn {
        font-size: 13px;
    }
}

/*[ pre-loading ]
//////////////////////////////////////////////////////////////////*/
.hun-pre-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner {
    -webkit-animation: load 1s infinite linear;
    -moz-animation: load 1s infinite linear;
    animation: load 1s infinite linear;
    background: -webkit-linear-gradient(top, #555cf5 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #555cf5 10%, rgba(255, 255, 255, 0) 100%);
    height: 4em;
    width: 4em;
    border-radius: 50%;
    font-size: 13px;
    margin: 5em auto;
    position: relative;
    overflow: hidden;
    opacity: .69;
}

.spinner span {
    display: block;
    width: 15%;
    height: 10%;
    background-color: #555cf5;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
}

.spinner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #555cf5 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #555cf5 50%);
    border-radius: 100%;
    content: '';
}

.spinner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 80%;
    background: #ffffff;
    border-radius: 50%;
    content: '';
    margin: auto;
}

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

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

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

/*\
 *
 *
 *
\*/
.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #555cf5;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 33%, #555cf5 100%);
    animation: spin .8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}

/*[ Magnific popup ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Restyle Magnific Popup
 *
\*/
.mfp-arrow {
    transition: all .3s;
}

/*\
 *
 * Fade Magnific-popup
 *
\*/
.mfp-bg {
    z-index: 10000;
    background-color: #000000;
    opacity: 0.9;
}

.mfp-wrap {
    z-index: 10000;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-preloader,
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-preloader,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-preloader,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*[ hun-button ]
//////////////////////////////////////////////////////////////////*/
.hun-page .hun-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 100px;
    padding: 0 35px;
    transition: all .2s;
}

.hun-page .hun-button.size-small {
    height: 45px;
}

.hun-page .hun-button.size-normal {
    height: 50px;
}

.hun-page .hun-button.size-large {
    height: 55px;
}

.hun-page .hun-button.shape-square {
    border-radius: 0;
}

.hun-page .hun-button.shape-round.size-small {
    border-radius: 23px;
}

.hun-page .hun-button.shape-round.size-normal {
    border-radius: 25px;
}

.hun-page .hun-button.shape-round.size-large {
    border-radius: 28px;
}

.hun-page .hun-button.style-fill-color {
    border: none;
    background: #555cf5;
    color: #ffffff;
}

.hun-page .hun-button.style-fill-color.hover-dark:hover {
    background-color: #1d2a3b;
}

.hun-page .hun-button.style-fill-color.hover-light:hover {
    background-color: #ffffff;
    color: #555cf5;
}

.hun-page .hun-button.style-fill-white {
    border: none;
    background: #ffffff;
    color: #555cf5 !important;
}

.hun-page .hun-button.style-fill-white:hover {
    background-color: #555cf5;
    color: #ffffff !important;
}

.hun-page .hun-button.style-border-color {
    border: 2px solid rgba(85, 92, 245, 0.5);
    color: #555cf5 !important;
}

.hun-page .hun-button.style-border-color.hover-dark:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff !important;
}

.hun-page .hun-button.style-border-color.hover-light:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.hun-page .hun-button.style-border-white {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
}

.hun-page .hun-button.style-border-white.hover-dark:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff !important;
}

.hun-page .hun-button.style-border-white.hover-light:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #555cf5 !important;
}

/*[ hun-tab ]
//////////////////////////////////////////////////////////////////*/
@keyframes hunFadeIn {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.js-call-hun-tab .panel-hun-tab {
    display: none;
}

.js-call-hun-tab .panel-hun-tab.active {
    display: block;
    animation: hunFadeIn 1s forwards;
}

/*[ pagination ]
//////////////////////////////////////////////////////////////////*/
.loop-pagination {
    padding-top: 30px;
}

.loop-pagination ul {
    list-style-type: none;
    padding: 0;
    letter-spacing: 5px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.loop-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.loop-pagination .page-numbers {
    line-height: 38px;
    color: #555cf5;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    transition: all .2s;
}

.loop-pagination .page-numbers:hover, .loop-pagination .page-numbers.current {
    border-color: #555cf5;
    background-color: #555cf5;
    color: #ffffff;
}

/*[ others elements ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * hun-element-social
 *
\*/
.hun-element-social--type-1 {
    letter-spacing: 8px;
}

.hun-element-social--type-1 .social-link {
    font-size: 17px;
    color: #555a64;
    line-height: 1;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all .2s;
}

.hun-element-social--type-1 .social-link:hover {
    color: #ffffff;
    background-color: #555cf5;
}

/*[ hun-element-search ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-search--type-1 .search-open {
    cursor: pointer;
    transition: all .3s;
}

.hun-element-search--type-1 .search-form {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hun-element-search--type-1 .search-form.open {
    opacity: 1;
    visibility: visible;
}

.hun-element-search--type-1 .search-form.open form .search-field {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    transition-duration: 1s;
}

.hun-element-search--type-1 .search-close {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    text-align: right;
    transition: all 0.3s;
}

.hun-element-search--type-1 .search-close i {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    transition: all .2s;
}

.hun-element-search--type-1 .search-close i:hover {
    cursor: pointer;
    opacity: 1;
}

.hun-element-search--type-1 form {
    width: 80%;
    position: relative;
}

.hun-element-search--type-1 form .search-field {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: transparent;
    font-size: 50px;
    border: 0;
    visibility: hidden;
    opacity: 0;
    color: #ffffff;
    border-bottom: 3px solid;
    transform: scale3d(0, 1, 1);
    transition: all 0.3s;
    transform-origin: 0 50% center;
}

.hun-element-search--type-1 form .search-field {
    border-color: #555cf5;
}

.hun-element-search--type-1 form .search-field:-webkit-autofill, .hun-element-search--type-1 form .search-field:-webkit-autofill:hover, .hun-element-search--type-1 form .search-field:-webkit-autofill:focus, .hun-element-search--type-1 form .search-field:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hun-element-search--type-1 form .search-notice {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #f0f0f0;
}

.hun-element-search--type-1 .list-result {
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    left: 10%;
    top: calc(50% + 80px);
    width: 80%;
    max-height: calc(50% - 110px);
    overflow-y: auto;
}

.hun-element-search--type-1 .list-result li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
}

.hun-element-search--type-1 .list-result li a {
    font-size: 16px;
    line-height: 1.5;
    color: #cccccc;
    transition: all .2s;
}

.hun-element-search--type-1 .list-result li a:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .hun-element-search--type-1 .search-form form .search-field {
        font-size: 40px;
        border-width: 3px;
    }
}

@media (max-width: 767px) {
    .hun-element-search--type-1 .search-form form .search-field {
        height: 60px;
        font-size: 25px;
        border-width: 2px;
    }
}

@media (max-width: 575px) {
    .hun-element-search--type-1 .search-form form .search-field {
        height: 50px;
        padding: 8px 0;
        font-size: 1.2rem;
    }

    .hun-element-search--type-1 .search-form form .search-notice {
        font-size: 0.8rem;
    }
}

/*[ hun-element-post ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * hun-element-post--type-1
 *
\*/
.hun-element-post--type-1 {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in-out;
}

.hun-element-post--type-1 .pic-post {
    min-height: 55px;
    position: relative;
}

.hun-element-post--type-1 .pic-post .date-post {
    pointer-events: none;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 30px;
    bottom: -23px;
    border-radius: 8px;
    padding: 11px 13px;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #555cf5;
}

.hun-element-post--type-1 .pic-post img {
    width: 100%;
}

.hun-element-post--type-1 .text-post {
    flex-grow: 1;
    padding: 48px 30px 23px 30px;
    overflow: hidden;
    background-color: #ffffff;
}

.hun-element-post--type-1 .text-post .title-post {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3 * 2em);
}

.hun-element-post--type-1 .text-post .title-post a {
    color: inherit;
    transition: all .2s;
}

.hun-element-post--type-1 .text-post .title-post a:hover {
    color: #555cf5;
}

.hun-element-post--type-1 .text-post .description-post {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6 * 2em);
    margin-bottom: 16px;
}

.hun-element-post--type-1 .text-post .link-post {
    font-weight: 700;
    color: #555cf5;
    transition: all .2s;
}

.hun-element-post--type-1 .text-post .link-post:hover {
    color: #2c3038;
}

.hun-element-post--type-1 .info-post {
    font-size: 14px;
    color: #a2a7b0;
    display: flex;
    flex-wrap: wrap;
    padding: 13px 20px 23px 20px;
    position: relative;
    background-color: #ffffff;
}

.hun-element-post--type-1 .info-post::before {
    content: '';
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #1d2a3b;
    opacity: .13;
}

.hun-element-post--type-1 .info-post .item-info {
    padding: 0px 10px;
}

.hun-element-post--type-1 .info-post .item-info i {
    margin-right: 3px;
    font-size: 16px;
    transform: translateY(1px);
    display: inline-block;
}

.hun-element-post--type-1 .info-post a {
    color: inherit;
    transition: all .2s;
}

.hun-element-post--type-1 .info-post a:hover {
    color: #555cf5;
}

.hun-element-post--type-1:hover {
    transform: translateY(-8px);
}

.hun-element-post--type-1.size-big {
    height: auto;
    transform: none;
}

.hun-element-post--type-1.size-big .pic-post img {
    transition: all .3s;
}

.hun-element-post--type-1.size-big .pic-post:hover img {
    opacity: .85;
}

.hun-element-post--type-1.size-big .text-post .title-post {
    font-size: 30px;
}

@media (max-width: 767px) {
    .hun-element-post--type-1.size-big .text-post .title-post {
        font-size: 24px;
    }
}

.hun-element-post--type-1.size-big .text-post .description-post {
    -webkit-line-clamp: 3;
    max-height: calc(1.6 * 3em);
}

/*[ hun-element-sidebar ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-sidebar--type-1 {
    word-break: break-all;
    word-break: break-word;
}

.hun-element-sidebar--type-1 ul {
    list-style-type: none;
    padding: 0;
}

.hun-element-sidebar--type-1 ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 17px;
}

.hun-element-sidebar--type-1 ul li:last-child {
    margin-bottom: 0px;
}

.hun-element-sidebar--type-1 ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #555cf5;
}

.hun-element-sidebar--type-1 ul li a {
    color: inherit;
    transition: all .2s;
}

.hun-element-sidebar--type-1 ul li a:hover {
    color: #555cf5;
}

.hun-element-sidebar--type-1 ul li .children, .hun-element-sidebar--type-1 ul li .sub-menu {
    padding-top: 12px;
    margin-top: 0;
}

.hun-element-sidebar--type-1 select {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    background-color: transparent;
}

.hun-element-sidebar--type-1 input[type="date"],
.hun-element-sidebar--type-1 input[type="datetime-local"],
.hun-element-sidebar--type-1 input[type="email"],
.hun-element-sidebar--type-1 input[type="month"],
.hun-element-sidebar--type-1 input[type="number"],
.hun-element-sidebar--type-1 input[type="password"],
.hun-element-sidebar--type-1 input[type="search"],
.hun-element-sidebar--type-1 input[type="tel"],
.hun-element-sidebar--type-1 input[type="text"],
.hun-element-sidebar--type-1 input[type="time"],
.hun-element-sidebar--type-1 input[type="url"],
.hun-element-sidebar--type-1 input[type="week"],
.hun-element-sidebar--type-1 textarea {
    line-height: 1.5;
    width: 100%;
    min-width: 1px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    padding: 10px 15px;
}

.hun-element-sidebar--type-1 input[type="date"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="datetime-local"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="email"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="month"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="number"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="password"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="search"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="tel"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="text"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="time"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="url"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="week"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 textarea::-webkit-input-placeholder {
    color: #999999;
}

.hun-element-sidebar--type-1 input[type="date"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="email"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="month"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="number"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="password"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="search"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="tel"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="text"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="time"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="url"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="week"]:-moz-placeholder,
.hun-element-sidebar--type-1 textarea:-moz-placeholder {
    color: #999999;
}

.hun-element-sidebar--type-1 input[type="date"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="datetime-local"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="email"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="month"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="number"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="password"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="search"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="tel"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="text"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="time"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="url"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="week"]::-moz-placeholder,
.hun-element-sidebar--type-1 textarea::-moz-placeholder {
    color: #999999;
}

.hun-element-sidebar--type-1 input[type="date"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="email"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="month"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="number"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="password"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="search"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="tel"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="text"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="time"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="url"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="week"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 textarea:-ms-input-placeholder {
    color: #999999;
}

.hun-element-sidebar--type-1 input[type="date"]:-webkit-autofill, .hun-element-sidebar--type-1 input[type="date"]:-webkit-autofill:hover, .hun-element-sidebar--type-1 input[type="date"]:-webkit-autofill:focus, .hun-element-sidebar--type-1 input[type="date"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="email"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="email"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="email"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="email"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="month"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="month"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="month"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="month"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="number"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="number"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="number"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="number"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="password"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="password"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="password"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="password"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="search"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="search"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="search"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="search"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="tel"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="tel"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="tel"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="tel"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="text"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="text"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="text"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="text"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="time"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="time"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="time"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="time"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="url"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="url"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="url"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="url"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="week"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="week"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="week"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="week"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 textarea:-webkit-autofill,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:hover,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:focus,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:active {
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hun-element-sidebar--type-1 .widget {
    margin-bottom: 50px;
}

.hun-element-sidebar--type-1 .widget:last-child {
    margin-bottom: 0;
}

.hun-element-sidebar--type-1 .title-widget {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 26px;
}

.hun-element-sidebar--type-1 .title-widget:empty {
    display: none;
}

.hun-element-sidebar--type-1 .title-widget:empty + * {
    padding-top: 0;
    margin-top: 0;
}

.hun-element-sidebar--type-1 .widget_search {
    padding-top: 6px;
    padding-bottom: 6px;
}

.hun-element-sidebar--type-1 .widget_search:first-child {
    padding-top: 0;
}

.hun-element-sidebar--type-1 .widget_search:last-child {
    padding-bottom: 0;
}

.hun-element-sidebar--type-1 .widget_search form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    position: relative;
}

.hun-element-sidebar--type-1 .widget_search form label {
    display: block;
    width: 100%;
    margin: 0;
}

.hun-element-sidebar--type-1 .widget_search form label input {
    width: 100%;
    height: 50px;
    padding: 0px 75px 0px 20px;
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.hun-element-sidebar--type-1 .widget_search form label input:focus {
    border-color: #555cf5;
}

.hun-element-sidebar--type-1 .widget_search form button {
    font-size: 22px;
    color: #999999;
    line-height: 48px;
    width: 55px;
    height: 48px;
    text-align: center;
    border: none;
    border-left: 1px solid #e5e5e5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: transparent;
    position: absolute;
    top: 1px;
    right: 1px;
    transition: all .2s;
}

.hun-element-sidebar--type-1 .widget_search form button:hover {
    color: #ffffff;
    background-color: #555cf5;
}

.hun-element-sidebar--type-1 .widget_categories ul ul {
    margin-right: -40px;
}

.hun-element-sidebar--type-1 .widget_categories ul li {
    padding-right: 40px;
    position: relative;
}

.hun-element-sidebar--type-1 .widget_categories ul li a {
    padding: 5px 40px 5px 0px;
}

.hun-element-sidebar--type-1 .widget_categories ul li .count {
    position: absolute;
    right: 0;
    top: 0;
}

.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud {
    letter-spacing: 7px;
    padding-bottom: 6px;
    margin-bottom: -5px;
}

.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud .tag-cloud-link {
    font-weight: 700;
    font-size: 14px;
    color: #1d2a3b;
    white-space: nowrap;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 15px 5px 15px;
    margin: 5px 0px;
    transition: all .3s;
}

.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    color: #ffffff;
    border-color: #555cf5;
    background-color: #555cf5;
}

.hun-element-sidebar--type-1 .widget_tag_cloud:last-child .tagcloud {
    padding-bottom: 0;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post {
    padding-top: 6px;
    padding-bottom: 6px;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post:last-child {
    margin-bottom: 0;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .pic-post {
    width: 100px;
    height: 85px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    border-radius: 6px;
    transition: all .2s;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .pic-post:hover {
    opacity: .68;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post {
    align-self: center;
    width: calc(100% - 100px - 18px);
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .title-post {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.4 * 2em);
    margin-bottom: 10px;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .title-post a {
    color: inherit;
    transition: all .2s;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .title-post a:hover {
    color: #555cf5;
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .date-post {
    font-size: 13px;
    padding-bottom: 3px;
}

.hun-element-sidebar--type-1 .hun-widget-posts:last-child .list-post {
    padding-bottom: 0;
}

/*[ hun-element-heading ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-heading--type-1 .title {
    font-size: 50px;
    line-height: 1.2;
    color: #2c3038;
    margin-bottom: 20px;
}

.hun-element-heading--type-1 .title:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .hun-element-heading--type-1 .title {
        font-size: 39px;
    }
}

.hun-element-heading--type-1 .description {
    max-width: 650px;
    color: #555a64;
}

.hun-element-heading--type-1 .description:last-child {
    margin-bottom: 0;
}

.hun-element-heading--type-1.text-light .title,
.hun-element-heading--type-1.text-light .description {
    color: #ffffff;
}

.hun-element-heading--type-1.align-left {
    text-align: left;
}

.hun-element-heading--type-1.align-left .subtitle,
.hun-element-heading--type-1.align-left .title,
.hun-element-heading--type-1.align-left .description {
    margin-left: 0;
    margin-right: auto;
}

.hun-element-heading--type-1.align-center {
    text-align: center;
}

.hun-element-heading--type-1.align-center .subtitle,
.hun-element-heading--type-1.align-center .title,
.hun-element-heading--type-1.align-center .description {
    margin-left: auto;
    margin-right: auto;
}

.hun-element-heading--type-1.align-right {
    text-align: right;
}

.hun-element-heading--type-1.align-right .subtitle,
.hun-element-heading--type-1.align-right .title,
.hun-element-heading--type-1.align-right .description {
    margin-left: auto;
    margin-right: 0;
}

[class*="hun-section-"].set-bg-dark .hun-element-heading--type-1 .title,
[class*="hun-section-"].set-bg-dark .hun-element-heading--type-1 .description {
    color: #ffffff;
}

/*[ hun-element-form ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-form--type-1 {
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

.hun-element-form--type-1 form {
    padding: 40px;
    background-color: rgba(29, 42, 59, 0.05);
}

.hun-element-form--type-1 form label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.hun-element-form--type-1 form label .name-field {
    display: block;
    margin-bottom: 5px;
}

.hun-element-form--type-1 form label textarea,
.hun-element-form--type-1 form label input {
    color: #555a64;
    display: block;
    height: 50px;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 0px 20px;
    transition: box-shadow .3s;
}

.hun-element-form--type-1 form label textarea::-webkit-input-placeholder,
.hun-element-form--type-1 form label input::-webkit-input-placeholder {
    color: #999999;
}

.hun-element-form--type-1 form label textarea:-moz-placeholder,
.hun-element-form--type-1 form label input:-moz-placeholder {
    color: #999999;
}

.hun-element-form--type-1 form label textarea::-moz-placeholder,
.hun-element-form--type-1 form label input::-moz-placeholder {
    color: #999999;
}

.hun-element-form--type-1 form label textarea:-ms-input-placeholder,
.hun-element-form--type-1 form label input:-ms-input-placeholder {
    color: #999999;
}

.hun-element-form--type-1 form label textarea:-webkit-autofill, .hun-element-form--type-1 form label textarea:-webkit-autofill:hover, .hun-element-form--type-1 form label textarea:-webkit-autofill:focus, .hun-element-form--type-1 form label textarea:-webkit-autofill:active,
.hun-element-form--type-1 form label input:-webkit-autofill,
.hun-element-form--type-1 form label input:-webkit-autofill:hover,
.hun-element-form--type-1 form label input:-webkit-autofill:focus,
.hun-element-form--type-1 form label input:-webkit-autofill:active {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hun-element-form--type-1 form label textarea:focus,
.hun-element-form--type-1 form label input:focus {
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.hun-element-form--type-1 form label textarea {
    height: auto;
    min-height: 139px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hun-element-form--type-1 form label .wrap-select {
    display: block;
    position: relative;
}

.hun-element-form--type-1 form label .wrap-select::after {
    content: '\f104';
    font-family: Ionicons;
    font-weight: 400;
    width: 28px;
    height: 46px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 2px;
    right: 2px;
    padding-top: 2px;
    pointer-events: none;
}

.hun-element-form--type-1 form label .wrap-select select {
    height: 50px;
    width: 100%;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    padding: 0px 40px 0px 20px;
    transition: all .3s;
    -webkit-appearance: none;
}

.hun-element-form--type-1 form label .wrap-select select::-ms-expand {
    display: none;
}

.hun-element-form--type-1 form label .wrap-select select:focus {
    outline: none;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.hun-element-form--type-1 form label.input-choose-file {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.hun-element-form--type-1 form label.input-choose-file .name-field {
    width: 100%;
}

.hun-element-form--type-1 form label.input-choose-file .input-file-value {
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 5px;
    display: block;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    padding: 0px 20px;
}

.hun-element-form--type-1 form label.input-choose-file .btn-browse {
    cursor: pointer;
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    display: block;
    text-align: center;
    white-space: nowrap;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px 15px;
    transition: all .2s;
}

.hun-element-form--type-1 form label.input-choose-file .btn-browse {
    background-color: #1d2a3b;
}

.hun-element-form--type-1 form label.input-choose-file .btn-browse:hover {
    background-color: #555cf5;
    color: #ffffff;
}

.hun-element-form--type-1 form label.input-choose-file input[type="file"] {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.hun-element-form--type-1 form button {
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border: none;
    overflow: hidden;
    padding: 0px 20px;
    border-radius: 25px;
    background-color: #1d2a3b;
    transition: all .2s;
    margin-top: 40px;
}

.hun-element-form--type-1 form button:hover {
    background-color: #555cf5;
    color: #ffffff;
}

.hun-element-form--type-1.bg-02 form {
    background-color: rgba(85, 92, 245, 0.08);
}

@media (max-width: 480px) {
    .hun-element-form--type-1 form {
        padding: 30px 25px;
    }
}

/*\
 *
 * Type 2
 *
\*/
.hun-element-form--type-2 form .row {
    margin-right: -10px;
    margin-left: -10px;
}

.hun-element-form--type-2 form .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.hun-element-form--type-2 form .input-field {
    color: #555a64;
    line-height: 1.5;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.hun-element-form--type-2 form .input-field:focus {
    border-color: #555cf5;
}

.hun-element-form--type-2 form .input-field::-webkit-input-placeholder {
    color: #999999;
}

.hun-element-form--type-2 form .input-field:-moz-placeholder {
    color: #999999;
}

.hun-element-form--type-2 form .input-field::-moz-placeholder {
    color: #999999;
}

.hun-element-form--type-2 form .input-field:-ms-input-placeholder {
    color: #999999;
}

.hun-element-form--type-2 form .input-field:-webkit-autofill, .hun-element-form--type-2 form .input-field:-webkit-autofill:hover, .hun-element-form--type-2 form .input-field:-webkit-autofill:focus, .hun-element-form--type-2 form .input-field:-webkit-autofill:active {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hun-element-form--type-2 form input {
    height: 50px;
}

.hun-element-form--type-2 form textarea {
    min-height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hun-element-form--type-2 form button {
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    padding: 0px 35px;
    border-radius: 25px;
    background-color: #555cf5;
    transition: all .2s;
}

.hun-element-form--type-2 form button:hover {
    background-color: #1d2a3b;
}

/*[ hun-element-background ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.parent-hun-element-background--type-1 {
    position: relative;
    z-index: 0;
}

.hun-element-background--type-1 {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% + 3px);
    top: 0;
    left: 0;
    transform: rotateY(180deg);
}

.hun-element-background--type-1::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 10000px !important;
    height: 3000px !important;
    bottom: 0px;
    left: calc(30% + 68px);
    background-color: transparent;
    transform-origin: bottom left;
    transform: skew(65deg, -9deg);
    border-bottom-left-radius: 2.4% !important;
    box-shadow: 0px 0px 0px 10000px #ffffff;
    filter: drop-shadow(0px 0px 0px transparent);
}

.hun-element-background--type-1::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    width: 10000px !important;
    height: 3000px !important;
    bottom: 31px;
    left: 30%;
    background-color: transparent;
    transform-origin: bottom left;
    transform: skew(65deg, -9deg);
    border-bottom-left-radius: 2.4% !important;
    filter: drop-shadow(0px 0px 0px transparent);
}

.hun-element-background--type-1::after {
    box-shadow: 0px 0px 0px 10000px #acaffa;
}

.hun-element-background--type-1.reverse {
    transform: none;
}

.hun-element-background--type-1.reverse::before {
    left: calc(30% - 83px);
}

.hun-element-background--type-1.reverse::after {
    bottom: 12px;
}

.hun-element-background--type-1.style-dark::before {
    z-index: -3;
    opacity: .5;
    box-shadow: none !important;
}

.hun-element-background--type-1.style-dark::before {
    background-color: #555cf5;
}

.hun-element-background--type-1.style-dark::after {
    box-shadow: none !important;
}

.hun-element-background--type-1.style-dark::after {
    background-color: #1d2a3b;
}

.hun-element-background--type-1.style-light::before {
    z-index: -3;
    opacity: .5;
    box-shadow: none !important;
}

.hun-element-background--type-1.style-light::before {
    background-color: #555cf5;
}

.hun-element-background--type-1.style-light::after {
    box-shadow: none !important;
}

.hun-element-background--type-1.style-light::after {
    background-color: #f1f2fe;
}

/*---------------------------------------------*/
.bg--type-1--dark .hun-element-background--type-1::before {
    z-index: -3;
    opacity: .5;
    box-shadow: none !important;
}

.bg--type-1--dark .hun-element-background--type-1::before {
    background-color: #555cf5;
}

.bg--type-1--dark .hun-element-background--type-1::after {
    box-shadow: none !important;
}

.bg--type-1--dark .hun-element-background--type-1::after {
    background-color: #1d2a3b;
}

.bg--type-1--light .hun-element-background--type-1::before {
    z-index: -3;
    opacity: .5;
    box-shadow: none !important;
}

.bg--type-1--light .hun-element-background--type-1::before {
    background-color: #555cf5;
}

.bg--type-1--light .hun-element-background--type-1::after {
    box-shadow: none !important;
}

.bg--type-1--light .hun-element-background--type-1::after {
    background-color: #f1f2fe;
}

.bg--type-1--reverse .hun-element-background--type-1 {
    transform: none;
}

.bg--type-1--reverse .hun-element-background--type-1::before {
    left: calc(30% - 83px);
}

.bg--type-1--reverse .hun-element-background--type-1::after {
    bottom: 12px;
}

/*---------------------------------------------*/
.set-bg-light .hun-element-background--type-1::before {
    box-shadow: 0px 0px 0px 10000px #f7f7ff;
}

.set-bg-dark .hun-element-background--type-1::before {
    box-shadow: 0px 0px 0px 10000px #1d2a3b;
}

/*[ hun-element-accordion ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-accordion--type-1 .accordion-list .item-list {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0px 30px;
    transition: all .2s;
    margin-bottom: 20px;
}

.hun-element-accordion--type-1 .accordion-list .item-list:last-child {
    margin-bottom: 0;
}

.hun-element-accordion--type-1 .accordion-list .item-list .title-item {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-word;
    padding: 25px 30px 25px 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    transition: all .2s;
}

.hun-element-accordion--type-1 .accordion-list .item-list .title-item:hover {
    color: #555cf5;
}

.hun-element-accordion--type-1 .accordion-list .item-list .title-item::after {
    content: '\f48a';
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.hun-element-accordion--type-1 .accordion-list .item-list .description-item {
    word-break: break-word;
    padding-bottom: 35px;
}

.hun-element-accordion--type-1 .accordion-list .item-list.active-dropdown .title-item {
    color: #555cf5;
}

.hun-element-accordion--type-1 .accordion-list .item-list.active-dropdown .title-item::after {
    content: '\f463';
}

/*[ sections ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * General
 *
\*/
[class*="hun-section-"][class*="set-bg-"] {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

[class*="hun-section-"][class*="set-bg-"]::before {
    content: '';
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    z-index: -5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #555cf5;
    opacity: .05;
}

@media (max-width: 991px) {
    [class*="hun-section-"][class*="set-bg-"]::before {
        width: 230%;
    }
}

@media (max-width: 575px) {
    [class*="hun-section-"][class*="set-bg-"]::before {
        width: 350%;
    }
}

[class*="hun-section-"][class*="set-bg-"].clip-top-bg::before {
    border-top-left-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50%;
}

[class*="hun-section-"][class*="set-bg-"].clip-bottom-bg::before {
    border-top-left-radius: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0;
}

[class*="hun-section-"].set-bg-dark::before {
    background-color: #1d2a3b;
    opacity: 1;
}

.overflow-hidden {
    overflow: hidden;
}

/*---------------------------------------------*/
.set-box-shadow {
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.border-rad-1 {
    border-radius: 1px;
}

.border-rad-2 {
    border-radius: 2px;
}

.border-rad-3 {
    border-radius: 3px;
}

.border-rad-4 {
    border-radius: 4px;
}

.border-rad-5 {
    border-radius: 5px;
}

.border-rad-6 {
    border-radius: 6px;
}

.border-rad-7 {
    border-radius: 7px;
}

.border-rad-8 {
    border-radius: 8px;
}

.border-rad-9 {
    border-radius: 9px;
}

.border-rad-10 {
    border-radius: 10px;
}

.border-rad-11 {
    border-radius: 11px;
}

.border-rad-12 {
    border-radius: 12px;
}

.border-rad-13 {
    border-radius: 13px;
}

.border-rad-14 {
    border-radius: 14px;
}

.border-rad-15 {
    border-radius: 15px;
}

.border-rad-16 {
    border-radius: 16px;
}

.border-rad-17 {
    border-radius: 17px;
}

.border-rad-18 {
    border-radius: 18px;
}

.border-rad-19 {
    border-radius: 19px;
}

.border-rad-20 {
    border-radius: 20px;
}

.border-rad-21 {
    border-radius: 21px;
}

.border-rad-22 {
    border-radius: 22px;
}

.border-rad-23 {
    border-radius: 23px;
}

.border-rad-24 {
    border-radius: 24px;
}

.border-rad-25 {
    border-radius: 25px;
}

.border-rad-26 {
    border-radius: 26px;
}

.border-rad-27 {
    border-radius: 27px;
}

.border-rad-28 {
    border-radius: 28px;
}

.border-rad-29 {
    border-radius: 29px;
}

.border-rad-30 {
    border-radius: 30px;
}

.border-rad-31 {
    border-radius: 31px;
}

.border-rad-32 {
    border-radius: 32px;
}

.border-rad-33 {
    border-radius: 33px;
}

.border-rad-34 {
    border-radius: 34px;
}

.border-rad-35 {
    border-radius: 35px;
}

.border-rad-36 {
    border-radius: 36px;
}

.border-rad-37 {
    border-radius: 37px;
}

.border-rad-38 {
    border-radius: 38px;
}

.border-rad-39 {
    border-radius: 39px;
}

.border-rad-40 {
    border-radius: 40px;
}

.border-rad-41 {
    border-radius: 41px;
}

.border-rad-42 {
    border-radius: 42px;
}

.border-rad-43 {
    border-radius: 43px;
}

.border-rad-44 {
    border-radius: 44px;
}

.border-rad-45 {
    border-radius: 45px;
}

.border-rad-46 {
    border-radius: 46px;
}

.border-rad-47 {
    border-radius: 47px;
}

.border-rad-48 {
    border-radius: 48px;
}

.border-rad-49 {
    border-radius: 49px;
}

.border-rad-50 {
    border-radius: 50px;
}

/*---------------------------------------------*/
.m-t-5 {
    margin-top: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.m-t-95 {
    margin-top: 95px;
}

.m-b-95 {
    margin-bottom: 95px;
}

.p-t-95 {
    padding-top: 95px;
}

.p-b-95 {
    padding-bottom: 95px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.m-t-105 {
    margin-top: 105px;
}

.m-b-105 {
    margin-bottom: 105px;
}

.p-t-105 {
    padding-top: 105px;
}

.p-b-105 {
    padding-bottom: 105px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.p-t-110 {
    padding-top: 110px;
}

.p-b-110 {
    padding-bottom: 110px;
}

.m-t-115 {
    margin-top: 115px;
}

.m-b-115 {
    margin-bottom: 115px;
}

.p-t-115 {
    padding-top: 115px;
}

.p-b-115 {
    padding-bottom: 115px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.m-t-125 {
    margin-top: 125px;
}

.m-b-125 {
    margin-bottom: 125px;
}

.p-t-125 {
    padding-top: 125px;
}

.p-b-125 {
    padding-bottom: 125px;
}

.m-t-130 {
    margin-top: 130px;
}

.m-b-130 {
    margin-bottom: 130px;
}

.p-t-130 {
    padding-top: 130px;
}

.p-b-130 {
    padding-bottom: 130px;
}

.m-t-135 {
    margin-top: 135px;
}

.m-b-135 {
    margin-bottom: 135px;
}

.p-t-135 {
    padding-top: 135px;
}

.p-b-135 {
    padding-bottom: 135px;
}

.m-t-140 {
    margin-top: 140px;
}

.m-b-140 {
    margin-bottom: 140px;
}

.p-t-140 {
    padding-top: 140px;
}

.p-b-140 {
    padding-bottom: 140px;
}

.m-t-145 {
    margin-top: 145px;
}

.m-b-145 {
    margin-bottom: 145px;
}

.p-t-145 {
    padding-top: 145px;
}

.p-b-145 {
    padding-bottom: 145px;
}

.m-t-150 {
    margin-top: 150px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.p-t-150 {
    padding-top: 150px;
}

.p-b-150 {
    padding-bottom: 150px;
}

.m-t-155 {
    margin-top: 155px;
}

.m-b-155 {
    margin-bottom: 155px;
}

.p-t-155 {
    padding-top: 155px;
}

.p-b-155 {
    padding-bottom: 155px;
}

.m-t-160 {
    margin-top: 160px;
}

.m-b-160 {
    margin-bottom: 160px;
}

.p-t-160 {
    padding-top: 160px;
}

.p-b-160 {
    padding-bottom: 160px;
}

.m-t-165 {
    margin-top: 165px;
}

.m-b-165 {
    margin-bottom: 165px;
}

.p-t-165 {
    padding-top: 165px;
}

.p-b-165 {
    padding-bottom: 165px;
}

.m-t-170 {
    margin-top: 170px;
}

.m-b-170 {
    margin-bottom: 170px;
}

.p-t-170 {
    padding-top: 170px;
}

.p-b-170 {
    padding-bottom: 170px;
}

.m-t-175 {
    margin-top: 175px;
}

.m-b-175 {
    margin-bottom: 175px;
}

.p-t-175 {
    padding-top: 175px;
}

.p-b-175 {
    padding-bottom: 175px;
}

.m-t-180 {
    margin-top: 180px;
}

.m-b-180 {
    margin-bottom: 180px;
}

.p-t-180 {
    padding-top: 180px;
}

.p-b-180 {
    padding-bottom: 180px;
}

.m-t-185 {
    margin-top: 185px;
}

.m-b-185 {
    margin-bottom: 185px;
}

.p-t-185 {
    padding-top: 185px;
}

.p-b-185 {
    padding-bottom: 185px;
}

.m-t-190 {
    margin-top: 190px;
}

.m-b-190 {
    margin-bottom: 190px;
}

.p-t-190 {
    padding-top: 190px;
}

.p-b-190 {
    padding-bottom: 190px;
}

.m-t-195 {
    margin-top: 195px;
}

.m-b-195 {
    margin-bottom: 195px;
}

.p-t-195 {
    padding-top: 195px;
}

.p-b-195 {
    padding-bottom: 195px;
}

.m-t-200 {
    margin-top: 200px;
}

.m-b-200 {
    margin-bottom: 200px;
}

.p-t-200 {
    padding-top: 200px;
}

.p-b-200 {
    padding-bottom: 200px;
}

.max-w-5 {
    max-width: 5px;
}

.max-h-5 {
    max-height: 5px;
}

.max-w-10 {
    max-width: 10px;
}

.max-h-10 {
    max-height: 10px;
}

.max-w-15 {
    max-width: 15px;
}

.max-h-15 {
    max-height: 15px;
}

.max-w-20 {
    max-width: 20px;
}

.max-h-20 {
    max-height: 20px;
}

.max-w-25 {
    max-width: 25px;
}

.max-h-25 {
    max-height: 25px;
}

.max-w-30 {
    max-width: 30px;
}

.max-h-30 {
    max-height: 30px;
}

.max-w-35 {
    max-width: 35px;
}

.max-h-35 {
    max-height: 35px;
}

.max-w-40 {
    max-width: 40px;
}

.max-h-40 {
    max-height: 40px;
}

.max-w-45 {
    max-width: 45px;
}

.max-h-45 {
    max-height: 45px;
}

.max-w-50 {
    max-width: 50px;
}

.max-h-50 {
    max-height: 50px;
}

.max-w-55 {
    max-width: 55px;
}

.max-h-55 {
    max-height: 55px;
}

.max-w-60 {
    max-width: 60px;
}

.max-h-60 {
    max-height: 60px;
}

.max-w-65 {
    max-width: 65px;
}

.max-h-65 {
    max-height: 65px;
}

.max-w-70 {
    max-width: 70px;
}

.max-h-70 {
    max-height: 70px;
}

.max-w-75 {
    max-width: 75px;
}

.max-h-75 {
    max-height: 75px;
}

.max-w-80 {
    max-width: 80px;
}

.max-h-80 {
    max-height: 80px;
}

.max-w-85 {
    max-width: 85px;
}

.max-h-85 {
    max-height: 85px;
}

.max-w-90 {
    max-width: 90px;
}

.max-h-90 {
    max-height: 90px;
}

.max-w-95 {
    max-width: 95px;
}

.max-h-95 {
    max-height: 95px;
}

.max-w-100 {
    max-width: 100px;
}

.max-h-100 {
    max-height: 100px;
}

.max-w-105 {
    max-width: 105px;
}

.max-h-105 {
    max-height: 105px;
}

.max-w-110 {
    max-width: 110px;
}

.max-h-110 {
    max-height: 110px;
}

.max-w-115 {
    max-width: 115px;
}

.max-h-115 {
    max-height: 115px;
}

.max-w-120 {
    max-width: 120px;
}

.max-h-120 {
    max-height: 120px;
}

.max-w-125 {
    max-width: 125px;
}

.max-h-125 {
    max-height: 125px;
}

.max-w-130 {
    max-width: 130px;
}

.max-h-130 {
    max-height: 130px;
}

.max-w-135 {
    max-width: 135px;
}

.max-h-135 {
    max-height: 135px;
}

.max-w-140 {
    max-width: 140px;
}

.max-h-140 {
    max-height: 140px;
}

.max-w-145 {
    max-width: 145px;
}

.max-h-145 {
    max-height: 145px;
}

.max-w-150 {
    max-width: 150px;
}

.max-h-150 {
    max-height: 150px;
}

.max-w-155 {
    max-width: 155px;
}

.max-h-155 {
    max-height: 155px;
}

.max-w-160 {
    max-width: 160px;
}

.max-h-160 {
    max-height: 160px;
}

.max-w-165 {
    max-width: 165px;
}

.max-h-165 {
    max-height: 165px;
}

.max-w-170 {
    max-width: 170px;
}

.max-h-170 {
    max-height: 170px;
}

.max-w-175 {
    max-width: 175px;
}

.max-h-175 {
    max-height: 175px;
}

.max-w-180 {
    max-width: 180px;
}

.max-h-180 {
    max-height: 180px;
}

.max-w-185 {
    max-width: 185px;
}

.max-h-185 {
    max-height: 185px;
}

.max-w-190 {
    max-width: 190px;
}

.max-h-190 {
    max-height: 190px;
}

.max-w-195 {
    max-width: 195px;
}

.max-h-195 {
    max-height: 195px;
}

.max-w-200 {
    max-width: 200px;
}

.max-h-200 {
    max-height: 200px;
}

.max-w-205 {
    max-width: 205px;
}

.max-h-205 {
    max-height: 205px;
}

.max-w-210 {
    max-width: 210px;
}

.max-h-210 {
    max-height: 210px;
}

.max-w-215 {
    max-width: 215px;
}

.max-h-215 {
    max-height: 215px;
}

.max-w-220 {
    max-width: 220px;
}

.max-h-220 {
    max-height: 220px;
}

.max-w-225 {
    max-width: 225px;
}

.max-h-225 {
    max-height: 225px;
}

.max-w-230 {
    max-width: 230px;
}

.max-h-230 {
    max-height: 230px;
}

.max-w-235 {
    max-width: 235px;
}

.max-h-235 {
    max-height: 235px;
}

.max-w-240 {
    max-width: 240px;
}

.max-h-240 {
    max-height: 240px;
}

.max-w-245 {
    max-width: 245px;
}

.max-h-245 {
    max-height: 245px;
}

.max-w-250 {
    max-width: 250px;
}

.max-h-250 {
    max-height: 250px;
}

.max-w-255 {
    max-width: 255px;
}

.max-h-255 {
    max-height: 255px;
}

.max-w-260 {
    max-width: 260px;
}

.max-h-260 {
    max-height: 260px;
}

.max-w-265 {
    max-width: 265px;
}

.max-h-265 {
    max-height: 265px;
}

.max-w-270 {
    max-width: 270px;
}

.max-h-270 {
    max-height: 270px;
}

.max-w-275 {
    max-width: 275px;
}

.max-h-275 {
    max-height: 275px;
}

.max-w-280 {
    max-width: 280px;
}

.max-h-280 {
    max-height: 280px;
}

.max-w-285 {
    max-width: 285px;
}

.max-h-285 {
    max-height: 285px;
}

.max-w-290 {
    max-width: 290px;
}

.max-h-290 {
    max-height: 290px;
}

.max-w-295 {
    max-width: 295px;
}

.max-h-295 {
    max-height: 295px;
}

.max-w-300 {
    max-width: 300px;
}

.max-h-300 {
    max-height: 300px;
}

.max-w-305 {
    max-width: 305px;
}

.max-h-305 {
    max-height: 305px;
}

.max-w-310 {
    max-width: 310px;
}

.max-h-310 {
    max-height: 310px;
}

.max-w-315 {
    max-width: 315px;
}

.max-h-315 {
    max-height: 315px;
}

.max-w-320 {
    max-width: 320px;
}

.max-h-320 {
    max-height: 320px;
}

.max-w-325 {
    max-width: 325px;
}

.max-h-325 {
    max-height: 325px;
}

.max-w-330 {
    max-width: 330px;
}

.max-h-330 {
    max-height: 330px;
}

.max-w-335 {
    max-width: 335px;
}

.max-h-335 {
    max-height: 335px;
}

.max-w-340 {
    max-width: 340px;
}

.max-h-340 {
    max-height: 340px;
}

.max-w-345 {
    max-width: 345px;
}

.max-h-345 {
    max-height: 345px;
}

.max-w-350 {
    max-width: 350px;
}

.max-h-350 {
    max-height: 350px;
}

.max-w-355 {
    max-width: 355px;
}

.max-h-355 {
    max-height: 355px;
}

.max-w-360 {
    max-width: 360px;
}

.max-h-360 {
    max-height: 360px;
}

.max-w-365 {
    max-width: 365px;
}

.max-h-365 {
    max-height: 365px;
}

.max-w-370 {
    max-width: 370px;
}

.max-h-370 {
    max-height: 370px;
}

.max-w-375 {
    max-width: 375px;
}

.max-h-375 {
    max-height: 375px;
}

.max-w-380 {
    max-width: 380px;
}

.max-h-380 {
    max-height: 380px;
}

.max-w-385 {
    max-width: 385px;
}

.max-h-385 {
    max-height: 385px;
}

.max-w-390 {
    max-width: 390px;
}

.max-h-390 {
    max-height: 390px;
}

.max-w-395 {
    max-width: 395px;
}

.max-h-395 {
    max-height: 395px;
}

.max-w-400 {
    max-width: 400px;
}

.max-h-400 {
    max-height: 400px;
}

.max-w-405 {
    max-width: 405px;
}

.max-h-405 {
    max-height: 405px;
}

.max-w-410 {
    max-width: 410px;
}

.max-h-410 {
    max-height: 410px;
}

.max-w-415 {
    max-width: 415px;
}

.max-h-415 {
    max-height: 415px;
}

.max-w-420 {
    max-width: 420px;
}

.max-h-420 {
    max-height: 420px;
}

.max-w-425 {
    max-width: 425px;
}

.max-h-425 {
    max-height: 425px;
}

.max-w-430 {
    max-width: 430px;
}

.max-h-430 {
    max-height: 430px;
}

.max-w-435 {
    max-width: 435px;
}

.max-h-435 {
    max-height: 435px;
}

.max-w-440 {
    max-width: 440px;
}

.max-h-440 {
    max-height: 440px;
}

.max-w-445 {
    max-width: 445px;
}

.max-h-445 {
    max-height: 445px;
}

.max-w-450 {
    max-width: 450px;
}

.max-h-450 {
    max-height: 450px;
}

.max-w-455 {
    max-width: 455px;
}

.max-h-455 {
    max-height: 455px;
}

.max-w-460 {
    max-width: 460px;
}

.max-h-460 {
    max-height: 460px;
}

.max-w-465 {
    max-width: 465px;
}

.max-h-465 {
    max-height: 465px;
}

.max-w-470 {
    max-width: 470px;
}

.max-h-470 {
    max-height: 470px;
}

.max-w-475 {
    max-width: 475px;
}

.max-h-475 {
    max-height: 475px;
}

.max-w-480 {
    max-width: 480px;
}

.max-h-480 {
    max-height: 480px;
}

.max-w-485 {
    max-width: 485px;
}

.max-h-485 {
    max-height: 485px;
}

.max-w-490 {
    max-width: 490px;
}

.max-h-490 {
    max-height: 490px;
}

.max-w-495 {
    max-width: 495px;
}

.max-h-495 {
    max-height: 495px;
}

.max-w-500 {
    max-width: 500px;
}

.max-h-500 {
    max-height: 500px;
}

.max-w-505 {
    max-width: 505px;
}

.max-h-505 {
    max-height: 505px;
}

.max-w-510 {
    max-width: 510px;
}

.max-h-510 {
    max-height: 510px;
}

.max-w-515 {
    max-width: 515px;
}

.max-h-515 {
    max-height: 515px;
}

.max-w-520 {
    max-width: 520px;
}

.max-h-520 {
    max-height: 520px;
}

.max-w-525 {
    max-width: 525px;
}

.max-h-525 {
    max-height: 525px;
}

.max-w-530 {
    max-width: 530px;
}

.max-h-530 {
    max-height: 530px;
}

.max-w-535 {
    max-width: 535px;
}

.max-h-535 {
    max-height: 535px;
}

.max-w-540 {
    max-width: 540px;
}

.max-h-540 {
    max-height: 540px;
}

.max-w-545 {
    max-width: 545px;
}

.max-h-545 {
    max-height: 545px;
}

.max-w-550 {
    max-width: 550px;
}

.max-h-550 {
    max-height: 550px;
}

.max-w-555 {
    max-width: 555px;
}

.max-h-555 {
    max-height: 555px;
}

.max-w-560 {
    max-width: 560px;
}

.max-h-560 {
    max-height: 560px;
}

.max-w-565 {
    max-width: 565px;
}

.max-h-565 {
    max-height: 565px;
}

.max-w-570 {
    max-width: 570px;
}

.max-h-570 {
    max-height: 570px;
}

.max-w-575 {
    max-width: 575px;
}

.max-h-575 {
    max-height: 575px;
}

.max-w-580 {
    max-width: 580px;
}

.max-h-580 {
    max-height: 580px;
}

.max-w-585 {
    max-width: 585px;
}

.max-h-585 {
    max-height: 585px;
}

.max-w-590 {
    max-width: 590px;
}

.max-h-590 {
    max-height: 590px;
}

.max-w-595 {
    max-width: 595px;
}

.max-h-595 {
    max-height: 595px;
}

.max-w-600 {
    max-width: 600px;
}

.max-h-600 {
    max-height: 600px;
}

.max-w-605 {
    max-width: 605px;
}

.max-h-605 {
    max-height: 605px;
}

.max-w-610 {
    max-width: 610px;
}

.max-h-610 {
    max-height: 610px;
}

.max-w-615 {
    max-width: 615px;
}

.max-h-615 {
    max-height: 615px;
}

.max-w-620 {
    max-width: 620px;
}

.max-h-620 {
    max-height: 620px;
}

.max-w-625 {
    max-width: 625px;
}

.max-h-625 {
    max-height: 625px;
}

.max-w-630 {
    max-width: 630px;
}

.max-h-630 {
    max-height: 630px;
}

.max-w-635 {
    max-width: 635px;
}

.max-h-635 {
    max-height: 635px;
}

.max-w-640 {
    max-width: 640px;
}

.max-h-640 {
    max-height: 640px;
}

.max-w-645 {
    max-width: 645px;
}

.max-h-645 {
    max-height: 645px;
}

.max-w-650 {
    max-width: 650px;
}

.max-h-650 {
    max-height: 650px;
}

.max-w-655 {
    max-width: 655px;
}

.max-h-655 {
    max-height: 655px;
}

.max-w-660 {
    max-width: 660px;
}

.max-h-660 {
    max-height: 660px;
}

.max-w-665 {
    max-width: 665px;
}

.max-h-665 {
    max-height: 665px;
}

.max-w-670 {
    max-width: 670px;
}

.max-h-670 {
    max-height: 670px;
}

.max-w-675 {
    max-width: 675px;
}

.max-h-675 {
    max-height: 675px;
}

.max-w-680 {
    max-width: 680px;
}

.max-h-680 {
    max-height: 680px;
}

.max-w-685 {
    max-width: 685px;
}

.max-h-685 {
    max-height: 685px;
}

.max-w-690 {
    max-width: 690px;
}

.max-h-690 {
    max-height: 690px;
}

.max-w-695 {
    max-width: 695px;
}

.max-h-695 {
    max-height: 695px;
}

.max-w-700 {
    max-width: 700px;
}

.max-h-700 {
    max-height: 700px;
}

.max-w-705 {
    max-width: 705px;
}

.max-h-705 {
    max-height: 705px;
}

.max-w-710 {
    max-width: 710px;
}

.max-h-710 {
    max-height: 710px;
}

.max-w-715 {
    max-width: 715px;
}

.max-h-715 {
    max-height: 715px;
}

.max-w-720 {
    max-width: 720px;
}

.max-h-720 {
    max-height: 720px;
}

.max-w-725 {
    max-width: 725px;
}

.max-h-725 {
    max-height: 725px;
}

.max-w-730 {
    max-width: 730px;
}

.max-h-730 {
    max-height: 730px;
}

.max-w-735 {
    max-width: 735px;
}

.max-h-735 {
    max-height: 735px;
}

.max-w-740 {
    max-width: 740px;
}

.max-h-740 {
    max-height: 740px;
}

.max-w-745 {
    max-width: 745px;
}

.max-h-745 {
    max-height: 745px;
}

.max-w-750 {
    max-width: 750px;
}

.max-h-750 {
    max-height: 750px;
}

.max-w-755 {
    max-width: 755px;
}

.max-h-755 {
    max-height: 755px;
}

.max-w-760 {
    max-width: 760px;
}

.max-h-760 {
    max-height: 760px;
}

.max-w-765 {
    max-width: 765px;
}

.max-h-765 {
    max-height: 765px;
}

.max-w-770 {
    max-width: 770px;
}

.max-h-770 {
    max-height: 770px;
}

.max-w-775 {
    max-width: 775px;
}

.max-h-775 {
    max-height: 775px;
}

.max-w-780 {
    max-width: 780px;
}

.max-h-780 {
    max-height: 780px;
}

.max-w-785 {
    max-width: 785px;
}

.max-h-785 {
    max-height: 785px;
}

.max-w-790 {
    max-width: 790px;
}

.max-h-790 {
    max-height: 790px;
}

.max-w-795 {
    max-width: 795px;
}

.max-h-795 {
    max-height: 795px;
}

.max-w-800 {
    max-width: 800px;
}

.max-h-800 {
    max-height: 800px;
}

.max-w-805 {
    max-width: 805px;
}

.max-h-805 {
    max-height: 805px;
}

.max-w-810 {
    max-width: 810px;
}

.max-h-810 {
    max-height: 810px;
}

.max-w-815 {
    max-width: 815px;
}

.max-h-815 {
    max-height: 815px;
}

.max-w-820 {
    max-width: 820px;
}

.max-h-820 {
    max-height: 820px;
}

.max-w-825 {
    max-width: 825px;
}

.max-h-825 {
    max-height: 825px;
}

.max-w-830 {
    max-width: 830px;
}

.max-h-830 {
    max-height: 830px;
}

.max-w-835 {
    max-width: 835px;
}

.max-h-835 {
    max-height: 835px;
}

.max-w-840 {
    max-width: 840px;
}

.max-h-840 {
    max-height: 840px;
}

.max-w-845 {
    max-width: 845px;
}

.max-h-845 {
    max-height: 845px;
}

.max-w-850 {
    max-width: 850px;
}

.max-h-850 {
    max-height: 850px;
}

.max-w-855 {
    max-width: 855px;
}

.max-h-855 {
    max-height: 855px;
}

.max-w-860 {
    max-width: 860px;
}

.max-h-860 {
    max-height: 860px;
}

.max-w-865 {
    max-width: 865px;
}

.max-h-865 {
    max-height: 865px;
}

.max-w-870 {
    max-width: 870px;
}

.max-h-870 {
    max-height: 870px;
}

.max-w-875 {
    max-width: 875px;
}

.max-h-875 {
    max-height: 875px;
}

.max-w-880 {
    max-width: 880px;
}

.max-h-880 {
    max-height: 880px;
}

.max-w-885 {
    max-width: 885px;
}

.max-h-885 {
    max-height: 885px;
}

.max-w-890 {
    max-width: 890px;
}

.max-h-890 {
    max-height: 890px;
}

.max-w-895 {
    max-width: 895px;
}

.max-h-895 {
    max-height: 895px;
}

.max-w-900 {
    max-width: 900px;
}

.max-h-900 {
    max-height: 900px;
}

.max-w-905 {
    max-width: 905px;
}

.max-h-905 {
    max-height: 905px;
}

.max-w-910 {
    max-width: 910px;
}

.max-h-910 {
    max-height: 910px;
}

.max-w-915 {
    max-width: 915px;
}

.max-h-915 {
    max-height: 915px;
}

.max-w-920 {
    max-width: 920px;
}

.max-h-920 {
    max-height: 920px;
}

.max-w-925 {
    max-width: 925px;
}

.max-h-925 {
    max-height: 925px;
}

.max-w-930 {
    max-width: 930px;
}

.max-h-930 {
    max-height: 930px;
}

.max-w-935 {
    max-width: 935px;
}

.max-h-935 {
    max-height: 935px;
}

.max-w-940 {
    max-width: 940px;
}

.max-h-940 {
    max-height: 940px;
}

.max-w-945 {
    max-width: 945px;
}

.max-h-945 {
    max-height: 945px;
}

.max-w-950 {
    max-width: 950px;
}

.max-h-950 {
    max-height: 950px;
}

.max-w-955 {
    max-width: 955px;
}

.max-h-955 {
    max-height: 955px;
}

.max-w-960 {
    max-width: 960px;
}

.max-h-960 {
    max-height: 960px;
}

.max-w-965 {
    max-width: 965px;
}

.max-h-965 {
    max-height: 965px;
}

.max-w-970 {
    max-width: 970px;
}

.max-h-970 {
    max-height: 970px;
}

.max-w-975 {
    max-width: 975px;
}

.max-h-975 {
    max-height: 975px;
}

.max-w-980 {
    max-width: 980px;
}

.max-h-980 {
    max-height: 980px;
}

.max-w-985 {
    max-width: 985px;
}

.max-h-985 {
    max-height: 985px;
}

.max-w-990 {
    max-width: 990px;
}

.max-h-990 {
    max-height: 990px;
}

.max-w-995 {
    max-width: 995px;
}

.max-h-995 {
    max-height: 995px;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-h-1000 {
    max-height: 1000px;
}

/*---------------------------------------------*/
.no-parallax .parallax100 .inner-parallax {
    min-height: 100% !important;
    transform: none !important;
    top: 0 !important;
}

@media (max-width: 767px) {
    .parallax100 .inner-parallax {
        min-height: 100% !important;
        transform: none !important;
        top: 0 !important;
    }
}

/*\
 *
 * hun-content-default
 *
\*/
.hun-content-default {
    word-break: break-word;
}

.hun-content-default::after {
    content: '';
    display: block;
    clear: both;
}

.hun-content-default h1, .hun-content-default h2, .hun-content-default h3, .hun-content-default h4, .hun-content-default h5, .hun-content-default h6 {
    padding-top: 2rem;
}

.hun-content-default h1:first-child, .hun-content-default h2:first-child, .hun-content-default h3:first-child, .hun-content-default h4:first-child, .hun-content-default h5:first-child, .hun-content-default h6:first-child {
    padding-top: 0;
}

.hun-content-default p > img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hun-content-default ul li, .hun-content-default ol li {
    margin-bottom: 0.5rem;
}

.hun-content-default blockquote {
    font-weight: 700;
    font-size: 20px;
    color: #2c3038;
    font-style: italic;
    word-break: break-word;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    border-left: 3px solid #555cf5;
}

.hun-content-default figure {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    max-width: 100%;
}

.hun-content-default figure figcaption {
    padding-top: 10px;
    font-size: smaller;
}

.hun-content-default pre {
    padding: 1.6em;
}

/*[ hun-section-mainslider ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-mainslider.layout-1 .inner-section {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 30px;
}

.hun-section-mainslider.layout-1 .inner-section::after {
    content: '';
    display: block;
    width: 200%;
    height: 255%;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    right: -61%;
    background-color: #555cf5;
    opacity: .08;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 50%;
}

.hun-section-mainslider.layout-1 .text-slider {
    height: 100%;
    padding-top: 18%;
    padding-bottom: 33%;
    padding-right: 30px;
    padding-left: calc((200% - 1200px) / 2 + 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hun-section-mainslider.layout-1 .text-slider .title-slider {
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hun-section-mainslider.layout-1 .text-slider .description-slider {
    font-weight: 400;
    font-size: 20px;
    max-width: 650px;
    margin-bottom: 3.5rem;
}

.hun-section-mainslider.layout-1 .text-slider .buttons-slider {
    margin: -5px;
}

.hun-section-mainslider.layout-1 .text-slider .buttons-slider .btn-slide {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 120px;
    padding: 0 38px;
    margin: 5px;
    transition: all .2s;
}

.hun-section-mainslider.layout-1 .text-slider .buttons-slider .btn-slide.border-style {
    color: #555cf5;
    border: 2px solid rgba(85, 92, 245, 0.5);
    background-color: transparent;
}

.hun-section-mainslider.layout-1 .text-slider .buttons-slider .btn-slide {
    background-color: #555cf5;
}

.hun-section-mainslider.layout-1 .text-slider .buttons-slider .btn-slide:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff;
}

.hun-section-mainslider.layout-1 .pic-slider {
    width: 85%;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.hun-section-mainslider.layout-1 .pic-slider::after {
    content: '';
    display: block;
    width: 200%;
    height: 150%;
    position: absolute;
    z-index: -1;
    bottom: 1px;
    left: 0;
    background-color: #555cf5;
    opacity: .2;
    border-bottom-left-radius: 55%;
    border-top-left-radius: 120%;
    border-bottom-right-radius: 120%;
}

.hun-section-mainslider.layout-1 .pic-slider .inner-pic {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 25px;
    width: 200%;
    height: 125%;
    overflow: hidden;
    border-bottom-left-radius: 39%;
    border-top-left-radius: 88%;
    border-bottom-right-radius: 88%;
}

.hun-section-mainslider.layout-1 .pic-slider .inner-pic .slide-pic {
    height: 80%;
    width: calc(50% - 25px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.hun-section-mainslider.layout-1 .pic-slider .inner-pic .slide-pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #555cf5;
    opacity: .1;
    pointer-events: none;
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick {
    height: 100%;
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick .slick-list {
    height: 100%;
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick .slick-track {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick .slick-track .slick-slide {
    height: 100%;
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick .slick-track .slick-slide > div {
    height: 100%;
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick .item-slick {
    display: block !important;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 98%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 35px;
    transition: all .2s;
    opacity: 0;
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow {
    pointer-events: auto;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #000000;
    opacity: .5;
    transition: all .2s;
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow::before {
    font-family: Ionicons;
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.next-slick {
    margin-right: 0px;
    margin-left: auto;
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.next-slick::before {
    content: '\f125';
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.prev-slick {
    margin-left: 0px;
    margin-right: auto;
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.prev-slick::before {
    content: '\f124';
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow:hover {
    opacity: 1;
    background-color: #555cf5;
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.slick-arrow.slick-hidden {
    display: none;
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow[aria-disabled="true"] {
    cursor: not-allowed;
}

.hun-section-mainslider.layout-1 .pic-slider:hover .arrows-slick {
    opacity: 1;
}

@media (max-width: 1399px) {
    .hun-section-mainslider.layout-1 .inner-section::after {
        width: 205%;
        height: 250%;
    }

    .hun-section-mainslider.layout-1 .text-slider .title-slider {
        font-size: 55px;
    }
}

@media (max-width: 1299px) {
    .hun-section-mainslider.layout-1 .text-slider {
        padding-left: calc((200% - 1140px) / 2 + 15px);
    }

    .hun-section-mainslider.layout-1 .pic-slider {
        width: 90%;
    }
}

@media (max-width: 1199px) {
    .hun-section-mainslider.layout-1 .text-slider {
        padding-top: 120px;
        padding-bottom: 250px;
        padding-left: calc((200% - 960px) / 2 + 15px);
    }

    .hun-section-mainslider.layout-1 .text-slider .title-slider {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hun-section-mainslider.layout-1 .inner-section::after {
        width: 100%;
        right: 0;
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 0%;
    }

    .hun-section-mainslider.layout-1 .col-text {
        order: 2;
    }

    .hun-section-mainslider.layout-1 .col-pic {
        order: 1;
    }

    .hun-section-mainslider.layout-1 .col-pic .pic-slider {
        width: 95%;
    }

    .hun-section-mainslider.layout-1 .col-pic .pic-slider::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 100%;
    }

    .hun-section-mainslider.layout-1 .text-slider {
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: calc((100% - 720px) / 2 + 15px);
        padding-right: calc((100% - 720px) / 2 + 15px);
    }

    .hun-section-mainslider.layout-1 .text-slider .description-slider {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .hun-section-mainslider.layout-1 .text-slider {
        padding-top: 120px;
        padding-bottom: 150px;
        padding-left: calc((100% - 540px) / 2 + 15px);
        padding-right: calc((100% - 540px) / 2 + 15px);
    }
}

@media (max-width: 575px) {
    .hun-section-mainslider.layout-1 .text-slider {
        padding-top: 80px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hun-section-mainslider.layout-1 .text-slider .title-slider {
        font-size: 39px;
        margin-bottom: 1rem;
    }

    .hun-section-mainslider.layout-1 .text-slider .description-slider {
        font-size: 18px;
        margin-bottom: 2.5rem;
    }

    .hun-section-mainslider.layout-1 .pic-slider .arrows-slick {
        padding: 0px 25px;
    }

    .hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow {
        width: 39px;
        height: 39px;
        font-size: 16px;
        line-height: 39px;
    }
}

/*[ hun-section-heading ]
//////////////////////////////////////////////////////////////////*/
/*[ hun-section-image-text ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1, 2
 *
\*/
.hun-section-image-text.layout-1 .heading-sec,
.hun-section-image-text.layout-2 .heading-sec {
    margin-bottom: 30px;
}

.hun-section-image-text.layout-1 .heading-sec .title-sec,
.hun-section-image-text.layout-2 .heading-sec .title-sec {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.hun-section-image-text.layout-1 .heading-sec .title-sec:last-child,
.hun-section-image-text.layout-2 .heading-sec .title-sec:last-child {
    margin-bottom: 0;
}

.hun-section-image-text.layout-1 .normal-list,
.hun-section-image-text.layout-2 .normal-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -20px;
}

.hun-section-image-text.layout-1 .normal-list li,
.hun-section-image-text.layout-2 .normal-list li {
    font-weight: 700;
    color: #2c3038;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
    padding-left: 47px;
    padding-right: 15px;
}

.hun-section-image-text.layout-1 .normal-list li::before,
.hun-section-image-text.layout-2 .normal-list li::before {
    font-weight: 700;
    content: '\f375';
    font-family: Ionicons;
    font-size: 22px;
    color: #555cf5;
    position: absolute;
    top: -3px;
    left: 15px;
}

.hun-section-image-text.layout-1 .symbol-list .item-list,
.hun-section-image-text.layout-2 .symbol-list .item-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px;
}

.hun-section-image-text.layout-1 .symbol-list .item-list:last-child,
.hun-section-image-text.layout-2 .symbol-list .item-list:last-child {
    margin-bottom: 0;
}

.hun-section-image-text.layout-1 .symbol-list .item-list .icon-item,
.hun-section-image-text.layout-2 .symbol-list .item-list .icon-item {
    font-size: 45px;
    line-height: 1;
    color: #555cf5;
    width: 69px;
}

.hun-section-image-text.layout-1 .symbol-list .item-list .text-item,
.hun-section-image-text.layout-2 .symbol-list .item-list .text-item {
    width: calc(100% - 69px);
}

.hun-section-image-text.layout-1 .symbol-list .item-list .text-item .title-item,
.hun-section-image-text.layout-2 .symbol-list .item-list .text-item .title-item {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.hun-section-image-text.layout-1 .symbol-list .item-list .text-item .description-item,
.hun-section-image-text.layout-2 .symbol-list .item-list .text-item .description-item {
    max-width: 400px;
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list {
    margin-bottom: 45px;
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list:last-child,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list:last-child {
    margin-bottom: 0;
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list .icon-item,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list .icon-item {
    font-size: 40px;
    width: 58px;
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list .text-item,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list .text-item {
    width: calc(100% - 58px);
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list .text-item .title-item,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list .text-item .title-item {
    font-size: 20px;
}

.hun-section-image-text.layout-1 .accordion-list .item-list,
.hun-section-image-text.layout-2 .accordion-list .item-list {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0px 30px;
    transition: all .2s;
    margin-bottom: 20px;
}

.hun-section-image-text.layout-1 .accordion-list .item-list:last-child,
.hun-section-image-text.layout-2 .accordion-list .item-list:last-child {
    margin-bottom: 0;
}

.hun-section-image-text.layout-1 .accordion-list .item-list .title-item,
.hun-section-image-text.layout-2 .accordion-list .item-list .title-item {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    word-break: break-word;
    padding: 25px 30px 25px 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    transition: all .2s;
}

.hun-section-image-text.layout-1 .accordion-list .item-list .title-item:hover,
.hun-section-image-text.layout-2 .accordion-list .item-list .title-item:hover {
    color: #555cf5;
}

.hun-section-image-text.layout-1 .accordion-list .item-list .title-item::after,
.hun-section-image-text.layout-2 .accordion-list .item-list .title-item::after {
    content: '\f48a';
    font-family: Ionicons;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.hun-section-image-text.layout-1 .accordion-list .item-list .description-item,
.hun-section-image-text.layout-2 .accordion-list .item-list .description-item {
    word-break: break-word;
    padding-bottom: 35px;
}

.hun-section-image-text.layout-1 .accordion-list .item-list.active-dropdown .title-item,
.hun-section-image-text.layout-2 .accordion-list .item-list.active-dropdown .title-item {
    color: #555cf5;
}

.hun-section-image-text.layout-1 .accordion-list .item-list.active-dropdown .title-item::after,
.hun-section-image-text.layout-2 .accordion-list .item-list.active-dropdown .title-item::after {
    content: '\f463';
}

.hun-section-image-text.layout-1 .counter-list,
.hun-section-image-text.layout-2 .counter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -8px;
}

.hun-section-image-text.layout-1 .counter-list .item-counter,
.hun-section-image-text.layout-2 .counter-list .item-counter {
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 8px;
}

.hun-section-image-text.layout-1 .counter-list .item-counter .number-counter,
.hun-section-image-text.layout-2 .counter-list .item-counter .number-counter {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #555cf5;
}

.hun-section-image-text.layout-1 .counter-list .item-counter .description-counter,
.hun-section-image-text.layout-2 .counter-list .item-counter .description-counter {
    font-weight: 700;
    color: #2c3038;
}

.hun-section-image-text.layout-1.set-bg-dark .heading-sec .title-sec,
.hun-section-image-text.layout-1.set-bg-dark .heading-sec .description-sec,
.hun-section-image-text.layout-2.set-bg-dark .heading-sec .title-sec,
.hun-section-image-text.layout-2.set-bg-dark .heading-sec .description-sec {
    color: #ffffff;
}

.hun-section-image-text.layout-1.set-bg-dark .normal-list li,
.hun-section-image-text.layout-2.set-bg-dark .normal-list li {
    color: #ffffff;
}

.hun-section-image-text.layout-1.set-bg-dark .symbol-list .item-list .text-item .title-item,
.hun-section-image-text.layout-1.set-bg-dark .symbol-list .item-list .text-item .description-item,
.hun-section-image-text.layout-2.set-bg-dark .symbol-list .item-list .text-item .title-item,
.hun-section-image-text.layout-2.set-bg-dark .symbol-list .item-list .text-item .description-item {
    color: #ffffff;
}

/*---------------------------------------------*/
@media (min-width: 1200px) {
    .hun-section-image-text.layout-1 .col-pic {
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .hun-section-image-text.layout-1 .col-text {
        padding-left: 50px;
        padding-right: 65px;
    }
}

.hun-section-image-text.layout-1 .pic-sec {
    position: relative;
    z-index: 0;
    padding-left: 50px;
    padding-bottom: 50px;
}

.hun-section-image-text.layout-1 .pic-sec::before {
    content: '';
    display: block;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-color: #555cf5;
    opacity: .06;
    border-radius: 10px;
}

.hun-section-image-text.layout-1 .pic-sec .inner-pic {
    overflow: hidden;
    border-radius: 10px;
}

.hun-section-image-text.layout-1 .pic-sec .inner-pic img {
    width: 100%;
}

@media (max-width: 991px) {
    .hun-section-image-text.layout-1 .pic-sec {
        margin-bottom: 69px;
        padding-left: 0px;
        padding-right: 50px;
    }

    .hun-section-image-text.layout-1 .pic-sec::before {
        left: auto;
        right: 0;
    }
}

@media (max-width: 575px) {
    .hun-section-image-text.layout-1 .pic-sec {
        padding-left: 0px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .hun-section-image-text.layout-1 .pic-sec::before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
}

.hun-section-image-text.layout-1.style-2 .pic-sec::before {
    width: 100% !important;
    height: 100% !important;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.hun-section-image-text.layout-1.style-2 .pic-sec .inner-pic {
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (max-width: 991px) {
    .hun-section-image-text.layout-1.style-2 .pic-sec::before {
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 30%;
        border-top-right-radius: 30%;
    }

    .hun-section-image-text.layout-1.style-2 .pic-sec .inner-pic {
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20%;
        border-top-right-radius: 20%;
    }
}

.hun-section-image-text.layout-1.reverse .row-sec {
    flex-direction: row-reverse;
}

@media (min-width: 1200px) {
    .hun-section-image-text.layout-1.reverse .col-pic {
        padding-right: 15px;
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .hun-section-image-text.layout-1.reverse .col-text {
        padding-left: 65px;
        padding-right: 50px;
    }
}

.hun-section-image-text.layout-1.reverse .pic-sec {
    padding-left: 0px;
    padding-right: 50px;
}

.hun-section-image-text.layout-1.reverse .pic-sec::before {
    left: auto;
    right: 0;
}

@media (max-width: 575px) {
    .hun-section-image-text.layout-1.reverse .pic-sec {
        padding-left: 0px;
        padding-right: 30px;
    }
}

.hun-section-image-text.layout-1.reverse.style-2 .pic-sec::before {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 30%;
    border-top-right-radius: 30%;
}

.hun-section-image-text.layout-1.reverse.style-2 .pic-sec .inner-pic {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20%;
    border-top-right-radius: 20%;
}

.hun-section-image-text.layout-1.simple-image .pic-sec {
    padding-bottom: 0px !important;
}

.hun-section-image-text.layout-1.simple-image .pic-sec::before {
    display: none;
}

.hun-section-image-text.layout-1.simple-image .pic-sec .inner-pic {
    overflow: visible;
    border-radius: 0px !important;
}

.hun-section-image-text.layout-1.simple-image .pic-sec .inner-pic img {
    width: auto;
    max-width: 100%;
}

@media (max-width: 991px) {
    .hun-section-image-text.layout-1.simple-image .pic-sec {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.hun-section-image-text.layout-1.simple-image.reverse .pic-sec .inner-pic {
    text-align: right;
}

/*---------------------------------------------*/
.hun-section-image-text.layout-2 .col-text {
    padding-left: 50px;
}

.hun-section-image-text.layout-2 .col-pic {
    padding-right: 50px;
}

.hun-section-image-text.layout-2 .wrap-nav-hun-tab {
    margin-bottom: 50px;
}

.hun-section-image-text.layout-2 .wrap-nav-hun-tab .nav-hun-tab {
    list-style-type: none;
    padding: 0;
    margin: -8px;
    display: flex;
    flex-wrap: wrap;
}

.hun-section-image-text.layout-2 .wrap-nav-hun-tab .nav-hun-tab li {
    cursor: pointer;
    font-weight: 700;
    color: #555cf5;
    border: 2px solid rgba(85, 92, 245, 0.5);
    padding: 6px 20px;
    border-radius: 21px;
    margin: 8px;
    transition: all .2s;
}

.hun-section-image-text.layout-2 .wrap-nav-hun-tab .nav-hun-tab li:hover, .hun-section-image-text.layout-2 .wrap-nav-hun-tab .nav-hun-tab li.active {
    background-color: #555cf5;
    border-color: #555cf5;
    color: #ffffff;
}

.hun-section-image-text.layout-2 .pic-sec img {
    max-width: 100%;
}

.hun-section-image-text.layout-2.reverse .row-sec {
    flex-direction: row-reverse;
}

.hun-section-image-text.layout-2.reverse .col-text {
    padding-left: 15px;
    padding-right: 50px;
}

.hun-section-image-text.layout-2.reverse .col-pic {
    padding-right: 15px;
    padding-left: 50px;
}

@media (max-width: 1299px) {
    .hun-section-image-text.layout-2.reverse .col-pic {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .hun-section-image-text.layout-2.reverse .col-text {
        padding-right: 15px;
    }
}

@media (max-width: 1299px) {
    .hun-section-image-text.layout-2 .col-pic {
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .hun-section-image-text.layout-2 .col-pic {
        padding-bottom: 80px;
    }

    .hun-section-image-text.layout-2 .col-text {
        padding-left: 15px;
    }
}

/*[ hun-section-card ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-card.layout-1 .col,
.hun-section-card.layout-1 [class*="col-"] {
    padding-bottom: 30px;
}

.hun-section-card.layout-1 .menu-sec {
    padding-bottom: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.hun-section-card.layout-1 .menu-sec .inner-menu-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px -23px;
    position: relative;
    z-index: 0;
}

.hun-section-card.layout-1 .menu-sec .inner-menu-sec::after {
    content: '';
    display: block;
    width: calc(100% - 46px);
    height: 2px;
    background-color: #555cf5;
    opacity: .1;
    position: absolute;
    z-index: -1;
    bottom: 8px;
    left: 23px;
}

.hun-section-card.layout-1 .menu-sec .item-menu {
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: #2c3038;
    line-height: 1.5;
    margin: 8px 23px;
    position: relative;
}

.hun-section-card.layout-1 .menu-sec .item-menu::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #555cf5;
    transition: all .3s;
    transform: scaleX(0);
    margin-top: 5px;
}

.hun-section-card.layout-1 .menu-sec .item-menu:hover, .hun-section-card.layout-1 .menu-sec .item-menu.active {
    color: #555cf5;
}

.hun-section-card.layout-1 .menu-sec .item-menu:hover:after, .hun-section-card.layout-1 .menu-sec .item-menu.active:after {
    transform: scaleX(1);
}

@media (max-width: 991px) {
    .hun-section-card.layout-1 .menu-sec .inner-menu-sec {
        margin: -8px -20px;
    }

    .hun-section-card.layout-1 .menu-sec .inner-menu-sec::after {
        width: calc(100% - 40px);
        left: 20px;
    }

    .hun-section-card.layout-1 .menu-sec .item-menu {
        margin: 8px 20px;
    }
}

.hun-section-card.layout-1 .item-card {
    height: 100%;
    border-radius: 10px;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    overflow: hidden;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .3s ease-in-out;
}

.hun-section-card.layout-1 .item-card .pic-card {
    overflow: hidden;
    position: relative;
}

.hun-section-card.layout-1 .item-card .pic-card .brand {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 13px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .3s ease-in-out;
}

.hun-section-card.layout-1 .item-card .pic-card .brand img {
    width: auto;
    min-height: 0%;
    min-width: 0%;
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}

.hun-section-card.layout-1 .item-card .pic-card img {
    width: 100%;
}

.hun-section-card.layout-1 .item-card .text-card {
    padding: 35px 30px;
    background-color: #ffffff;
}

.hun-section-card.layout-1 .item-card .text-card .title-card {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3 * 2em);
}

.hun-section-card.layout-1 .item-card .text-card .title-card a {
    color: inherit;
    transition: all .2s;
}

.hun-section-card.layout-1 .item-card .text-card .title-card a:hover {
    color: #555cf5;
}

.hun-section-card.layout-1 .item-card .text-card .description-card {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6 * 3em);
    margin-bottom: 16px;
}

.hun-section-card.layout-1 .item-card .text-card .link-card {
    font-weight: 700;
    color: #555cf5;
    transition: all .2s;
}

.hun-section-card.layout-1 .item-card .text-card .link-card:hover {
    color: #2c3038;
}

.hun-section-card.layout-1 .item-card:hover {
    transform: translateY(-8px);
}

.hun-section-card.layout-1 .item-card:hover .pic-card .brand {
    background-color: white;
}

.hun-section-card.layout-1 .item-card:hover .pic-card .brand img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.hun-section-card.layout-1.style-2 .item-card {
    border-radius: 10px;
}

.hun-section-card.layout-1.style-2 .item-card .pic-card {
    overflow: visible;
}

.hun-section-card.layout-1.style-2 .item-card .pic-card .brand {
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    top: auto;
    left: 30px;
    bottom: -30px;
}

.hun-section-card.layout-1.style-2 .item-card .text-card {
    padding-top: 53px;
}

.hun-section-card.layout-1.auto-w-brand .item-card .pic-card .brand {
    min-width: 60px;
    max-width: calc(100% - 60px);
    width: auto;
    padding: 13px 15px;
}

.hun-section-card.layout-1.square-brand .item-card .pic-card .brand {
    border-radius: 8px;
}

.hun-section-card.layout-1.grey-brand .item-card .pic-card .brand img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hun-section-card.layout-1.hide-brand .item-card .pic-card .brand {
    display: none;
}

.hun-section-card.layout-1.hide-brand .item-card .text-card {
    padding-top: 35px;
}

/*\
 *
 * Layout 2
 *
\*/
.hun-section-card.layout-2 .col,
.hun-section-card.layout-2 [class*="col-"] {
    padding-bottom: 30px;
}

.hun-section-card.layout-2 .item-card {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .3s ease-in-out;
}

.hun-section-card.layout-2 .item-card .inner-card {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 60px 30px;
    border-radius: 10px;
}

.hun-section-card.layout-2 .item-card .inner-card::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #1d2a3b;
    opacity: .69;
    transition: all .3s;
}

.hun-section-card.layout-2 .item-card .inner-card .brand {
    display: block;
    height: 38px;
    margin-bottom: 13px;
}

.hun-section-card.layout-2 .item-card .inner-card .brand img {
    max-width: 100%;
    max-height: 100%;
    opacity: .8;
    transition: all .3s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hun-section-card.layout-2 .item-card .inner-card .title-card {
    font-size: 20px;
    line-height: 1.3;
    color: #ffffff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3 * 2em);
    margin-bottom: 0;
}

.hun-section-card.layout-2 .item-card .link-card {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.hun-section-card.layout-2 .item-card:hover {
    transform: translateY(-5px);
}

.hun-section-card.layout-2 .item-card:hover .inner-card::before {
    opacity: .8;
}

.hun-section-card.layout-2 .item-card:hover .inner-card .brand img {
    opacity: 1;
}

.hun-section-card.layout-2.corner-text .item-card .inner-card {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    padding: 25px 30px;
}

/*[ hun-section-icon-box ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-icon-box.layout-1 .col,
.hun-section-icon-box.layout-1 [class*="col-"] {
    padding-bottom: 30px;
}

.hun-section-icon-box.layout-1 .item-icon-box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 35px 30px 35px 30px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out;
}

.hun-section-icon-box.layout-1 .item-icon-box:hover {
    transform: translateY(-8px);
}

.hun-section-icon-box.layout-1 .item-icon-box .icon-item {
    font-size: 36px;
    color: #555cf5;
    line-height: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .2s;
}

.hun-section-icon-box.layout-1 .item-icon-box .text-item {
    width: calc(100% - 80px - 25px);
}

.hun-section-icon-box.layout-1 .item-icon-box .text-item .title-item {
    font-size: 24px;
    line-height: 1.3;
    word-break: break-word;
}

.hun-section-icon-box.layout-1 .item-icon-box .text-item .description-item {
    word-break: break-word;
    max-width: 360px;
}

.hun-section-icon-box.layout-1 .item-icon-box .link-item {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 480px) {
    .hun-section-icon-box.layout-1 .item-icon-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hun-section-icon-box.layout-1 .item-icon-box .icon-item {
        font-size: 25px;
        width: 60px;
        height: 60px;
    }

    .hun-section-icon-box.layout-1 .item-icon-box .text-item {
        width: calc(100% - 60px - 20px);
    }
}

/*\
 *
 * Layout 2
 *
\*/
.hun-section-icon-box.layout-2 .col,
.hun-section-icon-box.layout-2 [class*="col-"] {
    padding-bottom: 45px;
}

.hun-section-icon-box.layout-2 .item-icon-box {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.hun-section-icon-box.layout-2 .item-icon-box .icon-item {
    font-size: 40px;
    line-height: 1;
    color: #555cf5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    transition: all .3s ease-in-out;
}

.hun-section-icon-box.layout-2 .item-icon-box .text-item .title-item {
    font-size: 20px;
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: 15px;
    transition: all .3s;
}

.hun-section-icon-box.layout-2 .item-icon-box .text-item .description-item {
    word-break: break-word;
}

.hun-section-icon-box.layout-2 .item-icon-box:hover .icon-item {
    transform: translateY(-5px);
}

.hun-section-icon-box.layout-2 .item-icon-box:hover .title-item {
    color: #555cf5 !important;
}

.hun-section-icon-box.layout-2 .item-icon-box .link-item {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.hun-section-icon-box.layout-2.style-2 .item-icon-box {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.hun-section-icon-box.layout-2.style-2 .item-icon-box .icon-item {
    margin-left: 0;
    margin-bottom: 0px;
}

.hun-section-icon-box.layout-2.style-2 .item-icon-box .text-item {
    width: calc(100% - 80px - 25px);
    align-self: center;
}

.hun-section-icon-box.layout-2.style-2 .item-icon-box .text-item .title-item {
    margin-bottom: 13px;
}

@media (max-width: 480px) {
    .hun-section-icon-box.layout-2.style-2 .item-icon-box .icon-item {
        font-size: 28px;
        width: 60px;
        height: 60px;
    }

    .hun-section-icon-box.layout-2.style-2 .item-icon-box .text-item {
        width: calc(100% - 60px - 20px);
    }
}

.hun-section-icon-box.layout-2.set-bg-dark .item-icon-box .icon-item {
    background: rgba(255, 255, 255, 0.08);
}

.hun-section-icon-box.layout-2.set-bg-dark .item-icon-box .text-item .title-item {
    color: #ffffff;
}

.hun-section-icon-box.layout-2.set-bg-dark .item-icon-box .text-item .description-item {
    color: #ffffff;
    opacity: .8;
}

/*[ hun-section-testimonial ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-testimonial.layout-1 .inner-section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 0;
}

.hun-section-testimonial.layout-1 .inner-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #1d2a3b;
    opacity: .9;
}

.hun-section-testimonial.layout-1 .inner-section .bg-sec {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava {
    width: 390px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 68px;
    overflow: hidden;
    margin-bottom: 43px;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .slide-slick .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick {
    display: block !important;
    padding: 10px 15px;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick .wrap-ava {
    cursor: pointer;
    width: 119px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    transform-origin: bottom center;
    transform: scale(0.88);
    transition: all .5s;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick .wrap-ava img {
    width: 100%;
    border-radius: 50%;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .slick-current .item-slick::before, .hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava.big-num-item .slick-center .item-slick::before {
    top: 0;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .slick-current .wrap-ava, .hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava.big-num-item .slick-center .wrap-ava {
    cursor: auto;
    transform: scale(1);
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text {
    width: 860px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick {
    display: block !important;
    text-align: center;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .content-tes {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    z-index: 0;
    margin-bottom: 43px;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .star-tes {
    font-size: 16px;
    color: #fecc33;
    margin-bottom: 5px;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .brand {
    margin-bottom: 15px;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .brand img {
    display: inline;
    max-height: 50px;
    opacity: .5;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .author-tes {
    color: #ffffff;
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .author-tes .name-author {
    font-weight: 700;
}

/*\
 *
 * Layout 2
 *
\*/
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava {
    width: 350px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-left-radius: 68px;
    border-bottom-right-radius: 68px;
    overflow: hidden;
    margin-bottom: 33px;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .slide-slick .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .item-slick {
    display: block !important;
    padding: 30px 10px 20px 10px;
    position: relative;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .item-slick::before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: calc(50% - 15px);
    border-top: 18px solid #1d2a3b;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: all .5s ease;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .item-slick .wrap-ava {
    cursor: pointer;
    width: 119px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 6px 8px 10px 0px rgba(0, 0, 0, 0.09);
    transform-origin: bottom center;
    transform: scale(0.88);
    transition: all .5s;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .item-slick .wrap-ava img {
    width: 100%;
    border-radius: 50%;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .slick-current .item-slick::before, .hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava.big-num-item .slick-center .item-slick::before {
    top: 0;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .slick-current .wrap-ava, .hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava.big-num-item .slick-center .wrap-ava {
    cursor: auto;
    transform: scale(1);
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick .slick-list {
    overflow: visible;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick .slick-list .slick-track {
    display: flex;
    align-items: stretch;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick .slick-list .slick-track .slick-slide {
    height: auto;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick .slick-list .slick-track .slick-slide > div {
    height: 100%;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .arrows-slick {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .arrows-slick .item-arrow {
    pointer-events: auto;
    cursor: pointer;
    width: 25%;
    height: 100%;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick {
    padding: 0px 15px;
    display: block !important;
    height: 100%;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .inner-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 50px 10%;
    background-color: #1d2a3b;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .content-tes {
    max-width: 100%;
    color: #ffffff;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 28px;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .star-tes {
    max-width: 100%;
    color: #fecc33;
    margin-bottom: 5px;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .author-tes {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .author-tes .name-author {
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 767px) {
    .hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
    }

    .hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .arrows-slick {
        display: none;
    }
}

/*[ hun-section-banner ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-mainbanner.layout-1 {
    position: relative;
    z-index: 1;
}

.hun-section-mainbanner.layout-1 .inner-section {
    padding-top: 160px;
    padding-bottom: 180px;
    position: relative;
    z-index: 0;
}

.hun-section-mainbanner.layout-1 .inner-section::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(-150deg, rgba(85, 92, 245, 0.3) -30%, #1d2a3b);
    background-image: -o-linear-gradient(-150deg, rgba(85, 92, 245, 0.3) -30%, #1d2a3b);
    background-image: -moz-linear-gradient(-150deg, rgba(85, 92, 245, 0.3) -30%, #1d2a3b);
    background-image: linear-gradient(-150deg, rgba(85, 92, 245, 0.3) -30%, #1d2a3b);
}

.hun-section-mainbanner.layout-1 .inner-section .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

.hun-section-mainbanner.layout-1.inner-bg-dark .inner-section::before {
    background-image: none;
}

.hun-section-mainbanner.layout-1.inner-bg-dark .inner-section::before {
    background-color: #1d2a3b;
}

.hun-section-mainbanner.layout-1.inner-bg-dark .inner-section .bg-img {
    display: none;
}

.hun-section-mainbanner.layout-1.inner-bg-light .inner-section::before {
    background-image: none;
}

.hun-section-mainbanner.layout-1.inner-bg-light .inner-section::before {
    background-color: #f1f2fe;
}

.hun-section-mainbanner.layout-1.inner-bg-light .inner-section .bg-img {
    display: none;
}

.hun-section-mainbanner.layout-1 .text-banner {
    transform: translateY(25px);
}

.hun-section-mainbanner.layout-1 .text-banner .title-banner {
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hun-section-mainbanner.layout-1 .text-banner .description-banner {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 3.5rem;
    max-width: 650px;
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner {
    margin: -5px;
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner .btn-banner {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 120px;
    padding: 0 38px;
    margin: 5px;
    transition: all .2s;
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner .btn-banner.border-style {
    border: 2px solid;
    background-color: transparent;
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner .btn-banner.border-style {
    color: #555cf5;
    border-color: rgba(85, 92, 245, 0.5);
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner .btn-banner {
    background-color: #555cf5;
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner .btn-banner:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff;
}

.hun-section-mainbanner.layout-1.inner-bg-dark .text-banner .title-banner,
.hun-section-mainbanner.layout-1.inner-bg-dark .text-banner .description-banner, .hun-section-mainbanner.layout-1.inner-bg-img .text-banner .title-banner,
.hun-section-mainbanner.layout-1.inner-bg-img .text-banner .description-banner {
    color: #ffffff;
}

.hun-section-mainbanner.layout-1.inner-bg-dark .text-banner .buttons-banner .btn-banner.border-style, .hun-section-mainbanner.layout-1.inner-bg-img .text-banner .buttons-banner .btn-banner.border-style {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.hun-section-mainbanner.layout-1.inner-bg-dark .text-banner .buttons-banner .btn-banner:hover, .hun-section-mainbanner.layout-1.inner-bg-img .text-banner .buttons-banner .btn-banner:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #555cf5;
}

.hun-section-mainbanner.layout-1 .pic-banner {
    padding-left: 10%;
    display: none;
    transform: translateY(50px);
}

.hun-section-mainbanner.layout-1 .pic-banner .inner-pic img {
    max-width: 100%;
}

.hun-section-mainbanner.layout-1 .form-banner {
    transform: translateY(55px);
    padding-left: 15%;
    display: none;
}

.hun-section-mainbanner.layout-1 .form-banner .hun-element-form--type-1 form {
    padding-bottom: 30px;
}

.hun-section-mainbanner.layout-1.use-img .pic-banner {
    display: block;
}

.hun-section-mainbanner.layout-1.use-form .form-banner {
    display: block;
}

.hun-section-mainbanner.layout-1.hide-form-img .col-pic-form {
    display: none;
}

.hun-section-mainbanner.layout-1.hide-form-img .text-banner {
    padding-bottom: 0 !important;
}

.hun-section-mainbanner.layout-1.no-bottom-space .inner-section {
    padding-bottom: 0 !important;
}

@media (max-width: 1399px) {
    .hun-section-mainbanner.layout-1 .inner-section {
        padding-top: 120px;
        padding-bottom: 160px;
    }

    .hun-section-mainbanner.layout-1 .text-banner .title-banner {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .hun-section-mainbanner.layout-1 .text-banner .title-banner {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hun-section-mainbanner.layout-1 .text-banner {
        padding-right: 0;
    }

    .hun-section-mainbanner.layout-1 .pic-banner,
    .hun-section-mainbanner.layout-1 .form-banner {
        padding-left: 0;
        padding-top: 50px;
    }
}

@media (max-width: 575px) {
    .hun-section-mainbanner.layout-1 .text-banner .title-banner {
        font-size: 39px;
        margin-bottom: 1rem;
    }

    .hun-section-mainbanner.layout-1 .text-banner .description-banner {
        font-size: 18px;
        margin-bottom: 2.5rem;
    }
}

/*\
 *
 * Layout 2, 3, 4
 *
\*/
.hun-section-mainbanner.layout-4 .inner-section,
.hun-section-mainbanner.layout-3 .inner-section,
.hun-section-mainbanner.layout-2 .inner-section {
    position: relative;
    z-index: 0;
}

.hun-section-mainbanner.layout-4 .inner-section::before,
.hun-section-mainbanner.layout-3 .inner-section::before,
.hun-section-mainbanner.layout-2 .inner-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: #1d2a3b;
    opacity: .85;
}

.hun-section-mainbanner.layout-4 .inner-section .bg-img,
.hun-section-mainbanner.layout-3 .inner-section .bg-img,
.hun-section-mainbanner.layout-2 .inner-section .bg-img {
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hun-section-mainbanner.layout-4.bg--type-1--light .inner-section::before, .hun-section-mainbanner.layout-4.bg--type-1--dark .inner-section::before,
.hun-section-mainbanner.layout-3.bg--type-1--light .inner-section::before,
.hun-section-mainbanner.layout-3.bg--type-1--dark .inner-section::before,
.hun-section-mainbanner.layout-2.bg--type-1--light .inner-section::before,
.hun-section-mainbanner.layout-2.bg--type-1--dark .inner-section::before {
    display: none;
}

.hun-section-mainbanner.layout-4.bg--type-1--light .inner-section .bg-img, .hun-section-mainbanner.layout-4.bg--type-1--dark .inner-section .bg-img,
.hun-section-mainbanner.layout-3.bg--type-1--light .inner-section .bg-img,
.hun-section-mainbanner.layout-3.bg--type-1--dark .inner-section .bg-img,
.hun-section-mainbanner.layout-2.bg--type-1--light .inner-section .bg-img,
.hun-section-mainbanner.layout-2.bg--type-1--dark .inner-section .bg-img {
    display: none;
}

.hun-section-mainbanner.layout-4 .text-banner .title-banner,
.hun-section-mainbanner.layout-3 .text-banner .title-banner,
.hun-section-mainbanner.layout-2 .text-banner .title-banner {
    font-weight: 700;
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hun-section-mainbanner.layout-4 .text-banner .description-banner,
.hun-section-mainbanner.layout-3 .text-banner .description-banner,
.hun-section-mainbanner.layout-2 .text-banner .description-banner {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 3.5rem;
}

.hun-section-mainbanner.layout-4 .text-banner .buttons-banner,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner,
.hun-section-mainbanner.layout-2 .text-banner .buttons-banner {
    margin: -5px;
}

.hun-section-mainbanner.layout-4 .text-banner .buttons-banner .btn-banner,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner .btn-banner,
.hun-section-mainbanner.layout-2 .text-banner .buttons-banner .btn-banner {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 120px;
    padding: 0 38px;
    margin: 5px;
    transition: all .2s;
}

.hun-section-mainbanner.layout-4 .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-2 .text-banner .buttons-banner .btn-banner.border-style {
    border: 2px solid;
    background-color: transparent;
}

.hun-section-mainbanner.layout-4 .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-2 .text-banner .buttons-banner .btn-banner.border-style {
    color: #555cf5;
    border-color: rgba(85, 92, 245, 0.5);
}

.hun-section-mainbanner.layout-4 .text-banner .buttons-banner .btn-banner,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner .btn-banner,
.hun-section-mainbanner.layout-2 .text-banner .buttons-banner .btn-banner {
    background-color: #555cf5;
}

.hun-section-mainbanner.layout-4 .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-2 .text-banner .buttons-banner .btn-banner:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff;
}

.hun-section-mainbanner.layout-4.bg--type-1--dark .text-banner .title-banner,
.hun-section-mainbanner.layout-4.bg--type-1--dark .text-banner .description-banner, .hun-section-mainbanner.layout-4.bg--type-1--img .text-banner .title-banner,
.hun-section-mainbanner.layout-4.bg--type-1--img .text-banner .description-banner,
.hun-section-mainbanner.layout-3.bg--type-1--dark .text-banner .title-banner,
.hun-section-mainbanner.layout-3.bg--type-1--dark .text-banner .description-banner,
.hun-section-mainbanner.layout-3.bg--type-1--img .text-banner .title-banner,
.hun-section-mainbanner.layout-3.bg--type-1--img .text-banner .description-banner,
.hun-section-mainbanner.layout-2.bg--type-1--dark .text-banner .title-banner,
.hun-section-mainbanner.layout-2.bg--type-1--dark .text-banner .description-banner,
.hun-section-mainbanner.layout-2.bg--type-1--img .text-banner .title-banner,
.hun-section-mainbanner.layout-2.bg--type-1--img .text-banner .description-banner {
    color: #ffffff;
}

.hun-section-mainbanner.layout-4.bg--type-1--dark .text-banner .buttons-banner .btn-banner.border-style, .hun-section-mainbanner.layout-4.bg--type-1--img .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-3.bg--type-1--dark .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-3.bg--type-1--img .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-2.bg--type-1--dark .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-2.bg--type-1--img .text-banner .buttons-banner .btn-banner.border-style {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.hun-section-mainbanner.layout-4.bg--type-1--dark .text-banner .buttons-banner .btn-banner:hover, .hun-section-mainbanner.layout-4.bg--type-1--img .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-3.bg--type-1--dark .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-3.bg--type-1--img .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-2.bg--type-1--dark .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-2.bg--type-1--img .text-banner .buttons-banner .btn-banner:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #555cf5;
}

@media (max-width: 1399px) {
    .hun-section-mainbanner.layout-4 .text-banner .title-banner,
    .hun-section-mainbanner.layout-3 .text-banner .title-banner,
    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .hun-section-mainbanner.layout-4 .text-banner .title-banner,
    .hun-section-mainbanner.layout-3 .text-banner .title-banner,
    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hun-section-mainbanner.layout-4 .text-banner .title-banner,
    .hun-section-mainbanner.layout-3 .text-banner .title-banner,
    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 39px;
        margin-bottom: 1rem;
    }

    .hun-section-mainbanner.layout-4 .text-banner .description-banner,
    .hun-section-mainbanner.layout-3 .text-banner .description-banner,
    .hun-section-mainbanner.layout-2 .text-banner .description-banner {
        font-size: 18px;
        margin-bottom: 2.5rem;
    }
}

/*---------------------------------------------*/
.hun-section-mainbanner.layout-2 .text-banner {
    text-align: center;
    padding-top: 22%;
    padding-bottom: 25%;
    position: relative;
}

.hun-section-mainbanner.layout-2 .text-banner .title-banner {
    font-size: 72px;
    margin-left: auto;
    margin-right: auto;
}

.hun-section-mainbanner.layout-2 .text-banner .description-banner {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.hun-section-mainbanner.layout-2 .text-banner .btn-play {
    font-size: 40px;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    z-index: 1;
    bottom: 1.8%;
    left: calc(50% - 50px);
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    padding-left: 8px;
    transition: all .5s;
}

.hun-section-mainbanner.layout-2 .text-banner .btn-play {
    color: #555cf5;
}

.hun-section-mainbanner.layout-2 .text-banner .btn-play::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    transition: all .5s;
}

.hun-section-mainbanner.layout-2 .text-banner .btn-play:hover {
    background-color: #555cf5;
    color: #ffffff;
}

.hun-section-mainbanner.layout-2 .text-banner .btn-play:hover:after {
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399px) {
    .hun-section-mainbanner.layout-2 .text-banner {
        padding-top: 18%;
        padding-bottom: 20%;
    }

    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 62px;
    }

    .hun-section-mainbanner.layout-2 .text-banner .btn-play {
        bottom: 0;
    }
}

@media (max-width: 1199px) {
    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hun-section-mainbanner.layout-2 .text-banner {
        padding-top: 30%;
        padding-bottom: 35%;
    }

    .hun-section-mainbanner.layout-2 .text-banner .btn-play {
        font-size: 30px;
        width: 80px;
        height: 80px;
        left: calc(50% - 40px);
        padding-left: 6px;
    }
}

@media (max-width: 575px) {
    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 39px;
        margin-bottom: 1rem;
    }

    .hun-section-mainbanner.layout-2 .text-banner .description-banner {
        font-size: 18px;
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 480px) {
    .hun-section-mainbanner.layout-2 .text-banner {
        padding-top: 40%;
        padding-bottom: 50%;
    }
}

.hun-section-mainbanner.layout-2.show-play-btn .text-banner {
    padding-bottom: 28%;
}

.hun-section-mainbanner.layout-2.show-play-btn .text-banner .btn-play {
    display: flex;
}

@media (max-width: 1399px) {
    .hun-section-mainbanner.layout-2.show-play-btn .text-banner {
        padding-bottom: 23.5%;
    }
}

@media (max-width: 991px) {
    .hun-section-mainbanner.layout-2.show-play-btn .text-banner {
        padding-bottom: 40%;
    }
}

@media (max-width: 480px) {
    .hun-section-mainbanner.layout-2.show-play-btn .text-banner {
        padding-bottom: 55%;
    }
}

/*---------------------------------------------*/
.hun-section-mainbanner.layout-3 .inner-section {
    padding-top: 210px;
    padding-bottom: 230px;
}

.hun-section-mainbanner.layout-3 .text-banner {
    padding-right: 10%;
    padding-bottom: 80px;
}

.hun-section-mainbanner.layout-3 .text-banner .description-banner {
    max-width: 650px;
}

.hun-section-mainbanner.layout-3 .pic-banner {
    display: none;
    padding-left: 30px;
}

.hun-section-mainbanner.layout-3 .pic-banner .inner-pic img {
    max-width: 100%;
}

.hun-section-mainbanner.layout-3 .form-banner {
    display: none;
}

.hun-section-mainbanner.layout-3.use-img .pic-banner {
    display: block;
}

.hun-section-mainbanner.layout-3.use-form .form-banner {
    display: block;
}

@media (max-width: 1199px) {
    .hun-section-mainbanner.layout-3 .inner-section {
        padding-top: 180px;
        padding-bottom: 210px;
    }

    .hun-section-mainbanner.layout-3 .text-banner {
        padding-right: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .hun-section-mainbanner.layout-3 .inner-section {
        padding-top: 160px;
        padding-bottom: 200px;
    }

    .hun-section-mainbanner.layout-3 .text-banner {
        padding-bottom: 80px;
    }

    .hun-section-mainbanner.layout-3 .pic-banner {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .hun-section-mainbanner.layout-3 .inner-section {
        padding-top: 130px;
        padding-bottom: 160px;
    }
}

/*---------------------------------------------*/
.hun-section-mainbanner.layout-4 .inner-section {
    padding-top: 150px;
}

.hun-section-mainbanner.layout-4 .text-banner {
    padding-bottom: 150px;
}

.hun-section-mainbanner.layout-4 .pic-banner {
    display: none;
}

.hun-section-mainbanner.layout-4 .pic-banner .inner-pic img {
    max-width: 100%;
}

.hun-section-mainbanner.layout-4 .form-banner {
    display: none;
}

.hun-section-mainbanner.layout-4.use-img .pic-banner {
    display: block;
}

.hun-section-mainbanner.layout-4.use-form .form-banner {
    display: block;
}

@media (max-width: 991px) {
    .hun-section-mainbanner.layout-4 .text-banner {
        padding-bottom: 169px;
        text-align: center;
    }

    .hun-section-mainbanner.layout-4 .form-banner,
    .hun-section-mainbanner.layout-4 .pic-banner {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .hun-section-mainbanner.layout-4 .inner-section {
        padding-top: 130px;
    }
}

/*[ hun-section-form ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
@media (min-width: 992px) {
    .hun-section-form.layout-1 .col-form {
        padding-left: 85px;
    }
}

/*[ hun-section-pricing-table ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-pricing-table.layout-1 .table-pricing .navi-table {
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    max-width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 2px solid rgba(85, 92, 245, 0.5);
    overflow: hidden;
}

.hun-section-pricing-table.layout-1 .table-pricing .navi-table .arrow-navi {
    cursor: pointer;
    font-size: 25px;
    color: #555cf5;
    line-height: 48px;
    width: 50%;
    text-align: center;
    transition: all .2s;
}

.hun-section-pricing-table.layout-1 .table-pricing .navi-table .arrow-navi:hover {
    color: #ffffff;
    background-color: #555cf5;
}

.hun-section-pricing-table.layout-1 .table-pricing.start .navi-table .arrow-navi.prev-table {
    pointer-events: none;
    opacity: .2;
}

.hun-section-pricing-table.layout-1 .table-pricing.end .navi-table .arrow-navi.next-table {
    pointer-events: none;
    opacity: .2;
}

.hun-section-pricing-table.layout-1 .table-pricing.no-navi .navi-table {
    display: none;
}

.hun-section-pricing-table.layout-1 .table-pricing .head-table {
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hun-section-pricing-table.layout-1 .table-pricing .body-table {
    padding-top: 50px;
}

.hun-section-pricing-table.layout-1 .table-pricing .options-group {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 50px;
}

.hun-section-pricing-table.layout-1 .table-pricing .options-group:last-child {
    margin-bottom: 0;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table:nth-child(even) {
    background-color: rgba(85, 92, 245, 0.05);
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .title-row {
    font-weight: 700;
    color: #2c3038;
    width: 25%;
    display: flex;
    align-items: center;
    padding: 30px;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .title-row .what-this {
    font-size: 18px;
    margin-left: 8px;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row {
    width: 75%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding: 30px 20px;
    transition: transform .5s;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table .symbol-yes {
    font-size: 20px;
    color: #555cf5;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table .symbol-yes i {
    line-height: 1;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table .symbol-no {
    font-size: 20px;
    color: red;
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table .symbol-no i {
    line-height: 1;
}

.hun-section-pricing-table.layout-1 .head-pricing {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #ffffff;
    position: relative;
}

.hun-section-pricing-table.layout-1 .head-pricing .title-pricing {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #555cf5;
    margin-bottom: 11px;
}

.hun-section-pricing-table.layout-1 .head-pricing .price-pricing {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.1;
    color: #2c3038;
}

.hun-section-pricing-table.layout-1 .head-pricing .price-pricing .currency {
    font-size: 25px;
    vertical-align: super;
    margin-right: 5px;
}

.hun-section-pricing-table.layout-1 .head-pricing .buttons-pricing {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding-top: 30px;
}

.hun-section-pricing-table.layout-1 .head-pricing .buttons-pricing .button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #555cf5;
    border: 2px solid rgba(85, 92, 245, 0.5);
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    transition: all .2s;
}

.hun-section-pricing-table.layout-1 .head-pricing .buttons-pricing .button:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff;
}

.hun-section-pricing-table.layout-1 .head-pricing.feature-pricing .buttons-pricing .button {
    color: #ffffff;
    background-color: #555cf5;
}

.hun-section-pricing-table.layout-1 .head-pricing.feature-pricing .buttons-pricing .button:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff;
}

@media (max-width: 1299px) {
    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing {
        font-size: 50px;
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing .currency {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .hun-section-pricing-table.layout-1 .table-pricing .row-table .title-row {
        width: 35%;
    }

    .hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row {
        width: 65%;
    }

    .hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table {
        width: 50%;
        min-width: 50%;
        padding: 30px 20px;
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing {
        font-size: 40px;
        line-height: 1.4;
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing .currency {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hun-section-pricing-table.layout-1 .table-pricing .row-table .title-row {
        width: 45%;
        padding: 30px 10px;
    }

    .hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row {
        width: 55%;
    }

    .hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table {
        width: 100%;
        min-width: 100%;
        padding: 30px 15px;
    }

    .hun-section-pricing-table.layout-1 .head-pricing .title-pricing {
        font-size: 18px;
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing {
        font-size: 30px;
        line-height: 1.5;
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing .currency {
        font-size: 15px;
    }
}

/*[ hun-section-video ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-video.layout-1 .inner-section {
    position: relative;
    z-index: 0;
}

.hun-section-video.layout-1 .inner-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #1d2a3b;
    opacity: .85;
}

.hun-section-video.layout-1 .inner-section .bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

.hun-section-video.layout-1 .inner-section .content-video {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 150px;
}

.hun-section-video.layout-1 .inner-section .content-video .buttons-video {
    margin-bottom: 40px;
}

.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play {
    font-size: 40px;
    line-height: 1;
    color: #555cf5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    padding-left: 8px;
    position: relative;
    transition: all .5s;
}

.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    transition: all .5s;
}

.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play:hover {
    background-color: #555cf5;
    color: #ffffff;
}

.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play:hover:after {
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}

.hun-section-video.layout-1 .inner-section .content-video .text-video .title-video {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 0px;
}

/*\
 *
 * Layout 2
 *
\*/
.hun-section-video.layout-2 .inner-section {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.hun-section-video.layout-2 .inner-section::before {
    content: '';
    display: block;
    width: 10000px;
    height: 160%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 60%;
    background: transparent;
    border-radius: 120px;
    transform-origin: center left;
    transform: rotateZ(-30deg);
    box-shadow: 0px 0px 0px 10000px #1d2a3b;
    filter: drop-shadow(0px 0px 0px transparent);
}

.hun-section-video.layout-2 .inner-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: #1d2a3b;
    opacity: .6;
}

.hun-section-video.layout-2 .inner-section .bg-video {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0;
}

.hun-section-video.layout-2 .inner-section .row {
    min-height: 600px;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.hun-section-video.layout-2 .inner-section .content-video .col,
.hun-section-video.layout-2 .inner-section .content-video [class*="col-"] {
    position: static;
}

.hun-section-video.layout-2 .inner-section .content-video .buttons-video {
    position: absolute;
    top: calc(50% - 45px);
    left: calc(79% - 45px);
}

.hun-section-video.layout-2 .inner-section .content-video .buttons-video .btn-play {
    font-size: 40px;
    line-height: 1;
    color: #555cf5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    padding-left: 8px;
    position: relative;
    transition: all .5s;
}

.hun-section-video.layout-2 .inner-section .content-video .buttons-video .btn-play::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    transition: all .5s;
}

.hun-section-video.layout-2 .inner-section .content-video .buttons-video .btn-play:hover {
    background-color: #555cf5;
    color: #ffffff;
}

.hun-section-video.layout-2 .inner-section .content-video .buttons-video .btn-play:hover:after {
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}

.hun-section-video.layout-2 .inner-section .content-video .text-video {
    padding-right: 15%;
}

.hun-section-video.layout-2 .inner-section .content-video .text-video .title-video {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.hun-section-video.layout-2 .inner-section .content-video .text-video .description-video {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .hun-section-video.layout-2 .inner-section::before {
        left: 69%;
    }
}

@media (max-width: 991px) {
    .hun-section-video.layout-2 .inner-section::after {
        opacity: .8;
    }
}

@media (max-width: 767px) {
    .hun-section-video.layout-2 .inner-section .bg-video {
        width: 80%;
    }

    .hun-section-video.layout-2 .inner-section .content-video {
        text-align: center;
    }

    .hun-section-video.layout-2 .inner-section .content-video .buttons-video {
        display: inline-block;
        position: static;
        top: 0;
        left: 0;
    }

    .hun-section-video.layout-2 .inner-section .content-video .text-video {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .hun-section-video.layout-2 .inner-section .content-video .text-video .title-video {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hun-section-video.layout-2 .inner-section::before {
        display: none;
    }

    .hun-section-video.layout-2 .inner-section .bg-video {
        width: 100%;
    }

    .hun-section-video.layout-2 .inner-section .content-video .text-video .title-video {
        font-size: 39px;
    }
}

/*[ hun-section-blog ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-blog.layout-1 .col,
.hun-section-blog.layout-1 [class*="col-"] {
    padding-bottom: 30px;
}

/*[ hun-section-pricing-plans ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-pricing-plans.layout-1 .col,
.hun-section-pricing-plans.layout-1 [class*="col-"] {
    padding-bottom: 30px;
}

.hun-section-pricing-plans.layout-1 .item-pricing {
    height: 100%;
    border-radius: 10px;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 40px 30px 40px 30px;
    border-bottom: 1px solid #dddddd;
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item .title-pricing {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #555cf5;
    margin-bottom: 11px;
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item .price-pricing {
    font-weight: 700;
    font-size: 69px;
    line-height: 1.1;
    color: #2c3038;
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item .price-pricing .currency {
    font-size: 30px;
    vertical-align: super;
    margin-right: 5px;
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item .label-pricing {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    background: #555cf5;
    border-radius: 18px;
    position: relative;
    margin: 40px auto -56px auto;
    padding: 5px 25px;
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 40px 30px 40px 30px;
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li {
    font-weight: 700;
    color: #2c3038;
    text-align: center;
    margin-bottom: 20px;
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li:last-child {
    margin-bottom: 0;
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li::before {
    content: '\f121';
    font-family: Ionicons;
    color: #555cf5;
    margin-right: 10px;
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li.no {
    opacity: .5;
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li.no::before {
    content: '\f129';
    color: red;
}

.hun-section-pricing-plans.layout-1 .item-pricing .buttons-pricing {
    text-align: center;
    background-color: #ffffff;
    padding: 0px 30px 40px 30px;
}

.hun-section-pricing-plans.layout-1 .item-pricing .buttons-pricing .button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #555cf5;
    border: 2px solid rgba(85, 92, 245, 0.5);
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 180px;
    padding: 0 38px;
    transition: all .2s;
}

.hun-section-pricing-plans.layout-1 .item-pricing .buttons-pricing .button:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff;
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item {
    padding-top: 8px;
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #555cf5;
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item .head-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item .head-item::after {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item .buttons-pricing .button {
    color: #ffffff;
    background-color: #555cf5;
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item .buttons-pricing .button:hover {
    background-color: #1d2a3b;
    border-color: #1d2a3b;
    color: #ffffff;
}

.hun-section-pricing-plans.layout-1 .item-pricing:hover {
    transform: translateY(-8px);
}

/*[ hun-section-counter ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-counter.layout-1 .row {
    margin-left: -8px;
    margin-right: -8px;
}

.hun-section-counter.layout-1 .col,
.hun-section-counter.layout-1 [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
}

.hun-section-counter.layout-1 .item-counter {
    height: 100%;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.hun-section-counter.layout-1 .item-counter .number-counter {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: #555cf5;
    margin-bottom: 13px;
}

@media (max-width: 575px) {
    .hun-section-counter.layout-1 .item-counter .number-counter {
        font-size: 39px;
        line-height: 1.2;
    }
}

.hun-section-counter.layout-1 .item-counter .title-counter {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.hun-section-counter.layout-1 .item-counter .title-counter:last-child {
    margin-bottom: 0;
}

/*[ hun-section-brands ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-brands.layout-1 .item-brand {
    text-align: center;
    padding: 30px 20px;
}

.hun-section-brands.layout-1 .item-brand a {
    opacity: .5;
    transition: all .2s;
}

.hun-section-brands.layout-1 .item-brand a:hover {
    opacity: 1 !important;
}

.hun-section-brands.layout-1 .item-brand img {
    max-width: 100%;
}

.hun-section-brands.layout-1.grey-brand .item-brand a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hun-section-brands.layout-1.white-brand .item-brand a {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hun-section-brands.layout-1.hover-not-filter .item-brand a:hover {
    -webkit-filter: none !important;
    filter: none !important;
}

.hun-section-brands.layout-1.full-width .container {
    max-width: 100%;
    width: 100%;
}

/*[ page-title ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-page-title.layout-1.hide-breadcrumbs .main-title {
    margin-bottom: 0;
}

.hun-section-page-title.layout-1.hide-breadcrumbs .breadcrumbs {
    display: none !important;
}

.hun-section-page-title.layout-1 .inner-section {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.hun-section-page-title.layout-1 .inner-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #1d2a3b;
    opacity: .85;
}

.hun-section-page-title.layout-1 .inner-section .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

.hun-section-page-title.layout-1 .container {
    padding-top: 220px;
    padding-bottom: 180px;
}

.hun-section-page-title.layout-1 .main-title {
    font-weight: 700;
    font-size: 62px;
    line-height: 1.1;
    color: #ffffff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.1 * 2em);
    margin-bottom: 1rem;
}

.hun-section-page-title.layout-1 .main-title:last-child {
    margin-bottom: 0;
}

.hun-section-page-title.layout-1 .breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin: 0 -6px;
    margin-bottom: 1.5rem;
}

.hun-section-page-title.layout-1 .breadcrumbs:last-child {
    margin-bottom: 0;
}

.hun-section-page-title.layout-1 .breadcrumbs li {
    color: #ffffff;
    word-break: break-word;
    display: inline-block;
    position: relative;
    margin: 0 6px;
}

.hun-section-page-title.layout-1 .breadcrumbs li .breadcrumb-divider {
    transform: translateX(6px);
    display: inline-block;
}

.hun-section-page-title.layout-1 .breadcrumbs li .breadcrumb-divider::before {
    content: '/';
}

.hun-section-page-title.layout-1 .breadcrumbs li a {
    color: inherit;
    transition: all .2s;
}

.hun-section-page-title.layout-1 .breadcrumbs li a:hover {
    color: #555cf5;
}

@media (max-width: 1199px) {
    .hun-section-page-title.layout-1 .main-title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hun-section-page-title.layout-1 .main-title {
        font-size: 39px;
        line-height: 1.2;
    }
}

/*[ hun-section-team ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-team.layout-1 .col,
.hun-section-team.layout-1 [class*="col-"] {
    padding-bottom: 30px;
}

.hun-section-team.layout-1 .member {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
}

.hun-section-team.layout-1 .member .pic-member img {
    width: 100%;
}

.hun-section-team.layout-1 .member .text-member {
    text-align: center;
    padding: 45px 15px 25px 15px;
    background: #ffffff;
    position: relative;
}

.hun-section-team.layout-1 .member .text-member .social-links {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 8px 15px;
    max-width: calc(100% - 30px);
    position: absolute;
    bottom: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.hun-section-team.layout-1 .member .text-member .social-links .item-social {
    color: #2c3038;
    padding: 0px 8px;
    transition: all .2s;
}

.hun-section-team.layout-1 .member .text-member .social-links .item-social:hover {
    color: #555cf5;
}

.hun-section-team.layout-1 .member .text-member .name-member {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 7px;
}

.hun-section-team.layout-1 .member .text-member .name-member a {
    color: inherit;
    transition: all .2s;
}

.hun-section-team.layout-1 .member .text-member .name-member a:hover {
    color: #555cf5;
}

.hun-section-team.layout-1 .member:hover {
    transform: translateY(-8px);
}

/*[ hun-section-archive-blog ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-archive-blog.layout-1 .inner-section .content-sec {
    padding-right: 30px;
}

.hun-section-archive-blog.layout-1 .inner-section .content-sec .loop-pagination {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .hun-section-archive-blog.layout-1 .inner-section .content-sec {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 100px;
    }
}

.hun-section-archive-blog.layout-1 .hun-element-post--type-1 {
    margin-bottom: 50px;
}

.hun-section-archive-blog.layout-1.sidebar-left .inner-section > .container > .row {
    flex-direction: row-reverse;
}

.hun-section-archive-blog.layout-1.sidebar-left .inner-section .content-sec {
    padding-right: 0px;
    padding-left: 30px;
}

.hun-section-archive-blog.layout-1.no-sidebar .inner-section .col-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.hun-section-archive-blog.layout-1.no-sidebar .inner-section .col-sidebar {
    display: none;
}

.hun-section-archive-blog.layout-1.no-sidebar .inner-section .content-sec {
    padding-right: 0px;
    padding-left: 0;
    padding-bottom: 0;
}

.hun-section-archive-blog.layout-1.img-full .hun-element-post--type-1 .pic-post img {
    width: 100%;
}

/*\
 *
 * Layout 2
 *
\*/
.hun-section-archive-blog.layout-2 .inner-section .content-sec {
    padding-right: 30px;
}

.hun-section-archive-blog.layout-2 .inner-section .content-sec .loop-pagination {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .hun-section-archive-blog.layout-2 .inner-section .content-sec {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 100px;
    }
}

.hun-section-archive-blog.layout-2 .col-content .col,
.hun-section-archive-blog.layout-2 .col-content [class*="col-"] {
    padding-bottom: 30px;
}

.hun-section-archive-blog.layout-2 .col-content .list-post {
    padding-bottom: 20px;
}

.hun-section-archive-blog.layout-2.sidebar-left .inner-section > .container > .row {
    flex-direction: row-reverse;
}

.hun-section-archive-blog.layout-2.sidebar-left .inner-section .content-sec {
    padding-right: 0px;
    padding-left: 30px;
}

.hun-section-archive-blog.layout-2.no-sidebar .inner-section .col-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.hun-section-archive-blog.layout-2.no-sidebar .inner-section .col-sidebar {
    display: none;
}

.hun-section-archive-blog.layout-2.no-sidebar .inner-section .content-sec {
    padding-right: 0px;
    padding-left: 0;
    padding-bottom: 0;
}

.hun-section-archive-blog.layout-2.img-full .hun-element-post--type-1 .pic-post img {
    width: 100%;
}

/*[ hun-section-blog-detail ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-blog-detail.layout-1 .inner-section .content-sec {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .hun-section-blog-detail.layout-1 .inner-section .content-sec {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 100px;
    }
}

.hun-section-blog-detail.layout-1.sidebar-left .inner-section > .container > .row {
    flex-direction: row-reverse;
}

.hun-section-blog-detail.layout-1.sidebar-left .inner-section .content-sec {
    padding-right: 0px;
    padding-left: 30px;
}

.hun-section-blog-detail.layout-1.no-sidebar .inner-section .col-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.hun-section-blog-detail.layout-1.no-sidebar .inner-section .col-sidebar {
    display: none;
}

.hun-section-blog-detail.layout-1.no-sidebar .inner-section .content-sec {
    padding-right: 0px;
    padding-left: 0;
    padding-bottom: 0;
}

.hun-section-blog-detail.layout-1.img-full .single-post .pic-post img {
    width: 100%;
}

.hun-section-blog-detail.layout-1 .single-post > .pic-post {
    position: relative;
    min-height: 23px;
    margin-bottom: 55px;
}

.hun-section-blog-detail.layout-1 .single-post > .pic-post .date-post {
    pointer-events: none;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -23px;
    border-radius: 8px;
    padding: 11px 13px;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #555cf5;
}

.hun-section-blog-detail.layout-1 .single-post > .pic-post img {
    max-width: 100%;
    border-radius: 10px;
    display: none;
}

.hun-section-blog-detail.layout-1 .single-post.has-post-thumbnail > .pic-post .date-post {
    left: 30px;
}

.hun-section-blog-detail.layout-1 .single-post.has-post-thumbnail > .pic-post img {
    display: inline;
}

.hun-section-blog-detail.layout-1 .single-post .head-post {
    margin-bottom: 50px;
}

.hun-section-blog-detail.layout-1 .single-post .head-post .title-post {
    font-size: 35px;
    line-height: 1.2;
    word-break: break-word;
    margin-bottom: 13px;
}

@media (max-width: 1199px) {
    .hun-section-blog-detail.layout-1 .single-post .head-post .title-post {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hun-section-blog-detail.layout-1 .single-post .head-post .title-post {
        font-size: 24px;
        line-height: 1.3;
    }
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0px -10px;
    padding-bottom: 23px;
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: #e5e5e5;
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post .item-info {
    padding: 0px 10px;
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post .item-info i {
    color: #555cf5;
    margin-right: 3px;
    font-size: 16px;
    transform: translateY(1px);
    display: inline-block;
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post a {
    color: inherit;
    transition: all .2s;
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post a:hover {
    color: #555cf5;
}

.hun-section-blog-detail.layout-1 .single-post .content-post {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post {
    letter-spacing: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-title,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-link {
    font-weight: 700;
    font-size: 14px;
    color: #1d2a3b;
    white-space: nowrap;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 15px 5px 15px;
    margin: 5px 0px;
    transition: all .3s;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-title {
    color: #555cf5;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-link:hover {
    color: #ffffff;
    border-color: #555cf5;
    background-color: #555cf5;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post {
    letter-spacing: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-title,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link {
    font-weight: 700;
    font-size: 14px;
    color: #1d2a3b;
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 15px 5px 15px;
    margin: 5px 0px;
    transition: all .3s;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-title {
    color: #555cf5;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link {
    width: 34px;
    padding: 5px;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link i {
    line-height: 1.6;
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link:hover {
    color: #ffffff;
    border-color: #555cf5;
    background-color: #555cf5;
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 45px;
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(50% - 8px);
    padding: 30px 20px;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #1d2a3b;
    opacity: .8;
    transition: all .3s;
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi:hover:after {
    opacity: .9;
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi.next-post {
    text-align: right;
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .arrow-navi {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    background-color: #555cf5;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    transition: all .2s;
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

@media (max-width: 575px) {
    .hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi {
        font-size: 16px;
    }
}

.hun-section-blog-detail.layout-1 .single-post .comments-post {
    padding-top: 60px;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .title-comments {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 38px;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
    width: 100%;
    padding-left: calc(85px + 25px);
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment .item-comment:last-child {
    border-bottom: none;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
    width: 85px;
    margin-bottom: 33px;
    display: block;
    border-radius: 50%;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
    width: calc(100% - 85px - 25px);
    margin-bottom: 33px;
    position: relative;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt {
    padding-right: 69px;
    margin-bottom: 16px;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt .name-author {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #2c3038;
    display: block;
    word-break: break-word;
    margin-bottom: 3px;
}

@media (max-width: 575px) {
    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt .name-author {
        font-size: 16px;
    }
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt .date-cmt {
    font-size: 14px;
    display: block;
    opacity: .8;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .content-cmt {
    word-break: break-word;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .link-cmt {
    font-weight: 700;
    color: #555cf5;
    letter-spacing: 10px;
    position: absolute;
    top: 2px;
    right: 0;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .link-cmt a {
    display: inline-block;
    color: inherit;
    letter-spacing: normal;
    transition: all .2s;
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .link-cmt a:hover {
    color: #1d2a3b;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment {
    padding-top: 60px;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .title-form {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 38px;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .row {
    margin-right: -10px;
    margin-left: -10px;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field {
    color: #555a64;
    line-height: 1.5;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:focus {
    border-color: #555cf5;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field::-webkit-input-placeholder {
    color: #999999;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-moz-placeholder {
    color: #999999;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field::-moz-placeholder {
    color: #999999;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-ms-input-placeholder {
    color: #999999;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-webkit-autofill, .hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-webkit-autofill:hover, .hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-webkit-autofill:focus, .hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-webkit-autofill:active {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment input {
    height: 50px;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment textarea {
    min-height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment button {
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    padding: 0px 35px;
    border-radius: 25px;
    background-color: #555cf5;
    transition: all .2s;
    margin: 0;
}

.hun-section-blog-detail.layout-1 .single-post .form-comment button:hover {
    background-color: #1d2a3b;
}

@media (max-width: 767px) {
    .hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
        padding-left: calc(80px + 20px);
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
        width: 80px;
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
        width: calc(100% - 80px - 20px);
    }
}

@media (max-width: 575px) {
    .hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
        padding-left: calc(40px + 10px);
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
        width: 40px;
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
        width: calc(100% - 40px - 10px);
    }
}

/*[ hun-section-card-detail ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-card-detail.layout-1 .inner-section .content-sec {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .hun-section-card-detail.layout-1 .inner-section .content-sec {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.hun-section-card-detail.layout-1 .inner-section .col-sidebar {
    padding-top: 5px;
}

@media (max-width: 991px) {
    .hun-section-card-detail.layout-1 .inner-section .col-sidebar {
        padding-bottom: 30px;
    }
}

.hun-section-card-detail.layout-1 .inner-section.has-feature-image .pic-card {
    display: block;
}

.hun-section-card-detail.layout-1.sidebar-right .inner-section > .container > .row {
    flex-direction: row-reverse;
}

.hun-section-card-detail.layout-1.sidebar-right .inner-section .content-sec {
    padding-left: 0px;
    padding-right: 30px;
}

.hun-section-card-detail.layout-1.no-sidebar .inner-section .col-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.hun-section-card-detail.layout-1.no-sidebar .inner-section .col-sidebar {
    display: none;
}

.hun-section-card-detail.layout-1.no-sidebar .inner-section .content-sec {
    padding-right: 0px;
    padding-left: 0;
    padding-bottom: 0;
}

.hun-section-card-detail.layout-1 .pic-card {
    display: none;
    margin-bottom: 40px;
}

.hun-section-card-detail.layout-1 .pic-card img {
    width: 100%;
    border-radius: 10px;
}

.hun-section-card-detail.layout-1 .info-card {
    padding: 75px 25px 30px 25px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 35px;
}

.hun-section-card-detail.layout-1 .info-card .brand {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 25px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    padding: 13px;
    background-color: #ffffff;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.hun-section-card-detail.layout-1 .info-card .brand img {
    width: auto;
    min-height: 0%;
    min-width: 0%;
    max-width: 100%;
    max-height: 100%;
}

.hun-section-card-detail.layout-1 .info-card .title-info {
    font-size: 24px;
    line-height: 1.4;
    color: #555cf5;
    margin-bottom: 24px;
}

.hun-section-card-detail.layout-1 .info-card .list-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hun-section-card-detail.layout-1 .info-card .list-info li {
    margin-bottom: 26px;
    word-break: break-word;
}

.hun-section-card-detail.layout-1 .info-card .list-info li:last-child {
    margin-bottom: 0;
}

.hun-section-card-detail.layout-1 .info-card .list-info li .name-info {
    font-weight: 700;
    color: #2c3038;
    display: block;
}

.hun-section-card-detail.layout-1 .content-card {
    margin-top: 35px;
}

.hun-section-card-detail.layout-1.auto-w-brand .info-card .brand {
    min-width: 80px;
    max-width: calc(100% - 50px);
    width: auto;
    padding: 13px 15px;
}

.hun-section-card-detail.layout-1.square-brand .info-card .brand {
    border-radius: 8px;
}

.hun-section-card-detail.layout-1.hide-brand .has-feature-image .pic-card {
    margin-bottom: 75px;
}

.hun-section-card-detail.layout-1.hide-brand .info-card {
    margin-top: 0;
    padding-top: 33px;
}

.hun-section-card-detail.layout-1.hide-brand .info-card .brand {
    display: none;
}

.hun-section-card-detail.layout-1.hide-brand .content-card {
    margin-top: 0;
}

@media (max-width: 991px) {
    .hun-section-card-detail.layout-1.hide-brand .content-card {
        margin-top: 35px;
    }
}

/*[ hun-section-contact ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-contact.layout-1 .inner-section .map-sec {
    width: 100%;
    height: 560px;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 80px;
}

.hun-section-contact.layout-1 .inner-section .map-sec iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.hun-section-contact.layout-1 .inner-section .text-sec .title-sec {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 26px;
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .description {
    margin-bottom: 26px;
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li {
    font-weight: 700;
    color: #2c3038;
    padding-left: 30px;
    position: relative;
    margin-bottom: 11px;
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li:last-child {
    margin-bottom: 0;
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li i {
    font-size: 18px;
    color: #555cf5;
    position: absolute;
    top: -1px;
    left: 0;
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li a {
    color: inherit;
    transition: all .2s;
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li a:hover {
    color: #555cf5;
}

@media (max-width: 991px) {
    .hun-section-contact.layout-1 .inner-section .text-sec {
        padding-bottom: 69px;
    }
}

/*[ hun-section-coming-soon ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-coming-soon.layout-1 .inner-section {
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.hun-section-coming-soon.layout-1 .inner-section::before {
    content: '';
    display: block;
    width: 10000px;
    height: 160%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 60%;
    background: transparent;
    border-radius: 120px;
    transform-origin: center left;
    transform: rotateZ(-30deg);
    box-shadow: 0px 0px 0px 10000px #ffffff;
    filter: drop-shadow(0px 0px 0px transparent);
}

.hun-section-coming-soon.layout-1 .inner-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: #1d2a3b;
    opacity: .85;
}

.hun-section-coming-soon.layout-1 .inner-section .bg-video {
    width: 65%;
    height: 100%;
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec {
    width: 40%;
    padding: 60px 5% 60px 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec {
    width: 500px;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec .description-form {
    font-size: 24px;
    line-height: 1.5;
    color: #2c3038;
    margin-bottom: 40px;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec .description-form strong {
    font-size: 30px;
    font-weight: 800;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form {
    display: block;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input {
    color: #555a64;
    display: block;
    height: 50px;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    border-radius: 5px;
    padding: 0px 20px;
    margin-bottom: 15px;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:focus {
    border-color: #555cf5;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input::-webkit-input-placeholder {
    color: #999999;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-moz-placeholder {
    color: #999999;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input::-moz-placeholder {
    color: #999999;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-ms-input-placeholder {
    color: #999999;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-webkit-autofill, .hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-webkit-autofill:hover, .hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-webkit-autofill:focus, .hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-webkit-autofill:active {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form button {
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    width: 100%;
    padding: 0px 30px;
    border-radius: 5px;
    background-color: #555cf5;
    transition: all .2s;
    margin-top: 20px;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form button:hover {
    background-color: #1d2a3b;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec .note-form {
    font-size: 0.9rem;
    padding-top: 25px;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .social-sec {
    letter-spacing: 8px;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .social-sec .social-link {
    font-size: 17px;
    color: #555a64;
    line-height: 1;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .2s;
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .social-sec .social-link:hover {
    color: #ffffff;
    background-color: #555cf5;
}

.hun-section-coming-soon.layout-1 .inner-section .countdown-sec {
    width: 50%;
    padding-left: 5%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner {
    width: calc(155px + 155px + 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner .item-countdown {
    color: #ffffff;
    font-size: 14px;
    width: 155px;
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 20px 15px 15px 15px;
    margin: 10px;
}

.hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner .item-countdown .number-item {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 3px;
}

@media (max-width: 1299px) {
    .hun-section-coming-soon.layout-1 .inner-section::before {
        left: 65%;
    }
}

@media (max-width: 1199px) {
    .hun-section-coming-soon.layout-1 .inner-section::before {
        width: 160%;
        height: 10000px;
        top: auto;
        bottom: calc(100% - 480px);
        left: 0px;
        transform-origin: bottom center;
        transform: rotateZ(-15deg);
    }

    .hun-section-coming-soon.layout-1 .inner-section .bg-video {
        width: 100%;
        height: 699px;
    }

    .hun-section-coming-soon.layout-1 .inner-section .text-sec {
        order: 2;
        text-align: center;
        width: 100%;
        padding: 80px 15px;
        align-items: center;
    }

    .hun-section-coming-soon.layout-1 .inner-section .countdown-sec {
        order: 1;
        width: 100%;
        padding: 100px 15px 130px 15px;
    }
}

@media (max-width: 575px) {
    .hun-section-coming-soon.layout-1 .inner-section::before {
        bottom: calc(100% - 400px);
    }

    .hun-section-coming-soon.layout-1 .inner-section .bg-video {
        height: 500px;
    }

    .hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner {
        width: calc(110px + 110px + 40px);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner .item-countdown {
        font-size: 14px;
        width: 100px;
        height: 100px;
        padding: 15px 10px 10px 10px;
    }

    .hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner .item-countdown .number-item {
        font-weight: 700;
        font-size: 25px;
    }
}

/*[ hun-section-404 ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.hun-section-404.layout-1 .pic-sec {
    text-align: center;
    margin-bottom: 50px;
}

.hun-section-404.layout-1 .pic-sec img {
    width: 690px;
    max-width: 100%;
}

.hun-section-404.layout-1 .text-sec {
    text-align: center;
    margin-bottom: 75px;
}

.hun-section-404.layout-1 .text-sec .title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .hun-section-404.layout-1 .text-sec .title {
        font-size: 39px;
    }
}

.hun-section-404.layout-1 .text-sec .description {
    font-size: 18px;
}

#logo_footer {
    height: 100px;
    width: 200px;
}

.bandeau_footer {
    border-top: 1px solid;
    color: #a2a7b0;
}