: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%);
}

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;
}

/* all end  */

/* header  */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 99;
    border-bottom: 1px solid var(--border);
}

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

.hmb {
    display: none;
}

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

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

.htool {
    width: 290px;
    float: left;
    text-align: right;
    padding: 6px 0;
}

.htool .iftool {
    padding-top: 15px;
    display: inline-block;
}

.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;
}

.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-white:hover {
    background-color: var(--bg1);
}

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

.htool .btnn {
    display: inline-block;
}

.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: 24px 46px;
}

.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;
}

.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;
}

.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 video {
    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);
}

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

.mmb-bot .btnn.btn-black {
    flex-grow: 1;
    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 6px;
    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;
}

.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 16px;
}

.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);
    transform: translateY(-50%);
}

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

.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: -20px;
    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: 480px;
    max-width: 100%;
}

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

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

.abs6-right .content {
    font-size: 20px;
    margin: 0 0 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;
}

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

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

.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;
}

.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;
}

.pr-sec2-left .title {
    font-size: 62px;
    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: 60px;
}

.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-sec4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 260px 0;
}

.pr-sec4 .pr-sec4-in {
    text-align: center;
    color: var(--white);
}

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

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

.pr-sec4 .pr-sec4-in .link {
    margin: 0 auto;
}

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

.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: 20px;
    font-weight: 600;
    padding: 30px 30px 30px 0;
    position: relative;
    cursor: pointer;
}

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

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

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

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

/* price end */

/* news list  */
.news-list {
    margin-top: 62px;
    padding: 40px 0 160px;
    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-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: 32px;
}

.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);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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: var(--white);
}

.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: #94a3b8;
}

.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;
}

.pagination-box li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-box li 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 li a:hover {
    background-color: var(--black);
    color: var(--white);
}

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

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

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

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

/* news list end */
/* news detail  */
.news-detail {
    margin-top: 62px;
    padding: 80px 0 160px;
    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);
}

.nd-title {
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 24px;
}

.nd-des {
    font-size: 18px;
    margin: 0 0 24px;
}

.nd-date {
    font-size: 16px;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0 0 24px;
}

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

.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;
    margin: revert;
    padding: revert;
}

.nd-content a {
    text-decoration: underline;
}

.nd-content ol,
.nd-content ul,
.nd-content li {
    list-style: revert;
    margin: revert;
    padding: revert;
}

.nd-content img {
    width: auto !important;
    height: auto !important;
}

/* news detail end */

/* login  */
.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: 28px;
    position: absolute;
    top: 22px;
    left: 26px;
}

.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-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;
    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 .link {
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}

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

.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;
}

.box-bot {
    margin-top: 16px;
    padding: 0 15px;
}

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

.link-to {
    font-size: 16px;
    text-align: center;
}

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

.login-right-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    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 .login-logo {
    position: absolute;
    top: 22px;
    left: 26px;
    display: none;
}

.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 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;
}

.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 15px;
    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;
}

.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;
    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;
}

.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 */

@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;
    }
}

@media only screen and (max-width: 991px) {
    .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;
    }

    .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: 22px 0;
    }

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

    .homebanner-content {
        text-align: center;
    }

    .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: block;
        margin: 0 auto;
        padding: 14px 32px;
    }

    .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;
    }

    .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;
    }

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

    .hmb button {
        border: none;
        width: 22px;
        height: 22px;
        background-color: transparent;
        padding: 0;
    }

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

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

    .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;
    }

    .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;
    }

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

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

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

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

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

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

    .price-sec1 {
        margin-top: 70px;
        padding: 32px 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 {
        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 15px;
    }

    .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-big-img .wrap-img {
        padding-bottom: 120%;
    }

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

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

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

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

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

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

    .hb-banner {
        display: none;
    }

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

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

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

    .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;
    }

    .footer2-col {
        width: 100%;
        margin-bottom: 32px;
    }

    .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;
    }

    .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;
        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;
    }
}