@font-face {
    src: url("../fonts/Montserrat-Bold.ttf");
    font-family: "Montserrat";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Montserrat-Light.ttf");
    font-family: "Montserrat";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/Montserrat-Regular.ttf");
    font-family: "Montserrat";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-family: "Montserrat";
    font-weight: 400;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

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

.backUp {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    bottom: 30px;
    right: 30px;
    background: var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px
}

/**babeeni support**/
section#babeeni-support {
    border-top: 1px solid #F2F2F2;
    margin-top: 40px;
    width: 100%;
    display: inline-block;
}

section#babeeni-support .col-block {
    padding: 45px 0;
    border-right: 1px solid #F2F2F2;
}

section#babeeni-support .col-block:first-child {
    border-left: 1px solid #F2F2F2;
}

section#babeeni-support .babeeni-menu-item {
    width: 100%;
    display: inline-block;
    text-align: center;
}

section#babeeni-support .babeeni-menu-item a {
    display: block;
    color: #333;
    transition: 0.3s linear;
    font-family: "Montserrat";
    font-weight: 500;
}

section#babeeni-support .babeeni-menu-item a svg {
    display: block;
    margin: 0 auto 30px;
}

section#babeeni-support .babeeni-menu-item a:hover .cl1 {
    fill: #FCD433;
}

section#babeeni-support .babeeni-menu-item a:hover .cl2 {
    fill: #fff;
}

/**footer**/
footer#footer {
    border-top: 10px solid #F1F3F2;
    padding: 70px 0 30px;
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-logo img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 180px;
}

footer#footer .footer-top .footer-logo {
    text-align: center;
}

footer#footer .footer-top .footer-social {
    width: 100%;
    display: inline-block;
    text-align: center;
}

footer#footer .footer-top .footer-social a {
    margin: 0px 5px;
}

footer#footer .footer-top .footer-social a img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: contain;
}

footer#footer .footer-top .footer-title {
    width: 100%;
    margin: 0px;
}

footer#footer .footer-top .footer-title h3 {
    font-size: 18px;
    color: #737373;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    font-family: "Montserrat";
    font-weight: 400;
}

footer#footer .footer-top .footer-menu ul li {
    border: 0px !important;
    margin-bottom: 10px !important;
}

footer#footer .footer-top .footer-menu ul li a {
    color: #333;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    padding: 0px !important;
}

footer#footer .footer-top .footer-menu ul li a:hover {
    color: var(--primary-color)
}

footer#footer .footer-ab img {
    width: 791px;
    height: 42px;
    margin: 20px auto 0;
    display: block;
}

footer#footer .footer-top .footer-form p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #333;
}

footer#footer .footer-top .footer-form p a {
    color: #333;
}

footer#footer .footer-top .footer-form span.wpcf7-form-control-wrap.email {
    width: 191px;
    float: left;
}

footer#footer .footer-top .footer-form .form-group {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-form .input-sub {
    width: 100%;
    height: 35px;
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 0;
    box-shadow: unset !important;
    margin: 0px !important;
}

footer#footer .footer-top .footer-form .btnSubscribe {
    width: calc(100% - 191px) !important;
    min-height: 35px !important;
    background: #fcd433 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: unset !important;
    text-transform: unset !important;
    margin: 0px !important;
    float: left;
    font-family: "Montserrat";
    font-weight: 500;
    padding: 0px !important;
    font-size: 14px;
}

footer#footer .footer-top .footer-form form.wpcf7-form.init {
    margin: 0px !important;
}


/**header**/
.bk-clock-word {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
}

.bk-clock-word iframe {
    margin-left: 20px;
}

div#masthead .flex-col.hide-for-medium.flex-left.flex-grow {
    width: 450px;
    display: block;
    max-width: 450px !important;
}

div#masthead li.header-search-form.search-form.html.relative.has-icon {
    width: 100%;
    display: block;
}

div#masthead li.html.custom.html_topbar_right {
    width: 100%;
}

div#masthead input#s {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #cdd2d3;
    padding: 10px;
    box-shadow: unset !important;
}

div#masthead button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    border-radius: 0 5px 5px 0;
    width: 60px;
    height: 40px;
    background: #fcd433;
    border: none;
    outline: none;
    box-shadow: unset !important;
}

div#masthead .header-right {
    width: 100%;
    display: flex;
    align-items: center;
}

div#masthead .header-partner a img {
    width: 200px;
    height: auto;
    max-height: 70px;
    overflow: hidden;
}

div#wide-nav {
    border-bottom: 1px solid #F2F2F2;
}

div#wide-nav ul#mega-menu-primary {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

