@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Nunito+Sans:300,400,600,700,800,900&display=swap&subset=latin-ext,vietnamese");

html,
body {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    color: #303030;
    font-family: "Montserrat", sans-serif;;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
}
/* không cho copy ảnh+text */
body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
  }
  /* ----------- */
a {
    color: #29aae1;
    text-decoration: none !important;
}

body {
    overflow: hidden;
}

.content-wrapper,
.centered {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
    font-family: "Montserrat", sans-serif;
}
.tab-content p{
    font-family: "Montserrat", sans-serif;;
    font-size: 16px;
    font-weight: 500;
}
.content-wrapper * {
    z-index: 1;
    position: relative;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 555;
    padding: 25px 0 25px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header.fixed {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0px 10px 32px 0px #0000000d;
    box-shadow: 0px 10px 32px 0px #0000000d;
}

.header .menu-toggle {
    width: 18px;
    /* height: 18px; */
    color: #303030;
    float: left;
    text-align: center;
    position: relative;
    margin: 0px 0px 0 0px;
    display: none;
}

.header-buttons {
    /*position: relative;*/
    margin-top: 6px;
}

.header .menu-toggle span {
    width: 18px;
    height: 2px;
    background: #303030;
    display: inline-block;
}

.header .menu-toggle span:after,
.header .menu-toggle span:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #303030;
}

.header .menu-toggle span:after {
    bottom: -4px;
}

.header .menu-toggle span:before {
    top: 9px;
}

.header .logo {
    float: left;
    width: 180px;
    height: 51px;
    /*background: url(/images/logo.svg) center center no-repeat;*/
    background-size: contain;
}

.header .main-menu-wrapper .logo {
    margin-left: 24px;
}

.header .main-menu-wrapper .menu-toggle-cross {
    margin: 15px 5px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.header .right-side .main-menu {
    float: left;
    margin: 13px 0 0 0;
    padding-left: 32px;
}

.header .right-side .main-menu {
    list-style: none;
}

.header .right-side .main-menu>li a {
    color: #2a3946;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.header .right-side .main-menu>li {
    float: left;
    margin: 0px 21px;
    position: relative;
    font-size: 14px;
    color: #2a3946;
}

.header .right-side .main-menu>li .sub-menu-toggle {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    line-height: 20px;
    text-align: center;
    display: none;
}

.header .right-side .main-menu>li:hover .sub-menu-holder {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    margin-top: 0;
}

.header .right-side .main-menu>li .sub-menu-holder li a {
    text-transform: none;
}

.header .right-side .main-menu>li .sub-menu-holder {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 50%;
    margin-left: -71px;
    margin-top: 5px;
    padding: 15px 0 0 0;
    -o-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out;
    -webkit-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
}

.header .right-side .main-menu>li .sub-menu-holder .sub-menu li:hover {
    font-weight: bold;
    cursor: pointer;
}

.header .right-side .main-menu>li .sub-menu-holder .sub-menu li a {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    white-space: nowrap;
    color: #303030;
}

.header .right-side .main-menu>li .sub-menu-holder .sub-menu li {
    padding: 5px;
}

.header .right-side .main-menu>li .sub-menu-holder .sub-menu {
    padding: 15px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    min-width: 150px;
    position: relative;
    list-style: none;
}

.header .right-side .main-menu>li.has-menu {
    padding-right: 5px;
}

.header .right-side .main-menu>li.has-menu::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -7px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-top-color: #2a3946;
}

.header .right-side {
    width: calc(100% - 205px);
    /* margin: 17px 0 0 0; */
    float: right;
    padding-right: 24px;
    max-width: 1165px;
}

.header .menu-item-home {
    display: none;
}

.no-text-transform {
    text-transform: none !important;
}

.show-on-xsmall,
.show-on-small {
    display: none;
}

.top-wrapper {
    display: none;
}

.title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.44;
    color: #303030;
    margin-bottom: 30px;
    text-align: center;
}

h1.title {
    font-size: 36px;
    text-align: left;
    font-family: "Nunito Sans", sans-serif;
}

h2.title {
    font-family: "Nunito Sans", sans-serif;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

h3.title {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    text-align: left;
    line-height: 1.62;
    margin-bottom: 24px;
    font-weight: 800;
}

h4.title {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #303030;
}

h5.title {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
}

h3.title-big {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.41;
    max-width: 820px;
    margin: 140px auto 50px;
}

footer {
    text-align: center;
    margin-top: 60px;
    padding-top: 47px;
    padding-bottom: 30px;
    position: relative;
}

.description {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    max-width: 426px;
    line-height: 1.5;
    color: #303030;
    margin-bottom: 24px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-annotation {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #9c9c9f;
    max-width: 482px;
    margin-top: -13px;
}

footer>hr {
    border-top: solid 1px #e0e4e9;
    margin: 0 -5%;
    position: relative;
    z-index: 100;
    width: 110%;
    top: -47px;
}

.footer-menu-column {
    width: 140px;
    margin-bottom: 37px;
}

footer .ul-menu {
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    text-align: left;
}

footer .menu-title {
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #343434;
    margin-bottom: 8px;
}

footer .menu-item a {
    /* font-family: "Nunito Sans", sans-serif; */
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #303030;
    text-decoration: none;
}

footer .menu-item a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #303030;
    opacity: 0;
    width: 100%;
    bottom: -2px;
    left: 0px;
    transition: all 0.1s ease-in-out;
}

footer .menu-item a:hover:after {
    opacity: 0.8;
    bottom: -2px;
    left: 0px;
}

.logo-footer {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 200px;
    margin-bottom: 22px;
}

.button-description-wrapper .btn {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    line-height: 2.5;
}

.button-description-wrapper {
    width: 240px;
    display: inline-block;
}

.button-description-wrapper .text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #6c8092;
    margin-bottom: 18px;
}

