:root {
    --black: #000000;
    --white: #ffffff;
    --theme: #eeece7;

    --border: #e4e2e1;

    --text: #333333;
    --text2: #828282;

    --bg1: #e5e2e2;
    --bg2: #32302f;
    --bg3: #e8dfdc;
    --bg4: #f8fafc;

    --transition: all .2s linear;
    --font2: "Roboto", sans-serif;
    --main-color: #4cae50;
    --second-color: #f2f2f2;
    --third-color: #fff;
    --fourth-color: #222;
    --fifth-color: #888;
    --sixth-color: #333;
    --seventh-color: #e1e1e1;
    --eighth-color: #f7f7f7;
    --nineth-color: #f0f0f0;
    --tenth-color: #CCFFCE;
    --elenventh-color: red;
    --star-color: #fdd835;

    --background-color: #459e48;
    --second-background: #ffffff;
    --third-background: #FDF9F5;
    --fourth-background: rgba(75, 64, 54, 0.15);
    --fifth-background: rgba(178, 166, 155, 1);
    --sixth-background: rgba(249, 249, 249, 0.66);
    --seventh-background: rgba(255, 255, 255, 0);
    --eighth-background: rgba(255, 255, 255, 0.8);
    --nineth-background: rgba(253, 249, 245, .3);
    --tenth-background: rgba(75, 64, 54, .9);
    --eleventh-background: rgb(178, 166, 155, 0.3);
    --twelfth-background: #FAF3ED33;
    --thirteenth-background: #fff9c0;
    --fourteenth-background: rgba(75, 64, 54, 0.5);
    --fifteenth-background: rgba(75, 64, 54, 0.2);
    --box-shadow-1: rgba(0, 0, 0, 0.07);
    --box-shadow-2: rgba(75, 64, 54, 0.25);
    --box-shadow-3: rgb(75, 64, 54, 0.8);
    --box-shadow-4: rgba(243, 243, 243, .2);

    --border-color-1: rgba(75, 64, 54, 0.8);
    --border-color-2: rgba(232, 209, 187, .5);
    --border-color-3: rgb(75, 64, 54, 0.15);
    --border-color-4: #019ed5;

    --third-color-hover: #FDF9F5;
    --color-hover: #b2a69b;
}

/* all  */
.space {
    height: 500px;
    background-color: var(--white);
}