div#mega-menu-wrap-primary {
    width: 100% !important;
    max-width: 100% !important;
}

ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase {
    width: 100% !important;
}

div#wide-nav .flex-col.hide-for-medium.flex-left {
    width: 100% !important;
}

div#wide-nav ul#mega-menu-primary li {
    position: relative;
}

div#wide-nav ul#mega-menu-primary li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #737373 !important;
    text-decoration: none !important;
    padding: 0 0 0 10px !important;
    position: relative;
    font-family: "Montserrat" !important;
}

div#wide-nav ul#mega-menu-primary li.is_news a:after {
    content: '';
    position: absolute;
    right: -25px;
    display: block;
    background: url(../images/new.gif) center no-repeat;
    z-index: 99;
    height: 12px;
    width: 23px;
    top: 17px;
}

div#wide-nav ul#mega-menu-primary li.is_news > ul.mega-sub-menu li a:after {
    right: 15px;
}

div#wide-nav ul#mega-menu-primary li > ul.mega-sub-menu {
    box-shadow: 2px 3px 8px 3px #5a5656ad !important;
}

div#wide-nav ul#mega-menu-primary li > ul.mega-sub-menu li a {
    background: #fff !important;
}

div#wide-nav ul#mega-menu-primary li > ul.mega-sub-menu li {
    height: 50px;
    width: 100%;
}

div#wide-nav ul#mega-menu-primary li > ul.mega-sub-menu li a {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 50px !important;
    color: #737373;
}

div#wide-nav ul#mega-menu-primary li > ul.mega-sub-menu li a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.top-menu {
    background-color: #ECECEC;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-menu .pc-partner {
    display: flex;
    height: 40px;
    align-items: center;
}

.top-menu .pc-partner a {
    display: flex;
    align-items: center;
}

.top-menu .pc-partner a {
    padding: 0 20px;
    border-right: 1px solid #fff;
    height: 100%;
    align-items: center;
    display: flex;
    color: #333;
}

.top-menu .pc-partner a {
    transition: 0.1s all ease-in-out;
}

.top-menu .pc-partner a:first-child {
    border-left: 1px solid #fff;
}

.top-menu .pc-partner a img {
    max-height: 30px;
}

.top-menu .log-reg-header {
    display: flex;
    align-items: center;
    height: 40px;
}

.top-menu a {
    color: #333;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
}

.top-menu .log-reg-header a {
    border-right: none !important;
    padding: 0 10px !important;
}

.top-menu .top-social a {
    margin-left: 10px;
}

.top-menu .top-social a img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: contain;
}

.top-menu .top-right {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: end;
}

div#mega-menu-wrap-top_bar_nav ul li a {
    color: #737373 !important;
    font-family: "Montserrat" !important;
    font-weight: 300 !important;
}

div#mega-menu-wrap-top_bar_nav ul li > ul.mega-sub-menu {
    border-radius: 0 3px 3px 0 !important;
    background: #fff !important;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)) !important;
}

div#mega-menu-wrap-top_bar_nav ul li > ul.mega-sub-menu li a {
    background: #fff !important;
}

div#mega-menu-wrap-top_bar_nav ul li > ul.mega-sub-menu:before {
    content: '';
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

div#mega-menu-wrap-top_bar_nav ul li a:hover {
    color: #F6B626 !important;
    font-weight: 700 !important;
}

/**top-bar**/
.header-hotline a {
    color: #333;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
}

.top-divider.full-width {
    border-color: #f2f2f2 !important;
    opacity: 1;
}

/**landing 1**/
.col-divided {
    border: 0px !important;
}

.banner-header .bg-fill {
    background-size: cover !important;
    background-position: 0px !important;
}

.col-first {
    padding: 30px 0 !important;
}

/**title**/
.home-title {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
}

.home-title-icon img {
    width: 40px;
    position: absolute;
    top: -15px;
    left: 230px;
}