.copyright {
    font-size: 13px;
    font-weight: 300;
    color: #dadadb;
}

.terms {
    display: none;
}

.second-section .background-image.path-2 {
    top: 237px;
    left: -20px;
    right: 0;
    bottom: 0;
    height: auto;
    max-width: none;
    min-width: calc(100% + 30px);
}

.gradient-grey-white {
    position: absolute;
    top: 100px;
    left: 0;
    right: -30px;
    bottom: 0;
    height: 120%;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            from(#ffffff),
            to(#f6f7f8));
    background-image: -webkit-linear-gradient(bottom, #ffffff, #f6f7f8);
    background-image: -o-linear-gradient(bottom, #ffffff, #f6f7f8);
    background-image: linear-gradient(to top, #ffffff, #f6f7f8);
}

footer .background-image {
    position: absolute;
    bottom: 720px;
    right: -20px;
    width: calc(100% + 60px);
    max-width: none;
    height: auto;
    top: auto;
    left: 0;
    z-index: -1;
}

img {
    max-width: 100%;
}

.terms {
    font-size: 12px;
}

.terms a {
    font-weight: 300;
    color: #2282d4;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2;
    padding: 8px 24px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
}

.btn::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
}

.btn:hover::before {
    -webkit-transform: scale3d(11, 11, 1);
    transform: scale3d(11, 11, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn.focus,
.btn:focus,
.btn:active {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .btn-success, .btn-success:hover {
    background-color: #1bb869;
    border-color: transparent;
}*/

/*.btn-success::before {
    background-color: #00a060;
}*/
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #4267b2;
}

.btn-success:hover {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2;
}

.btn-midwide {
    padding-left: 40px;
    padding-right: 40px;
}

.btn-white {
    background-color: transparent;
    border-color: transparent;
    color: #2a3946;
    font-weight: 400;
}

.btn-white::before {
    background-color: #e7e9ea;
}

.btn-grey {
    background-color: #6c8092;
    border-color: transparent;
    color: #fff;
    font-weight: 400;
}

.btn-grey:hover {
    color: #303030;
}

.btn-grey::before {
    background-color: #e7e9ea;
}

.btn-round {
    border-radius: 50px;
}

.btn-big {
    padding: 13px 60px;
}

.btn-middle {
    padding: 8px 40px;
}

.btn-small {
    padding: 2px 10px;
}

.btn-narrow {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-stroke {
    border: 1px solid #1bb869;
    background-color: transparent;
    color: #2a3946;
}

.button-description {
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    font-style: italic;
    color: #5e6b72;
    padding-left: 9px;
}

.btn-no-hover:hover {
    color: #fff;
    cursor: auto !important;
}

.btn-no-hover:before {
    content: none;
}

.btn-with-arrow:hover {
    text-decoration: none;
    color: #303030;
    cursor: pointer;
}

.btn-with-arrow:hover:after {
    right: 0px;
}

.btn-with-arrow:after {
    content: "";
    background-image: url(/images/svg/arrow-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
    right: 8px;
    transition: all 0.1s ease-in-out;
    top: 7px;
}

.btn-with-arrow {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #2a3946;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
    display: inline-block;
}

.pl-30 {
    padding-left: 30px;
}

.white-block {
    padding: 37px 55px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    border: solid 3px #ecf0f2;
}

.white-block-image {
    max-width: 260px;
    margin-top: 20px;
}

.mr-24 {
    margin-right: 24px;
}

.block-centered {
    margin-left: auto;
    margin-right: auto;
}

section .background-image {
    position: absolute;
}

.first-section {
    /* padding-top: 153px; */
}

body {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

section {
    position: relative;
    margin-bottom: 0;
}

.checkbox-switcher-wrapper * {
    -webkit-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.checkbox-switcher-wrapper .switcher-text {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #91979d;
    cursor: pointer;
    text-transform: uppercase;
}

.checkbox-switcher-wrapper .switcher-oval {
    width: 40px;
    height: 19px;
    border-radius: 9.5px;
    border: solid 1px #dadadb;
    background-color: #f1f1f1;
    position: relative;
    margin-bottom: -0.1rem;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.checkbox-switcher-wrapper .switcher-oval:after {
    width: 19px;
    height: 19px;
    background-color: #1bb869;
    position: absolute;
    border-radius: 50%;
    left: -0.05rem;
    top: -0.07rem;
    content: "";
    -webkit-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

[type="checkbox"].checkbox-switcher {
    display: none;
}

.checkbox-switcher-wrapper [type="checkbox"]:checked~.switcher-oval:after {
    left: 1.25rem;
    right: -0.1rem;
}

.checkbox-switcher-wrapper [type="checkbox"]:checked~.right-text {
    font-weight: 600;
    color: #2a3946;
}

.checkbox-switcher-wrapper [type="checkbox"]:not(:checked)~.left-text {
    font-weight: 600;
    color: #2a3946;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bold {
    font-weight: bold !important;
}

ul.ul-checked {
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}

ul.ul-checked>li {
    padding: 14px 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #303030;
}

ul.ul-checked>li:before {
    content: "✔";
    position: absolute;
    top: 14px;
    left: -27px;
    color: #2a3946;
}

ul.ul-black-dots li {
    padding: 7px 0 0px 50px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #303030;
}

ul.ul-black-dots {
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}

ul.ul-black-dots>li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 30px;
    color: #2a3946;
    width: 5px;
    height: 5px;
    background-color: #2a3946;
    border-radius: 50%;
}

.ordered-list {
    position: relative;
    padding-bottom: 53px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    padding-left: 49px;
    padding-right: 0;
}

.ordered-list:before {
    content: "1";
    position: absolute;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2282d4;
    left: 16px;
    top: 3px;
    border-right: 2px solid #2282d4;
    height: 26px;
    padding-right: 7px;
    padding-top: 3px;
}

.ordered-list-1:before {
    content: "1";
}

.ordered-list-2:before {
    content: "2";
}

.ordered-list-3:before {
    content: "3";
}

.ordered-list-4:before {
    content: "4";
}

.ordered-list-5:before {
    content: "5";
}

.ordered-list-6:before {
    content: "6";
}

.ordered-list-7:before {
    content: "7";
}

.ordered-list-8:before {
    content: "8";
}

.ordered-list-9:before {
    content: "9";
}

.ordered-list-10:before {
    content: "10";
}

.ordered-list .title {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 23px;
}

.icon-list {
    padding-left: 50px;
    padding-bottom: 20px;
}

.icon-list>img {
    position: absolute;
    left: 13px;
    top: 7px;
}

.big-white-block-wrapper {
    border-radius: 8px;
    border: solid 3px #ecf0f2;
    background-color: #ffffff;
    padding: 60px 90px;
}

.big-white-block-wrapper>img {
    border-radius: 50%;
    width: 189px;
    height: 189px;
    float: left;
}

.big-white-block-wrapper>.text-wrapper {
    padding-left: 100px;
    float: right;
    display: inline-block;
    width: calc(100% - 189px);
}

.big-white-block-wrapper>.text-wrapper>.title {
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
}

.big-white-block-wrapper>.text-wrapper>.text {
    margin-top: 20px;
    padding-bottom: 7px;
}

.text {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

.sumome-react-wysiwyg-component.sumome-react-wysiwyg-popup-background.sumome-react-wysiwyg-background>div>div {
    border-radius: 6px !important;
}

.sumome-react-wysiwyg-component.sumome-react-wysiwyg-popup-text.sumome-react-wysiwyg-text>div>div>p {
    font-family: Montserrat !important;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 1.64 !important;
    color: #303030 !important;
    max-width: 310px;
}

.listbuilder-popup-content>div>div>div>span>div>div:nth-child(3)>div>div>button {
    font-family: Montserrat !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
    width: auto !important;
    text-align: center !important;
    margin: auto !important;
    padding: 15px 60px !important;
    border-radius: 50px !important;
    height: auto !important;
}

.listbuilder-popup-content>div>div>div>span>div>div:nth-child(5)>div>div>button {
    font-family: Montserrat !important;
    font-size: 10px !important;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    color: #6c8092 !important;
}

@media (min-width: 768px) {
    .col-md-55 {
        -ms-flex: 0 0 45.83%;
        -webkit-box-flex: 0;
        flex: 0 0 45.83%;
        max-width: 45.83%;
    }

    .col-md-58 {
        -ms-flex: 0 0 48%;
        -webkit-box-flex: 0;
        flex: 0 0 48%;
        max-width: 48%;
    }

    .hide-on-med-and-up {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 600px) {
    .col-xm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.partners-logos img {
    margin-left: 13px;
    margin-right: 13px;
    padding: 0;
    height: 60px;
}

.partners-logos div:last-child>img {
    margin-right: 0;
}

.partners-logos div:first-child>img {
    margin-left: 0;
}

.partners-logos {
    text-align: center;
    max-width: 100%;
    margin-top: 30px;
    opacity: 0.8;
}

.partners-big .partners-logos .dell-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.partners-big .partners-logos .handy-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.partners-big .partners-logos .quicksilver-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.partners-big .partners-logos .volcom-wrapper {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.partners-big .partners-logos .boxed-wrapper {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.partners-big .partners-logos .weather-tech-wrapper {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.partners-big .partners-logos .realtruck-wrapper {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.partners-big .partners-logos div img {
    height: 77px;
    margin: 25px 35px 7px;
}

.partners-big .partners-logos .weather-tech-wrapper img {
    height: 62px;
}

.partners-big .partners-logos .realtruck-wrapper img {
    height: 68px;
}

.partners-big.partners-logos {
    margin: 35px auto 70px;
    max-width: 800px;
}

.first-illustration {
    max-width: 400px;
}

@media (max-width: 991px) and (max-height: 400px) {
    .header {
        padding: 8px 0 8px;
    }

    .header .logo {
        width: 57px;
        height: 24px;
    }

    .header .right-side .logo {
        width: 57px;
        height: 24px;
        margin-left: 18px;
    }

    .header .main-menu-wrapper .menu-toggle-cross {
        margin: 5px;
    }
   
    .header .right-side {
        margin: 0;
        width: calc(100% - 90px);
    }

    .header .menu-toggle {
        margin-top: -2px;
    }

    .header .btn {
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 10px;
        line-height: 1;
        padding: 8px 25px;
        margin: -3px 0;
    }

    .content-wrapper,
    .centered {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1440px) {
    footer .background-image {
        bottom: 570px;
    }

    section .background-image {
        top: -120px;
        right: -20px;
        bottom: 0;
        height: 100%;
    }

    footer .background-image {
        bottom: 520px;
    }
}

@media screen and (max-width: 1280px) {
    .header .right-side {
        width: calc(100% - 220px);
        padding-right: 0;
    }

    .main-menu {
        padding-left: 0;
    }

    .header .right-side .main-menu>li {
        margin: 0 8px;
    }

    section .background-image {
        top: -23px;
        right: -12%;
        height: auto;
        width: 79%;
    }

    footer .background-image {
        bottom: 450px;
    }

    .partners-big .partners-logos .dell-wrapper {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .partners-big .partners-logos .handy-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .partners-big .partners-logos .quicksilver-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .partners-big .partners-logos .volcom-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .partners-big .partners-logos .boxed-wrapper {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .partners-big .partners-logos .weather-tech-wrapper {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .partners-big .partners-logos .realtruck-wrapper {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .partners-big.partners-logos {
        margin: 35px auto 50px;
        max-width: 750px;
    }

    .partners-big.partners-logos .weather-tech-wrapper>img {
        margin-right: 15px;
    }

    .partners-big.partners-logos .dell-wrapper>img {
        margin-top: 15px;
        margin-right: 15px;
    }

    .partners-big .partners-logos div img {
        height: 77px;
        margin: 20px 35px 3px;
    }
}

@media (max-width: 1100px) {
    .frequently-asked-questions {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    h1.title {
        font-size: 34px;
    }

    footer .background-image {
        bottom: 200px;
    }

    .copyright {
        margin-top: 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    /* .terms {
        display: block;
    } */

    .footer-menu>li {
        float: none;
    }

    .header .right-side {
        display: inline-block;
        float: right;
        width: auto;
    }

    .header .right-side .main-menu>li.has-menu::after {
        content: none;
        display: none;
    }

    .top-wrapper {
        display: block;
    }

    .header .menu-toggle {
        display: block;
    }

    .header .right-side .main-menu>li {
        margin-left: 0 !important;
    }

    .header .right-side .main-menu li {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.57;
        letter-spacing: normal;
        color: #2a3946;
        float: none;
        display: block;
        padding: 8px 0;
    }

    .header .right-side .main-menu>li .sub-menu-holder {
        position: static;
        margin: 0;
        padding: 0;
        opacity: 1;
        visibility: visible;
    }

    .header .right-side .main-menu>li .sub-menu-holder .sub-menu li {
        padding: 0;
    }

    .header .right-side .main-menu>li .sub-menu-holder .sub-menu {
        padding: 0 0 0 20px;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        min-width: auto;
        position: static;
        list-style: none;
    }

    .header .right-side .main-menu li.has-menu>a {
        cursor: auto;
    }

    .header .right-side .main-menu-wrapper {
        position: fixed;
        width: 275px;
        background: #fff;
        top: 0;
        left: -100%;
        bottom: 0;
        -webkit-box-shadow: 4px 2px 33px 0 rgba(167, 182, 195, 0.52);
        box-shadow: 4px 2px 33px 0 rgba(167, 182, 195, 0.52);
        margin-top: 0;
        padding: 24px 15px 15px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        height: 100vh;
    }

    .menu-overlay {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        opacity: 0.5;
        left: 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        z-index: 0;
        background-color: #2a3946;
    }

    .header.open .sign-up-header,
    .header.open .btn-white,
    .header.open .header-buttons .btn-success {
        position: static;
    }

    .header.open .main-menu-wrapper {
        right: auto;
        left: 0;
        overflow-y: auto;
    }

    .header.open .right-side .main-menu-wrapper {
        padding-top: 13px;
    }

    .partners-logos {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .partners-big .partners-logos {
        max-width: 535px;
        margin-left: auto;
        margin-right: auto;
    }

    .partners-big .partners-logos div img {
        height: 55px;
        margin: 20px 20px 3px;
    }

    .partners-big.partners-logos .dell-wrapper>img {
        margin-top: 20px;
        margin-right: 20px;
    }

    .partners-big .partners-logos .weather-tech-wrapper img {
        height: 55px;
    }

    .partners-big .partners-logos .realtruck-wrapper>img {
        height: 55px;
    }

    .header .right-side .logo {
        width: 57px;
        height: 24px;
        margin-left: 18px;
    }

    .header .main-menu-wrapper .menu-toggle-cross {
        margin: 5px;
    }

    .header {
        padding: 8px 0 8px;
    }

    .header .logo {
        width: 115px;
        height: initial;
        max-height: 50px;
    }

    .menu-toggle {
        margin-top: -4px;
    }

    .header .btn {
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 10px;
        line-height: 1;
        padding: 8px 25px;
        margin: -3px 0;
    }

    .header .right-side {
        margin: 0;
    }

    .header .menu-toggle {
        /* margin-top: 8px; */
    }

    .header .right-side {
        width: calc(100% - 165px);
        /* margin-top: 12px; */
    }

    .hide-on-small {
        display: none;
    }

    .show-on-small {
        display: inline-block;
    }

    .header .menu-item-home {
        display: block;
    }
}

@media (max-width: 767px) {
    .btn::before {
        width: 16px;
    }

    .first-section {
        padding-top: 110px;
        margin-bottom: 60px;
    }

    .hide-on-xsmall {
        display: none;
    }

    .show-on-xsmall {
        display: inline-block;
    }

    .header .right-side .main-menu {
        padding-left: 0px;
        padding-top: 15px;
    }

    img {
        display: inline-block;
    }

    .description {
        margin-bottom: 40px;
        text-align: left;
    }

    section .btn {
        text-align: center;
    }

    .title,
    h1.title,
    h2.title,
    h3.title,
    .text-annotation,
    .description,
    .btn,
    img,
    .zendesk-image,
    .helpscout-image,
    .freshdesk-image,
    .row>div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    h1.title {
        font-size: 24px;
    }

    .header .menu-toggle {
        /* margin: 4px 0px 0 0px !important; */
    }

    .header .btn {
        float: none !important;
        text-align: end;
        /* font-size: 13px !important; */
    }
    .header .right-side {
        width: calc(100% - 155px);
        float: none;
        margin-left: 10px;
    }

    .header .logo {
        width: 110px !important;
        margin-left: 10px;
        /* margin-top: 4px; */
    }

    .partners-logos img {
        height: 57px;
        margin-bottom: -8px;
    }

    .partners-logos .weather-tech-wrapper img {
        margin-right: 0;
    }

    .partners-logos .weather-tech-wrapper {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .partners-logos .dell-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .partners-logos .volcom-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .partners-logos .quicksilver-wrapper {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .partners-logos .handy-wrapper {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .partners-logos .realtruck-wrapper {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .partners-logos .boxed-wrapper {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .partners-logos {
        max-width: 385px;
    }

    .partners-logos .boxed {
        height: 60px;
    }

    .partners-big .partners-logos,
    .partners-big .partners-logos {
        max-width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 600px) {
    .header #main-menu-wrapper {
        bottom: auto;
        width: 100%;
        max-height: 80vh;
        height: auto;
        top: -100%;
        right: 0;
        left: 0;
    }

    .header.open #main-menu-wrapper {
        bottom: auto;
        width: 100%;
        max-height: 80vh;
        height: auto;
        top: 0;
    }

    .header .right-side .main-menu>li.menu-item-integrations {
        height: 100%;
        float: right;
    }

    .header .right-side .main-menu>li {
        float: left;
        width: 33.33333333%;
        margin-right: 0;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.8;
        letter-spacing: normal;
        text-align: center;
        color: #2a3946;
    }

    .header .right-side .main-menu>li.menu-item-integrations .sub-menu-holder .sub-menu {
        padding-left: 0;
    }

    .header .right-side .main-menu>li .sub-menu-holder .sub-menu li a {
        font-family: "Nunito Sans", sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 3.62;
        letter-spacing: 2px;
        text-align: center;
        color: #343434;
        text-transform: uppercase;
    }

    .header .right-side .main-menu {
        width: 100%;
        padding-left: 32px;
        height: auto;
        margin-top: 37px;
        margin-bottom: 30px;
    }

    .header.open .header-buttons {
        background: #fff;
    }

    .header-buttons {
        position: relative;
        border-radius: 50px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .header.open .sign-up-header,
    .header.open .btn-white,
    .header.open .header-buttons .btn-success {
        position: relative;
    }
}

@media (max-height: 600px) {
    .first-section {
        padding-top: 90px;
    }
}

@media (max-width: 560px) {

    .partners-big .partners-logos,
    .partners-big .partners-logos {
        max-width: 400px;
    }

    .partners-big .partners-logos .weather-tech-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .partners-big .partners-logos .dell-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .partners-big .partners-logos .volcom-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .partners-big .partners-logos .quicksilver-wrapper {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .partners-big .partners-logos .handy-wrapper {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .partners-big .partners-logos .realtruck-wrapper {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .partners-big .partners-logos .boxed-wrapper {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .partners-big .partners-logos div img {
        height: 46px;
        margin: 0px 11px 10px;
    }

    .partners-big.partners-logos .dell-wrapper>img {
        margin-top: 0px;
        margin-right: 11px;
    }

    .partners-big.partners-logos .boxed-wrapper>img {
        height: 60px;
        margin-top: -10px;
    }

    .partners-big.partners-logos .realtruck-wrapper>img {
        height: 38px;
    }

    .partners-big .partners-logos .weather-tech-wrapper img {
        height: 46px;
    }

    .content-wrapper,
    .centered {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 400px) {
    .header .btn {
        padding: 8px 8px;
    }

    .btn-big {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.-centered {
    text-align: center;
}

.-padding-bottom-l {
    padding-bottom: 56px;
}

.-padding-top-l {
    padding-top: 40px;
}

.section-inner {
    position: relative;
    margin: 0 auto;
}

.section-inner .-margin-bottom-l {
    float: left;
    width: 100%;
    font-weight: 900;
}

@media screen and (min-width: 1216px) {
    .section-inner {
        max-width: 1152px;
    }
}

.-margin-bottom-l {
    margin-bottom: 56px;
}

.flowstep,
.flowstep__arrow svg,
.flowstep__image {
    margin: 0 auto;
}

.flowstep {
    max-width: 400px;
}

@media (min-width: 769px) {
    .flowstep {
        float: left;
        margin: 0 auto 40px;
        max-width: none;
        min-height: 315px;
        padding: 0 5%;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .flowstep {
        margin-bottom: 0;
        min-height: auto;
        padding: 0;
        width: 22%;
    }
}

@media (min-width: 1024px) {
    .flowstep--small {
        width: 16.5%;
    }
}

.flowstep__title {
    margin-top: 28px;
}

.flowstep__image {
    max-width: 210px;
}

.flowstep__arrow {
    margin: -10px auto 0;
    width: 10%;
    transform: rotate(90deg);
}

@media (min-width: 769px) {
    .flowstep__arrow {
        display: none;
    }
}

@media (min-width: 1024px) {
    .flowstep__arrow {
        display: block;
        float: left;
        margin: 44px 0 0 0;
        padding: 0 0.5%;
        width: 4%;
        transform: rotate(0deg);
    }
}

.flowstep__arrow svg {
    max-width: 100%;
    height: 95px;
}

.landing-subhead {
    max-width: 800px;
    margin: 0 auto 28px;
    text-align: center;
}

.section-inner h2.-centered {
    font-weight: 900;
}

.card {
    background: #fff;
    border: 1px solid #e1e8f0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
}

.card .card-image img {
    vertical-align: top;
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.card .card-body {
    padding: 16px 24px;
}

.product-card {
    display: flex;
}

@media (min-width: 801px) {
    .product-card {
        display: block;
    }
}

.product-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.product-card__link {
    color: #2e4257;
    display: block;
    margin-bottom: 16px;
    min-width: 0;
}

@media (min-width: 801px) {
    .product-card__link {
        /* flex: 0 1 240px; */
        margin-bottom: 30px;
        margin-left: 8px;
        /* max-width: 240px; */
    }
}

.product-card__body.card-body {
    overflow: hidden;
    padding: 16px;
}

@media (min-width: 567px) {
    .product-card__body.card-body {
        padding: 16px 24px;
    }
}

.product-card__title {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-card__image-container {
    /* flex: 1 0 78px; */
    position: relative;
}

@media (min-width: 351px) {
    .product-card__image-container {
        /* flex: 1 0 92px; */
    }
}

@media (min-width: 441px) {
    .product-card__image-container {
        /* flex-basis: 128px; */
    }
}

@media (min-width: 567px) {
    .product-card__image-container {
        /* flex-basis: 140px; */
    }
}

@media (min-width: 801px) {
    .product-card__image-container {
        height:340px;
        /* padding-top: 100%; */
        width: 100%;
    }
}

.product-card__image {
    display: block;
    /* height: 78px; */
    object-fit: cover;
    /* max-width: 78px; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 100%;
}

@media (max-width: 480px) {
    .product-card__image {
        height: initial;
        max-width: initial;
        position: relative;
        top: 0;
        width: 100%;
        transform: translateY(0);
    }
}

@media (min-width: 441px) {
    .product-card__image {
        height: 128px;
        max-width: 100%;
    }
}

@media (min-width: 567px) {
    .product-card__image {
        height: 140px;
        max-width: 100%;
    }
}

@media (min-width: 801px) {
    .product-card__image {
        height: 100%;
        max-width: none;
        top: 0;
        transform: none;
    }
}

.product-card__price {
    color: #f97442;
    font-size: 16px;
    margin-bottom: 8px;
}

.product-card__supplier {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8e9eaa;
    display: none;
    margin-bottom: 0px;
}

@media (min-width: 351px) {
    .product-card__supplier {
        display: block;
    }
}

.product-card__button {
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 566px) {
    .product-card__button.btn-icon-left {
        padding-left: 0;
        padding-right: 0;
    }

    .product-card__button .btn-icon-wrap {
        display: none;
    }
}

.product-card-home__info {
    margin: 8px 0;
    overflow: hidden;
}

.product-card-home__label {
    color: #97afcb;
    font-size: 12px;
    font-weight: normal;
}

.product-card-home__profit,
.product-card-home__sales {
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 49%;
}

.product-card-home__profit {
    border-right: 1px solid #e1e8f0;
}

.product-card-home__sales {
    padding-left: 16px;
}

.product-card-home__button {
    display: none;
}

.product-card-home:hover .product-card-home__button {
    display: block;
}

.product-card__button {
    box-sizing: border-box;
    width: 100%;
}

.btn-icon-left {
    position: relative;
    padding-left: 48px;
}

.btn-success {
    color: #fff;
    background-color: #4267b2;
    background-image: none;
    outline: none;
}

.btn,
.btn-default,
.btn-primary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-transparent,
.btn-ghost,
.btn-sm {
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 16px;
    font-size: 14px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.btn-icon-left .btn-icon-wrap {
    position: absolute;
    left: 0;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.btn-icon-wrap {
    width: 31px;
    fill: #fff;
}

.btn-icon-wrap svg {
    height: 20px;
    width: 20px;
}

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

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

.ob-product .container {
    max-width: 1030px;
}

.ob-product .row {
    margin: 0px -7px;
}

.ob-product .col-xs-6 {
    padding: 0px 7px;
}

.product-card__link:hover {
    text-decoration: none;
}

.item-blog-index {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.item-blog-index .img {
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

/* .item-blog-index .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.elementor-post__title {
    float: left;
    width: 100%;
    font-size: 18px;
}

.elementor-post__title a {
    color: #131313;
}

.elementor-post__excerpt {
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: 100%;
}

.page-number {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.page-number ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.page-number ul li {
    display: inline-block;
    margin: 0px 5px;
}

.page-number ul li a {
    color: #111;
    font-weight: 600;
    display: inline-block;
    padding: 4px 13px 2px 13px;
    background: #ccc;
}

.page-number ul li.active a {
    background: #000;
    color: #fff;
}

.contact-page {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 99;
}

@media screen and (min-width: 1920px) {
    .index_search {
        background-size: 100%;
    }
}

.index_search {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
    background: url(../images/searchBg.jpg) no-repeat center;
}

.index_search_cont {
    width: 100%;
    max-width: 860px;
    padding: 0 30px;
}

.index_search_cont .tit {
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
}

.index_search_box {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
}

.index_search_box {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
}

.index_search_box>.search_txt {
    padding: 0 60px 0 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.index_search_box>.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 60px;
    min-width: auto;
    height: 40px;
    background: #f0f3f6;
    border: 1px solid #ddd;
    border-left: 0;
}

.index_search_box>.search_btn>.sm_icon {
    position: absolute;
    top: 2px;
    right: 10px;
    color: #6a6a6a;
}

.title-page {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.41;
    max-width: 820px;
    margin: 40px auto 40px;
}

.page-in .header {
    position: relative;
}

.index_module {
    padding: 75px 0 45px;
}

.index_module_list {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.index_module_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 23%;
    height: 160px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.index_module_list li a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
}

.index_module_list li .icon {
    display: inline-block;
    margin-bottom: 20px;
    width: 80px;
    height: 60px;
    background: url(../images/indexIcon.png) no-repeat;
}

.index_module_list li:nth-child(1) .icon {
    background-position: 5px -10px;
}

.index_module_list li:nth-child(2) .icon {
    background-position: 5px -90px;
}

.index_module_list li:nth-child(3) .icon {
    background-position: 5px -170px;
}

.index_module_list li:nth-child(4) .icon {
    background-position: 5px -250px;
}

.index_module_list li:hover {
    box-shadow: 0.5px 0.9px 29.4px 0.6px rgba(67, 163, 246, 0.15);
    transition: 0.3s;
}

.index_module_list li p {
    font-weight: 700;
    font-size: 18px;
}

.index_line {
    margin-bottom: 55px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.index_category {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.index_category_item {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.index_category_item h3 {
    margin: 30px 0 15px;
    font-size: 24px;
    font-weight: 700;
}

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

.index_category_item>ul>li {
    display: flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    word-break: break-word;
}

.index_category_item>ul>li>a {
    display: flex;
    align-items: center;
    color: #303336;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .index_module_list li {
        width: 48%;
    }

    footer {
        text-align: center;
        margin-top: 85px;
        padding-top: 0px;
        padding-bottom: 30px;
        position: relative;
    }

    footer .justify-content-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        margin: 30px 0;
    }

    .footer-menu-column {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .index_category_item {
        float: left;
        width: 100%;
    }

    .index_module_list li {
        width: 100%;
        height: 220px;
    }

    .header-buttons {
        margin-top: 0px;
    }
    .header-buttons p{
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .footer-menu-column {
        width: 50%;
    }

    .footer-menu-column:nth-child(3) {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.weather-tech-wrapper {
    transform: scale(1);
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.weather-tech-wrapper:hover {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .header .btn {
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 10px;
        line-height: 1;
        padding: 8px 15px;
        margin: -3px 0;
        float: right;
    }

    .header .sign-in-button {
        float: left;
        margin-top: -1px;
    }

    footer {
        margin-top: 55px;
    }

    footer>hr {
        top: -28px;
    }

    .logo-footer {
        margin-bottom: 10px;
        text-align: center;
        float: initial;
    }

    .button-description-wrapper {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .col-sm-6.text-left>a {
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .title.title-big {
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: 55px;
    }

    .fourth-section~.content-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 560px) {
    .partners-big .partners-logos .weather-tech-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: inline-block;
        width: initial;
    }
}

@media (max-width: 576px) {
    .card .card-image img {
        vertical-align: top;
        width: 100%;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        position: relative;
        top: 0;
        transform: translateY(0%);
        height: initial;
    }
}

.logo-icon {
    min-height: 118px;
}

.card-sortdesc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

/**------------------------------------------- Breadcrumb -------------------------------------------*/
.breadcrumb {
    margin-top: 15px;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    display: block;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 90%;
    white-space: nowrap;
}

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

.breadcrumb>.active {
    color: #777;
}

/**------------------------------------------- End Breadcrumb -------------------------------------------*/
.list-content {
    display: flex;
}

.content-ty .box-img {
    height: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-ty .box-img img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    max-width: 100%;
}

.content-ty .box-info h3 {
    font-size: 18px;
    /* margin-top: 10px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 64px;
    padding: 10px;
    margin-bottom: 0px;
   
}
.content-ty .box-info h3 a{
    color: #2a3946;
}
.description ul{
    padding-left: 0;
}
/* ---------------------------------------------doc them----------------------------------------------------------- */
.content-category {
    margin-top: 20px;
    height: 380px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.main-content {
    height: 100%;
}

.seo-content h1,
.seo-content h2,
.seo-content h3 {
    margin-top: 10px;
    margin-bottom: 13px;
}

.seo-content img {
    margin: 10px 0px;
}

.content-category.active {
    height: 100%;
}

.hide-seo.active-btn {
    /* background-image:none; */
    /* height: 100px; */
    position: unset;
}

.hide-btn {
    display: none;
}

.btn-seo {
    display: inline-flex;
    justify-items: center;
    align-items: center;
    line-height: 30px;
    padding: 0 15px;
    background-color: #fff;
    color: #9e0404;
    border: 2px solid #9e0404;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn-seo:hover {
    color: #2d7eaf;
    border: 2px solid #2d7eaf;
}

.hide-seo.active-btn .btn-seo .show-btn {
    display: none;
}

.hide-seo.active-btn .btn-seo .hide-btn {
    display: block;
}

.hide-seo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    padding: 10px 0;
    background: #fff;
    background-image: linear-gradient(to bottom,
            transparent,
            rgba(99, 88, 66, 0.1));
    text-align: center;
}

.hide-seo.active-btn::after {
    display: none;
}

.hide-seo::after {
    content: "";
    position: absolute;
    bottom: 46px;
    left: 0;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            to(#fff));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    /* background-image: linear-gradient(rgba(255,255,255,0),#fff); */
    width: 100%;
    height: 9.375rem;
    display: block;
}

/* ------------------------------------------------------trang sản phẩm------------------------------------------------------- */
.list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.list .list-item {
    margin-top: 15px;
    padding: 0px 15px;
    width: 25%;
}

.list-content-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}


.list-content-body h3 {
    font-size: 18px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin-bottom: 2px;
    text-align: center;
}

.product-price-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price-market {
    text-decoration: line-through;
}

@media (max-width: 1000px) {
    .header-row{
        display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .list .list-item {
        width: 33.33%;
    }
    .banner img{
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .list .list-item {
        width: 50%;
    }
    
}

@media (max-width: 500px) {
    .list .list-item {
        margin-top: 15px;
        width: 100%;
        padding: 0px 0px;
    }

    .list-content-img {
        /* height: auto; */
    }

    .list-content-body {
        text-align: center;
    }

    .list-content-body h3 {
        height: auto;
        margin-bottom: 0px;
        /* font-size: 18px; */
    }

    .product-price-all {
        flex-direction: column;
    }
}

/*--------------------------------------------------- trang chi tiết ------------------------------------------*/
.product-detail .product-detail-box .product-detail-img img {
    position: unset !important;
}

.item-card .product-img-small {
    display: block;
    height: 100px;
    overflow: hidden;
}

.product-detail-info h1 {
    color: #29aae1;
}

.tab-pane h1 {
    text-align: center;
}

.list-inline {
    /* text-align: center; */
}

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

.tab-content .list-inline {
    text-align: center;
}

.related-products h2.title {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .product-price {
        margin-right: 10px;
    }

    .box-js-top .product-price {
        font-weight: bold;
    }

    .product-price {
        padding: 2px 0 0 2px;
    }

    .product-detail .product-detail-box .product-detail-img {
        float: none;
        width: 100%;
    }

    .product-detail .product-detail-box .product-detail-info {
        margin-left: 0px;
        /* margin-top: 85px; */
    }
}

/* -------------------------------------------------------end trang chi tiet------------------------------------------------------------- */
/* ----------------------------------------------footer Mạng xã hội-------------------------------------------------------------------------------- */
.icon-Mxh {
    float: left;
    padding-left: 0px;
}

.icon-Mxh a {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    /* padding-top: 4px; */
    border-radius: 20px;
    margin-right: 10px;
    font-size: 17px;
}

.icon-Mxh a:nth-child(1) {
    background: #0c84ed;
}

.icon-Mxh a:nth-child(2) {
    background: #ff0000;
}

.panel-heading {
    padding: 0 !important;
    margin-bottom: 10px;
}

/* ---------------------trang giới thiệu--------------------------- */
.section1 {
    margin-bottom: 20px;
}
.list-content-title{}
/* ----------------------------------------------------------------------- */
@media (max-width: 768px){
    .header-row{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .section-inner {
        justify-content: center;
    }

    .section-inner .title {
        margin-bottom: 10px;
    }

    .section-inner .-margin-bottom-l {
        margin-bottom: 0;
    }

    /* --------------------------------------font mobile--------------------------------------- */
    .description {
        font-size: 14px;
    }

    h3.title {
        font-size: 20px;
    }

    .title {
        font-size: 24px;
        line-height: 1.41;
    }

    h2 {
        font-size: 24px;
    }

    .h5 {
        font-size: 16px;
    }

    .product-card__body.card-body {
        font-size: 14px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .title.title-big {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 70px;
    }

    .list-content-body h3 {
        font-size: 16px;
    }

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

    .btn-xs {
        font-size: 10px !important;
    }

    .wrapper {
        font-size: 14px;
    }

    .wrapper .headline {
        font-size: 16px;
    }

    .page-in .title {
        font-size: 20px;
        margin-bottom: -11px;
    }
    .title-page{
       font-size: 24px;
       margin: 29px auto 10px;
    }
}

.nanoweb {
    font-size: 13px;
}

.content-wrapper .row {
    margin-bottom: 30px;
    align-items: center;
}

footer .content-wrapper .row {
    margin-bottom: 0px;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .content-wrapper .row {
        align-items: start;
    }
    .MangXaHoi{
        margin-left: 0 !important;
    }
}

/* -------------------------------------------menu--------------------------------------------------- */
/* .menu-item-integrations-amazon {
    position: relative;
}
.menu-item-integrations-amazon:hover .menu-bar-lv-3{
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.menu-bar-lv-3 {
    padding: 15px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    border-radius: 10px;
    min-width: 150px;
    position: absolute;
    top: 0;
    left: 122%;
    list-style: none;
    margin-top: 5px;
    transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
} */
.header .right-side .main-menu>li >a:hover{
    color: #007aff;
}
.header .right-side .main-menu>li .sub-menu-holder .sub-menu li>a{
    font-weight: bold;
    color: #000;
}
.header .right-side .main-menu>li .sub-menu-holder .sub-menu  .menu-bar-lv-3 .a-lv-3:hover{
    color: #007aff;
}
.elementor-post__title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
    padding: 10px;
    margin-bottom: 0;
}
.elementor-post__excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.desc{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.right-social-box, .hastag{
    margin-top: 10px;
}
/* .footer-menu .text-left{
    margin-top: 30px;
} */
@media (max-width:600px) {
    .main-menu-wrapper{

    }
    .menu-bar-lv-3{
        opacity: 1;
        padding: 0;
        position: unset;
        margin-left: 10px;
        visibility: visible;
    }
}
#alert-box{
    display: none;
}
.right-page{
    width: 100%;
}
.content-ty, .item-blog-index{
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px 0 rgb(237 237 237 / 19%), 0px 0px 10px 7px rgb(215 215 215 / 19%);
    border: 1px solid #dbdbdbdb;
    border-radius: 10px;
    transition: all .4s;
    overflow: hidden;
}
.content-ty:hover , .item-blog-index:hover{
    box-shadow: 0px 4px 8px 0 rgb(141 141 141 / 19%), 0px 0px 10px 7px rgb(141 141 141 / 19%);
    transform: translateY(-5px);
    transition: all .4s;
}

.es-slides{
    padding-left: 0;
}
.es-slides li{
    list-style: none;
}
.text-left{
    display: flex;
    flex-direction: column;
}
.info .text p{
    margin-bottom: 0;
}
.link_blog{
    width: 100%;
    text-align: center;
}
.breadcrumb li a{
    font-size: 20px;
    font-weight: 500;
    color: #ccc;
   
}
.breadcrumb li:last-child a, .breadcrumb li a:hover{
    COLOR: #23ade2;
}

.product-page .W3NPager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product-page .W3NPager li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.product-page .W3NPager li a {
    padding: 6px 12px;
    margin: 2px;
    text-decoration: none;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.product-page .W3NPager li.active a {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.product-page .W3NPager li a:hover {
    background-color: #ccc;
}

.product-page .W3NPager li.disabled a {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
