@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
.container {
    max-width: 1200px;
}
.slick-slide:focus {
    outline: none;
}
.animsition-loading-1 {
    position: absolute;
    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%);
}
.loader08 {
    width: 20px;
    height: 20px;
    position: relative;
    animation: loader08 1s ease infinite;
    top: 50%;
    margin: -46px auto 0;
}
@keyframes loader08 {
    0%,
    100% {
        box-shadow: -13px 20px 0 #2020ba, 13px 20px 0 rgba(5, 35, 58, 0.2),
            13px 46px 0 rgba(5, 35, 58, 0.2), -13px 46px 0 rgba(5, 35, 58, 0.2);
    }
    25% {
        box-shadow: -13px 20px 0 rgba(5, 35, 58, 0.2), 13px 20px 0 #2020ba,
            13px 46px 0 rgba(5, 35, 58, 0.2), -13px 46px 0 rgba(5, 35, 58, 0.2);
    }
    50% {
        box-shadow: -13px 20px 0 rgba(5, 35, 58, 0.2),
            13px 20px 0 rgba(5, 35, 58, 0.2), 13px 46px 0 #2020ba,
            -13px 46px 0 rgba(5, 35, 58, 0.2);
    }
    75% {
        box-shadow: -13px 20px 0 rgba(5, 35, 58, 0.2),
            13px 20px 0 rgba(5, 35, 58, 0.2), 13px 46px 0 rgba(5, 35, 58, 0.2),
            -13px 46px 0 #2020ba;
    }
}
.btn-back-to-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 40px;
    height: 39px;
    bottom: -40px;
    right: 40px;
    background-color: #2020ba;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.symbol-btn-back-to-top {
    font-size: 20px;
    color: #fff;
    line-height: 1em;
}
.btn-back-to-top:hover {
    opacity: 1;
}
@media (max-width: 575px) {
    .btn-back-to-top {
        right: 15px;
    }
}
.show-btn-to-top {
    bottom: 0;
}
.validate-input {
    position: relative;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 6px 25px 5px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Roboto-Regular;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.alert-validate::after {
    content: "\f071";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

.r-gap {
    row-gap: 80px;
}
@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }

    .mob-title {
        line-height: 35px !important;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 25px !important;
        padding-bottom: 10px !important;
    }

    .mob-sub-title {
        line-height: 30px !important;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 17px !important;
    }
}
.container-header-desktop {
    height: 150px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header-v2 .container-header-desktop {
    height: auto;
}
.top-bar {
    height: 50px;
    background-color: #2020ba;
    overflow: hidden;
}
.wrap-menu-desktop {
    position: fixed;
    z-index: 1100;
    background-color: #fff;
    width: 100%;
    height: 100px;
    top: 50px;
    left: 0;
    -webkit-transition: height 0.3s, background-color 0.3s;
    -o-transition: height 0.3s, background-color 0.3s;
    -moz-transition: height 0.3s, background-color 0.3s;
    transition: height 0.3s, background-color 0.3s;
}
.header-v2 .wrap-menu-desktop {
    background-color: transparent;
    top: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}
.limiter-menu-desktop {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
}
.header-v3 .limiter-menu-desktop {
    justify-content: center;
}
.logo {
    position: relative;
    height: 65%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.logo img {
    max-width: calc(100% - 20px);
    /* max-height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    margin: auto;
}
.header-v3 .logo-v2 {
    display: block;
    text-align: center;
    height: 100%;
    max-width: 200px;
    /* max-height: 65%;
    margin: 0 75px; */
}
@media (max-width: 1199px) {
    .header-v3 .logo-v2 {
        margin: 0 35px;
    }
}
.header-v3 .logo-v2:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-v3 .logo-v2 img {
    position: initial;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.menu-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}
.menu-desktop .main-menu {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.menu-desktop .main-menu > li {
    display: block;
    position: relative;
    padding: 23px 0;
    margin: 0 5px;
}
.menu-desktop .main-menu > li > a {
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #555;
    padding: 5px 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.menu-desktop .main-menu > li:last-child {
    margin-right: 0;
}
.menu-desktop .main-menu > li:last-child a {
    padding-right: 0;
}
.header-v2 .menu-desktop .main-menu > li > a {
    color: #ddd;
}
.header-v3 .menu-desktop {
    position: relative;
}
.header-v3 .menu-desktop .main-menu.left {
    position: absolute;
    right: 100%;
}
.header-v3 .menu-desktop .main-menu.right {
    position: absolute;
    left: 100%;
}
.header-v3 .menu-desktop .main-menu > li > a {
    white-space: nowrap;
}
.header-v3 .menu-desktop .main-menu > li:last-child {
    margin-right: 5px;
}
.header-v3 .menu-desktop .main-menu > li:last-child a {
    padding-right: 20px;
}
.menu-desktop .sub-menu {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 310px;
    background-color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
}
.menu-desktop .sub-menu li {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.menu-desktop .sub-menu li:last-child {
    border: none;
}
.menu-desktop .main-menu > li > .sub-menu {
    top: 100%;
    left: 0;
}
.menu-desktop .sub-menu a {
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    display: block;
    padding: 10px 20px;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.arrow-sub-menu::after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 16px;
    color: #555;
    position: absolute;
    right: 10px;
    top: 8px;
}
.arrow-sub-menu:hover:after {
    color: #fff;
}
.menu-desktop .main-menu > li:hover > a {
    text-decoration: none;
    color: #16a086;
}
.menu-desktop .main-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.menu-desktop .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.menu-desktop .sub-menu li:hover {
    background-color: #16a086;
}
.menu-desktop .sub-menu > li:hover > a {
    color: #fff;
    text-decoration: none;
}
.fix-menu-desktop {
    height: 110px;
}
.fix-menu-desktop .wrap-menu-desktop {
    height: 100px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.fix-menu-desktop .wrap-menu-desktop .menu-desktop .main-menu > li {
    padding: 18px 0;
}
.header-v2 .fix-menu-desktop .wrap-menu-desktop {
    background-color: rgba(5, 35, 58, 0.95);
    border-color: rgba(5, 35, 58, 0.95);
}
.container-header-mobile {
    display: none;
}
.wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #f5f5f5;
    padding: 15px;
    box-shadow: 0 0 4px 0 rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0 0 4px 0 rgba(153, 153, 153, 0.3);
    -webkit-box-shadow: 0 0 4px 0 rgba(153, 153, 153, 0.3);
    -o-box-shadow: 0 0 4px 0 rgba(153, 153, 153, 0.3);
    -ms-box-shadow: 0 0 4px 0 rgba(153, 153, 153, 0.3);
}
.logo-mobile {
    display: block;
    position: relative;
    height: 100%;
    padding-right: 25px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.logo-mobile img {
    /* max-width: calc(100% - 20px);
    max-height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    height: 26px;
    width: 35px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    border-radius: 0;
    width: 35px;
    height: 5px;
    background-color: #333;
}
@media (max-width: 991px) {
    .container-header-mobile {
        display: block;
    }
    .container-header-desktop {
        display: none;
    }
}
.menu-mobile {
    width: 100%;
    background-color: #fff;
    display: none;
}
.menu-mobile .main-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #16a086;
}
.menu-mobile .main-menu > li > a {
    font-family: Roboto-Bold;
    font-size: 15px;
    color: #fff;
    line-height: 2.86;
    padding: 8px 20px;
}
.menu-mobile .main-menu > li > a:hover {
    color: #2020ba;
}
.menu-mobile .main-menu li {
    position: relative;
}
.menu-mobile .arrow-main-menu-m {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 10px;
    cursor: pointer;
}
.menu-mobile .sub-menu .arrow-main-menu-m {
    color: #555;
    top: 0;
}
.menu-mobile .arrow-main-menu-m i {
    transform-origin: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-mobile .arrow-main-menu-m.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-mobile .sub-menu {
    background-color: #fff;
    display: none;
}
.menu-mobile .sub-menu li {
    padding: 0 15px 0 32px;
    border-bottom: 1px solid #ddd;
}
.menu-mobile .sub-menu .sub-menu {
    padding-bottom: 10px;
}
.menu-mobile .sub-menu .sub-menu li {
    border: none;
}
.menu-mobile .sub-menu a {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #555;
    line-height: 2.5;
    padding: 5px 0;
}
.menu-mobile .sub-menu a:hover {
    text-decoration: none;
    color: #16a086;
}
@media (min-width: 992px) {
    .menu-mobile {
        display: none;
    }
}
.persephone.tparrows {
    cursor: pointer;
    background: rgba(5, 35, 58, 0.3);
    position: absolute;
    display: block;
    z-index: 100;
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background 0.2s, border-color 0.2s;
    -o-transition: background 0.2s, border-color 0.2s;
    -moz-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
}
.persephone.tparrows:hover {
    background: #2020ba;
    border-color: rgba(255, 255, 255, 0.8);
}
.rev_slider_3 .tp-caption,
.rev_slider_2 .tp-caption,
.rev_slider_1 .tp-caption {
    white-space: normal !important;
}
#rev_slider_3 .caption-1,
#rev_slider_2 .caption-1,
#rev_slider_1 .caption-1 {
    font-family: Roboto-Bold;
    letter-spacing: 2.5px;
}
#rev_slider_3 .caption-2,
#rev_slider_2 .caption-2,
#rev_slider_1 .caption-2 {
    font-family: Roboto-Regular;
}
#rev_slider_3 .btn2,
#rev_slider_3 .btn1,
#rev_slider_2 .btn2,
#rev_slider_2 .btn1,
#rev_slider_1 .btn2,
#rev_slider_1 .btn1 {
    font-family: Roboto-Regular;
    font-size: 14px !important;
    text-transform: uppercase;
    width: 150px;
    height: 50px;
    padding: 5px 15px !important;
    margin: 5px !important;
    -webkit-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    transition: all 0.2s !important;
}
#rev_slider_3 .btn1,
#rev_slider_2 .btn1,
#rev_slider_1 .btn1 {
    background-color: #00a3a1;
    color: #fff;
}
#rev_slider_3 .btn2,
#rev_slider_2 .btn2,
#rev_slider_1 .btn2 {
    background-color: #fff;
    color: #666;
}
#rev_slider_3 .btn2:hover,
#rev_slider_3 .btn1:hover,
#rev_slider_2 .btn2:hover,
#rev_slider_2 .btn1:hover,
#rev_slider_1 .btn2:hover,
#rev_slider_1 .btn1:hover {
    background-color: #2020ba;
    color: #fff;
}
.rs1-select2 .select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}
.rs1-select2 .select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    height: 50px;
    background-color: #fff;
    border-radius: 0;
    position: relative;
}
.rs1-select2
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #666;
    line-height: 1.2;
    padding-left: 20px;
    background-color: transparent;
}
.rs1-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 20px;
    height: 100%;
    top: 0;
    right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rs1-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    color: #666;
}
.rs1-select2
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow::after {
    content: "\f106";
}
.rs1-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
    border-top-color: #333;
}
.rs1-select2
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
    border-bottom-color: #333;
}
.rs1-select2 .select2-container--open .select2-dropdown {
    z-index: 1251;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    left: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.rs1-select2 .select2-dropdown--above {
    top: -2px;
}
.rs1-select2 .select2-dropdown--below {
    top: 2px;
}
.rs1-select2 .select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
    background: #f2f2f2;
    color: #555;
    font-family: Roboto-Bold;
}
.rs1-select2
    .select2-container
    .select2-results__option--highlighted[aria-selected] {
    background: #16a086;
    color: #fff;
}
.rs1-select2 .select2-results__options {
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #666;
    line-height: 1.2;
}
.rs1-select2 .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #666;
    line-height: 1.2;
}
.rs2-select2 .select2-container .select2-selection--single {
    height: 30px;
    border: 1px solid #16a086;
}
.rs2-select2
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #555;
}
.rs2-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 18px;
    color: #16a086;
}
.rs2-select2
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow::after {
    content: "\f0d8";
}
.rs2-select2 .select2-container--open .select2-dropdown {
    border: 1px solid #16a086;
}
.rs2-select2 .select2-container .select2-results__option[aria-selected] {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
}
.rs2-select2 .select2-results__options,
.rs2-select2 .select2-search--dropdown .select2-search__field {
    font-size: 14px;
}
.rs3-select2 .select2-container .select2-selection--single {
    height: 40px;
}
.rs3-select2
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-family: Roboto-Medium;
    font-size: 18px;
    color: #555;
    padding-left: 10px;
}
.rs3-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 5px;
}
.rs3-select2 .select2-container .select2-results__option[aria-selected] {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
}
.rs3-select2 .select2-results__options {
    font-family: Roboto-Medium;
    font-size: 18px;
    color: #555;
}
.rs4-select2 .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #ccc;
}
.rs4-select2
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #555;
    padding-left: 10px;
}
.rs4-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 5px;
}
.rs4-select2 .select2-container .select2-results__option[aria-selected] {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}
.rs4-select2 .select2-results__options {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #555;
}
.mfp-bg {
    z-index: 10000;
    background-color: #000;
    opacity: 0.9;
}
.mfp-wrap {
    z-index: 10000;
}
.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;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.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;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.wrap-slick2,
.wrap-slick1 {
    margin-right: -15px;
    margin-left: -15px;
}
.wrap-slick2 .dots-slick,
.wrap-slick1 .dots-slick {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wrap-slick2 .dots-slick li,
.wrap-slick1 .dots-slick li {
    cursor: pointer;
    margin: 0 5px;
    padding: 10px 0;
}
.wrap-slick2 .dots-slick li div,
.wrap-slick1 .dots-slick li div {
    width: 50px;
    height: 5px;
    background: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.wrap-slick2 .dots-slick li.slick-active div,
.wrap-slick1 .dots-slick li.slick-active div {
    background: #16a086;
}
.wrap-slick2 .dots-slick li:hover div,
.wrap-slick1 .dots-slick li:hover div {
    background: #16a086;
}
@media (max-width: 575px) {
    .wrap-slick2 .dots-slick li div,
    .wrap-slick1 .dots-slick li div {
        width: 25px;
    }
}
.rs1-slick2.wrap-slick2 .dots-slick li div {
    background-color: #f5f5f5;
}
.rs1-slick2.wrap-slick2 .dots-slick li.slick-active div {
    background-color: #16a086;
}
.rs1-slick2.wrap-slick2 .dots-slick li:hover div {
    background-color: #16a086;
}
.wrap-slick3 {
    position: relative;
    margin: 0 -15px;
}
.wrap-slick3 .wrap-arrow-slick {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    bottom: calc((100% - 60px) / 2);
}
.wrap-slick3 .arrow-slick {
    position: absolute;
    top: 0;
}
.wrap-slick3 .prev-slick {
    right: calc(100%);
}
.wrap-slick3 .next-slick {
    left: calc(100%);
}
@media (max-width: 1250px) {
    .wrap-slick3 .prev-slick {
        right: calc(100% - 15px);
    }
    .wrap-slick3 .next-slick {
        left: calc(100% - 15px);
    }
}
.active > a {
    color: #004aad !important;
}

.gallery-col {
    height: 400px !important;
}
.gallery-col iframe {
    width: 100% !important;
    height: 100% !important;
}
.swal-overlay {
    overflow-y: auto;
}
.swal-button:focus {
    outline: none;
    box-shadow: none;
}
.swal-button {
    background-color: #16a086;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.swal-button:hover {
    background-color: #2020ba;
}
.swal-button:active {
    background-color: #2020ba;
}
.swal-title {
    font-family: Roboto-Bold;
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 0 15px;
}
.swal-text {
    font-family: Roboto-Medium;
    color: #666;
    font-size: 16px;
    line-height: 1.666667;
    text-align: center;
}
.swal-footer {
    margin-top: 0;
}
.tab02 .nav-tabs {
    border-color: #d0d0d0;
}
.tab02 .nav-link {
    font-family: Roboto-Medium;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    border-radius: 0;
    padding: 7px 29px;
}
.tab02 .nav-link.active {
    background-color: #fff;
    color: #16a086;
    border-color: #d0d0d0 #d0d0d0 #fff;
}
.tab02 .nav-link:hover {
    color: #16a086;
    border-color: #d0d0d0;
}
.tab02 .nav-link.active:hover {
    border-bottom-color: #fff;
}
.tab02 .tab-content {
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}
@media (max-width: 575px) {
    .tab02 .nav-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #d0d0d0;
    }
    .tab02 .nav-link {
        border: none;
        border-left: 2px solid transparent;
    }
    .tab02 .nav-link.active {
        background-color: transparent;
        border-left: 2px solid #16a086;
    }
}
.progress-item {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #ccc;
}
.progress-inner {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: #16a086;
    position: relative;
}
.progress-inner::before {
    content: attr(data-percent);
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -16px;
    top: -36px;
    min-width: 38px;
    height: 25px;
    border-radius: 4px;
    background: #16a086;
    padding: 0 3px;
}
.progress-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #16a086;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: -3px;
    top: -12px;
}
.breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 1.5;
    color: #ddd;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.breadcrumb-item + .breadcrumb-item::before {
    height: 100%;
    content: "/";
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 1.5;
    padding-right: 4px;
    padding-left: 5px;
    color: #ddd;
}
a.breadcrumb-item {
    color: #fff;
}
a.breadcrumb-item:hover {
    color: #fff;
}
.pagi-item {
    font-family: Roboto-Medium;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    width: 30px;
    height: 30px;
    border: 1px solid #16a086;
    margin: 3px 5px 3px 0;
}
.pagi-item:last-child {
    margin-right: 0;
}
.pagi-item:hover {
    background-color: #16a086;
    border-color: #16a086;
    color: #fff;
}
.pagi-item.active-pagi {
    background-color: #16a086;
    border-color: #16a086;
    color: #fff;
}
.wrap-num-product {
    width: 100%;
    height: 100%;
    border: 1px solid #16a086;
    position: relative;
}
.btn-num-product-up,
.btn-num-product-down {
    font-family: FontAwesome;
    color: #16a086;
    font-size: 18px;
    line-height: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    width: 25px;
    height: 18px;
    padding-left: 5px;
}
.btn-num-product-up {
    top: 0;
    align-items: flex-end;
}
.btn-num-product-down {
    bottom: 0;
    align-items: flex-start;
}
.btn-num-product-up:active,
.btn-num-product-down:active {
    opacity: 0.6;
}
.num-product {
    width: calc(100% - 25px);
    height: 100%;
    background-color: transparent;
    padding-left: 10px;
}
input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}
input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wrap-cmt {
    padding-top: 30px;
}
.item-cmt {
    padding-bottom: 30px;
}
.item-cmt:last-child {
    border-bottom: 1px solid #ccc;
}
.wrap-cmt:last-child .item-cmt {
    border: none;
}
.rep-cmt {
    margin-left: 90px;
}
.cmt-pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.cmt-pic img {
    width: 100%;
    height: auto;
}
.cmt-text {
    width: calc(100% - 105px);
    margin-top: -6px;
}
@media (max-width: 575px) {
    .rep-cmt {
        margin-left: 50px;
    }
    .cmt-text {
        width: 100%;
        margin-top: 10px;
    }
}
.cart {
    position: relative;
    padding: 15px 0;
}
.cart-content {
    width: 340px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    padding: 25px 20px 35px;
    background-color: #fff;
    border-top: 3px solid #16a086;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}
.cart:hover .cart-content {
    visibility: visible;
    opacity: 1;
}
.cart-product {
    overflow: hidden;
}
.cart-product-wrap-item {
    max-height: 230px;
    overflow-y: auto;
}
.cart-product-item {
    border-bottom: 1px solid #d6d6d6;
    padding: 5px 0;
}
.cart-product-item-close {
    z-index: 1000;
}
.cart-product-pic {
    display: block;
    width: 80px;
    height: 80px;
}
.cart-product-text {
    width: calc(100% - 100px);
    height: 100%;
}
.cart-btn {
    width: calc((100% - 5px) / 2);
    height: 40px;
}
@media (max-width: 575px) {
    .cart-content {
        width: 300px;
    }
}
.wrap-table-shopping-cart {
    overflow: auto;
}
.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 720px;
}
.table_head {
    background-color: #2020ba;
}
.table-shopping-cart tr.table_row {
    border-bottom: 1px solid #ccc;
}
.table-shopping-cart .column-1 {
    width: 170px;
    padding-left: 20px;
}
.table-shopping-cart .column-2 {
    width: 230px;
}
.table-shopping-cart .column-3 {
    width: 170px;
}
.table-shopping-cart .column-4 {
    width: 200px;
}
.table-shopping-cart .column-5 {
    width: 200px;
}
.table-shopping-cart .table_row td {
    padding-top: 30px;
    padding-bottom: 30px;
}
.table-shopping-cart .table_head th {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    font-weight: unset;
    padding-top: 13px;
    padding-bottom: 13px;
}
.table-shopping-cart .table_row .column-2 {
    font-family: Roboto-Medium;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    line-height: 1.6;
}
.table-shopping-cart .table_row .column-3,
.table-shopping-cart .table_row .column-5 {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.block1 {
    height: 100%;
    overflow: hidden;
    min-height: 270px;
    border: 1px solid #ccc;
    padding: 25px;
}
.block1-symbol {
    height: 60px;
    transform-origin: top center;
    -webkit-transform: scale(1.58) translateY(-22px);
    -moz-transform: scale(1.58) translateY(-22px);
    -ms-transform: scale(1.58) translateY(-22px);
    -o-transform: scale(1.58) translateY(-22px);
    transform: scale(1.58) translateY(-22px);
}
.block1-show {
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -ms-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(71px);
}

.block2-show {
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -ms-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(111px);
}

.block1-hide {
    opacity: 0;
    transform-origin: bottom center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.block1:hover {
    min-height: 270px;
    background-color: #7030a0;
    border-color: #7030a0;
}
.block1:hover .block1-symbol {
    height: 60px;
}
.block1:hover .block1-show {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.block1:hover .block1-hide {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.block1:hover .block1-symbol {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}
.block1:hover .block1-title {
    color: #fff;
}
.block1:hover .symbol-dark {
    opacity: 0;
}
.block1:hover .symbol-light {
    opacity: 1;
}
.block2 {
    height: 100%;
    min-height: 285px;
    overflow: hidden;
}
.block2-content {
    height: 100%;
    background-color: rgba(5, 35, 58, 0.9);
    padding: 35px 30px;
    -webkit-transform: translateY(calc(100% - 50px));
    -moz-transform: translateY(calc(100% - 50px));
    -ms-transform: translateY(calc(100% - 50px));
    -o-transform: translateY(calc(100% - 50px));
    transform: translateY(calc(100% - 50px));
}
.block2-title {
    width: 100%;
    min-height: 50px;
    padding: 5px 0;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
}
.block2:hover .block2-content {
    background-color: rgba(5, 35, 58, 0.8);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.block2:hover .block2-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.block3 {
    justify-content: flex-start;
    align-items: center;
    min-height: 242px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding: 30px 50px 30px 0;
}
.block3-content {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.block3-pic {
    width: 123px;
    border: 2px solid rgba(204, 204, 204, 0.3);
    border-left: none;
    margin: 11px 0 8px;
}
.block3-text {
    width: calc(100% - 123px - 22px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 8px 0;
}
@media (min-width: 992px) {
    .wrap-block3:nth-child(even) .block3 {
        padding: 30px 0 30px 50px;
    }
    .wrap-block3:nth-child(even) .block3-content {
        flex-direction: row-reverse;
    }
    .wrap-block3:nth-child(even) .block3-pic {
        border-left: 2px solid rgba(204, 204, 204, 0.3);
        border-right: none;
    }
    .wrap-block3:nth-child(even) .block3-text {
        flex-direction: column;
        align-items: flex-end;
    }
    .wrap-block3:nth-child(even) .block3-text-child {
        text-align: right;
    }
}
@media (max-width: 991px) {
    .block3 {
        width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .block3 {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .block3 {
        padding: 30px 15px;
    }
}
.block3.rs1-block3 {
    border: 1px solid #ccc;
}
.wrap-block4 {
    overflow: hidden;
}
.block4 {
    -webkit-transform: translateY(85px);
    -moz-transform: translateY(85px);
    -ms-transform: translateY(85px);
    -o-transform: translateY(85px);
    transform: translateY(85px);
}
.block4-pic {
    width: 100%;
    height: 390px;
    display: block;
    text-align: center;
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -ms-transform: scale(0.94);
    -o-transform: scale(0.94);
    transform: scale(0.94);
    transform-origin: bottom center;
}
.block4-pic::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
.block4-pic img {
    cursor: zoom-in;
    max-height: 100%;
    max-width: 80%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    vertical-align: middle;
}
.block4-text {
    height: 90px;
}
.block4-pic img,
.block4-pic,
.block4 {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.slick-center .block4 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.slick-center .block4-pic {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.slick-center .block4-pic img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.block5-1,
.block5-3 {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
}
.block5-1::after,
.block5-3::after {
    font-family: FontAwesome;
    font-size: 24px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 35, 58, 0.8);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.block5-1::after {
    content: "\f104";
}
.block5-3::after {
    content: "\f105";
}
.block5-1:hover:after,
.block5-3:hover:after {
    opacity: 1;
}
.block5-2 {
    width: 200px;
    height: 50px;
}
@media (max-width: 575px) {
    .block5-1,
    .block5-3 {
        width: 50px;
        height: 50px;
    }
    .block5-2 {
        width: 150px;
        height: 40px;
        font-size: 14px !important;
    }
    .block5-2 i {
        font-size: 16px;
    }
}
.bcl-0 {
    border-color: #fff;
}
.bcl-1 {
    border-color: #111;
}
.bcl-2 {
    border-color: #222;
}
.bcl-3 {
    border-color: #333;
}
.bcl-4 {
    border-color: #444;
}
.bcl-5 {
    border-color: #555;
}
.bcl-6 {
    border-color: #666;
}
.bcl-7 {
    border-color: #777;
}
.bcl-8 {
    border-color: #888;
}
.bcl-9 {
    border-color: #999;
}
.bcl-10 {
    border-color: #2020ba;
}
.bcl-11 {
    border-color: #16a086;
}
.bcl-12 {
    border-color: #ccc;
}
.bcl-13 {
    border-color: rgba(204, 204, 204, 0.7);
}
.bcl-14 {
    border-color: #ddd;
}
.cl-none {
    color: transparent;
}
.cl-0 {
    color: #fff;
}
.cl-1 {
    color: #111;
}
.cl-2 {
    color: #222;
}
.cl-3 {
    color: #333;
}
.cl-4 {
    color: #444;
}
.cl-5 {
    color: #555;
}
.cl-6 {
    color: #666;
}
.cl-7 {
    color: #777;
}
.cl-8 {
    color: #888;
}
.cl-9 {
    color: #999;
}
.cl-10 {
    color: #2020ba;
}
.cl-11 {
    color: #16a086;
}
.cl-12 {
    color: #e5e5e5;
}
.cl-13 {
    color: #ddd;
}
.cl-14 {
    color: #ccc;
}
.cl-15 {
    color: #f2f2f2;
}
.cl-16 {
    color: #595959;
}
.t1-s-1 {
    font-family: Roboto-Regular;
    font-size: 12px;
    line-height: 1.5;
}
.t1-s-2 {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 1.7;
}
.t1-s-3 {
    font-family: Roboto-Medium;
    font-size: 12px;
    line-height: 2;
}
.t1-s-4 {
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 1.7;
}
.t1-s-5 {
    font-family: Roboto-Medium;
    font-size: 14px;
    line-height: 1.7;
}
.t1-s-6 {
    font-family: Roboto-Regular;
    font-size: 13px;
    line-height: 1.9;
}
.t1-s-7 {
    font-family: Roboto-Bold;
    font-size: 15px;
    line-height: 1.5;
}
.t1-s-8 {
    font-family: Roboto-Bold;
    font-size: 13px;
    line-height: 1.5;
}
.t1-m-1 {
    font-family: Roboto-Medium;
    font-size: 18px;
    line-height: 1.333333;
}
.t1-m-2 {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 1.5;
}
.t1-m-3 {
    font-family: Roboto-Bold;
    font-size: 18px;
    line-height: 1.333333;
}
.t1-m-4 {
    font-family: Roboto-Regular;
    font-size: 24px;
    line-height: 1.5;
}
.t1-m-5 {
    font-family: Roboto-Medium;
    font-size: 24px;
    line-height: 1.2;
}
.t1-m-6 {
    font-family: Roboto-Bold;
    font-size: 16px;
    line-height: 1.5;
}
.t1-m-7 {
    font-family: Roboto-Medium;
    font-size: 16px;
    line-height: 1.5;
}
.t1-m-8 {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 1.333333;
}
.t1-m-9 {
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 1.3;
}
.t1-m-10 {
    font-family: Roboto-Bold;
    font-size: 18px;
    line-height: 1.3;
}
.t1-b-1 {
    font-family: Roboto-Bold;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
}
.t1-b-2 {
    font-family: Roboto-Bold;
    font-size: 60px;
    line-height: 1.1;
}
.t1-b-3 {
    font-family: Roboto-Medium;
    font-size: 30px;
    line-height: 1.2;
}
.t1-b-4 {
    font-family: Roboto-Bold;
    font-size: 30px;
    line-height: 1.2;
}
.size-a-1 {
    min-width: 130px;
    height: 30px;
}
.size-a-2 {
    width: 80px;
    height: 3px;
}
.size-a-3 {
    width: 100%;
    height: 50px;
}
.size-a-4 {
    min-width: 150px;
    height: 50px;
}
.size-a-5 {
    width: calc(100% - 160px);
    height: 50px;
}
.size-a-6 {
    width: 160px;
    height: 50px;
}
.size-a-7 {
    width: 30px;
    height: 30px;
}
.size-a-8 {
    width: calc((100% - 30px) / 3);
    padding-top: calc((100% - 30px) / 3);
}
.size-a-9 {
    min-width: 180px;
    height: 50px;
}
.size-a-10 {
    min-width: 160px;
    height: 50px;
}
.size-a-11 {
    max-width: 100%;
    max-height: 120%;
}
.size-a-12 {
    min-width: 160px;
    height: 40px;
}
.size-a-13 {
    width: 70px;
    height: 70px;
}
.size-a-14 {
    width: 100%;
    min-height: 150px;
}
.size-a-15 {
    min-width: 155px;
    height: 40px;
}
.size-a-16 {
    width: 40px;
    height: 40px;
}
.size-a-17 {
    width: calc(100% - 40px);
    height: 40px;
}
.size-a-18 {
    width: calc(50% - 15px);
    min-height: 500px;
}
.size-a-19 {
    width: 87px;
    height: 87px;
}
.size-a-20 {
    width: 100%;
    min-height: 50px;
}
.size-a-21 {
    width: calc(100% - 35px);
    height: 35px;
}
.size-a-22 {
    width: 35px;
    height: 35px;
}
.size-a-23 {
    min-width: 130px;
    height: 40px;
}
.size-a-24 {
    min-width: 50px;
    height: 25px;
}
.size-a-25 {
    width: 70px;
    height: 40px;
}
.size-a-26 {
    min-width: 150px;
    height: 40px;
}
.size-a-27 {
    width: 80px;
    height: 80px;
}
.size-a-28 {
    width: 100%;
    height: 40px;
}
.size-a-29 {
    min-width: 210px;
    height: 50px;
}
.size-a-30 {
    width: 150px;
    height: 40px;
}
.size-w-0 {
    min-width: 0;
    flex-grow: 1;
}
.size-w-1 {
    max-width: 100%;
    width: 660px;
}
.size-w-2 {
    max-width: 100%;
    width: 566px;
}
.size-w-3 {
    width: 28px;
}
.size-w-4 {
    width: calc(100% - 28px);
}
.size-w-5 {
    width: calc(50% + 15px);
    max-width: 615px;
}
.size-w-6 {
    width: 470px;
    max-width: 100%;
}
.size-w-7 {
    max-width: 100%;
    width: 370px;
}
.size-w-8 {
    width: 36%;
}
.size-w-9 {
    width: 64%;
}
.size-h-1 {
    height: 60px;
}
.size-h-2 {
    max-height: 84px;
}
.size-h-3 {
    min-height: 350px;
}
.size-h-4 {
    height: 550px;
}
.bg-none {
    background-color: transparent;
}
.bg-0 {
    background-color: #fff;
}
.bg-1 {
    background-color: #111;
}
.bg-2 {
    background-color: #222;
}
.bg-3 {
    background-color: #333;
}
.bg-4 {
    background-color: #444;
}
.bg-5 {
    background-color: #555;
}
.bg-6 {
    background-color: #666;
}
.bg-7 {
    background-color: #777;
}
.bg-8 {
    background-color: #888;
}
.bg-9 {
    background-color: #999;
}
.bg-10 {
    background-color: #00A3A1;
}
.bg-11 {
    background-color: #00a3a1;
}
.bg-12 {
    background-color: #f5f5f5;
}
.bg-13 {
    background-color: #dc7356;
}
.bg-img1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img2 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.kit-overlay2,
.kit-overlay1 {
    position: relative;
    z-index: 1;
}
.kit-overlay2::before,
.kit-overlay1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2020ba;
}
footer .kit-overlay1::before {
    background: #3b1066;
}
.kit-overlay1::before {
    opacity: 0.9;
}
.kit-overlay2::before {
    opacity: 0.8;
}
.kit-list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.kit-list1::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 7px;
}
.kit-list1 > a {
    max-width: calc(100% - 17px);
}
.kit-list2 {
    position: relative;
    padding-left: 27px;
}
.kit-list2::before {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 14px;
    color: #555;
    position: absolute;
    left: 0;
    top: -1px;
}
.kit-symbol1 {
    position: relative;
}
.kit-symbol1::before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 36px;
    color: #16a086;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: -43px;
}
.kit-pos1 {
    position: absolute;
    top: -35px;
    left: 50px;
}
@media (min-width: 1368px) {
    .kit-pos2 {
        position: relative;
        height: 124px;
    }
    .kit-pos2-1 {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
}
.kit-bor1 {
    border: 10px solid #fff;
    border-bottom: none;
}
@media (max-width: 1368px) {
    .kit-bor1 {
        border: none;
    }
}
.kit-underline1 {
    position: relative;
}
.kit-underline1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    border-left: 70px solid #2020ba;
}
.hov-cl0:hover {
    color: #fff;
}
.hov-bg0:hover {
    background-color: #fff;
}
.hov-cl10:hover {
    color: #2020ba;
}
.hov-bg10:hover {
    background-color: #2020ba;
}
.hov-img0 {
    display: block;
}
.hov-img0 img {
    width: 100%;
    -webkit-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.hov-img0:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.hov-img1 img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hov-img1:hover img {
    opacity: 0.8;
}
.hov-img2 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.hov-img2:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.hov-link1:hover {
    color: #2020ba;
}
.hov-link2:hover {
    color: #fff;
	text-decoration: underline;
}
.card-shadow .hov-link2:hover {
    color: #000 !important;
	text-decoration: none;
	cursor: default !important;
}
.text-nowrap .hov-link2:hover {
	text-decoration: none;
}
.hov-link3:hover {
    color: #16a086;
    text-decoration: underline;
}
.hov-btn1:hover {
    background-color: #2020ba;
    border-color: #2020ba;
    color: #fff;
}
.hov-btn2:hover {
    background-color: #fff;
    border-color: #fff;
    color: #16a086;
}
.hov-btn3:hover {
    background-color: #16a086;
    border-color: #16a086;
    color: #fff;
}
.hov-overlay1 {
    position: relative;
}
.hov-overlay1::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hov-overlay1:hover:after {
    background: rgba(22, 160, 134, 0.5);
}
.hov-1 {
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hov-1-1,
.hov-1-2 {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hov-1-1 {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.hov-1-2 {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.hov-1:hover {
    background: rgba(5, 35, 58, 0.9);
}
.hov-1:hover .hov-1-1,
.hov-1:hover .hov-1-2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.hov-2 {
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hov-2-1 {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.hov-2:hover {
    background: rgba(5, 35, 58, 0.8);
}
.hov-2:hover .hov-2-1 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.hov-3 {
    border-left: 7px solid transparent;
}
.hov-3:hover {
    /* border-color: #16a086; */
    border-color: #f5f5f5;
    color: #16a086;
}
.txt-line-through {
    text-decoration: line-through;
}
.z-index-10 {
    z-index: 10;
}
.z-index-100 {
    z-index: 100;
}
.z-index-1000 {
    z-index: 1000;
}
.focus-in0:focus::-webkit-input-placeholder {
    color: transparent;
}
.focus-in0:focus:-moz-placeholder {
    color: transparent;
}
.focus-in0:focus::-moz-placeholder {
    color: transparent;
}
.focus-in0:focus:-ms-input-placeholder {
    color: transparent;
}
.focus-in1:focus {
    border-color: #16a086;
}
.focus-in1:focus {
    border-color: #16a086;
}
.focus-in1:focus {
    border-color: #16a086;
}
.focus-in1:focus {
    border-color: #16a086;
}
.plh-3::-webkit-input-placeholder {
    color: #333;
}
.plh-3:-moz-placeholder {
    color: #333;
}
.plh-3::-moz-placeholder {
    color: #333;
}
.plh-3:-ms-input-placeholder {
    color: #333;
}
.plh-6::-webkit-input-placeholder {
    color: #666;
}
.plh-6:-moz-placeholder {
    color: #666;
}
.plh-6::-moz-placeholder {
    color: #666;
}
.plh-6:-ms-input-placeholder {
    color: #666;
}
.plh-9::-webkit-input-placeholder {
    color: #999;
}
.plh-9:-moz-placeholder {
    color: #999;
}
.plh-9::-moz-placeholder {
    color: #999;
}
.plh-9:-ms-input-placeholder {
    color: #999;
}
.parallax100 {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .parallax100 {
        background-attachment: inherit;
    }
}
.wrap-pic-s,
.wrap-pic-max-s,
.wrap-pic-w,
.wrap-pic-max-w,
.wrap-pic-h,
.wrap-pic-max-h {
    display: block;
}
.wrap-pic-w > img {
    width: 100%;
}
.wrap-pic-max-w > img {
    max-width: 100%;
}
.wrap-pic-h > img {
    height: 100%;
}
.wrap-pic-max-h > img {
    max-height: 100%;
}
.wrap-pic-s > img {
    width: 100%;
    height: 100%;
}
.wrap-pic-max-s > img {
    max-width: 100%;
    max-height: 100%;
}
.active-1 {
    border-color: #16a086;
}
.active-2 {
    background-color: #16a086;
    color: #fff;
}
@media (max-width: 1368px) {
    .respon-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .respon-6 {
        margin-bottom: 40px;
    }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
    .respon-3 {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: unset;
        padding-top: 52%;
    }
    .respon-4 {
        width: calc(100% / 12 * 8);
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .respon-4 {
        width: calc(100% / 12 * 10);
    }
}
@media (max-width: 575px) {
    .respon-1 {
        padding-left: 55px;
        padding-right: 55px;
    }
    .respon-2 {
        font-size: 18px;
    }
    .respon-4 {
        width: 100%;
    }
}
@media (max-width: 480px) {
}
.ld-size-1 {
    min-height: 500px;
}
.ld-size-2 {
    width: calc((100% - 66px) / 2);
}
.ld-size-3 {
    max-width: 397px;
}
.ld-size-4 {
    width: 208px;
}
.ld-size-5 {
    width: calc(100% - 208px);
}
.ld-size-6 {
    width: 175px;
    height: 50px;
}
.ld-text-1 {
    font-family: Roboto-Bold;
    font-size: 40px;
    line-height: 1.2;
}
.ld-text-2 {
    font-family: Roboto-Bold;
    font-size: 50px;
    line-height: 1.2;
}
.ld-text-3 {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 1.388888;
}
.hov-img-ld {
    display: block;
}
.hov-img-ld img {
    width: 100%;
    -webkit-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.hov-img-ld:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.ld-overlay2,
.ld-overlay1 {
    position: relative;
    z-index: 1;
}
.ld-overlay2::before,
.ld-overlay1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}
.ld-overlay1::before {
    opacity: 0.6;
}
.ld-overlay2::before {
    opacity: 0.8;
}
.badge-tag {
    font-size: 20px;
    font-weight: 600;
    color: #999;
    border: none;
    background-color: #fff;
    border: 2px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 4px 14px;
    margin-right: 2px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.contact-map iframe {
    width: 100% !important;
}

/* whats app icon */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:5px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float-icon{
	position:fixed;
	width:60px;
	height:60px;
	bottom:5px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float-icon:hover{
    color: white;
}
.float:hover{
    color: white;
}
.my-float{
	margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}
.social-btn:hover{
    background-color: #3bb6fe;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin: 10px;
    font-size: 20px;
    transition: 0.5s
}
.card-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
}
.sales-mail:hover{
    color: #ffffff!important;
}

.sales-number:hover{
    color: #ffffff!important;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}

@media (max-width: 991px) {
    .ld-respon1 {
        width: 80%;
    }
    .ld-respon2 {
        width: 80%;
        margin-right: 0;
        margin-left: 0;
    }
    .mob-head-title {
        font-size: 25px !important;
    }
    .r-gap {
        row-gap: 138px;
    }
    .blog-col {
        flex-direction: column-reverse;
    }
}
@media (max-width: 575px) {
    .ld-respon1 {
        width: 100%;
    }
    .ld-respon2 {
        width: 100%;
    }
    .r-gap {
        row-gap: 138px;
    }
}


footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}

footer .hov-btn2:hover {
    background-color: #fff;
    border-color: #fff;
    color: #16a086 !important;
	text-decoration: none;
}

.float {
    left: unset;
    bottom: 75px;
    right: 10px;
  }

  .float-icon, .float {
    /* box-shadow: none; */
    transition: all 0.3s;
  }
  .float-icon:hover, .float:hover {
    scale: 1.1;
  }
.btn-back-to-top
{
    display: none;
}

label.error {
    color: #b00;
    text-shadow: 0 0 1px #fff;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9910;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }