@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

@media (max-width: 575.98px) {
    body, html {
        margin: 0;
        height: 100%;
        overflow-x: hidden
    }
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px
}

a {
    color: #333
}

a:hover {
    text-decoration: none;
    color: #FF7B17
}

a.more {
    width: 154px;
    height: 48px;
    display: block;
    border: 1px solid #999999;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase
}

.header-index {
    position: relative
}

.header-home {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 9999;
    background: #00000033;
}

.card-green .card-header {
    background: #56AF44;
    color: #fff
}

.card-cus .card-header {
    color: #fff
}

.card-cus .card-header span {
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.card-cus .card-header h5 {
    line-height: 50px
}

.card-cus .card-header a {
    color: #fff;
    font-size: 16px
}

.card-cus .card-body {
    font-size: 16px
}

.card-vsx {
    border-color: #56AF44
}

.card-vsx .card-header {
    background: #56AF44
}

.card-vsx .card-header span {
    background-image: url("../images/icon-vsx.png")
}

.card-nx {
    border-color: #FF7B17
}

.card-nx .card-header {
    background: #FF7B17
}

.card-nx .card-header span {
    background-image: url("../images/icon-nx.png")
}

.card-nsx {
    border-color: #4267B2
}

.card-nsx .card-header {
    background: #4267B2
}

.card-nsx .card-header span {
    background-image: url("../images/icon-nsx.png")
}

.card-nxk {
    border-color: #4267B2
}

.card-nxk .card-header {
    background: #4267B2
}

.card-nxk .card-header span {
    background-image: url("../images/icon-nxk.png")
}

.card-nnk {
    border-color: #9197A3
}

.card-nnk .card-header {
    background: #9197A3
}

.card-nnk .card-header span {
    background-image: url("../images/icon-nnk.png")
}

.card-npp {
    border-color: #EB5757
}

.card-npp .card-header {
    background: #EB5757
}

.card-npp .card-header span {
    background-image: url("../images/icon-npp.png")
}

.card-nvc {
    border-color: #2F80ED
}

.card-nvc .card-header {
    background: #2F80ED
}

.card-nvc .card-header span {
    background-image: url("../images/icon-nvc.png")
}

.widget-header {
    background: url("../images/bg-2.png") repeat-x left bottom;
    padding: 0
}

.widget-header h5 {
    color: #56AF44;
    display: inline-block;
    background: url("../images/bg-1.png") repeat-x left bottom;
    margin: 0;
    padding: 0 20px 10px 0;
    font-size: 20px
}

.widget-news-item a.font-weight-bold {
    font-size: 18px
}

.breadcrumb-nav {
    background: #F2F4F5;
    padding: 5px 0
}

.breadcrumb {
    background: #F2F4F5;
    margin-bottom: 0;
    border-radius: 0
}

.breadcrumb-item + .breadcrumb-item:before {
    content: ">"
}

.box-search {
    width: 304px;
    height: 36px;
    padding: 5px 0 0 10px;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
    position: relative;
    margin: 5px 0 0
}

.box-search input {
    border: 0;
    background: none
}

.box-search input[type=search] {
    width: 90%;
    height: 25px
}

.box-search input[type=search]:focus {
    outline: none
}

.box-search input[type=button] {
    background: url("../images/icon-search.png");
    background-repeat: no-repeat;
    width: 18px;
    position: absolute;
    height: 19px;
    top: 8px;
    right: 15px
}

.pagination .page-link {
    border: 0;
    color: #333
}
.gradient-title {
    /* Mô hình chuyển đổi số quốc gia */
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 72px;
    /* identical to box height, or 129% */
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* bg-yellow */
    background: linear-gradient(358.79deg, #FFE083 -29.3%, #FFCB2A 65.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    /* text */
    /*text-shadow: 2px 6px 8.2px rgba(25, 76, 127, 0.8);*/


}



.page-item.active .page-link {
    background: #FFA005
}

.bg-3 {
    background: url("../images/bg-3.png")
}

.bg-6 {
    background: url("../images/bg-6.png") no-repeat right bottom
}

.carousel-indicators {
    bottom: 50px
}

.title-center {
    color: #05283B;
    font-weight: 500;
    font-size: 35px;
    line-height: 37px
}

.navbar-top a.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
}

.navbar-top a.nav-link:hover {
    color: #FFCB2A !important
}

.box-login a {
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500
}

.box-login a.register {
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);
    color: #fff
}

.slider {
    position: relative
}

.slider__img {
    width: 100%;
    height: auto !important
}

.slider-box {
    background: #fff;
    opacity: 0.75;
    text-align: center;
    width: 550px;
    margin: 10% 0 0;
    position: absolute
}

.slider-box strong {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    display: block
}

.slider-box a.reg-now {
    width: 168px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto
}

.slider-2 {
    position: relative
}

.slider-2__img {
    width: 100%;
    height: auto !important
}

.slider-box-2.mtt-10 {
    margin: 6% 0 0
}

.slider-box-2.mtt-5 {
    margin: 10% 0 0
}

.slider-box-2 {
    width: 90%;
    color: #fff;
    position: absolute;
    font-size: 18px;
    /* width: 100%; */
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* margin: 0 auto !important; */
    margin: 0 !important;
    z-index: 999;
}

.slider-box-2 strong {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 55px
}

.slider-box-2 a.text-click {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding-right: 30px;
    background: url("../images/new/Vector.png") no-repeat right center
}

.slider-box-2 a.reg-now {
    background: url("../images/new/tim-hieu-them.png") no-repeat;
    width: 290px;
    height: 87px;
    display: block;
    text-indent: -9999px
}

.slider-box-2.mtt-5 strong {
    font-size: 40px;
    line-height: 45px
}

.slider-box-item {
    height: 650px;
    overflow: hidden
}

.slider-bottom-2 {
    margin-top: -50px;
    z-index: 9999;
    position: relative
}

.slider-bottom-item-2 {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 727px;
    height: 140px;
    margin: 0 auto;
    background: #fff
}

.slider-bottom-item-2 .text-title {
    color: #236298;
    font-size: 18px;
    line-height: 25px
}

.slider-bottom-item-2 .carousel-control-next-icon {
    fill: #BCBCBC;
    color: #BCBCBC
}

.slider-bottom-item-2 .carousel-control-next {
    right: -30px
}

.slider-bottom-item-2 .carousel-control-prev {
    left: -30px
}

.slider-bottom {
    margin-top: -50px
}

.slider-bottom-item {
    border: 1px solid #E0E0E0;
    height: 240px;
    margin: 0 0 50px;
    background: #fff
}

.slider-bottom-item strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #05283B
}

.home-info-1 h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px
}

.home-info-1 h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0 15px
}

.home-info-1 p {
    font-size: 15px;
    line-height: 20px
}

.home-info-1 strong.title-step {
    font-size: 16px;
    line-height: 25px;
    padding: 0 20px 0 0;
    background: url("../images/new/Vector-x.png") no-repeat right center;
    color: #236298
}

.home-info-1 a.read-more {
    background: url("../images/new/tao-ma-ngay.png");
    width: 290px;
    height: 87px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto
}

.home-info-2 h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #4F4F4F
}

.home-service-box {
    width: 360px;
    height: 392px;
    background: #fff;
    border-radius: 20px;
    position: relative
}

.home-service-box h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px
}

.home-service-box a {
    position: absolute;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #236298;
    font-weight: bold;
    border-radius: 10px;
    font-size: 18px;
    color: #236298
}

.home-service-box p {
    font-size: 20px;
    line-height: 25px;
    color: #5A5F75
}

.home-service-box span {
    background: url("../images/new/icon-moi.png") no-repeat;
    width: 84px;
    height: 84px;
    text-indent: -99999px;
    position: absolute;
    top: 0;
    left: 0
}

.home-news {
    background: #fff;
    min-height: 500px;
    margin-top: 65px;
}

.partners {
    background: url("../images/left-bg.png") no-repeat left 30%
}

.date-public {
    color: #999;
    background: url("../images/icon-timer.png") no-repeat left 2px;
    padding: 0 0 0 20px
}

.nav-green {
    background: url("../images/bg-2.png") repeat-x left bottom
}

.nav-green a.nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 55px
}

.nav-green a.active {
    color: #236298 !important;
    background: url("../images/bg-1.png") repeat-x left bottom
}

.button-reg-product {
background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);

    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer
}

.button-create-barcode {
    height: 58px;
    line-height: 58px;
    display: block;
    background: linear-gradient(180deg, #FFB800 0%, #E0972A 100%);
    border-radius: 5px;
    width: 400px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    font-size: 18px
}

.button-detail {
    border: 1px solid #236298;
    border-radius: 10px;
    color: #236298;
    font-size: 18px
}

.product-box .thumbnail:hover .product-box-more {
    display: block
}

.product-box h2 {
    font-size: 16px
}

.product-box h2 a {
    font-size: 16px
}

.product-box-more {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(112.4deg, rgba(90, 184, 71, 0.75) 14.83%, rgba(41, 141, 63, 0.75) 92.67%)
}

.product-box-more a {
    display: block;
    margin: 70px auto 0;
    width: 154px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 24px
}

.home-news h2 {
    font-size: 20px
}

.extract {
    font-size: 16px;
    line-height: 22px
}

.home-news-item {
    font-size: 16px
}

.home-news-item a {
    font-weight: 700
}

.mb-200 {
    margin-bottom: 200px !important
}

.title-header-bg {
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%)
}

.title-header-bg .bg-1 {
    background: url("../images/bg-tp-left.png") no-repeat left bottom
}

.title-header-bg .bg-2 {
    background: url("../images/bg-tp-right.png") no-repeat right bottom
}

.title-header-bg-2 {
    background: url("../images/bgr.png") center center
}

.title-header-bg-2 h1 {
    font-size: 36px
}

.product-detail {
    background: #F2F4F5
}

.product-desc {
    font-size: 16px
}

.product-desc-head {
    color: #05283B;
    font-size: 18px
}

.product-detail-1 {
    background: #ffff url("../images/bg-leaf-right.png") no-repeat left bottom;
    min-height: 300px
}

.product-detail-1 h1 {
    font-size: 20px
}

.product-detail-1 .product-info {
    font-size: 16px
}

.product-detail-1 .product-info strong {
    font-size: 20px;
    color: #333
}

.price {
    font-size: 20px;
    color: #56AF44
}

.product-subs a {
    border: 1px solid #999;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    padding: 0 30px;
    font-size: 18px
}

.product-subs a.active {
    color: #fff;
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%)
}

.product-manage h3 {
    font-size: 35px;
    color: #05283B
}

.product-manage strong {
    font-size: 20px;
    color: #FF7B17
}

.product-manage table {
    width: 100%
}

.product-manage table tr td {
    padding: 8px 0
}

.product-manage a.view-more {
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase
}

.activity {
    background: url("../images/right-bg.png") no-repeat right 40%
}

.activity a.read-more {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #56AF44;
    border: 1px solid #56AF44;
    border-radius: 24px
}

.activity-title {
    color: #05283B;
    font-size: 35px
}

.activity-header strong {
    font-size: 16px
}

.activity-header .tool-date {
    color: #999
}

.user-related-item {
    text-align: center
}

.user-related-item a {
    display: block;
    margin: 0 0 10px;
    font-size: 12px
}

.user-header {
    background: url("../images/bg-profile.png") repeat-x center center;
    z-index: 9
}

.user-header-box {
    height: 300px;
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);
    opacity: 0.35
}

.user-header-avatar {
    margin-top: -80px;
    z-index: 10;
    position: relative
}

.profile-page {
    background: #F2F4F5
}

.form-input-1 {
    border: 1px solid #BDBDBD;
    border-radius: 22px;
    height: 44px;
    padding: 5px 20px 0 40px;
    margin-bottom: 15px
}

.form-input-1 input {
    height: 35px;
    border: 0;
    width: 100%
}

.form-input-1 input:focus {
    outline: none
}

.form-input-1.icon-show {
    background-repeat: no-repeat;
    background-position: 15px center
}

.form-input-1.phone {
    background-image: url("../images/icon-1-phone.png")
}

.form-input-1.email {
    background-image: url("../images/icon-1-email.png")
}

.form-input-1.address {
    background-image: url("../images/icon-1-point.png")
}

.form-input-1.name {
    background-image: url("../images/icon-1-user.png")
}

.news-focus h2 {
    font-size: 20px;
    line-height: 28px
}

.news-item h2 {
    font-weight: 500;
    font-size: 18px
}

.news-page-detail h1 {
    font-weight: 500;
    font-size: 20px
}

.news-page-detail .entry {
    font-size: 16px;
    line-height: 22px
}

.sidebar-right {
    width: 360px
}

.sidebar-right-2 {
    width: 260px
}

.post-head {
    background: rgba(165, 219, 229, 0.35)
}

.switch-option {
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);
    border-radius: 22px;
    width: 291px;
    height: 44px;
    margin: 0 auto 30px;
    text-align: center;
    padding: 2px
}

.switch-option a {
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 22px
}

.switch-option a.current {
    background: #fff;
    color: #56AF44
}

.click-reg {
    font-size: 16px
}

.click-reg a {
    color: #FF7B17;
    text-decoration: underline
}

.click-forgot a {
    color: #828282
}

.page-register {
    background: #ECECF1
}

.page-login {
    background: #ECECF1
}

.page-login strong {
    font-size: 24px
}

.box-login-otp .text-line {
    background: url("../images/line012.png") center center repeat-x
}

.box-login-otp span {
    background: #fff;
    color: #A3A3A3;
    padding: 0 15px
}

.input-submit-otp {
    border-radius: 22px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    text-align: center;
    color: #236298;
    border: 1px solid #236298;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px
}

.input-submit {
    height: 44px;
background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);

    line-height: 44px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    width: 100%;
    border-radius: 22px
}

.input2 {
    display: block;
    border: 1px solid #BDBDBD;
    height: 44px;
    border-radius: 22px;
    width: 100%;
    line-height: 44px;
    padding: 0 25px 0 50px;
    background-repeat: no-repeat;
    background-position: 20px center
}

.input2:focus {
    border: 1px solid #56AF44;
    outline: none
}

.input2.phone {
    background-image: url("../images/icon-1-phone.png")
}

.input2.password {
    background-image: url("../images/icon-lock.png")
}

.input2.name {
    background-image: url("../images/icon-user-3.png")
}

.input2.email {
    background-image: url("../images/icon-1-email.png")
}

.input2.user2 {
    background-image: url("../images/icon-user2.png")
}

.input2.user1 {
    background-image: url("../images/icon-1-user.png")
}

.input-s1 input[type=text] {
    border: 1px solid #BDBDBD;
    border-radius: 22px;
    height: 44px;
    width: 100%;
    padding: 10px 20px
}

.input-s1 input[type=text]:focus {
    outline: none
}

.input-s1 .submit {
    background: #FF7B17;
    border: 0;
    height: 44px;
    padding: 0 15px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 22px
}

.input-s1 a {
    border: 1px solid #BDBDBD;
    display: block;
    height: 44px;
    font-size: 16px;
    border-radius: 22px;
    padding: 0 0 0 20px;
    line-height: 44px;
    color: #A3A3A3;
    background: url("../images/icon-plus.png") no-repeat 98% center
}

.input-s1 textarea {
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    height: 161px;
    width: 100%;
    padding: 10px 20px
}

.input-s1 textarea:focus {
    outline: none
}

.footer-top {
    background: url("../images/footer-top-bg1.png");
    margin-top: -220px;
    margin-bottom: 50px;
    border-radius: 10px;
    height: 232px
}

.footer-top-bg {
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);
    opacity: 0.85;
    height: 232px;
    border-radius: 10px;
    padding-top: 80px
}

.footer {
    color: #fff;
}

.footer ul {
    margin: 0;
    padding: 0
}

.footer ul li {
    list-style-type: none;
    margin: 15px 0;
    color: #333;
    padding: 0
}

.footer a {
    color: #333
}

.footer a:hover {
    color: #FF7B17
}

.company-footer .phone {
    background-image: url("../images/new/icon-phone.png")
}

.company-footer .email {
    background-image: url("../images/new/icon-email.png")
}

.company-info {
    background: url("../images/new/icon-point.png") no-repeat left 3px;
    padding: 0 0 0 30px
}

@media (min-width: 1200px) {
    .img-slider-fx {
        position: absolute;
        right: 0;
        margin-right: 15px;
        height: 500px;
        bottom: 80px;
    }



    .img-avatar-1 {
        width: 150px
    }

    .box-img-1 {
        height: 168px;
        overflow: hidden
    }
}

td.td-w1 {
    width: 150px;
}

@media (max-width: 991.98px) {

    .offcanvas-collapse {
        position: fixed;
        top: 76px;
        bottom: 0;
        left: 100%;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        background-color: #236298;
        padding: 10px 15px 0;
        z-index: 99999;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%)
    }
}

@media (max-width: 575.98px) {
    .product-box .code, .product-box .my-2 {
        text-align: center !important
    }

    .box-search {
        width: 100% !important
    }

    .w-50 {
        width: 100% !important
    }

    .news-focus .media {
        display: block
    }

    .news-items .thumbnail img {
        width: 100% !important;
        height: auto !important
    }

    #list-products .thumbnail img {
        width: 100% !important;
        height: auto !important
    }

    .button-create-barcode, .sidebar-right {
        width: 100% !important
    }

    .navbar-light .navbar-toggler {
        border: 0
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/gg_menu-right.png")
    }

    /*.header, .header-home {*/
    /*    background-color: #348441*/
    /*}*/

    .header-home .nav-link, .header .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 15px 0 !important;
        color: #fff !important
    }

    .btn-m-cre {
        border: 1.5px solid #fff;
        border-radius: 60px
    }

    .slider-bottom-item-2 {
        width: 100% !important
    }

    .home-service-box {
        width: 100% !important
    }

    .home-info-1.p-5 {
        padding: 0 !important
    }

    .home-info-2.p-5 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .home-service-box {
        margin-bottom: 1.5rem !important
    }

    .home-news.p-5 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .home-news .media img {
        width: 100px !important;
        height: auto !important
    }

    .slider-box-item {
        height: 490px !important
    }

    .slider-box-2 {
        width: 100% !important;
        position: relative;
        top: 123px;
    }

    .slider-box-2.mtt-5, .slider-box-2.mtt-10 {
        margin: 0 0 0;
        padding-top: 100px
    }

    .slider-box-2.mtt-5 strong {
        font-size: 20px;
        line-height: 25px
    }

    .slider-box-item img.d-block {
        width: 100% !important;
        height: auto !important
    }

    .slider-box-2 strong {
        font-size: 1.5rem;
        line-height: 1.7rem
    }
}

.single-video {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 77px !important;
    text-align: center;
    margin: 0 5px;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}

.nav-scroller ul.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.vh-box-100 {
    display: flex;
    align-items: center;
    width: 100px;
    height: 80px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: normal;
    color: #fff;
    text-align: center;
    line-height: 20px !important;
}

.nav-scroller span.vh-label {
    display: block;
    width: 100%;
    line-height: 17px;
    font-size: 13px;
    color: #fff;
    max-height: 51px;
    overflow: hidden;
}

/*New Home*/

a.btn-login-head {
    border-radius: 4px;
    padding: 8px 10px;
    background: transparent;
    border: 1px solid #fff;
}

a.btn-login-head:hover {
    background: transparent;
    border: 1px solid #fff;
}

a.btn-reg-head {
    border-radius: 4px;
    padding: 8px 12px;
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);
    border: 1px solid #236298;
    color: #fff;
}

a.btn-reg-head:hover {
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);;
    border: 1px solid #236298;
}


.wp-btn-slider-home {
    display: flex;
    align-items: center;
}

a.btn-demo, a.btn-more-info {
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 16px;
}

a.btn-demo {
    margin-left: 0px;
    background: linear-gradient(180deg, #FC2F2F 0%, #DA2727 90.62%, #FC2F2F 100%);
}


a.btn-more-info {
    margin-left: 20px;
    background: linear-gradient(180deg, #47A2DD 0%, #207CB8 100%);
}


.wp-info-head {
    margin-top: -219px;
    z-index: 9;
    position: relative;
    text-align: center;
}


.box-item-info {
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 116px;
    padding: 24px;
}

.box-item-info {
    display: flex;
    align-items: center;

}

.info-desc {
    margin-left: 15px;
}

.info-desc span {
    display: block;
}

span.number-year {
    font-size: 30px;
    font-weight: 700;
    color: #33B44A;
}


.intro-home {
    margin-top: 65px;
}


.image-intro img, .image-section1 img {
    width: 100%;
}

.intro-content {
    margin-top: 65px;
}

.text-info-home {
    line-height: 1.6;
    margin-top: 24px;
}

.text-info-home p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1A1A1A;
    text-align: justify;
}

.wp-section1 {
    margin-top: 65px;
}

.wp-section2 {
    padding: 85px 0px;
    margin-top: 125px;
    position: relative;
    background: linear-gradient(290.92deg, #E5EEE7 10%, #E5EEE7 98.39%);
}

.wp-section4 {
    padding: 85px 0px;
    margin-top: 85px;
    position: relative;
    background: linear-gradient(290.92deg, #E5EEE7 10%, #E5EEE7 98.39%);
}

.section1-head {
    padding: 15px;
}

.section1-head h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.section1-head h1.section1-head-text-top {
    color: #33B44A;
}

.section1-head h1.section1-head-text-bottom {
    color: #207CB8;
}

.text-section-home-desc-item, .text-section2-home-desc-item {
    display: flex;
    /*align-items: center;*/
}

.text-section-home-desc-item img, .text-section2-home-desc-item img {
    width: 22px;
    height: 22px;
}

.text-section-home-desc-item p, .text-section2-home-desc-item p {
    /*margin-top: 0;*/
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #828282;
}

.section1-content {
    margin-top: 35px;
}

.section2-content {
    margin-top: 8px;
}

.section3-content {
    margin-top: 45px;
}

.text-section-home-desc {
    margin-top: 20px;
}

.text-section-home-head h4 {
    font-weight: 700;
    font-size: 20px;
    color: #1A1A1A;
}

.text-section2-home-head h4 {
    font-weight: 700;
    font-size: 20px;
    color: #1A1A1A;
}

.text-section4-home-head {
    font-weight: 700;
    font-size: 20px;
    color: #1A1A1A;
}


.text-section2-home-desc {
    margin-top: 20px;
}

.text-section-home-desc .text-section-home-desc-item {
    padding: 10px 0px;
}

.text-section2-home-desc-item {
    padding: 10px 0px;
}

.image-section2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.image-section2 img {
    width: 100%;
}

.image-section4 {
    position: absolute;
    top: -87px;
    left: 0;
}

.btn-reg-demo {
    margin-top: 25px;
    display: inline-block;
    background: linear-gradient(180deg, #FC2F2F 0%, #DA2727 90.62%, #FC2F2F 100%);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 16px;
}

.btn-reg-demo:hover {
    color: #fff;
}

.wp-partner {
    margin-top: 85px;
}

.partner-head h1 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #333333;
}

.affiliates-home-body {
    background: linear-gradient(290.92deg, #E5EEE7 10%, #E5EEE7 98.39%);
    padding: 20px 0px;
}

.list-affiliates {
    padding: 15px 0px;
}

.affiliates-item {
    width: 100%;
    height: 95px;
    padding: 0px 15px;
}

.affiliates-item img {
    width: 100%;
    height: 95px;
    object-fit: contain;
}

.wp-partner .affiliates-home-body .slick-prev, #wp-member-representative .member-representative-body .slick-prev {
    z-index: 10;
    /* left: -30px !important; */
    width: 45px !important;
    opacity: 0.75 !important;
}

.wp-partner .affiliates-home-body .slick-next, #wp-member-representative .member-representative-body .slick-next {
    z-index: 10;
    /* right: 30px !important; */
    width: 45px !important;
    opacity: 0.75 !important;
}

.wp-partner .slick-prev:before, #wp-member-representative .slick-prev:before {
    font-size: 32px !important;
    color: #e5e5e5 !important;
    opacity: 0.75 !important;
}

.wp-partner .slick-next:before, #wp-member-representative .slick-next:before {
    font-size: 32px !important;
    color: #e5e5e5 !important;
    opacity: 0.75 !important;
}

.wp-partner .affiliates-home-body .slick-next:hover {
    color: rgba(0, 0, 0, 0.4) !important;
}

.wp-partner .affiliates-home-body .slick-prev:hover {
    color: rgba(0, 0, 0, 0.4) !important;
}

.wp-benefit {
    margin-top: 65px;
}

.section1-body {
    margin-top: 35px;
}

.benefit-content-left {
    text-align: right;
}

.benefit-content-right {
    text-align: left;
}

.benefit-content-left-item {
    display: flex;
    align-items: center;
    padding: 15px 0px;

}

.benefit-content-left-item p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    margin-right: 15px;
}

.benefit-content-right-item {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.benefit-content-right-title h4 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0;
}

.benefit-content-left-title h4 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0;
}

.benefit-content-right-item p {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    margin-bottom: 0;
    margin-left: 15px;
}

.image-section7 {
    margin-top: 65px;
    text-align: center;
}

.item-left-one {
    margin-top: 16px;
    margin-right: -30px;
}

.item-left-two {
    margin-top: 58px;
    margin-right: 25px;
}

.item-left-three {
    margin-top: 70px;
    margin-right: -30px;
}

.item-left-four {
    margin-top: 8px;
    margin-left: -30px;
}

.item-left-fire {
    margin-top: 40px;
    margin-left: 25px;
}

.item-left-six {
    margin-top: 45px;
    margin-left: -30px;
}

.wp-paradigm {
    margin-top: 65px;
}

.paradigm-body {
    margin-top: 35px;
}

.image-tab {
    width: 200px;
    height: 115px;
    padding: 0px 15px;
}

.image-tab img {
    width: 100%;
    height: 95px;
    object-fit: contain;
}

.paradigm-body .nav-pills .nav-link.active {
    background-color: transparent !important;
    border-bottom: 5px solid #33B44A;
    border-radius: 0;
}

.paradigm-body-left-title h1 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.paradigm-body-left-image p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    text-align: center;
}

.paradigm-body-right-item {
    padding: 18px 20px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-left: 3px solid #33B44A;
    border-right: 3px solid #33B44A;
}

.paradigm-body-right-item h4 {
    font-weight: 700;
    font-size: 22px;
    color: #33B44A;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.paradigm-body-right-item li {
    padding: 5px 0px;
    font-size: 16px;
}

.wp-logo-customer-partner {
    margin-top: 35px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0px;
    background-size: 100% 100%;
}

.img-item {
    background: #fff;
    width: 150px;
    padding: 8px 15px;
    height: 95px;
    border-radius: 8px;
}

.img-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-customer-home, .title-partner-home, .title-partner-companion {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .header .navbar-top a:hover.nav-link {
        color: #FFCB2A !important
    }
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.wp-policy-home {
    margin-top: 35px;
}

.policy-home-item-header {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px
}

.policy-home-item-header h3 {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

.policy-home-item-header span {
    color: #33B44A;
    font-weight: 700;
    font-size: 24px;
    margin-right: 15px;
}

.policy-home-body {
    padding: 15px 0px;
    display: none;
    font-size: 16px;
    line-height: 1.6;
}

.policy-home-body ul li {
    font-weight: 400;
    font-size: 16px;
    color: #828282;
}

.wp-form-reg-home {
    margin-top: 85px;
    padding-top: 65px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.form-box-home {
    padding: 32px 32px 48px 32px;
    border-radius: 5px 5px 0px 0px;
    background: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 0px 0px;
}

.form-box-home h4 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #207CB8;
}

.btn-form-reg-home {
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(180deg, #FC2F2F 0%, #DA2727 90.62%, #FC2F2F 100%);
}

.btn-form-reg-home:hover {
    color: #fff;
}

.form-text-home-item {
    display: flex;
    align-items: center;
}

.form-text-home-item p {
    margin-bottom: 0;
}

.form-text-home-head h4 {
    font-weight: 700;
    font-size: 32px;
    color: #F9F331;
}

.text-form-home-one {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.text-form-home-two {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8)
}

.form-text-home-item img {
    width: 75px;
}


a.btn-login-head-1 {
    border-radius: 4px;
    padding: 8px 10px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF26;

    color: #fff;
}

a.btn-login-head-1:hover {
    background: #236298;
    border: 1px solid #fff;
}

.img-102-pc{
    display: block;
}

.img-102-mobile{
    display: none;
}


#backTop {
    /*visibility: hidden;*/
    width: 42px;
    height: 41px;
    color: #333;
    border: 1px solid #236298;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 9999;
    transition: all 0.3s;
}

#backTop i {
    font-size: 16px;
    color: #236298;
}

#backTop:hover {
    background: linear-gradient(0.02deg, #164679 0%, #236298 99.96%, #009900 99.96%);;
}

#backTop:hover i{
    color: #fff;
}


#regTXNG{
    color: #333;
    border: 1px solid #FC2F2F;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: fixed;
    bottom: 0px;
    right: 65px;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    transition: all 0.3s;
    background: linear-gradient(180deg, #FC2F2F 0%, #DA2727 90.62%, #FC2F2F 100%);
}

#regTXNG a{
    display: block;
    padding: 8px 24px;
    color: #fff;
    font-size: 16px;
}



.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -30px;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
/*@media (max-width: 768px) {*/
/*    .hotline-bar {*/
/*        display: none;*/
/*    }*/
/*}*/


.form-reg-home{
    margin-top: 25px;
}

.form-control-reg-home{
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
}