.box404 {
    height: 600px;
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.box404 .adm-glyphicon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.box404 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.text-success {
    color: #00B05B;
}

.text-muted {
    color: #d1d1d1;
}

small {
    margin-top: 5px;
    display: block;
}

html,
body {
    font-family: "Roboto", sans-serif;
    color: var(--text);
    font-weight: 400;
    position: relative;
}

body {
    top: 0px !important;
}

body.over {
    position: fixed !important;
    top: 0;
    width: 100%;
}

html.stop {
    overflow: hidden;
    -webkit-overflow-scrolling: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.svg-div {
    display: none;
}

.wrap {
    max-width: 1246px;
    margin: 0 auto;
}

.adm-glyphicon span {
    background: url('./img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: block;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100 img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.img-100 iframe {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.wrap-img {
    padding-bottom: 100%;
}

button,
input,
a {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

a {
    transition: var(--transition);
    color: var(--text);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--text);
    outline: none;
}

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

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.seo-h1 {
    width: 0;
    height: 0;
    opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.padding-in {
    padding: 0 15px;
}

video {
    pointer-events: none;
}

/* all end  */

/* header  */
.header {
    background-color: var(--white);
    border-bottom: 1px solid var(--border);
}

.header.affix {
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--white);
}

.header.header-n {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}   

.header.header-new {
    position: relative;
}
 
.wrap-header {
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
}

.hmb {
    display: none;
}

.hlogo {
    width: 200px;
    float: left;
    padding: 13px 0;
}

.hmenu {
    max-width: calc(100% - 200px - 290px);
    float: left;
    padding: 18px 0;
}

.htool {
    /* width: 290px; */
    float: right;
    text-align: right;
    padding: 9px 0;
}

.htool .iftool {
    /* padding-top: 15px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;

}

.htool .iftool:last-child {
    margin-left: 5px;
}

.hlogo img {
    height: 36px;
}

.lv1>li {
    display: inline-block;
    padding: 0 12px;
}

.lv1>li>.link {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.lv1>li>.link.active,
.lv1>li>.link:hover {
    /* text-decoration: revert; */
    color: var(--text2);
}

.btn-white {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 26px;
    border-radius: 1600px;
    border: 1px solid var(--black);
    width: fit-content;
    background-color: var(--white);
    color: var(--text);
}

.btn-black {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 1600px;
    border: 1px solid var(--black);
    background-color: var(--black);
    color: var(--white);
    width: fit-content;
}

.btn-black a {
    color: var(--white);
}

.btn-white:hover {
    background-color: var(--bg1);
}

.btn-black:hover {
    opacity: 0.7;
    color: var(--white);
}

.htool .btnn {
    display: inline-flex;
    height: 44px;
    justify-content: center;
    align-items: center;
}

.htool .btn-black {
    margin-left: 16px;
}

/* header end */

/* home  */

.homebanner-content .hb-subtitle {
    font-family: var(--font2);
    font-size: 16px;
    margin: 0 0 16px;
    color: var(--white);
}

.homebanner-content .hb-title {
    font-family: var(--font2);
    font-size: 64px;
    margin: 0 0 16px;
    font-weight: 600;
    color: var(--white);
}

.homebanner-content .hb-des {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px;
    text-decoration: revert;
    color: var(--white);
}

.homebanner-content .hb-link .link {
    display: inline-block;
    padding: 20px 32px;
}

.homebanner-content .hb-link .link.btn-white {
    margin-left: 20px;
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.homebanner-content .hb-link .link.btn-white:hover {
    background-color: color-mix(in srgb, #fcfcfc 10%, transparent);
}

.homebanner-content .hb-link .link.btn-black {
    background: #d3ccc2;
    color: var(--text);
}

.homebanner-content-box {
    width: 460px;
    max-width: 100%;
    /* margin-left: 32px; */
}

.homebanner {
    /* padding: 108px 0; */
    margin-top: 62px;
    overflow: hidden;
    position: relative;
}

.hb-video {
    position: relative;
    width: 100%;
    height: calc(100vh - 62px);
}

.hb-video img {
    width: 100%;
    height: 100%;
}

.hb-banner {
    display: block;
}

.hb-banner-mb {
    display: none;
}

.homebanner-content {
    position: relative;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.sec1 {
    padding: 180px 0 128px;
    position: relative;
    overflow: hidden;
}

.sec1-left {
    position: relative;
    z-index: 5;
    width: 480px;
    max-width: 100%;
}

.sec1-left .title {
    font-size: 84px;
    font-family: var(--font2);
    font-weight: 600;
    margin: 0 0 16px;
    text-wrap: balance;
}

.sec1-left .des {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    text-decoration: revert;
}

.sec1-left .link {
    padding: 20px 32px;
}

.sec1-right {
    position: absolute;
    right: 0;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
}

.sec1-right video {
    width: 100%;
}

.sec2-item {
    border-top: 1px solid var(--black);
    padding-top: 27px;
}

.sec2-item .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.sec2-item .dse {
    font-size: 20px;
    font-weight: 400;
    text-decoration: revert;
}

.sec2 {
    padding-bottom: 160px;
}

.sec3 {
    padding-bottom: 128px;
}

.sec3 video {
    border-radius: 12px;
}

.sec4 {
    padding-bottom: 320px;
}

.sec4-item {
    border-top: 1px solid var(--black);
    padding-top: 24px;
}

.sec4-item .title {
    font-size: 56px;
    font-family: var(--font2);
    font-weight: 600;
    margin: 0 0 8px;
}

.sec4-item .dse {
    font-size: 20px;
    text-decoration: revert;
}

.main-title h2 {
    font-size: 64px;
    font-weight: 600;
    font-family: var(--font2);
    width: 530px;
    max-width: 100%;
}

.main-title {
    padding-bottom: 64px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--black);
}

.sec5-right {
    position: relative;
}

.sec5-right img {
    width: 100%;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

.sec5-right video {
    width: 580px;
    max-width: 100%;
    border-radius: 12px;
    margin-left: auto;
    display: block;
    height: auto;
    position: relative;
    z-index: 2;
}

.sec5-right .sec5-imgggg {
    /* position: absolute; */
    width: 100%;
    /* top: 0;
    left: 0; */
    z-index: 1;
}

.sec5-left {
    padding-top: 50px;
    width: 480px;
    max-width: 100%;
}

.sec5-left .sub-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.sec5-left .title {
    /* font-family: var(--font2); */
    font-size: 56px;
    font-weight: 600;
    margin: 0 0 16px;
}

.sec5-left .des {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.sec5-left .link {
    padding: 21px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.sec5 {
    padding: 0 0 160px;
}

.sec6-box1 {
    margin-bottom: 80px;
}

.sec7-left img {
    width: 584px;
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 16px;
}

.sec7-left p {
    font-family: var(--font2);
}

.sec7-right {
    width: 480px;
    max-width: 100%;
    margin-left: auto;
}

.sec7-right .title {
    font-size: 64px;
    font-family: var(--font2);
    font-weight: 600;
    margin: 0 0 32px;
}

.sec7-right .des {
    font-size: 20px;
}

.sec7-right .des a {
    text-decoration: revert;
}

.sec7 {
    padding-bottom: 160px;
}

.sec8 {
    padding: 160px 0;
    background-color: var(--bg2);
}

.sec8-text {
    color: var(--white);
    width: 372px;
    max-width: 100%;
}

.sec8-text h2 {
    font-size: 64px;
    font-family: var(--font2);
    font-weight: 600;
    margin-bottom: 16px;
}

.sec8-text .des {
    font-size: 20px;
    margin: 0 0 32px;
}

.sec8-text .link {
    border: 1px solid var(--white);
    padding: 20px 32px;
}

.sec8-img {
    width: 100%;
    height: auto;
    background: #faf8f5;
    border-radius: 12px;
    overflow: hidden;
}

.sec8-img-text {
    padding: 32px;
}

.sec8-img .sub-title {
    display: block;
    background: var(--theme);
    width: fit-content;
    padding: 6px 12px;
    border-radius: 100px;
    font-family: var(--font2);
    margin: 0 0 12px;
}

.sec8-img .title {
    font-size: 36px;
    font-family: var(--font2);
    margin: 0px 0 22px;
}

.sec8-img .title svg {
    transform: translateY(13px);
    transition: var(--transition);
}

.sec8-img .des {
    font-size: 16px;
    min-height: 90px;
}

.sec8-img .des li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.sec8-img .des li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 9px;
    background-image: url(./img/icon/tick.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec8-img.sec8-img2 .des li::after {
    filter: invert(1);
}

.sec8-img2 {
    background-color: var(--black);
    color: var(--white);
}

.sec8-img.sec8-img2 .sub-title {
    color: var(--text);
}

.sec8-img.sec8-img2 .title svg {
    filter: invert(1);
}

.sec8-img img {
    width: 100%;
    transition: var(--transition);
}

.sec8-img:hover img {
    transform: scale(1.1);
}

.sec8-img:hover .title svg {
    transform: translate(10px, 13px);
}

.sec9 {
    /* padding: 160px 0; */
    background-color: var(--bg3);
    position: relative;
}

.sec9 .video {
    width: 100%;
}

.sec9-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
    z-index: 2;
    max-width: 100%;
}

.sec9-text .title {
    font-family: var(--font2);
    text-align: center;
    font-size: 72px;
    font-weight: 600;
    text-wrap: balance;
    width: 794px;
    max-width: 100%;
    margin: 0 auto 16px;
    color: var(--white);
}

.sec9-text .des {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-wrap: balance;
    width: 794px;
    max-width: 100%;
    margin: 0 auto 40px;
    color: var(--white);
}

.sec9-text .link {
    margin: 0 auto;
    padding: 20px 32px;
}

.sec9 img {
    display: block;
    width: 100%;
}

.hbvideo-pc {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hbvideo-mb {
    width: 100%;
    display: none;
}

/* home end */

/* footer  */
.footer {
    padding: 160px 0 64px;
    position: relative;
}

.footer-top {
    padding-bottom: 64px;
    border-bottom: 1px solid var(--border);
}

.footer-bot {
    padding: 64px 0;
    border-bottom: 1px solid var(--border);
}

.copyright {
    padding-top: 32px;
}

.sec10-left img {
    height: 32px;
    margin: 0 0 16px;
}

.sec10-left .des {
    font-size: 20px;
    margin: 0 0 16px;
}

.sec10-left .link {
    font-size: 20px;
    text-decoration: revert;
}

.sec10-left {
    width: 350px;
    max-width: 100%;
}

.sec10-right form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.sec10-right form input {
    flex: 999 1 0;
    height: 64px;
    border-radius: 100px;
    border: 1px solid var(--border);
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
}

.sec10-right form input::placeholder {
    color: var(--text);
}

.sec10-right form button {
    padding: 10px 50px;
    border: none;
    border-radius: 100px;
    background: var(--black);
    color: var(--white);
    height: 64px;
    font-size: 20px;
}

.sec10-right .des {
    font-weight: 500;
}

.sec10-right .des a {
    text-decoration: revert;
}

.footer-bot .ftitle {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.footer-bot .link {
    font-size: 18px;
    display: block;
    margin: 0 0 12px;
    width: fit-content;
}

.footer-bot .link:hover {
    text-decoration: revert;
}

.copyright {
    font-size: 16px;
}

.copyright a {
    text-decoration: revert;
}

.footer-bot .item-logo {
    float: left;
    margin-bottom: 5px;
}

.footer-bot .item-logo img {
    width: 51px;
    float: left;
}

.footer-bot .item-logo .logo-content {
    float: right;
    width: 75%;
    display: none;
}

.footer-bot .logo-content h3 {
    font-size: 12px;
    color: var(--sixth-color);
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 15px;
}

.footer-bot .logo-content p {
    font-size: 11px;
    font-family: Open_sans, sans-serif;
    color: var(--sixth-color);
    line-height: 18px;
}

.footer-bot .item-address {
    float: left;
    width: 100%;
    /* padding: 16px 10px 10px 0px; */
    text-align: left;
    margin-top: 20px;
    margin-bottom: 35px;
    /* background-color: var(--border-color-3); */
}

.footer-bot .item-address p {
    font-size: 14px;
    color: var(--sixth-color);
    text-transform: uppercase;
    line-height: 16px;
    margin: 0px 0 15px;
    letter-spacing: 1px;
}

.footer-bot .item-address p a {
    color: var(--sixth-color);
}

.footer-bot .item-address p span {
    color: var(--primary-color);
}

.footer-bot .item-address .link-web {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    text-wrap: wrap;
}

.footer-bot .social-media {
    margin-top: 10px;
}

.footer-bot .social-media .media-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: var(--eleventh-color);
    border-radius: 100%;
    margin: 0 5px;
    cursor: pointer;
}

.footer-bot .social-media .media-item a {
    display: block;
    width: 24px;
    height: 24px;
    background: var(--black);
    border-radius: 50%;
    position: relative;
}

.footer-bot .social-media .media-item svg,
.footer-bot .social-media .media-item img {
    margin-bottom: 3px;
    max-width: 14px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-bot .social-media .media-item:hover {
    opacity: .7;
}

/* footer end */

/* menu mobie  */
.menu-mb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--white);
    transition: var(--transition);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.menu-mb.active {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.mmb-head {
    height: 70px;
    border-bottom: 1px solid var(--border);
    position: relative;
}

.mmb-head button {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    padding: 0;
}

.mmb-body {
    height: calc(100% - 70px - 78px);
    overflow-y: auto;
}

.mb-lv1 .link {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 32px;
    border-bottom: 1px solid var(--border);
}

.mmb-bot {
    display: flex;
    position: relative;
    gap: 16px;
    padding: 14px 32px;
    min-height: 78px;
    border-top: 1px solid var(--border);
    align-items: center;
    justify-content: center;
}

.mmb-bot .btnn.btn-white {
    display: inline-flex;
}

.mmb-bot .btnn.btn-black {
    text-align: center;
}

/* menu mobie end */

/* about  */
.about-sec1 {
    margin-top: 62px;
    padding: 80px 0 160px;
}

.about-sec1 .sub-title {
    font-family: var(--font2);
    text-align: center;
    margin: 0 0 15px;
    font-size: 16px;
}

.about-sec1 .title {
    text-align: center;
    font-size: 84px;
    font-family: var(--font2);
    font-weight: 600;
    text-wrap: balance;
    margin-bottom: 120px;
    line-height: 98px;
}

.about-sec1 img {
    border-radius: 12px;
    width: 100%;
}

.about-sec2 {
    background-color: var(--theme);
    padding: 160px 0;
    background: #eeece7;
}

.absec2-title {
    font-size: 56px;
    font-weight: 600;
    margin: 0 0 80px;
    font-family: var(--font2);
}

.absec2-item .title {
    font-size: 20px;
    margin: 0 0 16px;
    font-weight: 600;
}

.absec2-item .des {
    font-size: 20px;
    text-wrap: balance;
}

.about-sec3 {
    padding: 160px 0;
}

.about-sec3-row {
    display: flex;
    align-items: center;
}

.absec3-left {
    width: 480px;
    max-width: 100%;
    padding-top: 30px;
}

.absec3-left .title {
    font-size: 56px;
    font-family: var(--font2);
    font-weight: 600;
    text-wrap: balance;
    margin: 0 0 16px;
}

.absec3-left .des {
    font-size: 20px;
}

.absec3-right img {
    border-radius: 12px;
    width: 100%;
}

.about-sec4 {
    padding: 0 0 160px;
}

.absec4-title {
    font-size: 56px;
    font-weight: 600;
    font-family: var(--font2);
    margin: 0 0 80px;
}

.absec4-left {
    background: var(--theme);
    border-radius: 12px;
    overflow: hidden;
    width: calc(100% - 2.5px);
}

.absec4-left-text {
    padding: 64px;
}

.about-sec4 .title {
    font-size: 56px;
    font-family: var(--font2);
    font-weight: 600;
    margin: 0 0 16px;
}

.about-sec4 .des {
    font-size: 20px;
    margin: 0 0 30px;
}

.absec4-right1 {
    padding: 64px;
    background-color: #9faa75;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 44px;
    width: calc(100% - 2.5px);
    margin-left: auto;
}

.absec4-right2 {
    border-radius: 12px;
    overflow: hidden;
    background-color: #e4e9d3;
    width: calc(100% - 2.5px);
    margin-left: auto;
}

.absec4-right2-text {
    padding: 64px 64px 0;
}

.absec4-left svg {
    transition: var(--transition);
}

.absec4-left:hover svg {
    transform: translateX(10px);
}

.absec4-right1 svg {
    transition: var(--transition);
}

.absec4-right1:hover svg {
    transform: translateX(10px);
}

.absec4-right2 svg {
    transition: var(--transition);
}

.absec4-right2:hover svg {
    transform: translateX(10px);
}

.absec5-title {
    font-size: 56px;
    font-weight: 600;
    font-family: var(--font2);
    margin: 0 0 80px;
}

.abs5-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.abs5-item-text {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 35px 35px;
    color: var(--white);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6) 60%);
}

.abs5-item-text .title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 34px;
}

.abs5-item-text .des {
    font-size: 20px;
}

.abs5-item .wrap-img {
    padding-bottom: 134%;
}

.about-sec5 .owl-prev {
    position: absolute;
    top: 50%;
    left: calc(((100% - 1216px) / 2) - 15px);
    transform: translateY(-50%);
    transition: all .2s linear;
}

.about-sec5 .owl-next {
    position: absolute;
    top: 50%;
    right: calc(((100% - 1216px) / 2) - 15px);
    transform: translateY(-50%);
    transition: all .2s linear;
}

.about-sec5 .owl-nav .disabled {
    display: none;
}

.about-sec5 .owl-dots span {
    display: block;
    width: 55px;
    height: 4px;
    transition: var(--transition);
    background: #f1f0f0;
}

.about-sec5 .owl-dots .active span {
    width: 65px;
    background: #afaaa7;
}

.about-sec5 .owl-dots {
    position: absolute;
    bottom: -40px;
    right: calc((100% - 1216px) / 2);
}

.about-sec5 {
    padding-bottom: 160px;
}

.about-sec5 .owl-dots button:first-child span {
    border-radius: 2px 0 0 2px;
}

.about-sec5 .owl-dots button:last-child span {
    border-radius: 0 2px 2px 0;
}

.about-sec6 {
    padding: 160px 0;
    background-color: var(--theme);
}

.abs6-left {
    width: 380px;
    max-width: 100%;
}

.abs6-left .title {
    font-size: 56px;
    font-family: var(--font2);
    font-weight: 600;
    margin: 0 0 16px;
    line-height: 66px;
}

.abs6-left .des {
    font-size: 20px;
    /* text-wrap: balance; */
}

.abs6-right .content {
    font-size: 20px;
}

.abs6-right .content p {
    margin-bottom: 8px;
}

.about-sec6.about-sec7 {
    background-color: var(--white);
    padding-bottom: 64px;
}

/* about end */

/* price  */
.price-sec1 {
    margin-top: 62px;
    padding: 108px 0 210px;
    overflow: hidden;
}

.pr-sec1-title {
    margin-bottom: 220px;
    position: relative;
    z-index: 5;
}

.pr-sec1-title .title {
    font-family: var(--font2);
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 16px;
}

.pr-sec1-title .des {
    font-size: 20px;
    text-align: center;
    text-wrap: balance;
}

.pr1-item {
    border-radius: 12px;
    background: var(--white);
    padding: 32px;
    border: 1px solid var(--border);
    position: relative;
    z-index: 5;
    transition: var(--transition);
}

.pr1-item:hover {
    transform: translateY(-10px);
}

.pr1-item .title {
    font-size: 36px;
    font-family: var(--font2);
    margin: 0 0 16px;
}

.pr1-item .des {
    font-size: 18px;
    margin: 0 0 24px;
    min-height: 51.41px;
}

.pr1-item .pr1-item-price {
    font-size: 18px;
    font-family: var(--font2);
    background: #f1f0f0;
    width: fit-content;
    padding: 14px 22px;
    border-radius: 32px;
    margin-bottom: 32px;
    font-weight: 600;
}

.pr1-item .pr1-item-price-black {
    background-color: var(--black);
    color: var(--white);
}

.pr1-item .content {
    font-size: 16px;
    min-height: 200px;
}

.pr1-item .content li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.pr1-item .content li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 9px;
    background-image: url(./img/icon/tick.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pr1-item:hover .link {
    background-color: var(--black);
    color: var(--white);
}

.pr-sec2 {
    padding: 160px 0 175px;
    background-color: var(--black);
}

.pr-sec2-left {
    padding-top: 140px;
    width: 478px;
    max-width: 100%;
}

.pr-sec2-left .title {
    font-size: 56px;
    color: var(--white);
    font-family: var(--font2);
    font-weight: 600;
    margin: 0 0 16px;
    text-wrap: balance;
}

.pr-sec2-left .des {
    font-size: 20px;
    color: var(--white);
    margin: 0 0 32px;
    text-wrap: balance;
}

.pr-sec2-left .link {
    width: fit-content;
    display: block;
}

.pr-sec2-left .link svg {
    transition: var(--transition);
}

.pr-sec2-left .link:hover svg {
    transform: translateX(15px);
}

.pr-sec2-right img {
    border-radius: 12px;
    width: 100%;
}

.pr-sec3 {
    padding: 160px 0;
}

.pr-sec3 .prs3-box {
    border-radius: 12px;
    border: 1px solid var(--border);
    overflow: hidden;
    padding: 0px 0 80px;
}

.pr-sec3 thead>tr>th {
    padding: 20px 30px;
    text-align: center;
    align-items: middle;
    font-size: 20px;
}

.pr-sec3 .table>tbody>tr>td {
    padding: 16px 30px;
    font-size: 20px;
    text-align: center;
    align-items: middle;
}

.pr-sec3 .table>tbody>tr>td:not(:first-child) {
    width: 20%;
}

.pr-sec4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 260px 0;
}

.pr-sec4 .pr-sec4-in {
    text-align: center;
    max-width: 904px;
    margin: 0 auto;
    color: var(--white);
}

.pr-sec4 .pr-sec4-in .title {
    font-family: var(--font2);
    font-size: 70px;
    font-weight: 600;
    margin: 0 0 24px;
    text-wrap: balance;
}

.pr-sec4 .pr-sec4-in .des {
    font-size: 20px;
    margin: 0 auto 40px;
    max-width: 630px;
}

.pr-sec4 .pr-sec4-in .link {
    margin: 0 auto;
    padding: 22px 32px;
}

.pr-faq {
    background-color: var(--bg4);
    padding: 160px 0 160px;
}

.pr-faq .prfaq-title {
    font-size: 70px;
    font-weight: 600;
    font-family: var(--font2);

}

.prfaq-item {
    border-bottom: 1px solid var(--border);
}

.prfaq-item-head {
    font-size: 16px;
    font-weight: 600;
    padding: 32px 30px 32px 0;
    position: relative;
    cursor: pointer;
}

.prfaq-item-head svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.prfaq-item-head svg {
    transform: translateY(-50%) rotate(45deg);
    transition: var(--transition);
}

.prfaq-item-head.collapsed svg {
    transform: translateY(-50%) rotate(0deg);
}

.prfaq-item-body .prfaq-item-body-content {
    font-size: 16px;
    padding: 0 0 30px;
}

.prfaq-item-body .prfaq-item-body-content h1,
.prfaq-item-body .prfaq-item-body-content h2,
.prfaq-item-body .prfaq-item-body-content h3,
.prfaq-item-body .prfaq-item-body-content h4,
.prfaq-item-body .prfaq-item-body-content h5,
.prfaq-item-body .prfaq-item-body-content h6,
.prfaq-item-body .prfaq-item-body-content p {
    font-size: revert;
    font-weight: revert;
    margin: revert;
    padding: revert;
    margin-top: 0;
}

.prfaq-item-body .prfaq-item-body-content a {
    text-decoration: underline;
}

.prfaq-item-body .prfaq-item-body-content ol,
.prfaq-item-body .prfaq-item-body-content ul,
.prfaq-item-body .prfaq-item-body-content li {
    list-style: revert;
    margin: revert;
    margin-top: 0;
    padding: revert;
}

.prfaq-item-body .prfaq-item-body-content img {
    width: auto !important;
    height: auto !important;
}

.pr3-table-head {
    border-bottom: 1px solid var(--border);
}

.pr3-table-head.active {
    position: fixed;
    top: 62px;
    width: 1214px;
    background: var(--white);
    z-index: 10;
    max-width: calc(100% - 30px);
}

.pr3-table-head .pr3-table-head-padding {
    /* padding: 0 calc(100% / 12); */
    float: left;
    width: calc(100% / 12);
    height: 1px;
}

.pr3-table-head .pr3-table-head-blank {
    float: left;
    width: calc(100% / 3);
    height: 1px;
}

.pr3-table-head .pr3-table-head-in {
    float: left;
    width: calc(100% / 6);
    text-align: center;
    padding: 18px 10px;
    border-right: 1px solid var(--border);
}

.border-none {
    border: none !important;
}

.pr3-table-head .pr3-table-head-in h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.pr3-table-head .pr3-table-head-in p {
    font-size: 16px;
}

.pr3-table-body {
    padding: 16px 0 0;
    margin: 0 calc(100% / 12);
}

.pr3-table-body-title {
    padding: 32px 0 40px;
    border-bottom: 1px solid var(--border);
    position: relative;
    cursor: pointer;
}

.pr3-table-body-title svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    transition: var(--transition);
}

.pr3-table-body-title.collapsed svg {
    transform: translateY(-50%) rotate(0deg);
}

.pr3-table-body-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.pr3-table-body-title p {
    font-size: 20px;
}

.pr3-table-body-content table {
    border-collapse: collapse;
    width: 100%;
}

.pr3-table-body-content tr {
    border-bottom: 1px solid #ddd;
}

.pr3-table-body-content tr td {
    padding: 16px 8px 16px 0;
    font-size: 20px;
    line-height: 30px;
}

.pr3-table-body-content tr td:not(:last-child) {
    border-right: 1px solid var(--border);
}

.pr3-table-body-content tr td:not(:first-child) {
    text-align: center;
    width: 20%;
}

/* price end */

/* news list  */
.news-list {
    margin-top: 62px;
    padding: 40px 0 100px;
    background-color: var(--bg4);
}

.news-list .cus-row {
    margin-left: -20px;
    margin-right: -20px;
}

.news-list .cus-col {
    padding-left: 20px;
    padding-right: 20px;
}

.news-list.custom {
    margin-top: 0;
}

.nl-side-head {
    /* margin-top: 62px; */
    padding: 13px 0;
    background-color: var(--white);
}

.nl-side-head.affix {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: var(--white);
    z-index: 99;
    box-shadow: 0 10px 50px rgba(17, 24, 39, .1);
}

.nl-side-head h1 {
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
}

.nl-side-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item-big {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.news-item-big-img {
    position: relative;
    z-index: 1;
}

.news-item-big-img .wrap-img {
    padding-bottom: 37.5%;
}

.news-item-big-img .wrap-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(39, 39, 42, 0), rgba(22, 22, 23, .1) 47.92%, rgba(0, 0, 0, .4));
    z-index: 2;
}

.news-item-big-text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    padding: 16px;
}

.news-item-big-text .news-item-big-cat {
    width: fit-content;
    background: #f1f5f9;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px;
}

.news-item-big-text .news-item-big-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 16px;
}

.news-item-big-text .news-item-big-title a {
    color: var(--white);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-item-big-text .news-item-big-des {
    font-size: 18px;
    color: var(--white);
    margin: 0 0 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item-big-text .news-item-big-date {
    font-size: 18px;
    color: var(--white);
}

.news-item {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    transition: var(--transition);
}

.news-item:hover {
    box-shadow: 0 10px 50px rgba(17, 24, 39, .1);
    transform: translateY(-5px);
}

.news-item-img .wrap-img {
    padding-bottom: 48.5%;
}

.news-item-text {
    padding: 16px;
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.news-item-text .news-item-cat {
    width: fit-content;
    /* background: var(--black);
    padding: 4px 8px;
    border-radius: 8px; */
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px;
}

.news-item-text .news-item-cat a {
    color: #606060;
}

.news-item-text .news-item-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 58px;
}

.news-item-text .news-item-title a {
    color: var(--text);
}

.news-item-text .news-item-des {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 46px;
    margin-bottom: 16px;
}

.news-item-text .news-item-date {
    font-size: 14px;
    color: #606060;
}

.gach-chan {
    width: 100%;
    height: 1px;
    background-color: var(--border);
}

.newslist-contact {
    padding: 64px 0;
    background-color: var(--bg4);
}

.newslist-contact .title {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.newslist-contact-box {
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.newslist-contact-head {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border);
}

.newslist-contact-body svg {
    transform: translateY(3px);
    margin-right: 5px;
}

.newslist-contact-body a {
    font-size: 18px;
    text-decoration: underline;
}

.pagination-box {
    text-align: center;
    padding: 0 22px;
    max-width: 330px;
    margin: 0 auto;
}
/* 
.pagination-box div {
    display: inline-block;
    margin: 0 5px;
}

.pagination-box div a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--black);
    font-weight: 600
}

.pagination-box div a:hover {
    background-color: var(--black);
    color: var(--white);
}

.pagination-box div.current a {
    background-color: var(--black);
    color: var(--white);
} */

.pagination-box .disabled {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: rgb(110, 110, 115);
    background-color: #e8e8ed;
    opacity: .5;
    pointer-events: none;
}

.pagination-box .prev a,
.pagination-box .next a
{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(210, 210, 215, 0.2);
    color: rgb(110, 110, 115);
    position: relative;
    z-index: 1;
    opacity: 1;
}

.pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-box .pagination-cur {
    display: flex;
    flex: 1 0 1px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}

.pagination-box .pagi-number {
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 700;
    border-radius: 8px;
    height: 40px;
    margin-inline-end: 8px;
    text-align: center;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px  solid  rgb(134, 134, 139);
}

.xem-themmm {
    /* position: absolute; */
    /* bottom: -60px; */
    width: 100%;
    text-align: center;
    /* background-color: var(--primary-color); */
    z-index: 2;
    padding-top: 30px;
    /* background: linear-gradient(to top, var(--primary-color) 0%, transparent 100%); */
}

.xem-themmm svg {
    transform: scale(0.7) translateY(1px);
}

.xem-themmm a {
    color: var(--white) !important;
    text-decoration: none !important;
}

.xem-themmm .btn-black {
    margin: 0 auto;
    cursor: pointer;
}

.hotro-lv1 li {
    display: inline-block;
    /* margin-right: 24px; */
}

.hotro-lv1 li .link {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.hotro-lv1 li .link.active::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
}
.hotro-lv1 li .link:hover,.hotro-lv1 li .link.active {
    opacity: 0.8;
}
/* news list end */
/* news detail  */
.news-detail {
    margin-top: 62px;
    padding: 80px 0 120px;
    background-color: var(--bg4);
}

.news-detail-cat {
    width: fit-content;
    background: var(--black);
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 24px;
    color: var(--white);
}

.news-detail-cat a {
    color: var(--white);
}

.news-detail.custom {
    margin-top: 0;
}

.nd-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px;
}

.nd-des {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 24px;
    line-height: normal;
}

.nd-date {
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #6e6e73;
    margin: 0 0 20px;
}

.nd-content {
    font-size: 19px;
    position: relative;
}

.nd-thumbnail {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 52px;
}

.nd-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.nd-share-social {
    margin-bottom: 30px;
}

.nd-share-social a {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: #6e6e73;
    vertical-align: middle;
}

.nd-share-social a:hover {
    color: var(--text);
}

.nd-share-social a svg {
    transform: scale(0.8);
}

.nd-content h1,
.nd-content h2,
.nd-content h3,
.nd-content h4,
.nd-content h5,
.nd-content h6,
.nd-content p {
    font-size: revert;
    font-weight: revert;
    padding: revert;
    max-width: 792px;
    margin: 0 auto;
}

.nd-content table  {
    max-width: 792px;
    margin: 0 auto;
}

.nd-content table {
    width: 100%;
    border-collapse: collapse;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
}

.table-responsive table {
    min-width: 600px;
}

.nd-content table th,
.nd-content table td {
    border: 1px solid #ddd;
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
}

.nd-content table th {
    background: #f5f5f5;
    font-weight: 600;
}

.nd-content table tr:nth-child(even) {
    background: #fafafa;
}

.nd-content table tr:hover {
    background: #f0f7ff;
}

.nd-content p {
    margin-bottom: 27px;
}

.nd-content h1 {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: 52px;
}

.nd-content h2 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 52px;
}

.nd-content h3 {
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 52px;
}

.nd-content h4 {
    font-size: 18px;
    margin-bottom: 16px;
    /* margin-top: 52px; */
}

.nd-content a {
    text-decoration: underline;
    max-width: 792px;
    margin: 0 auto;
    color: #0EBFEB;
}

.nd-content a:hover {
    opacity: .5;
}

.nd-content ol,
.nd-content ul {
    padding-left: 20px;
    list-style: revert;
    max-width: 792px;
    margin: 0 auto;
    margin-bottom: 27px;
}

.nd-content figure {
    margin: 52px auto;
    max-width: 1000px;
    text-align: center;
}

.nd-content figure.small {
    margin: 52px auto;
    max-width: 792px;
}

.nd-content li {
    list-style: revert;
    margin-bottom: 27px;
}

.nd-content img {
    width: auto !important;
    height: auto !important;
    border-radius: 10px;
}

.nd-content div:not([class]):not(:has(*)) {
    max-width: 792px;
    margin: 0 auto;
    margin-bottom: 44px;
}

.nd-content iframe {
    max-width: 792px;
    margin: 0 auto;
    margin-bottom: 44px;
}

.nd-content figcaption,
.news-img-des p
{
    font-size: 16px;
    margin-top: 16px;
    color: #6e6e73 !important;
}

.news-img-des p {
    font-weight: 400;
    margin-bottom: 0;
}

.nd-content figcaption {
    max-width: 792px;
    margin: 16px auto 0;
}


.nd-share-link-alert {
    background: var(--bg2);
    display: block;
    position: absolute;
    top: -36px;
    text-wrap: nowrap;
    padding: 5px 15px;
    border-radius: 5px;
    left: 0;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    color: var(--white) !important;
}

.nd-share-link-alert.active {
    opacity: 1;
    visibility: visible;
}

.nd-related {
    padding: 80px 0;
    background-color: var(--bg4);
}

.nd-related .nd-titlee {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.news-img-item .wrap-img {
    padding-bottom: 66.7%;
}

.news-img-item .img-100 img {
    width: 100% !important;
    height: 100% !important;
}

.nd-content .news-img-owl {
    max-width: 1000px !important;
    margin: 0 auto;
    margin-bottom: 44px;
}

.news-img-item p {
    text-align: center;
}

.nd-content .news-img-owl .owl-prev {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f5f7 !important;
    color: #6e6e73 !important;
    transition: var(--transition);
}

.nd-content .news-img-owl .owl-prev svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nd-content .news-img-owl .owl-prev:hover {
    background-color: #e8e8ed !important;
}

.nd-content .news-img-owl .owl-next {
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f5f7 !important;
    color: #6e6e73 !important;
    transition: var(--transition);
}

.nd-content .news-img-owl .owl-next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nd-content .news-img-owl .owl-next:hover {
    background-color: #e8e8ed !important;
}

.nd-content .news-img-owl .owl-dots {
    text-align: center;
    margin-top: 17px;
}

.nd-content .news-img-owl .owl-dots button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.nd-content .news-img-owl .owl-dots button span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e8e8ed;
    display: block;
}

.nd-content .news-img-owl .owl-dots button.active span {
    background-color: var(--text);
}

.news-file {
    max-width: 792px;
    margin: 0 auto 44px;
    padding: 36px;
    display: flex;
    align-items: center;
    background-color: #f5f5f7;
    border-radius: 10px;
}

.file-icon {
    margin-right: 24px;
}

.file-icon svg {
    margin-bottom: -4px;
}

.file-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.file-title p {
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: var(--black);
    margin: 0;
}

.btn-file {
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    line-height: 20px;
    background-color: var(--white);
    color: var(--black) !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.btn-file svg {
    margin-bottom: -2px;
}

.btn-file:hover {
    background-color: #e8e8ed;
    opacity: 1 !important;
}

.news-detail-textwrap {
    /* width: 792px; */
    max-width: 100%;
    margin: 0 auto;
}

.news-detail-wrap {
    max-width: 792px;
    margin: 0 auto;
}


/* news detail end  */
/* login  */
.header-login {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 63px;
    /* display: flex;
    align-items: center; */
    z-index: 10;
}

.header-login .wrap {
    max-width: 490px;
}

.login-main {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.login-left {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    background-color: var(--theme);
}

.login-logo {
    height: 36px;
    position: absolute;
    top: 22px;
    left: 26px;
}

.header-login .login-logo {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    margin-top: 13px;
}

.login-img1 {
    position: absolute;
    top: 64px;
    left: 0;
    width: 175px;
    max-width: 30%;
}

.login-img2 {
    position: absolute;
    top: 0;
    right: 20px;
    width: 340px;
    max-width: 50%;
}

.login-img3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 220px;
    max-width: 35%;
}

.login-img4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 440px;
    max-width: 62%;
}

.login-left-text {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 490px;
    max-width: 100%;
}

.login-left-text .sub-title {
    font-size: 20px;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.login-left-text .title {
    font-size: 46px;
    font-weight: 600;
    margin: 0 0 16px;
    text-wrap: balance;
}

.login-left-text .des {
    font-size: 20px;
    text-wrap: balance;
}

.login-right {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    background-color: var(--black);
    /* padding: 15px; */
}

.login-right.active {
    width: 100%;
}

.login-right-box {
    background-color: #141414;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 0px;
    color: var(--white);
    width: 465px;
    max-width: calc(100% - 30px);
    position: absolute;
    left: 50%;
    /* top: 50%;
    transform: translate(-50%, -50%); */
    top: 23%;
    transform: translateX(-50%);
    padding: 24px 0;
    padding-bottom: 0;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.login-right-box .title {
    font-size: 25px;
    margin: 0 0 16px;
    text-align: center;
    font-weight: 600;
    padding: 0 24px;
}

.login-right-box .form-item {
    margin-bottom: 16px;
    position: relative;
    padding: 0 24px;
}

.login-right-box .form-item input {
    width: 100%;
    height: 55px;
    border-radius: 12px;
    padding: 10px 16px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 600;
    font-size: 16px;
}

.login-right-box .form-item input.is-invalid {
    border: 1px solid #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .15);
}

.login-right-box .form-item input.invalid {
    border: 1px solid #00B05B;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .15);
}

.login-right-box .form-item .link {
    color: var(--white);
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
}

.login-right-box .form-item .link:hover {
    opacity: 0.5;
}

.login-right-box .box-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.is_active {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.password {
    position: relative;
}

.password svg {
    position: absolute;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
}

.form-btn button {
    margin: 0 auto;
    display: block;
}

.login-right-box .form-item svg {
    position: absolute;
    bottom: 17px;
    right: 40px;
    cursor: pointer;
    color: var(--white);
}

.login-right-box .form-item.password {
    margin-bottom: 8px;
}

.box-bot {
    margin-top: 16px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
}

.form-btn {
    margin-bottom: 16px;
}

.link-to {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0 !important;

}

.link-to a {
    text-decoration: underline;
    color: var(--white);
    font-weight: 600;
}

.link-to a:hover {
    opacity: 0.5;
}

#repassMessage
{
    margin: 5px 24px;
    display: block;
}

#loginMessage {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 10px 16px;
    background: #F4D8D0;
    font-weight: 600;
    font-size: 16px;
}

.login-right-links {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1246px;
    padding: 24px;
}

.login-right-links .left {
    float: left;
    width: 120px;
}

.login-right-links .right {
    float: right;
    text-align: right;
    width: calc(100% - 120px);
}

.login-right-links a {
    color: var(--white);
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
}

.login-right-links p {
    display: inline-block;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}

.login-right-links .right a {
    margin-left: 10px;
}

.login-right.active .login-logo {
    display: block;
}

.login-right .login-logo {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    margin-top: 13px;
}

.register_form_next {
    max-width: 480px;
    padding: 64px 24px 0;
    margin: 0 auto;
}

.register_form_next .login-right-box {
    position: unset;
    transform: translate(0);
    margin: 0 auto;
    max-width: unset;
    padding-top: 40px;
    padding-bottom: 32px;
}

.register_form_next .login-right-box .form-item {
    margin-bottom: 0;
}

.btn_back {
    margin-top: 28px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn_back svg {
    margin-right: 4px;
}

.btn_back:hover {
    opacity: 0.5;
    color: var(--white);
}

.register_form_next h2 {
    margin: 24px 0px 48px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: var(--white);
}

.register_form_next .form-btn {
    margin-top: 48px;
}

.login-right-box p {
    margin: 0px 24px 24px;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
}

.space-list {
    padding: 80px 0;
}

.dashboard .sibar-dashboard {
    margin-right: -23px;
    border: 1px solid var(--seventh-color);
    padding: 30px 0 25px;
}

.dashboard .sibar-dashboard .user {
    padding-left: 20px;
}

.dashboard .sibar-dashboard .user .avatar {
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 10px;
    background-color: var(--fifth-color);
    border-radius: 50%;
    position: relative;
}

.dashboard .sibar-dashboard .user .avatar .avt-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

.dashboard .sibar-dashboard .user .info {
    float: left;
    margin-top: 9px;
}

.dashboard .sibar-dashboard .user .info .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--text);
    margin-bottom: 15px;
}

.dashboard .sibar-dashboard ul {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.dashboard .sibar-dashboard ul li {
    padding: 12px 0 12px 20px;
}

.dashboard .sibar-dashboard ul li img {
    margin-right: 10px;
    width: 16px;
    height: auto;
}

.dashboard .sibar-dashboard ul li svg {
    transform: translateY(2px);
    margin-right: 5px;
}

.dashboard .sibar-dashboard ul li a {
    color: var(--sixth-color);
}

.dashboard .tab-info {
    margin-left: 35px;
}

.dashboard .tab-info h2.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
    color: var(--text);
    text-align: left;
    margin-top: 0;
}

.dashboard .tab-info label {
    color: var(--sixth-color);
}

.dashboard .tab-info .dashboard-button {
    margin-top: 10px;
    /* background-color: var(--background-color);
    text-transform: uppercase;
    height: 38px;
    line-height: 12px;
    font-weight: 600;
    font-size: 12px;
    border-color: transparent;
    fill: white;
    opacity: 1;
    visibility: visible;
    display: inline-block;
    color: white;
    padding: 14px 18px;
    transition: all 0.3s linear; */
}

.dashboard .tab-info table {
    border: 1px solid var(--nineth-color);
    width: 100%;
}

.dashboard .tab-info table th {
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: var(--main-color);
    text-align: center;
}

table.type-3 th {
    width: 10%;
}

.dashboard .tab-info table tr:nth-child(even) {
    background-color: var(--main-color);
}

.dashboard .tab-info table th:first-child,
.dashboard .tab-info table td:first-child {
    text-align: left;
}

.dashboard .tab-info table td {
    padding: 12px 10px 12px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.clear {
    clear: both;
}

.breadcrumb-page li {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}

.breadcrumb-page li a {
    color: var(--text-color);
}

/* .banner-about .breadcrumb-page h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 16px;
} */

.dashboard-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.banner-page {
    margin-top: 62px;
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-color: var(--border);
}

.breadcrumb-page li:last-child {
    display: none;
}

/* login end */

/* extra  */

.shadow-user {
    background-color: var(--black);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .2s linear;
}

.shadow-user.open {
    opacity: 0.4;
    visibility: visible;
}

.login-modall {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    width: 400px;
    max-width: 100%;
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
}

.login-modall .login_close {
    position: absolute;
    right: 0;
    top: -40px;
    background: transparent;
    border: none;
}

.login-modall.open {
    opacity: 1;
    visibility: visible;
}

.login-modall .account-input {
    margin-bottom: 15px;
    position: relative;
}

.login-modall .account-input .account-inputname {
    display: block;
    font-weight: 400;
    margin: 0 0 6px;
}

.login-modall .account-input input {
    width: 100%;
    padding: 10px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: 5px;
}

.login-modall .account-input input:focus,
.login-modall .account-input input:hover {
    outline: none;
}

.login-modall .account-input img {
    position: absolute;
    bottom: 12px;
    right: 10px;
    height: 13px;
    width: auto;
    cursor: pointer;
}

.login-modall .login-button input {
    /* width: 100%;
    height: 34px;
    border: none;
    background-color: var(--tenth-color);
    color: var(--primary-color); */
    margin: 20px auto 0;
}

.login-header {
    padding: 30px 0;
    text-align: center;
}

.sec1-right .adm-glyphicon {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%);
    z-index: 4;
}


/* contact lien he */
.contact-main {
    margin-top: 62px;
    padding-top: 128px;
    /* margin-bottom: 60px; */
}

.contact-us {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: flex;
}

.contact-us span {
    display: inline-block;
    padding: 0 10px;
}

.contact-title h1 {
    font-size: 55px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 70px;
    /* padding-top: 50px; */
}

.contact-title span {
    display: inline-block;
}

.contact-infor {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact-items {
    display: flex;
    height: 100%;
    margin-bottom: 30px;
}

.contact-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 20px;
}

.contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-des p:first-child {
    font-size: 16px;
    color: var(--one-color);
    opacity: 0.8;
    margin-bottom: 10px;

}

.contact-des p:last-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.contact-form {
    padding: 60px 60px;
    background-color: #f8f8f8;
    font-size: 18px;
    border-radius: 10px;
}

.form-title h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}

.contact-submit {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.contact-submit button {
    padding: 10px 30px;
    border-radius: 200px;
    color: white;
    transition: .3s linear;
    background: var(--second-color);
    font-size: 16px;
    border: none;
    outline: none;
    font-weight: 700;
    line-height: 24px;
    min-width: 250px;
}

.contact-submit button:hover {
    background-color: #fff;
    color: var(--second-color);
    box-shadow: 0 0 0 1px var(--second-color) inset;
}

.contact-google-map {
    padding-top: 30px;
}

.contact-google-map iframe {
    width: 100%;
    height: 680px;
    display: block;
}

.contact-main .form-group input {
    width: 100%;
    border: 1px solid #E0E0E0;
    outline: none;
    height: 43px;
    padding: 0 0 0 34px;
    border-radius: 10px;
}

.contact-main .form-contact .form-group input {
    padding: 0 15px;
}

.contact-main .form-group textarea {
    height: 100px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #E0E0E0;
    padding: 10px 30px;
    width: 100%;
    resize: none;
}

.contact-main .form-group button {
    width: 100%;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background-color: var(--second-color);
    color: white;
    font-weight: 600;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 500px;
}

.contact-main .form-group label {
    font-size: 16px;
    font-weight: 400;
}

.pr-sec1-content {
    position: relative;
}

.pr-sec1-content .adm-glyphicon {
    position: relative;
    z-index: 6;
}

.pr-sec1-content .prsec-img {
    position: absolute;
    top: -235px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 4;
}

.pr-sec1-content .prsec-img-mb {
    display: none;
    z-index: 4;
}

/* footer 2  */
.footer2 {
    padding: 160px 0 80px;
}

.footer2-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: space-between;
}

.footer2-col {
    /* float: left; */
    /* width: calc(100% / 5); */
    padding-left: 15px;
    padding-right: 15px;
}

.footer2-col .f2-title {
    font-size: 18px;
    font-weight: 600;
    /* margin: 0 0 15px; */
    line-height: 37.7px;
    padding: 0 12px;
}

.footer2-col .f2-list .link {
    display: block;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 400;
}

.footer2-col .f2-list .link.social-link svg {
    transform: translateY(1px);
}

.footer2-col .f2-list .link:hover {
    background-color: var(--bg1);
}

.f2-text-big {
    padding: 80px 0;
    padding-top: 100px;
}

.f2-text-big img {
    width: 100%;
}

.f2-copyright {
    font-size: 16px;
    padding-top: 32px;
    border-top: 1px solid var(--text);
}

.f2-copyright a {
    text-decoration: underline;
}

/* footer 2 end */
.password-strength {
    padding: 0 24px;
    margin-bottom: 20px;
}

.progress {
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress-bar {
    transition: all .3s ease;
}

.bg-danger {
    background-color: #dc3545;
}

.bg-warning {
    background-color: #ffc107;
}

.bg-success {
    background-color: #198754 !important;
}

.bg-success-2 {
    background-color: #75e4b0 !important;
}

#emailMessage {
    margin-top: 5px;
    display: block;
}

.error_text {
    padding: 0 24px;
    margin-bottom: 16px;
}

.error_text p {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    border-radius: 16px;
    padding: 10px 16px;
    background-color: #F3D7D4;
    color: #BF2416;
    font-weight: 600;
    font-size: 16px;
}

#form-change-pass .add-item {
    margin-bottom: 20px;
}

/* ----------------------------------landing------------------------------------- */
.banner-landing .hb-subtitle {
    font-size: 20px;
}

.banner-landing .hb-title {
    font-size: 48px;
    margin-bottom: 32px;
}

.banner-landing .hb-link .link {
    padding: 22px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.banner-landing .hb-link .link.btn-black {
    background-color: var(--white);
    border: none;
}

.sec2-landing {
    padding-top: 160px;
}

.sec2-landing .sec2-item h3 {
    font-size: 56px;
    font-weight: 400;
}

.landing-sec5 .absec5-title {
    max-width: 800px;
    margin-bottom: 0;
}

.landing-sec5-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 80px;
}

.landing-sec5-wrap .btn-white {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-sec5 .abs5-item {
    overflow: hidden;
}

.landing-sec5 .abs5-item img {
    transition: .3s ease-in-out !important;
}

.landing-sec5 .abs5-item:hover img {
    filter: blur(7px);
    transform: scale(1.05);
}

.landing-sec5 .abs5-item-text .title {
    margin-bottom: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.landing-sec5 .abs5-item-text .title h3 {
    width: calc(100% - 36px);
    font-size: 30px;
    font-weight: 600;
    margin-right: 16px;
}

.landing-sec5 .abs5-item-text {
    padding: 32px;
}

.landing-sec5-btn {
    /* width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: var(--white); */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: var(--sixth-color);
}

.landing-sec5-btn:hover {
    opacity: 0.5;
}

.landing-sec5 .abs5-item-text .des {
    margin-bottom: 8px;
}

.landing-sec5-row {
    border-radius: 12px;
    background-color: #F6F2E2;
}

.landing-sec5-row .sec5-left {
    padding-left: 49px;
    padding-top: 0;
    width: 100%;
}

.landing-sec5-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-sec4 {
    background: linear-gradient(0deg, #6097B0 47.6%, #0A2736 100%);
}

.landing-sec4-btn {
    display: flex;
    justify-content: center;
}

.landing-sec4-btn a {
    margin: 0 !important;
    padding: 20px 32px;
}

.landing-sec4-btn .btn-black {
    background-color: var(--white);
    color: var(--text);
    border: 1px solid var(--white);
    margin-right: 10px !important;
}

.landing-sec4-btn .btn-white {
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.landing-sec4-btn .btn-white:hover {
    opacity: 0.5;
}

.front-card {
    position: relative;
}

.front-card,
.back-card
{
    transform-style: preserve-3d;
    transition: transform .6s;
    backface-visibility: hidden;
}

.front-card.active,
.back-card.active
{
    transform: rotateY(180deg);
    z-index: -1;
}

.back-card.active {
    transition: .3s ease-in-out;
}

.back-card {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    
}

.landing-sec-5-content {
    height: 500px;
    padding: 32px;
}

.landing-sec-5-content ul {
    padding-left: 20px;
}

.landing-sec-5-content li {
    list-style: url(./img/icon-li-2.png);
    color: var(--white);
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
}

.landing-faq {
    padding-bottom: 160px;
    background-color: var(--bg4);
}

.landing-faq-row {
    display: flex;
}

.landing-faq-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-faq-wrap img {
    width: auto;
    margin-top: 50px;
}

.landing-faq .col-sm-5 {
    display: flex;
}

.nl_btn {
    display: none;
}

/* -------------------------up-to-top-------------------------- */
.social {
    position: fixed;
    right: 53px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    transition: .3s linear;
    z-index: 9999;
    /* transition: all .5s linear; */
}

.social-icon {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    transform: translate(100px, 0);
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
}

.up-to-top {
    background-color: #333;
}

.mail-pop {
    background-color: #007F86;
}

.mail-pop svg {
    margin-bottom: -4px;
    color: var(--white);
}

.mess-pop {
    background-color: #007BC7;
}

.mess-pop svg {
    margin-bottom: -6px;
}

.phone-pop svg {
    margin-bottom: -4px;
    color: var(--white);
}

.phone-pop {
    background-color: #ff0000;
}

.tran-delay-1 {
    transition-delay: .1s;
    transition-property: all;
}

.tran-delay-2 {
    transition-delay: .2s;
    transition-property: all;
}

.tran-delay-3 {
    transition-delay: .3s;
    transition-property: all;
}

.tran-delay-4 {
    transition-delay: .4s;
    transition-property: all;
}

.social-icon.active {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 1216px) {
    .about-sec5 .owl-prev {
        left: 0;
    }

    .about-sec5 .owl-next {
        right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .about-sec5-slide {
        /* padding: 0 15px; */
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .pr3-table-body-content table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .pr3-table-body-content table tr td:first-child {
        width: 100%;
    }

    .pr3-table-body-content table tr td:not(:first-child) {
        width: calc(100% / 3);
    }

    .pr3-table-body-content tr td:not(:last-child) {
        border: none;
    }

    .pr3-table-body-content tr td:not(:first-child) {
        border: 1px solid var(--border);
    }

    .pr3-table-body {
        margin: 0;
    }

    .pr3-table-head .pr3-table-head-padding {
        width: 0;
    }

    .pr3-table-head .pr3-table-head-blank {
        width: calc(100%/2.5);
    }

    .pr3-table-head .pr3-table-head-in {
        width: calc(100% / 5);
    }

    .pr3-table-head .pr3-table-head-blank {
        width: 0;
    }

    .pr3-table-head .pr3-table-head-in {
        width: calc(100% / 3);
    }

    .pr3-table-head .pr3-table-head-in h3 {
        font-size: 18px;
    }

    .pr3-table-head .pr3-table-head-in p {
        font-size: 12px;
    }

    .pr3-table-body-title p {
        font-size: 14px;
    }

    .pr3-table-body-content tr td {
        font-size: 14px;
        padding: 8px 8px 8px 0;
        line-height: 24px;
    }

    .pr3-table-head.active {
        top: 78px;
        max-width: calc(100% - 62px);
    }

    .login-left {
        display: none;
    }

    .login-right {
        width: 100%;
        float: unset;
    }

    .login-right-links {
        padding: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .login-right .login-logo {
        display: block;
        /* filter: invert(1) brightness(1.2); */
    }

    /* } */

    /* @media only screen and (max-width: 767px) { */
    .contact-form {
        padding: 40px 25px;
    }

    .header .container-fluid {
        padding: 0 15px;
    }

    .container-fluid {
        padding-right: 32px;
        padding-left: 32px;
    }

    .about-sec5 .owl-dots span {
        width: 25px;
        height: 4px;
    }

    .about-sec5 .owl-dots .active span {
        width: 35px;
    }

    .about-sec5 .owl-dots {
        right: 0;
    }

    .hmenu {
        display: none;
    }

    .htool {
        display: none;
    }

    .hbvideo-mb {
        display: block;
    }

    .hbvideo-pc {
        display: none;
    }

    .hlogo {
        padding: 14px 0;
    }

    .homebanner {
        margin-top: 0px;
        /* padding: 40px 0 128px; */
        /* min-height: 700px; */
    }

    .homebanner-content {
        text-align: center;
        padding-top: 62px;
    }

    .homebanner-content .hb-subtitle {
        font-size: 14px;
    }

    .homebanner-content .hb-title {
        font-size: 42px;
        line-height: 46px;
    }

    .homebanner-content .hb-des {
        font-size: 18px;
    }

    .homebanner-content .hb-link .link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 14px 32px;
        height: 46px;
    }

    .homebanner-content .hb-link .link.btn-white {
        margin: 17px auto 0;
    }

    .hb-video {
        height: 650px;
        width: 100%;
        /* height: calc(100vh - 70px); */
    }

    .sec1 {
        padding: 64px 0 0;
    }

    .sec1-left .title {
        padding-top: 40px;
        font-size: 42px;
        text-align: center;
        font-weight: 500;
    }

    .sec1-left {
        text-align: center;
        /* padding: 0 17px; */
        margin: 0 auto;
        display: block;
    }

    .sec1-left .des {
        font-size: 18px;
    }

    .sec1-left .link {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
    }

    .sec8-text .link, 
    .sec9-text .link,
    .mmb-bot .btnn,
    .dora-form-contact .contact-submitt button,
    .pr1-item .link
    {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
    }

    .sec1-right {
        position: relative;
        top: unset;
        right: unset;
        width: 220%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sec2-item.sec2-item-custom {
        border: none;
    }

    .sec2-item {
        margin: 0 0px 32px;
        padding-top: 32px;
        text-align: center;
    }

    .sec2-item .dse {
        font-size: 18px;
    }

    .sec2 {
        padding-bottom: 128px;
    }

    .sec3 {
        padding-bottom: 48px;
    }

    .sec4-item {
        padding-top: 32px;
        margin: 0 0px 32px;
    }

    .sec4-item.sec4-item-custom {
        border: none;
        padding: 0;
    }

    .sec4-item .dse {
        font-size: 18px;
    }

    .sec4 {
        padding-bottom: 224px;
    }

    .main-title h2 {
        font-size: 38px;
        font-weight: 500;
    }

    .main-title {
        padding-bottom: 32px;
        margin: 0 0px 32px;
    }

    .sec5-left {
        /* padding: 0 17px; */
        margin-bottom: 32px;
        padding-top: 10px;
    }

    .sec5-left .sub-title {
        font-size: 16px;
    }

    .sec5-left .title {
        font-size: 38px;
    }

    .sec5-left .des {
        font-size: 18px;
    }

    .sec5-right video {
        width: 100%;
        /* padding: 0 17px; */
    }

    .sec5 {
        padding-bottom: 128px;
    }

    .sec6-box1 {
        margin-bottom: 30px;
    }

    .sec7-right {
        /* padding: 0 17px; */
        margin-bottom: 32px;
    }

    .sec7-right .title {
        font-size: 38px;
        font-weight: 500;
    }

    .sec7-right .des {
        font-size: 18px;
    }

    .sec7 {
        padding-top: 30px;
        padding-bottom: 143px;
    }

    .sec8 {
        padding: 128px 0 98px;
    }

    .sec8-text {
        /* padding: 0 17px; */
        margin-bottom: 32px;
    }

    .sec8-text h2 {
        font-size: 42px;
        font-weight: 500;
        text-wrap: balance;
    }

    .sec8-text .des {
        font-size: 18px;
    }

    .sec8-img {
        /* width: calc(100% - 32px); */
        margin: 0 0px 32px;
    }

    .sec9-text {
        position: relative;
        transform: translate(0);
        top: unset;
        left: unset;
        padding: 128px 32px 32px;
    }

    .sec9-text .title {
        font-size: 42px;
        color: var(--text);
        font-weight: 500;
    }

    .sec9-text .des {
        font-size: 18px;
        color: var(--text);
    }

    .footer {
        padding: 128px 0px 64px;
    }

    .sec10-left .des {
        font-size: 18px;
    }

    .sec10-left .link {
        font-size: 18px;
    }

    .sec10-left {
        margin-bottom: 32px;
    }

    .sec10-right form input {
        font-size: 18px;
    }

    .sec10-right form button {
        width: 100%;
    }

    .footer-bot-box {
        margin-bottom: 32px;
    }

    .header {
        position: relative;
    }

    .hmb {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 999;
    }

    .hmb button {
        /* border: none; */
        width: 46px;
        height: 46px;
        background-color: transparent;
        padding: 0;
        border-radius: 50%;
        border: 1px solid var(--black);
    }

    .about-sec1 .title {
        font-size: 66px;
        margin-bottom: 80px;
        font-weight: 500;
        line-height: 77px;
    }

    .about-sec1 {
        padding: 0 0 128px;
        margin-top: 80px;
    }

    .about-sec2 {
        padding: 128px 0 96px;
    }

    .absec2-title {
        font-size: 38px;
        margin-bottom: 40px;
        font-weight: 500;
    }

    .absec2-item .title {
        font-size: 18px;
    }

    .absec2-item .des {
        font-size: 18px;
        margin-right: 20px;
    }

    .absec2-item {
        margin-bottom: 32px;
    }

    .about-sec3 {
        padding: 128px 0;
    }

    .absec3-left {
        padding-top: 0;
    }

    .absec3-left .title {
        font-size: 38px;
        font-weight: 500;
    }

    .absec3-left .des {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .absec4-title {
        font-size: 38px;
        margin-bottom: 40px;
        font-weight: 500;
    }

    .absec4-left {
        margin-bottom: 40px;
    }

    .absec4-left-text {
        padding: 32px 32px 0;
    }

    .about-sec4 .title {
        font-size: 38px;
        font-weight: 500;
        line-height: 54px;
    }

    .about-sec4 .des {
        font-size: 18px;
    }

    .absec4-right1 {
        padding: 32px;
    }

    .absec4-right2-text {
        padding: 32px 32px 0;
    }

    .about-sec4 {
        padding: 0 0 128px;
    }

    .absec5-title {
        font-size: 38px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .about-sec5-slide {
        /* padding: 0 32px; */
        padding: 0;
    }

    .about-sec5 .owl-dots {
        right: 50%;
        transform: translate(50%);
        bottom: -50px;
    }

    /* .abs5-item .wrap-img {
        padding-bottom: 160%;
    } */

    .about-sec5 {
        padding-bottom: 164px;
    }

    .about-sec6 {
        padding: 128px 0;
    }

    .abs6-left .title {
        font-size: 38px;
        font-weight: 500;
        line-height: normal;
        text-wrap: balance;
    }

    .abs6-left {
        margin-bottom: 40px;
    }

    .abs6-right .content {
        font-size: 18px;
    }

    .price-sec1 {
        margin-top: 70px;
        padding: 80px 0 128px;
    }

    .pr-sec1-title .title {
        font-size: 42px;
        font-weight: 500;
    }

    .pr-sec1-title .des {
        font-size: 18px;
    }

    .pr-sec1-title {
        margin-bottom: 48px;
    }

    .pr1-item {
        max-width: 450px;
        margin: 0 auto 32px;
    }

    .pr1-item .content {
        min-height: unset;
        margin-bottom: 32px;
    }

    .pr-sec2 {
        padding: 128px 0;
    }

    .pr-sec2-left {
        padding-top: 0;
        margin-bottom: 32px;
    }

    .pr-sec2-left .title {
        font-size: 38px;
    }

    .pr-sec2-left .des {
        font-size: 18px;
    }

    .pr-sec3 {
        padding: 128px 0;
    }

    .pr-sec3 thead>tr>th {
        padding: 10px 10px;
        font-size: 18px;
    }

    .pr-sec3 .table>tbody>tr>td {
        padding: 12px 20px;
        font-size: 18px;
    }

    .pr-sec3 .prs3-box {
        border-radius: 0;
        border: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0;
    }

    .pr-sec4 {
        padding: 128px 0;
    }

    .pr-sec4 .pr-sec4-in .title {
        font-size: 42px;
        font-weight: 500;
    }

    .pr-sec4 .pr-sec4-in .des {
        font-size: 18px;
    }

    .pr-faq {
        padding: 128px 0 0;
    }

    .pr-faq .prfaq-title {
        font-size: 42px;
        margin-bottom: 28px;
        font-weight: 500;
    }

    .news-list {
        margin-top: 70px;
        padding: 40px 0 64px;
    }

    .news-list .container-fluid {
        padding: 0 30px;
    }

    .news-item-big-text .news-item-big-title {
        font-size: 22px;
    }

    .news-item-big-text .news-item-big-des {
        font-size: 16px;
    }

    .news-item-big-text .news-item-big-date {
        font-size: 16px;
    }

    .news-item-img .wrap-img {
        padding-bottom: 54%;
    }

    .news-item-text .news-item-title {
        min-height: unset;
        -webkit-line-clamp: 10;
    }

    .news-item-text .news-item-des {
        min-height: unset;
    }

    .news-detail {
        margin-top: 70px;
        padding: 40px 0 64px;
    }
    
    .news-detail .wrap {
        max-width: 700px;
    }

    .news-detail .container-fluid {
        padding: 0 15px;
    }

    .nd-title {
        font-size: 32px;
    }

    .nd-des {
        font-size: 21px;
    }

    .nd-content {
        font-size: 17px;
    }

    .contact-main {
        margin-top: 70px;
        padding-top: 62px;
        margin-bottom: 60px;
    }

    .banner-page {
        margin-top: 100px;
    }

    .login-modall {
        max-width: 94%;
    }

    .dashboard .sibar-dashboard {
        margin: 0 0 30px;
    }

    .dashboard .tab-info {
        margin: 0;
    }

    .homebanner-content-box {
        margin-left: unset;
        margin: 0 auto;
    }

    .pr-sec1-content .prsec-img {
        display: none;
    }

    .pr-sec1-content .prsec-img-mb {
        display: block;
        position: absolute;
        height: 150%;
        top: 0;
        left: -32px;
        max-height: unset;
    }

    .footer2 {
        padding: 128px 0 80px;
    }

    .f2-text-big {
        padding: 60px 0 32px;
    }

    .login-right-box {
        /* top: 50%; */
        /* transform: translate(-50%, -50%); */
        
        position: relative;
        top: unset;
        left: unset;
        transform: translate(0);
        margin: 0 auto;
        margin-top: 40px;
    }

    .login-main {
        height: auto;
        min-height: 100vh;
        padding: 30px 0;
        background-color: var(--black);
    }

    .login-right .login-logo {
        position: relative;
        top: unset;
        left: unset;
        /* margin-left: 15px; */
        /* margin-bottom: 20px; */
        margin: 0 auto 20px auto;
        height: 40px;
    }

    .login-right-links {
        position: relative;
    }

    .login-right-links .left {
        float: unset;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .login-right-links .right {
        float: unset;
        width: 100%;
        text-align: center;
    }

    .news-item-big-text .news-item-big-title a {
        -webkit-line-clamp: 6;
    }

    .about-sec5 .owl-nav {
        display: none;
    }

    .header.header-n {
        position: fixed;
        width: calc(100% - 30px);
        left: 15px;
        top: 15px;
        border-radius: 12px;
    }

     .header.header-new {
        position: relative;
     }

    .header.header-n.affix {
        position: fixed;
        top: 5px;
         animation: headerdown .5s linear;
    }

    .nd-content .news-img-owl .owl-prev {
        left: 0;
    }

    .nd-content .news-img-owl .owl-next {
        right: 0;
    }

    .register_form_next .login-right-box {
        width: 100%;
    }

    .file-title {
        display: block;
    }

    .btn-file {
        margin-top: 12px !important;
    }

    /* ---------------------------------landing------------------------------ */
    .banner-landing .homebanner-content {
        text-align: left;
        top: 0;
        padding-top: 156px;
        transform: translate(0);
    }

    .banner-landing .hb-video {
        height: 100vh;
    }

    .banner-landing .hb-link .link {
        margin: 0;
    }

    .banner-landing .hb-link .link.btn-white {
        margin: 0;
        margin-top: 8px;
    }

    .banner-landing .hb-subtitle {
        font-size: 20px;
    }

    .banner-landing .hb-title {
        font-size: 31px;
        line-height: 36px;
    }

    .banner-landing .hb-link .link {
        padding: 12px 16px;
        width: 100%;
        text-align: center;
        height: 46px;
    }

    .landing-sec5-wrap .btn-white,
    .sec5-left .link
    {
        height: 46px;
        padding: 12px 26px;
    }

    .banner-landing .hb-link {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: max-content;
    }
    
    .sec2-landing {
        padding-top: 128px;
    }

    .sec2-landing .sec2-item {
        text-align: left;
    }

    .sec2-landing .sec2-item h3 {
        font-size: 37px;
    }

    .landing-sec5 .abs5-item-text .title h3 {
        font-size: 20px;
    }

    .landing-sec5-flex,
    .landing-sec5-wrap
    {
        display: block;
    }

    .landing-sec5-row .sec5-left {
        padding: 32px 17px 0;
    }

    .landing-sec5 .absec5-title {
        margin-bottom: 20px;
    }

    .landing-sec4-btn {
        display: block;
        text-align: center;
    }

    .landing-sec4-btn a {
        display: inline-block !important;
    }

    .landing-sec4-btn .btn-black {
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }

    .pr-sec4 .pr-sec4-in .link {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        height: 46px;
    }

    .f2-list {
        padding-bottom: 32px;
    }

    .header-login .login-logo {
        display: none;
    }
    
    .nl-side-head {
        position: relative;
        margin-top: 16px;
    }

    .nl-side-head.affix {
        margin-top: 0;
    }

    .nl-side-head.affix #nl-ul {
        height: calc(100vh - 52px);
    }

    #nl-ul {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: -1;
        backdrop-filter: saturate(180%) blur(20px);
        z-index: 111;
        height: calc(100vh - 132px);
        background: rgba(255, 255, 255, .8);
        transition-property: opacity, z-index;
        transition-timing-function: cubic-bezier(0.4, 0, 0.25, 1);
        transition-duration: .4s;
        transition-delay: 0s;
        opacity: 0;
        visibility: hidden;
    }

    .nl_btn {
        display: block;
    }

    .nl_btn svg {
        margin-bottom: -2px;
    }

    .nl_btn.active svg {
        transform: rotate(180deg);
    }

    #nl-ul.active {
        opacity: 1;
        z-index: 9999;
        visibility: visible;
    }

    #nl-ul.active .hotro-lv1 {
        transform: translate3d(0, 0, 0);
        transition-delay: 0.2s, 0.4s;
    }

    .hotro-lv1 {
        padding: 16px 36px;
        width: 100%;
        background-color: var(--white);
        transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    }

    .hotro-lv1 li {
        display: block;
        transition: all 300ms cubic-bezier(0.4, 0, 0.25, 1);
    }

    .hotro-lv1 li .link {
        font-size: 24px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 768px) {
    .mmb-bot .btnn.btn-black {
        flex-grow: 1;
    }

    .mmb-bot .btn-white {
        display: block;          
        max-width: 160px;      
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .about-sec3-row {
        display: block;
    }

    .landing-faq-row {
        display: block;
    }

    .landing-faq-img {
        margin-top: 50px;
        text-align: center;
    }

    .landing-faq-img img {
        width: 150px;
    }

    .landing-faq {
        padding-bottom: 80px;
    }

    .hb-banner {
        display: none;
    }

    .hb-banner-mb {
        display: block;
    }

    .about-sec1 .title {
        font-size: 43px;
        line-height: 50px;
    }

    .news-item-big-img .wrap-img {
        padding-bottom: 106%;
    }
}

@media only screen and (max-width: 640px) {
    .footer2-col {
        width: 100%;
        /* margin-bottom: 32px; */
    }

    
    .footer2-row {
        display: block;
    }

}

@keyframes headerdown {
    0% {
        opacity: 0;
        transform: translate(0, -100%);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}