.home-title .home-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.home-title .home-number .number {
    color: #FFC408;
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.home-title .home-number img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.home-title .home-text h3 {
    padding-left: 10px;
    color: #FFC408;
    font-family: "Montserrat";
    font-weight: 400;
    margin: 0px !important;
    font-size: 35px;
    line-height: 35px;
}

.home-title .home-right {
    color: #606060;
    font-size: 15px;
    margin-top: -5px;
    text-align: right;
    font-weight: 700;
}

.landing2-images {
    position: relative;
}

.landing2-images img {
    width: 200px;
}

.landing2-images img.ong {
    width: 80px;
}

.page-2 {
    width: 100%;
    display: inline-block;
    background: url(../images/bg-2.png) no-repeat;
    background-size: 100% !important;
    padding: 45px;
    position: relative;
}

.page-2 img.page-2-images {
    width: 110px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.page-2 .babeein-ld-2-text {
    width: 100%;
    display: inline-block;
    position: relative;
}

.page-2 .babeein-ld-2-text p {
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 30px;
    color: #606060;
    font-size: 18px;
    margin: 0px !important;
}

.page-2 .babeein-ld-2-text p b {
    color: #F4B422;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 55px;
}

.page-2 .babeein-ld-2-text .babeein-ld-dot svg {
    width: 20px;
    fill: #606060;
    position: absolute;
    top: -10px;
    left: -30px;
}

.page-2 .babeein-ld-2-text .babeein-ld-dot2 {
    width: 20px;
    fill: #606060;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.babeein-ld-box {
    width: 85%;
    margin: 50px 0 20px 0;
    display: inline-block;
    background: url(../images/bg-ld2.png) no-repeat;
    background-size: 100%;
    position: relative;
    height: 470px;
}

.babeein-ld-box .babeein-ld-number img {
    width: 150px;
    position: absolute;
    z-index: -1;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.babeein-ld-box .babeein-ld-body {
    width: 100%;
    display: inline-block;
    padding: 50px 35px 0 35px;
}

.babeein-ld-box .babeein-ld-body .babeein-ld-body-title {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.babeein-ld-box .babeein-ld-body .babeein-ld-body-title img {
    width: 100px;
}

.babeein-ld-box .babeein-ld-body .babeein-ld-body-title h3 {
    color: #FFC408;
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 5px !important;
    font-size: 22px;
    line-height: 28px;
}

.babeein-ld-box .babeein-ld-body p {
    font-family: "Montserrat";
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
    margin: 0px 0 5px 0;
}

.babeein-ld-box .babeein-ld-body p b {
    font-size: 22px;
    font-weight: 500;
}

.babeein-ld-box .babeein-ld-footer img {
    width: 130px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.babeein-ld-box.ld1:after {
    content: '';
    background: url(../images/ver.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    display: block;
    position: absolute;
    right: -50%;
    top: 41%;
    transform: translateY(-50%);
    z-index: -1;
}

.babeein-ld-box.ld2:after {
    content: '';
    background: url(../images/right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 600px;
    display: block;
    position: absolute;
    right: -35px;
    top: 105%;
    transform: translateY(-50%);
}


.babeein-ld-box.ld3:after {
    content: '';
    background: url(../images/ver.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    display: block;
    position: absolute;
    left: -57%;
    top: 41%;
    transform: translateY(-50%);
    z-index: -1;
}


.babeein-ld-box.ld4:after {
    content: '';
    background: url(../images/left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 600px;
    display: block;
    position: absolute;
    left: -35px;
    top: 105%;
    transform: translateY(-50%);
}

.babeein-ld-box.ld5:after {
    content: '';
    background: url(../images/ver.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    display: block;
    position: absolute;
    right: -50%;
    top: 41%;
    transform: translateY(-50%);
    z-index: -1;
}

.babeein-ld-box.ld6:after {
    content: '';
    background: url(../images/right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 600px;
    display: block;
    position: absolute;
    right: -35px;
    top: 105%;
    transform: translateY(-50%);
}

.babeein-ld-box.ld7:after {
    content: '';
    background: url(../images/ver.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    display: block;
    position: absolute;
    left: -57%;
    top: 41%;
    transform: translateY(-50%);
    z-index: -1;
}

.babeein-ld-box.ld2, .babeein-ld-box.ld3, .babeein-ld-box.ld6, .babeein-ld-box.ld7 {
    margin-left: 50px;
}

.mission-item {
    width: 33.3333%;
    padding: 30px 50px;
    min-height: 330px;
    align-items: center;
}

.mission-item.mission-1 {
    padding-left: 30px;
    padding-right: 80px;
}

.mission-item img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.mission-panel {
    width: 100%;
    display: flex;
    margin: 20px 0 0 0;
    background: url('../images/ld-mission.png') no-repeat;
    background-size: 100% !important;
}

.mission-item.mission-3 {
    padding-left: 70px;
    padding-right: 20px;
}

.mission-item p {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    color: #606060;
    text-align: center;
}

.mission-item p b {
    color: #FFC408;
    font-family: "Montserrat";
    font-weight: 500;
    margin-bottom: 5px !important;
    font-size: 45px;
    line-height: 28px;
}

.page-3 {
    width: 100%;
    display: inline-block;
    border: 3px solid #000;
}

.page-3-3 {
    width: 100%;
    display: inline-block;
    padding: 20px;
}

.page-3 .section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.home-title .home-text p {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 15px;
    padding-left: 10px;
    margin: 0px;
}

.ld3-item {
    border: 3px solid #FFC408;
    border-radius: 20px;
    position: relative;
    width: 100%;
}

.ld3-item .ld3-item-title {
    background: #FFC408;
    font-family: "Montserrat";
    font-weight: 500;
    color: aliceblue;
    width: unset !important;
    display: block;
    position: absolute;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 16px 0 20px 0;
}

.ld3-item .ld3-item-content {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
}

.ld3-item .ld3-item-content {
    width: 100%;
    min-height: 220px;
    display: inline-block;
    padding: 50px 15px 0 15px;
}

.ld3-item .ld3-item-content ul li {
    margin: 0px !important;
    list-style: inside disc;
}

.ld3-item .ld3-item-content ul li::marker {
    color: #FFC408;
}

.ld3-item .ld3-item-avatar img {
    border-radius: 0 0 20px 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ld3-item .ld3-item-avatar {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    border-radius: 0 0 20px 20px;
}

.ld3-item .ld3-item-icon img {
    width: 100%;
    height: unset !important;
    position: absolute;
    object-fit: contain !important;
    top: -22px !important;
}

.ld3-item .ld3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 16px 16px !important;
}

.ld3-item .ld3-img {
    border-radius: 0 0 16px 16px !important;
}

.step-quality {
    width: 100%;
    display: inline-block;
    position: relative;
}

.step-quality img.step-thumbnail {
    width: 40%;
    margin: auto;
    display: block;
}

.step-item {
    position: absolute;
    width: 200px;
}

.step-item img {
    width: 60px;
    margin-bottom: 10px;
}

.step-item p {
    font-family: "Montserrat";
    font-weight: 700;
    color: #606060;
    margin-bottom: 5px;
}

.step-item.step-1 {
    top: 80px;
    right: 30px;
    text-align: left;
}

.step-item.step-2 {
    text-align: right;
    left: 50px;
    top: 250px;
}

.step-item.step-3 {
    top: 420px;
    right: 30px;
    text-align: left;
}

.step-item.step-4 {
    text-align: right;
    left: 50px;
    top: 600px;
}


.step-item.step-5 {
    top: 800px;
    right: 30px;
    text-align: left;
}

.step-item.step-6 {
    text-align: right;
    left: 50px;
    top: 1000px;
}


.step-item.step-7 {
    top: 1200px;
    right: 30px;
    text-align: left;
}

.step-item.step-8 {
    text-align: right;
    left: 50px;
    top: 1400px;
}

.step-item img.step-line {
    width: 100px;
    margin-top: 5px;
}

.page-3-footer {
    background: #FFD44A;
    height: 40px;
    margin-top: 20px;
    border-radius: 30px 30px 0 0;
}

img.product-banner {
    width: 100% !important;
    display: inline-block;
}

.product-item {
    width: 300px;
    overflow: hidden;
    position: absolute;
}

.product-item .product-title img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.product-item .product-title {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    margin: -15px auto;
    display: block;
}

.product-item .product-title span {
    color: #606060;
    position: absolute;
    left: 50%;
    font-weight: 700;
    top: 50%;
    font-family: "Montserrat";
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.product-item .product-content {
    width: 100%;
    font-family: "Montserrat";
    margin: 30px 0 0 0;
    display: inline-block;
    padding: 0 15px;
    font-weight: 700;
    text-align: center;
}

.product-item .product-content .product-desc p {
    margin-bottom: 5px;
    font-weight: 700;
    color: #606060;
}

.product-item .product-content .product-desc {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 15px;
    color: #606060;
}

.product-item .product-content h3 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
    color: #606060;
}

.product-item.product-1 {
    top: 0px;
    left: 155px;
}

.product-item.product-2 {
    top: 191px;
    right: 125px;
}

.product-item.product-3 {
    top: 381px;
    left: 150px;
}

.product-item.product-4 {
    top: 570px;
    right: 125px;
}

.product-item.product-5 {
    top: 756px;
    left: 150px;
}

/**widget menu**/
.widget_nav_menu ul li {
    width: 240px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px !important;
}

.widget_nav_menu ul li a {
    display: block;
    color: #737373;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px !important;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}

.widget_nav_menu ul li button.toggle {
    margin-right: 10px !important;
}

.widget_nav_menu ul li.active > .sub-menu {
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
    border-top: 1px solid #ddd !important;
}

.widget_nav_menu ul li.active > .sub-menu li {
    margin: 0px !important;
    width: 100%;
    background: transparent !important;
}

.widget_nav_menu ul li.active > .sub-menu li a {
    padding: 8px 20px !important;
    height: unset !important;
    line-height: unset !important;
    width: 100%;
    display: inline-block;
    text-transform: unset !important;
    font-weight: 500;
    font-size: 14px;
}

.widget_nav_menu ul li.active > .sub-menu li a:hover {
    font-weight: 400;
    color: #F6B626;
    background: #F8F8F8;
}

/*landing 1*/
.page-1 .section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.page-1 .banner-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.page-1 .banner-header-text, .page-1 .banner-header-text p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.page-1 .footer-ld-1 {
    width: 100%;
    display: inline-block;
    background: #efb207;
    padding: 20px;
    border-radius: 50px 50px 0 0;
}

.page-1 .footer-ld-address {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

.page-1 .footer-ld-address .footer-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.page-1 .footer-ld-address .footer-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.page-1 .footer-ld-address .footer-address, .page-1 .footer-ld-address .footer-address p {
    font-family: "Montserrat";
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 18px;
}

.page-1 .footer-ld-address .footer-address {
    padding-left: 15px;
}

.page-1 .footer-ld-address .footer-address .address-item {
    width: 100%;
    margin-bottom: 10px;
}

.page-1 .footer-ld-address p.footer-title {
    width: unset !important;
    background: #fff;
    display: inline-block;
    color: #efb207 !important;
    padding: 5px 15px;
    border-radius: 15px 0 15px 0;
    font-size: 14px;
}

.footer-ld-address.address-flex {
    align-items: center;
}

.home-text-right.right-text {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #606060;
}

.main-product-item {
    width: 100%;
    background: url(/wp-content/uploads/2022/05/bg-ld-1.png);
    background-size: 100%;
    position: relative;
    margin-top: 50px;
    min-height: 355px;
    background-repeat: no-repeat;
}

.main-product-item .main-product-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}

.main-product-item .main-product-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.main-product-item .main-product-title h3 {
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #606060;
    margin: 0px !important;
}

.main-product-item .main-product-title {
    width: 100%;
    padding: 70px 0 0 0;
    text-align: center;
    margin-bottom: 15px;
}

.main-product-item .main-product-content {
    width: 100%;
    padding: 0px 25px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 13px;
}

.product-capacity {
    width: 100%;
    height: 245px;
    display: inline-block;
    border: 2px solid #ffc408;
    border-radius: 20px;
    position: relative;
}

.product-capacity .product-capacity-title h3 {
    color: #fff;
    margin: 0px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}

.product-capacity .product-capacity-title {
    background: #ffc408;
    width: unset;
    display: inline-block;
    border-radius: 18px 0;
    padding: 5px 15px;
}

.product-capacity .product-capacity-content {
    display: flex;
}

.product-capacity .product-capacity-content .product-capacity-text {
    width: 500px;
    padding: 10px;
}

.product-capacity .product-capacity-content .product-capacity-text, .product-capacity .product-capacity-content .product-capacity-text p {
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 25px;
    color: #606060;
    font-size: 15px;
}

.product-capacity.capacity-4 .product-capacity-images {
    width: 335px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-right: 10px;
}

.product-capacity.capacity-4 .product-capacity-text h4 {
    color: #ffc408;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
}

.product-capacity.capacity-4 .product-capacity-text h3 {
    color: #606060;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 35px;
    margin: 0 0 5px 0;
}

.product-capacity.capacity-4 .product-capacity-text {
    padding: 50px 10px;
}

.product-capacity .product-capacity-ver {
    width: 100%;
    text-align: center;
}

.product-capacity .product-capacity-ver p {
    margin: 0px;
}

.product-capacity .product-capacity-ver p img {
    width: 300px;
    margin: auto;
    display: block;
}

.product-capacity .product-capacity-ver h3 {
    color: #606060;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 25px;
    margin: 0 0 5px 0;
}

.product-capacity .product-capacity-total {
    width: 200px;
    font-family: "Montserrat";
    font-size: 15px;
    display: flex;
    border: 1px solid #ffc408;
    margin: auto;
    border-radius: 10px;
}

.product-capacity .total-left {
    background: #ffc408;
    color: #fff;
    padding: 0px 15px;
    float: left;
    border-radius: 9px 0 0 9px;
}

.product-capacity .total-right {
    padding-left: 15px;
    color: #ffc408;
    font-weight: 500;
}

.product-capacity.capacity-2 .product-capacity-images img {
    height: 245px;
    margin-top: -43px;
    width: 250px;
}

.product-capacity.capacity-2 .product-capacity-text h3 {
    padding-top: 15px;
    color: #606060;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 40px;
    margin: 0 0 5px 0;
}

.product-capacity.capacity-2 .product-timeline {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 40px 0 0;
}

.time-end {
    font-size: 12px;
    border-top: 1px solid #606060;
    line-height: 15px;
}

.product-capacity.capacity-2 img.line-time {
    width: 100%;
}

.product-capacity.capacity-2 .time1 {
    position: absolute;
    top: 25px;
    color: #606060;
    left: 0px;
}

.product-capacity.capacity-2 .time2 {
    position: absolute;
    top: 25px;
    right: 15px;
}

.product-capacity.capacity-2 img.line-ong {
    width: 30px;
    position: absolute;
    top: -25px;
}

.product-capacity-list {
    width: 100%;
    border: 2px solid #ffc408;
    border-radius: 20px;
    display: inline-block;
}

.product-capacity-list .product-capacity-left p {
    margin: 0px !important;
}

.product-capacity-list .product-capacity-left {
    width: 400px;
    height: 300px;
    background: #ffc408;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.product-capacity-list .product-capacity-left p img {
    position: absolute;
    width: 60px;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.product-capacity-list .product-capacity-left {
    display: flex;
    width: 350px;
    background: #ffc408;
    position: relative;
    border-radius: 17px 0 0 17px;
    height: 300px;
    padding: 25px;
    float: left;
    font-family: "Montserrat";
    align-items: center;
}

.product-capacity-list .product-capacity-left .product-capacity-left-content h3 {
    font-family: "Montserrat";
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    margin: 0px;
}

.product-capacity-left .product-capacity-count {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 70px;
    text-align: right;
    color: #fff;
    line-height: 80px;
}

.product-capacity-list .product-capacity-right {
    width: calc(100% - 350px);
    float: left;
    padding-left: 45px;
    height: 300px;
    display: flex;
    align-items: center;
}

.product-capacity-list .product-capacity-right-left {
    width: 150px;
    float: left;
}

.product-capacity-list .product-capacity-right-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.product-capacity-list .product-capacity-right-item .product-capacity-right-2 {
    width: calc(100% - 150px);
    float: left;
    padding-left: 15px;
}

.product-capacity-list .product-capacity-right-item .product-capacity-right-2 .product-capacity-right-img {
    float: left;
}

.product-capacity-list .product-capacity-right-item .product-capacity-right-2 .product-capacity-right-img img {
    width: 30px;
}

.product-capacity-list .product-capacity-right-item .product-capacity-head {
    background: #ffc408;
    font-family: "Montserrat";
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-capacity-list .product-capacity-right-item .product-capacity-head-count {
    color: #606060;
    font-family: "Montserrat";
    text-align: right;
    font-size: 50px;
    line-height: 40px;
}

.product-capacity-list .product-capacity-right-item .product-capacity-head-text {
    text-align: right;
    font-family: "Montserrat";
    color: #606060;
}

.product-capacity-list .view-people {
    width: 100%;
    display: inline-block;
}

/**bk-chart-big**/
.bk-chart img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.bk-chart-big {
    width: 450px;
    height: 450px;
    background: url(/wp-content/uploads/2022/05/Asset-36@4x.png);
    background-size: 100%;
    padding: 120px 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bk-char-big-item {
    width: 100%;
    display: inline-block;
}

.bk-char-big-item .bk-char-big-avatar {
    width: 90px;
    height: 90px;
    float: left;
    background: url(/wp-content/uploads/2022/05/Asset-38@4x.png) no-repeat;
    background-size: 100%;
    padding: 0px 4px 4px 4px;
}

.bk-char-big-item .bk-char-big-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-position: top;
}

.bk-char-big-item .bk-char-big-content {
    width: calc(100% - 90px);
    float: left;
    text-align: right;
    padding-right: 10px;
}

.bk-char-big-item .bk-char-big-content span {
    font-family: "Montserrat";
    text-align: right;
    font-size: 12px;
    color:#606060;
    font-weight: 700;
}

.product-thumbnail {
    width: 100px;
    margin-bottom: -45px;
}


.bk-char-big-item .bk-char-big-content h3 {
    font-family: "Montserrat";
    color:#606060;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0px !important;
}

.bk-char-big-item .bk-char-big-content p {
    color: #f3b41e;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 20px;
    margin: 0px !important;
}

.bk-char-big-item .bk-char-big-content {
    float: left;
    text-align: right;
    padding-right: 10px;
}

.bk-char-big-item.right .bk-char-big-content {
    text-align: left;
    padding: 0 0 0 10px;
}

.bk-chart.chart-left {
    background: url(/wp-content/uploads/2022/05/Asset-9@icon9.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    position: absolute;
    top: 50px;
    left: 0px;
    border-radius: 0 50px 50px 0;
}

.bk-chart.chart-left.left-2 {
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
}

.bk-chart.chart-left.left-3 {
    transform: translateY(-50%);
    left: 0px;
    top: unset !important;
    bottom: 20px;
}

.bk-char-item {
    width: 100%;
    display: inline-block;
    position: relative;
}

.bk-char-item .bk-char-avatar {
    position: absolute;
    top: 9px;
    right: 10.5px;
    background: url(/wp-content/uploads/2022/05/Asset-38@4x.png) no-repeat;
    background-size: 100%;
    padding: 0px 4px 4px 4px;
    width: 65px;
    height: 65px;
}

.bk-char-item .bk-char-avatar img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    object-position: top !important;
}

.bk-char-item p {
    margin: 0px !important;
    color: #fff;
    position: absolute;
    right: 90px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 12px;
    top: 5px;
}

.bk-char-item .bk-char-item-content span {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 12px;
    color: #606060;
}

.bk-char-item .bk-char-item-content {
    width: 100%;
    height: 80px;
    text-align: right;
    padding: 33px 90px 0 0;
}

.bk-char-item .bk-char-item-content h3 {
    color: #606060;
    font-family: "Montserrat";
    font-weight: 700;
    margin: 0px !important;
    font-size: 16px;
    line-height: 10px;
}


.bk-chart.chart-right {
    background: url(/wp-content/uploads/2022/05/Asset-9@icon11.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    position: absolute;
    top: 50px;
    right: 0px;
    border-radius: 50px 0 0 50px;
}

.bk-chart.chart-right.right-2 {
    top: 50%;
    transform: translateY(-50%);
    right: -90px;
}

.bk-chart.chart-right.right-3 {
    transform: translateY(-50%);
    right: 0px;
    top: unset !important;
    bottom: 20px;
}

.bk-chart.chart-right .bk-char-item-content {
    height: 87px;
}

.bk-chart.chart-right .bk-char-item .bk-char-item-content {
    width: 100%;
    height: 80px;
    text-align: left;
    padding: 37px 0px 0 95px;
}

.bk-chart.chart-right .bk-char-item p {
    margin: 0px !important;
    color: #fff;
    position: absolute;
    left: 95px;
    font-family: "Montserrat";
    font-weight: 700;
    top: 11px;
    width: 100%;
    font-size: 12px;
}

.bk-chart.chart-right .bk-char-avatar {
    left: 20px;
    top: 11px;
}

.left-2 .bk-char-item:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Asset-33@4x.png) no-repeat;
    height: 7px;
    display: block;
    position: absolute;
    right: -57px;
    width: 57px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background-size: 100%;
}

.left-1 .bk-char-item:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Asset-32@4x-1.png) no-repeat;
    height: 100px;
    display: block;
    position: absolute;
    right: -57px;
    width: 57px;
    bottom: -60px;
    z-index: 0;
    background-size: 100%;
}

.left-3 .bk-char-item:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Asset-34@4x.png) no-repeat;
    height: 100px;
    display: block;
    position: absolute;
    right: -57px;
    width: 57px;
    bottom: -25px;
    z-index: 0;
    background-size: 100%;
}


.right-1 .bk-char-item:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Asset-31@4x.png) no-repeat;
    height: 100px;
    display: block;
    position: absolute;
    left: -48px;
    width: 57px;
    bottom: -60px;
    z-index: 0;
    background-size: 100%;
}

.right-3 .bk-char-item:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Asset-29@4x.png) no-repeat;
    height: 100px;
    display: block;
    position: absolute;
    left: -57px;
    width: 57px;
    bottom: -25px;
    z-index: 0;
    background-size: 100%;
}

.right-2 .bk-char-item:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Asset-30@4x.png) no-repeat;
    height: 7px;
    display: block;
    position: absolute;
    left: -57px;
    width: 57px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background-size: 100%;
}

.bk-chart.chart-left.end {
    bottom: -15px;
    top: unset !important;
    left: 50%;
    transform: translateX(-50%);
}

.bk-chart.chart-left.end .bk-char-item:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Asset-35@4x.png) no-repeat;
    height: 100px;
    display: block;
    position: absolute;
    left: 50%;
    width: 5px;
    top: -35px;
    transform: translateX(-50%);
    z-index: -1;
    background-size: 100%;
}

/**product capacity**/
.product-capacity-item {
    width: 100%;
    display: inline-block;
    position: relative;
}

.bk-product-capacity img.capacity-image {
    width: 400px;
    height: 400px;
    margin: 15px auto;
    display: block;
    object-fit: contain;
}

.product-capacity-item .product-capacity-view {
    display: flex;
    width: 400px;
}

.bk-product-capacity {
    width: 100%;
    display: inline-block;
    position: relative;
}

.product-capacity-view2 {
    height: 230px;
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.product-capacity-view2 .product-capacity-item {
    background: url(/wp-content/uploads/2022/05/ong_xanh.png);
    background-size: 100%;
    width: 65px;
    height: 100%;
    margin: 0px 15px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.product-capacity-view2 .product-capacity-item .capacity-item p {
    margin: 0px !important;
    line-height: 20px;
    position: relative;
}

.product-capacity-view2 .product-capacity-item .capacity-item {
    font-family: "Montserrat";
    font-weight: 500;
}

.product-capacity-view2 .product-capacity-item .capacity-item {
    width: 100% !important;
    border-radius: 0 0 27px 27px;
    position: absolute;
    bottom: 0px;
}

.product-capacity-view2 .product-capacity-item:before {
    content: '';
    width: 65px;
    background: url(/wp-content/uploads/2022/05/Asset-1@icon10.png);
    display: block;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -14px;
}

.product-capacity-view2 .product-capacity-item .capacity-item-st {
    width: 100%;
    height: 65px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 10px;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.product-capacity-list-2 {
    position: absolute;
    bottom: 50px;
    right: 15%;
}

.product-capacity-list-2 p {
    color: #606060;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
}

/**single gallery**/
section#page-single {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.single-title {
    margin-bottom: 20px;
}

.single-title h3 {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 30px;
    margin: 0px;
}

section#page-single .gallery-item {
    width: 100%;
    height: 220px;
    border: 1px solid #f2f2f2;
    padding: 5px;
    position: relative;
}

section#page-single .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#page-single .gallery-item h3 {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 0px;
    color: #fff;
    width: 100%;
    left: 0px;
    padding: 5px 0;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
}

.ld3-big {
    border: 3px solid #FFC408;
    border-radius: 20px;
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 40px 0 0 0;
}

.ld3-big .ld3-big-content {
    width: 100%;
    padding: 0 20px;
}

.ld3-big .ld3-big-content .ld3-big-head {
    display: flex;
    position: relative;
    align-items: center;
}

.ld3-big .ld3-big-content .ld3-number {
    font-family: "Montserrat";
    color: #606060;
    font-weight: 700;
    font-size: 100px;
    line-height: 25px;
    margin-right: 10px;
}

.ld3-big .ld3-head-right {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 400;
    color: #606060;
    font-size: 16px;
    text-align: center;
}

.ld3-big .ld3-big-content .ld3-big-head p img.ld3-bg-small {
    position: absolute;
    width: 30px;
    top: 0px;
    right: -30px;
}

.ld3-big .ld3-big-content .ld3-big-head .ld3-head-top {
    font-size: 25px;
}

.ld3-big .ld3-big-content .ld3-big-head p {
    margin: 0px !important;
}

.ld3-big .ld3-big-footer {
    width: 100%;
    display: flex;
}

.ld3-big .ld3-big-footer .ld3-big-footer-left img {
    width: 90px;
}

.ld3-big .ld3-big-footer .ld3-big-footer-top {
    font-family: "Montserrat";
    color: #ffc408;
    font-weight: 400;
    margin-top: 15px;
    font-size: 25px;
}

.ld3-big .ld3-big-footer .ld3-big-footer-bottom {
    margin-top: 65px;
    font-family: "Montserrat";
    color: #ffc408;
    font-weight: 700;
    font-size: 40px;
}

.ld3-big .row {
    align-items: end;
}

.ld3-big-footer-bottom {
    display: flex;
    align-items: center;
}

.ld3-big-footer-bottom .ld3-big-text {
    font-size: 18px;
    padding-left: 10px;
    text-transform: uppercase;
}

.ld3-big-footer-bottom .ld3-big-text .ld3-big-text-top {
    border-bottom: 1px solid #ffc408;
}

.product-capacity .total-right .count-2 {
    height: 20px;
}

.product-capacity .total-right {
    display: flex;
    align-items: center;
}

.product-capacity-item:after {
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, var(--primary-color) 69%);
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, var(--primary-color) 69%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, var(--primary-color) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#6a1b9a', GradientType=0);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -37px;
    z-index: -1;
    opacity: 0.4;
    height: 60px;
    border-radius: 0 0 4px 4px;
    transform: rotate(180deg);
}

.product-capacity .total-right {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.product-capacity .product-capacity-total {
    display: flex;
    align-items: center;
    height: 40px;
}

.product-capacity .total-left {
    line-height: 40px;
}

.product-capacity .product-capacity-ver p img {
    width: 255px;

}

.product-capacity .total-right .count-2 {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}