.form-control-reg-home input
{
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.form-control-reg-home textarea{
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.form-control-reg-home input:focus{
    outline: 0;
    border-color: #777;

}

.form-control-reg-home textarea:focus{
    outline: 0;
    border-color: #777;

}


.form-box-home .form-control-reg-home.success input {
    border-color: #2ecc71;
}

.form-box-home .form-control-reg-home.error input {
    border-color: #e74c3c;
}

.form-box-home .form-control-reg-home small{
    color:  #e74c3c;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.form-box-home .form-control-reg-home.error small{
    visibility: visible;
}
.form-box-home .form-reg-home button {
    cursor: pointer;
    background: linear-gradient(180deg, #FC2F2F 0%, #DA2727 90.62%, #FC2F2F 100%);
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 16px;
    margin-top:20px;
    width:100%;
    border: none;
    outline: none;
}

.slider-box-home{
    height: 100%;
    position: relative;
}

.ebook-file a{
    display: block;
    color: #fff;
    padding: 10px 12px;
    border: 1px solid #33B44A;
    border-radius: 28px;
    font-weight: 600;
    margin-top: 18px;
    text-align: center;
    background: #33B44A;
    font-size: 16px;
}

.ebook-file a:hover{
    color: #fff;
}



/*Support*/
#wp-support{
    margin-top: 65px;
    margin-bottom: 65px;
}


.box-item-info-support {
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 200px;
    padding: 24px;
    text-align: center;
    margin-bottom: 24px;
}

/*.info-desc-support {*/
/*    margin-left: 15px;*/
/*}*/

.info-desc-support span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

a.title-support {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #33B44A;
    margin-top: 8px;
}


.box-title-head{
    text-align: center;
    padding: 50px 0px;
}

.box-title-head h1{
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 0;
}


#wp-intro-support{
    margin-top: 35px;
    margin-bottom: 65px;
}

.intro-support-why-body{
    text-align: justify;
    line-height: 1.6;
}

.intro-support-why-body p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.intro-support-organization{
    margin-top: 65px;
}

.support-organization-left-head a{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    color: #fff !important;
    margin-bottom: 0;
    padding: 4px 24px;
    background: linear-gradient(290.92deg, #32B04A 0%, #207CB8 98.39%);
    border-radius: 50px;
}

/*.support-organization-left-content{*/
/*    margin-top: 15px;*/
/*}*/

.intro-support-organization-left p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #333333;
}

.intro-support-organization-left p{
    margin-top: 15px;
}

.support-organization-left-content p:last-child{
    margin-top: 5px;
}

.title-support-organization-content{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.title-support-organization-content p{
    font-weight: 600;
    font-size: 16px;
    color: #207CB8;
}

.title-support-organization-content i{
    font-weight: 600;
    color: #207CB8;
    font-weight: 600;
    font-size: 11px;
}

.title-support-organization-content p{
    margin-left: 8px;
    margin-top: 0px !important;
}

.title-support-organization1-content{
    display: flex;
    margin-top: 15px;
}
.title-support-organization1-content p{
    margin-left: 8px;
    margin-top: 0px !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.title-support-organization1-content i{
    font-weight: 600;
    color: #207CB8;
    font-weight: 600;
    font-size: 11px;
    margin-top: 5px;
}

.intro-support-section{
    margin-top: 65px;
    padding: 65px 0px;
    margin-top: 125px;
    background: linear-gradient(290.92deg, #E5EEE7 10%, #E5EEE7 98.39%);
}

.intro-support-section-left h1{
    font-weight: 600;
    font-size: 32px;
    color: #207CB8;
}
.intro-support-section-left-desc{
    margin-top: 15px;
}
.intro-support-section-left-desc p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: justify;
}

.intro-support-section1{
    margin-top: 65px;
}

.intro-support-section1-head{
    margin-top: 35px;
    margin-bottom: 15px;
}

.intro-support-section1-head h1{
    font-weight: 600;
    font-size: 32px;
    color: #33B44A;
}


.intro-support-section1-content{
    display: flex;
    margin-top: 15px;
}
.intro-support-section1-content p{
    margin-left: 8px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.intro-support-section1-content i{
    font-weight: 600;
    color: #207CB8;
    font-weight: 600;
    font-size: 11px;
    margin-top: 5px;
}

.intro-support-section3{
    margin-top: 65px;
    padding: 65px 0px;
    margin-top: 125px;
    background: linear-gradient(290.92deg, #E5EEE7 10%, #E5EEE7 98.39%);
}

.intro-support-section3-img{
    margin-top: 35px;
}

#wp-user-manual-support{
    margin-top: 65px;
}

.user-manual-support .nav-pills .nav-link.active{
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 14px 18px;
    color: #293142;
    font-weight: 600;
    font-size: 16px;
}

.user-manual-support .nav-pills .nav-link{
    background: #F4F8FB;
    border-radius: 8px;
    padding: 14px 18px;
    color: #293142;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}


.tab-user-manual{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tab-user-manual img{
    width: 29.38px;
    height: auto;
}

.tab-user-manual span{
    display: block;
    margin-left: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #293142;
}

#wp-contact-support{
    margin-top: 65px;
    margin-bottom: 65px;
}


.contact-support-left-head h1{
    font-weight: 600;
    font-size: 28px;
    color: #000000;
}

.form-reg-home button, .form-reg-contact button{
    cursor: pointer;
    background: #33B44A;
    border-radius: 8px;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 16px;
    margin-top:20px;
    width:100%;
    border: none;
    outline: none;
    font-weight: 600;
}



.contact-support-address-head h1{
    font-weight: 600;
    font-size: 28px;
    color: #000000;
}

.contact-support-address-body p{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
.map-contact iframe{
    border-radius: 16px;
    margin-top: 15px;
}

.contact-support-other{
    margin-top: 35px;
}

.contact-support-other-head h1{
    font-weight: 600;
    font-size: 28px;
    color: #000000;
}

.contact-support-other-item{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 25px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 16px 24px;
}

.contact-support-other-item p{
    margin-bottom: 0px;
}

.info-contact{
    margin-left: 15px;
}

.info-contact p:first-child{
    font-weight: 700;
    font-size: 16px;
    color: #333333;
}

.info-contact a{
    font-weight: 400;
    font-size: 14px;
    color: #2F80ED;
}

#wp-user-manual-support{
    margin-bottom: 65px;
}

.tab-item-content-head h1{
    font-weight: 600;
    font-size: 28px;
    color: #000000;
}
.tab-item-content-body{
    line-height: 2.0;
    padding: 8px 10px;
}
.tab-item-content-body p{
    margin-bottom: 0px;
    font-size: 16px;
}

.tab-item-content-body i{
    font-size: 16px;
}

.tab-item-content-body img{
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-item-content-body p.title{
    font-weight: 600;
}

.tab-item-content-body span{
    font-weight: 600;
}

.sidebar-user-manual-support{
    transition: 0.75s ease-out;
}

.sticky1{
    /*position: fixed;*/
    /*top: 0;*/
    transition: 0.75s ease-in-out;

    position: -webkit-sticky;
    position: sticky;
    top: 0;
}ic

#wp-model-support{
    margin-top: 35px;
    margin-bottom: 65px;
}

.image-tab-model-support{
    width: 200px;
    height: 175px;
    padding: 0px 15px;
}

.image-tab-model-support img{
    width: 100%;
    height: 165px;
    object-fit: contain;
}

.model-support-body-left-title h1{
    font-weight: 600;
    font-size: 28px;
    color: #0F111D;
}

.model-support-body-left-video{
    margin-top: 25px;
}

.model-support-body-left p{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: 15px;
    line-height: 1.8;
    margin-bottom: 0px;
}


.tab-item-content-beginer .nav-pills .nav-link{
    background: #E0E0E0;
    border-radius: 4px;
    padding: 8px 12px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}
.tab-item-content-beginer .nav-pills .nav-link.active{
    background: #33B44A;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 8px 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.tab-mobile-destop{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tab-mobile-destop i{
    font-size: 32px;
}

.tab-mobile-destop span{
    margin-left: 8px;
}
.tab-menu-beginner{
    cursor: pointer;
}
.tab-menu-beginner p{
    margin-bottom: 0px;
}

.tab-menu-beginner p:first-child{
    font-weight: 700;
    font-size: 20px;
    color: #33B44A;
}

.tab-menu-beginner p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: #293142;
    margin-top: 5px;
}

.beginner-content{
    margin-top: 35px;
}

.beginner-desc-item{
    margin-top: 25px;
}
.beginner-desc-item p{
    margin-bottom: 0px;
}
.beginner-desc-item p:first-child{
    font-weight: 700;
    font-size: 16px;
    color: #1A1A1A;
}

.beginner-desc-item:nth-child(2){
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
}

.beginner-desc-item span{
    color: #009900;
}
.beginner-content-item-b2{
    margin-bottom: 25px;
}
.beginner-content-item-b2 p{
    font-size: 16px;
    margin-bottom: 0px;
}
.beginner-content-item-b2 p:first-child{
    font-weight: 700;
    font-size: 18px;
    color: #33B44A;
}

.beginner-content-image{
    margin-top: 15px;
}


.beginner-desc-item-b5 p{
    font-size: 16px;
    margin-bottom: 0px
}

#wp-question{
    margin-top: 35px;
    margin-bottom: 65px;
}

.select-form{
    width: 100%;
    padding: 12px 16px;
    border-radius: 22px;
    border: 1px solid #BDBDBD;
    outline: none;
    background: transparent;
    color: #000;
}




/*RESPONSIVE*/
/*/*---------------------------------------------------*/



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

}

@media only screen and (max-width: 1024px) {
    .item-left-one {
        margin-top: 2px;
    }
    .item-left-two {
        margin-top: -10px;
    }
    .item-left-three {
        margin-top: 13px;
    }
    .item-left-four{
        margin-top: 0px;
    }
    .item-left-fire{
        margin-top: -15px;
    }
    .item-left-six{
        margin-top: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .box-item-info {
        margin-bottom: 15px;
        flex-direction: column;
        padding: 15px 5px;
        height: 150px;
    }

    .info-desc .number-year {
        font-size: 22px;
    }

    .info-desc {
        text-align: center;
        margin-left: 0;
    }

    .item-left-one, .item-left-two, .item-left-three {
        flex-direction: row-reverse !important;
    }

    .item-left-one p, .item-left-two p, .item-left-three p {
        margin-left: 15px;
    }

    .benefit-content-left-title{
        margin-top: 15px;
        text-align: center;
    }

    .image-section7{
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }

    .item-left-two {
        margin-top: 0px;
        margin-right: 0px;
    }

    .item-left-three{
        margin-top: 0px;
        margin-right: 0px;
    }

    .benefit-content-left {
        text-align: left;
    }

    .item-left-four, .item-left-fire, .item-left-six {
        margin-top: 0px;
        margin-left: 0px;
    }

    .img-102-pc{
        display: none;
    }
    .img-102-mobile{
        display: block;
    }

    .item-left-two p{
        flex: auto;
    }

    .info-desc-support span{
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media only screen and (max-width: 767px) {
    .wp-info-head {
        top: 63px !important;
    }
    .wp-info-head img{
        width: 100% !important;
    }
    .box-login{
        margin-top: 10px;
    }
    .slider-box-2.mtt-10{
        margin: 10% 0 0;
    }

    .slider-box-2 strong {
        font-size: 30px !important;
        padding: 8px 0px;
    }

    .box-item-info {
        margin-bottom: 15px;
        flex-direction: column;
        padding: 15px 5px;
        height: 150px;
    }

    .info-desc .number-year {
        font-size: 22px;
    }

    .info-desc {
        text-align: center;
        margin-left: 0;
    }

    .intro-home {
        margin-top: 25px;
    }

    .section1-head h1 {
        font-size: 22px;
    }

    .text-section2-home-head {
        margin-top: 265px;
    }

    .text-section4-home-head {
        margin-top: 430px;
    }

    .wp-section2 {
        margin-top: 200px;
    }

    .wp-section4 {
        margin-top: 85px;
    }

    .wp-section1 {
        margin-top: 25px;
    }

    .wp-partner {
        margin-top: 25px;
    }

    .partner-head h1 {
        font-size: 20px;
    }

    .wp-logo-customer-partner {
        margin-top: 0px;
        padding: 150px 0px;
    }

    .wp-benefit {
        margin-top: 25px;
    }

    .benefit-content-left-title {
        text-align: center;
        margin-top: 25px;
    }

    .image-tab {
        width: 85px;
        height: 95px;
    }

    .paradigm-body .nav-pills .nav-link.active {
        border-bottom: 3px solid #33B44A;
    }

    .img-item {
        margin-bottom: 15px;
    }

    .wp-policy-home {
        margin-top: 0px;
    }

    .policy-home-item:first-child {
        margin-top: 25px;
    }

    .home-news {
        margin-top: 25px;
    }

    .form-box-home {
        margin-top: 25px;
    }

    .item-left-one, .item-left-two, .item-left-three {
        flex-direction: row-reverse !important;
    }

    .item-left-one p, .item-left-two p, .item-left-three p {
        margin-left: 15px;
    }

    .benefit-content-left-title{
        margin-top: 15px;
    }

    .image-section7{
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }

    .item-left-two {
        margin-top: 0px;
        margin-right: 0px;
    }

    .item-left-three{
        margin-top: 0px;
        margin-right: 0px;
    }

    .benefit-content-left {
        text-align: left;
    }

    .item-left-four, .item-left-fire, .item-left-six {
        margin-top: 0px;
        margin-left: 0px;
    }

    .img-102-pc{
        display: none;
    }
    .img-102-mobile{
        display: block;
    }

    .paradigm-body-right-item{
        margin-top: 25px;
    }

    .form-text-home-head{
        text-align: center;
    }
    .form-text-home-head h4 {
        font-size: 30px;
    }

    #regTXNG{
        color: #333;
        border: 1px solid #FC2F2F;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        position: fixed;
        bottom: 0px;
        right: 65px;
        cursor: pointer;
        opacity: 1;
        z-index: 9999;
        transition: all 0.3s;
        background: linear-gradient(180deg, #FC2F2F 0%, #DA2727 90.62%, #FC2F2F 100%);
    }

    #regTXNG a{
        display: block;
        padding: 8px 10px;
        color: #fff;
        font-size: 13px;
    }

    .wp-form-reg-home{
        margin-top: 25px;
    }

    .paradigm-body{
        margin-top: 15px;
    }

    .wp-paradigm {
        margin-top: 35px;
    }

    /*Support*/
    .intro-support-organization{
        margin-top: 25px;
    }

    .img-intro-support{
        margin-top: 25px;
    }

    .intro-support-organization-left{
        margin-top: 25px;
    }

    .intro-support-section{
        margin-top: 25px;
    }

    .intro-support-section1-head h1 {
        font-size: 28px;
    }

    .intro-support-section3 {
        margin-top: 25px;
    }

    .contact-support-right{
        margin-top: 35px;
    }

    .image-tab-model-support {
        width: 100%;
        height: 125px;
        padding: 0px 15px;
    }
    .image-tab-model-support img {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

    .info-desc-support span{
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    a.title-support{
        font-size: 18px;
    }
}

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

    .slider-box-2.mtt-10{
        margin: 8% 0 0 !important;
    }

    .slider-box-2 strong {
        font-size: 30px !important;
        padding: 8px 0px;
    }

    .wp-btn-slider-home a{
        padding: 8px 10px;
        font-size: 14px;
    }

    .btn-reg-demo {
        font-size: 14px;
    }

    .box-item-info {
        margin-bottom: 15px;
        flex-direction: column;
        padding: 15px 5px;
        height: 150px;
    }

    .info-desc .number-year {
        font-size: 22px;
    }

    .info-desc {
        text-align: center;
        margin-left: 0;
    }

    .intro-home {
        margin-top: 25px;
    }

    .section1-head h1 {
        font-size: 22px;
    }

    .text-section2-home-head {
        margin-top: 245px;
    }

    .text-section4-home-head {
        margin-top: 315px;
    }

    .wp-section2 {
        margin-top: 180px;
    }

    .wp-section4 {
        margin-top: 85px;
    }

    .wp-section1 {
        margin-top: 25px;
    }

    .wp-partner {
        margin-top: 25px;
    }

    .partner-head h1 {
        font-size: 20px;
    }

    .wp-logo-customer-partner {
        margin-top: 0px;
        padding: 150px 0px;
    }

    .wp-benefit {
        margin-top: 25px;
    }

    .benefit-content-left-title {
        text-align: center;
        margin-top: 25px;
    }

    .image-tab {
        width: 85px;
        height: 95px;
    }

    .paradigm-body .nav-pills .nav-link.active {
        border-bottom: 3px solid #33B44A;
    }

    .img-item {
        margin-bottom: 15px;
    }

    .wp-policy-home {
        margin-top: 0px;
    }

    .policy-home-item:first-child {
        margin-top: 25px;
    }

    .home-news {
        margin-top: 25px;
    }

    .form-box-home {
        margin-top: 25px;
    }

    .item-left-one, .item-left-two, .item-left-three {
        flex-direction: row-reverse !important;
    }

    .item-left-one p, .item-left-two p, .item-left-three p {
        margin-left: 15px;
    }

    .benefit-content-left-title{
        margin-top: 15px;
    }

    .image-section7{
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }

    .item-left-two {
        margin-top: 0px;
        margin-right: 0px;
    }

    .item-left-three{
        margin-top: 0px;
        margin-right: 0px;
    }

    .benefit-content-left {
        text-align: left;
    }

    .item-left-four, .item-left-fire, .item-left-six {
        margin-top: 0px;
        margin-left: 0px;
    }

    .img-102-pc{
        display: none;
    }
    .img-102-mobile{
        display: block;
    }

    .paradigm-body-right-item{
        margin-top: 25px;
    }

    .form-text-home-head{
        text-align: center;
    }

    .form-text-home-head h4 {
        font-size: 30px;
    }

    #regTXNG{
        color: #333;
        border: 1px solid #FC2F2F;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        position: fixed;
        bottom: 0px;
        right: 65px;
        cursor: pointer;
        opacity: 1;
        z-index: 99;
        transition: all 0.3s;
        background: linear-gradient(180deg, #FC2F2F 0%, #DA2727 90.62%, #FC2F2F 100%);
    }


    #regTXNG a{
        display: block;
        padding: 8px 10px;
        color: #fff;
        font-size: 13px;
    }
    .wp-form-reg-home{
        margin-top: 25px;
    }

    .paradigm-body{
        margin-top: 15px;
    }

    .wp-paradigm {
        margin-top: 35px;
    }

}

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

    .slider-box-2.mtt-10{
        margin: 8% 0 0 !important;
    }

    .slider-box-2 strong {
        font-size: 30px !important;
        padding: 8px 0px;
    }

    .box-item-info {
        margin-bottom: 15px;
        flex-direction: column;
        padding: 15px 5px;
        height: 150px;
    }

    .info-desc .number-year {
        font-size: 22px;
    }

    .info-desc {
        text-align: center;
        margin-left: 0;
    }

    .intro-home {
        margin-top: 25px;
    }

    .section1-head h1 {
        font-size: 22px;
    }

    .text-section2-home-head {
        margin-top: 245px;
    }

    .text-section4-home-head {
        margin-top: 315px;
    }

    .wp-section2 {
        margin-top: 180px;
    }

    .wp-section4 {
        margin-top: 85px;
    }

    .wp-section1 {
        margin-top: 25px;
    }

    .wp-partner {
        margin-top: 25px;
    }

    .partner-head h1 {
        font-size: 20px;
    }

    .wp-logo-customer-partner {
        margin-top: 0px;
        padding: 150px 0px;
    }

    .wp-benefit {
        margin-top: 25px;
    }

    .benefit-content-left-title {
        text-align: center;
        margin-top: 25px;
    }

    .image-tab {
        width: 85px;
        height: 95px;
    }

    .paradigm-body .nav-pills .nav-link.active {
        border-bottom: 3px solid #33B44A;
    }

    .img-item {
        margin-bottom: 15px;
    }

    .wp-policy-home {
        margin-top: 0px;
    }

    .policy-home-item:first-child {
        margin-top: 25px;
    }

    .home-news {
        margin-top: 25px;
    }

    .form-box-home {
        margin-top: 25px;
    }

    .item-left-one, .item-left-two, .item-left-three {
        flex-direction: row-reverse !important;
    }

    .item-left-one p, .item-left-two p, .item-left-three p {
        margin-left: 15px;
    }

    .benefit-content-left-title{
        margin-top: 15px;
    }

    .image-section7{
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }

    .item-left-two {
        margin-top: 0px;
        margin-right: 0px;
    }

    .item-left-three{
        margin-top: 0px;
        margin-right: 0px;
    }

    .benefit-content-left {
        text-align: left;
    }

    .item-left-four, .item-left-fire, .item-left-six {
        margin-top: 0px;
        margin-left: 0px;
    }

    .img-102-pc{
        display: none;
    }
    .img-102-mobile{
        display: block;
    }

    .paradigm-body{
        margin-top: 15px;
    }

    .paradigm-body-right-item{
        margin-top: 25px;
    }

    .form-text-home-head{
        text-align: center;
    }

    .form-text-home-head h4 {
        font-size: 30px;
    }

    #regTXNG{
        color: #333;
        border: 1px solid #FC2F2F;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        position: fixed;
        bottom: 0px;
        right: 65px;
        cursor: pointer;
        opacity: 1;
        z-index: 99;
        transition: all 0.3s;
        background: linear-gradient(180deg, #FC2F2F 0%, #DA2727 90.62%, #FC2F2F 100%);
    }

    #regTXNG a{
        display: block;
        padding: 8px 10px;
        color: #fff;
        font-size: 13px;
    }

    .wp-form-reg-home{
        margin-top: 25px;
    }

    .wp-paradigm {
        margin-top: 35px;
    }
}






