@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#news-bodyhtml ul {
    margin-left: 10px;
}

#news-bodyhtml ul li {
    list-style: outside;
}

:root {
    --spacing: 100px 0;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 1;
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
        opacity: 1;
    }
}

@-webkit-keyframes xoayvong {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes xoayvong {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        width: 70%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 70%;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

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

@font-face {
    font-family: "SVN-Poppins";
    src: url(../libs/font/SVN/SVN-POPPINS-BOLD.TTF);
    font-weight: 700;
}

@font-face {
    font-family: "SVN-Poppins";
    src: url(../libs/font/SVN/SVN-POPPINS-LIGHT.TTF);
    font-weight: 300;
}

@font-face {
    font-family: "SVN-Poppins";
    src: url(../libs/font/SVN/SVN-POPPINS-MEDIUM.TTF);
    font-weight: 500;
}

@font-face {
    font-family: "SVN-Poppins";
    src: url(../libs/font/SVN/SVN-POPPINS-SEMIBOLD.TTF);
    font-weight: 600;
}

@font-face {
    font-family: "SVN-Poppins";
    src: url(../libs/font/SVN/SVN-POPPINS-REGULAR.TTF);
    font-weight: 400;
}

body {
    font-family: "SVN-Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
strong,
span {
    font-family: "SVN-Poppins", sans-serif;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.breadcrumb {
    background: #f2f2f2;
    margin-bottom: 0;
}

.breadcrumb ol {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 24px 0;
}

.breadcrumb ol li {
    list-style: none;
    position: relative;
    margin-right: 30px;
}
.breadcrumb ol li:last-child {
    margin-right: 0;
}

.breadcrumb ol li:first-child::before {
    display: none;
}

.breadcrumb ol li::before {
    content: " ⎯ ";
    position: absolute;
    left: -20px;
}

.breadcrumb ol li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-transform: uppercase;
    color: #333333;
}

.blog-topic .blog-category,
.blog-top .blog-category {
    padding: 0;
    margin: 10px 0 0;
}

.blog-slider,
.service-more-slider {
    margin: 0 -10px;
}

.blog-slider .slick-dots,
.service-more-slider .slick-dots {
    bottom: -40px;
}

.blog-slider .slick-dots li button::before,
.service-more-slider .slick-dots li button::before {
    font-family: "slick";
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
}

.blog-slider .slick-dots li.slick-active button::before,
.service-more-slider .slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: #0071fc;
}

.blog-slider-item .blog-content .box-time,
.service-more-slider-item .blog-content .box-time {
    font-size: 12px;
    color: #a4a4a4;
    margin: 6px 0 8px;
}

.blog-slider-item .blog-content .title,
.service-more-slider-item .blog-content .title {
    font-weight: 600;
    font-size: 16px;
    color: #0071fc;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 8px;
}

.blog-slider-item .blog-content .title a,
.service-more-slider-item .blog-content .title a {
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 36px;
    color: #333333;
}

.blog-slider-item .blog-content p,
.service-more-slider-item .blog-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #939393;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.pagination ul li.disabled span {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 5px;
}

.pagination ul li.disabled a,
.pagination ul li.disabled span,
.pagination ul li.active a {
    background: #dfe3e8;
    border-radius: 4px;
    color: #797979;
}

.pagination ul li.active a,
.pagination ul li:hover a {
    background: #ffa507;
    color: #fff;
}

.pagination ul li a {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #212b36;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: rgba(22, 22, 22, 0.1);
    margin-right: 5.16px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    font-size: 13.64px;
    transition: all ease 0.3s;
    border: 1px solid #dfe3e8;
}

#content1,
#content7 {
    display: block;
}

#content2,
#content3,
#content4,
#content5,
#content8,
#content9,
#content6 {
    display: none;
}

.navbar {
    padding: 0;
    justify-content: space-around;
    display: flex;
}

.navbar .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #0071fc;
}

@media screen and (max-width: 1200px) {
    .navbar #main-navigation {
        position: fixed;
        top: 0;
        left: -500px;
        min-width: 330px;
        box-shadow: 0 5px 5px rgba(129, 126, 126, 0.31);
        transition: all 0.3s;
        overflow: hidden;
        overflow-y: hidden;
        z-index: 9999;
        height: 100vh;
        overflow-y: auto;
        background: #ffa507;
        max-width: 100%;
    }

    .navbar #main-navigation.show {
        left: 0;
    }

    .navbar #main-navigation .accordion li.active a {
        background: #0071fc;
        color: #fff !important;
    }

    .navbar #main-navigation .accordion li a {
        display: block;
        color: #fff;
        margin: 0;
        padding: 5px 20px;
        border-bottom: 1px solid #e08f00;
    }

    .navbar #main-navigation .accordion li a:hover {
        background: #0071fc;
        color: #fff !important;
    }
}

.navbar .link {
    cursor: pointer;
    display: block;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 0;
    margin-right: 0;
    line-height: 45px;
}

.navbar .link a {
    margin: 0 8px 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    transition: all ease 0.4s;
}

@media screen and (max-width: 1400px) {
    .navbar .link a {
        font-size: 16px;
    }
}


@media screen and (max-width: 1200px) {
    .navbar .link i {
        right: 15px;
        left: auto;
        position: absolute;
        top: 10px;
        font-size: 14px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: unset !important;
        background: #fff;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
    }
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .navbar ul {
        display: block;
    }
}

.navbar ul .dropdown {
    position: relative;
    transition: all ease 0.3s;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar ul .dropdown:hover a,
.navbar ul .dropdown:hover i,
.navbar ul .dropdown.active a {
    color: #0071fc;
}

/* .navbar ul .dropdown:first-child {
  display: none;
} */

@media screen and (max-width: 1200px) {
    .navbar ul .dropdown:first-child {
        display: block;
    }
}

.navbar ul .dropdown:last-child a {
    margin-right: 0;
}

.navbar ul .dropdown.open {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    .navbar ul .dropdown.open .link a {
        display: block;
        padding: 15px 20px;
    }
}

.navbar ul .dropdown.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar ul .dropdown.open>ul {
    display: block;
    position: unset;
    visibility: visible;
    opacity: 1;
}

.navbar ul .dropdown:first-child {
    margin-left: 0;
}

.navbar ul .dropdown:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1200px) {
    .navbar ul .dropdown {
        margin: 0;
        position: inherit;
    }
}

.navbar ul .dropdown:hover a::before {
    transform: scale(1);
}

.navbar ul .dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar ul .dropdown:hover .sub-menu li:hover .sub-right {
    opacity: 1;
    visibility: visible;
    left: 100%;
    top: 0;
}

.navbar ul .dropdown:hover .sub-menu a {
    color: #666;
    background: #fff;
    transition: all ease 0.4s;
}

.navbar ul .dropdown:hover .sub-menu a:hover {
    background: #0071fc;
    color: #fff;
}

.navbar ul .dropdown:hover .sub-menu a::before {
    display: none;
}

.navbar ul .dropdown>.sub-menu {
    display: block;
    position: absolute;
    left: 15px;
    top: 100%;
    margin: 0;
    z-index: 99;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    transition: all ease 0.1s;
    min-width: 275px;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .navbar ul .dropdown>.sub-menu {
        box-shadow: none;
    }
}

.navbar ul .dropdown>.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    display: block;
    transition: all ease 0.5s;
}

.navbar ul .dropdown>.sub-menu li a {
    display: block;
    padding: 10px 15px;
}

@media screen and (max-width: 1200px) {
    .navbar ul .dropdown>.sub-menu li {
        display: block;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .navbar ul .dropdown>.sub-menu li:first-child {
        margin-top: 0;
    }
}

.navbar ul .dropdown>.sub-menu li:first-child a {
    margin: 0;
}

.header-cart {
    position: relative;
}

.header-cart .badge {
    position: absolute;
    top: -2px;
    left: 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    padding: 0;
}

.header .mobile {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .header .mobile {
        display: block !important;
    }
}

.header-top {
    padding: 8px 0;
    background: #0071fc;
}

@media screen and (max-width: 1200px) {
    .header-top {
        display: none;
    }
}

.header-top--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-gr-left,
.header-gr-right {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header-gr-left a,
.header-gr-right a {
    color: #fff;
}

.header-gr-left .header-hotline {
    margin-right: 32px;
}

/* 
.header-gr-left .header-hotline span {
  font-size: 16px;
} */

.header-gr-left .header-time {
    margin-right: 32px;
}

.header-gr-left .header-time span,
.header-gr-left .header-time i {
    color: #fff;
}

.header-search .search-btn {
    border: none;
    background: transparent;
}

.header-search .search-btn i {
    font-size: 16px;
    color: #fff;
}

.header-search .search-btn:focus {
    outline: none;
}

.header .popup-search {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    transition: transform 0.7s ease;
    display: none;
}

.header .popup-search .popup-content {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.header .popup-search .close-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    font-weight: 700;
    padding: 0px 8px;
    border-radius: 50%;
    border: 2px #fff solid;
    top: 15px;
    font-size: 15px;
    cursor: pointer;
}

.header .popup-search .form-search {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 600px;
}

.header .popup-search .form-search input {
    background: #fff;
    border: none;
    outline: none;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #272727;
    padding: 15px 30px;
    width: 100%;
}

.header .popup-search .form-search button {
    position: absolute;
    background: #0071fc;
    border: none;
    height: 60px;
    width: 60px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.4s;
}

.header .popup-search .form-search button:hover {
    opacity: 0.8;
}

.header-bottom {
    padding: 16px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.header-bottom.fixed-top {
    background: #fff;
    padding: 5px 0;
    z-index: 999;
}

.header-bottom--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .header-bottom--content .header-logo {
        order: 1;
    }

    .header-bottom--content .header-gr {
        order: 2;
    }
}

.header-category {
    z-index: 9999;
    background: transparent;
    position: fixed;
    top: 0;
    width: 100%;
}

.header-category .header-top a {
    color: #fff;
}

.header-category .header-top img {
    filter: brightness(0) invert(1);
}

.header-category .header-bottom.fixed-top ul .dropdown a {
    color: #000000 !important;
}

@media screen and (max-width: 1200px) {
    .header-category .header-bottom.fixed-top ul .dropdown a {
        color: #fff !important;
    }
}

.header-category .header-bottom ul .dropdown:hover a,
.header-category .header-bottom ul .dropdown.active a {
    color: #fd8c32 !important;
}

.header-category .header-bottom ul .dropdown .link a {
    color: #fff;
}

.back-to-top {
    position: fixed !important;
    bottom: 50px;
    right: 15px;
    display: none;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    color: #333;
    font-size: 17px;
    border: 1px solid #ddd;
    z-index: 3;
    transition: all ease 0.5s;
}

.back-to-top.active {
    display: block;
}

.back-to-top:hover,
.back-to-top .active {
    background: #0071fc;
    color: #fff;
    border: 1px solid #0071fc;
}

.home-banner {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 95px;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .home-banner {
        padding-top: 30px;
    }
}

@media screen and (max-width: 996px) {
    .home-banner {
        padding-bottom: 530px;
    }
}

.home-banner span.line {
    position: relative;
    transition: right 0.75s;
    width: 0;
    margin-right: 0;
}

@media screen and (max-width: 575px) {
    .home-banner span.line {
        margin-right: 32px;
    }
}

.home-banner span.line::before {
    position: absolute;
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #000;
    width: 110px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.home-banner .banner--slogan p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #292d32;
    opacity: 0.75;
}

.home-banner .banner--img {
    position: relative;
}

.home-banner .banner--img .main__img {
    position: absolute;
    margin-left: 100px;
}

@media screen and (max-width: 1400px) {
    .home-banner .banner--img .main__img {
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .home-banner .banner--img .main__img {
        margin-left: auto;
        margin-right: auto;
    }
}

.home-banner .banner--img .main__img .box-banner-item {
    position: relative;
    overflow: hidden;
    height: 500px;
    width: 500px;
}

@media screen and (max-width: 1400px) {
    .home-banner .banner--img .main__img .box-banner-item {
        right: -75px;
    }
}

@media screen and (max-width: 575px) {
    .home-banner .banner--img .main__img .box-banner-item {
        right: 0;
        height: 400px;
        width: 400px;
    }
}

.home-banner .banner--img .main__img .box-banner-item>img {
    position: absolute;
    right: -100%;
    transition: 0.5s all;
}

.home-banner .banner--img .main__img .box-banner-item>img.active {
    right: 0;
    transition: 0.5s all;
}

.home-banner .banner--img .top__img {
    position: absolute;
    top: -2rem;
    z-index: 5;
}

.home-banner .banner--img .left--img {
    position: absolute;
    z-index: 5;
    right: 0;
}

.home-banner .banner--img .left--img img {
    -webkit-animation: floating 5s ease-in-out infinite;
    animation: floating 5s ease-in-out infinite;
}

.home-banner .banner--img .right--img {
    position: absolute;
    right: 2.5rem;
}

@media screen and (max-width: 1400px) {
    .home-banner .banner--img .right--img {
        right: -55px;
    }
}

@media screen and (max-width: 575px) {
    .home-banner .banner--img .right--img {
        right: 0;
    }
}

.home-banner .banner--img .right--img .fl {
    -webkit-animation: floating 5s ease-in-out infinite;
    animation: floating 5s ease-in-out infinite;
}

.home-banner .banner--img .bottom--img {
    position: absolute;
    top: 20rem;
    transform: rotate(54.74deg);
    left: 0%;
    transform: translateX(-88%);
}

@media screen and (max-width: 575px) {
    .home-banner .banner--img .bottom--img {
        left: 50%;
        transform: translateX(-50%);
        top: 26rem;
    }
}

.home-banner .banner--img .bottom--img img {
    animation: xoayvong 2s linear 0s infinite;
    -webkit-animation: xoayvong 2s linear 0s infinite;
    -moz-animation: xoayvong 2s linear 0s infinite;
    -o-animation: xoayvong 2s linear 0s infinite;
}

.home-banner .banner__main--title ul li {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    display: flex;
    letter-spacing: -0.02em;
    align-items: center;
    margin-bottom: 40px;
    color: #333;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .home-banner .banner__main--title ul li .main-title {
        font-size: 36px;
        max-width: 100%;
    }
}

/* @media screen and (max-width: 575px) {
  .home-banner .banner__main--title ul li .main-title {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 60%;
  }
} */

.home-banner .banner__main--title ul li.active {
    color: #0071fc;
}

.home-banner .banner__main--title ul li.active span {
    color: #0071fc !important;
}

.home-banner .banner__main--title ul li.active .line {
    transition: all 0.75s;
    width: 132px;
    margin-right: 30px;
}

@media screen and (max-width: 1400px) {
    .home-banner .banner__main--title ul li.active .line {
        width: 100px;
    }
}

.home-banner .banner__main--title ul li.active .line::before {
    background: #0071fc !important;
    visibility: visible;
    opacity: 1;
}

.home-banner .banner__main--title ul li img {
    margin-left: -50px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .home-banner .banner__main--title ul li img {
        margin-left: 0;
        margin-right: 30px;
    }
}

.home-banner .banner__mid--img {
    text-align: center;
    margin-top: 10rem;
}

.home-banner .banner__mid--img .ar {
    -webkit-animation: 1.5s infinite arrow;
    animation: 1.5s infinite arrow;
}

.home-service {
    padding-top: 72px;
}

.home-service-item:nth-child(2n) [class^="col-"]:nth-child(2n) {
    order: 0;
}

@media screen and (max-width: 996px) {
    .home-service-item:nth-child(2n) [class^="col-"]:nth-child(2n) {
        order: 1;
    }
}

.home-service-item:nth-child(2n) [class^="col-"]:nth-child(2n + 1) {
    order: 1;
}

@media screen and (max-width: 996px) {
    .home-service-item:nth-child(2n) [class^="col-"]:nth-child(2n + 1) {
        order: 0;
    }
}

.home-service-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #0071fc;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.home-service p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #797979;
}

.home-service a {
    color: #ffa507;
    font-weight: 500;
    font-size: 16px;
    transition: .3s;
}

.home-service a:hover {
    opacity: 0.85;
}

.home-service a img {
    margin-right: 15px;
    width: 35px;
}

.home-service .slogan {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    text-align: center;
    /* Secondary Color/#333333 */
    color: #333333;
}

.home-service .row {
    align-items: center;
}

.home-service .row [class^="col-"] {
    margin-bottom: 38.44px;
}

.home-service .row [class^="col-"] .box-img {
    text-align: center;
}

.home-service .row [class^="col-"] .box-img img {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 996px) {
    .home-service .row [class^="col-"] .box-img img {
        height: auto;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-service .box-title {
    margin-bottom: 32px;
    text-align: center;
}

.home-service .box-title .main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #0071fc;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-service .box-title .top-main-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    /* identical to box height */
    /* Secondary Color/#333333 */
    display: flex;
    align-items: center;
    color: #333333;
    position: relative;
    margin-bottom: 16px;
    justify-content: center;
}

.home-service .box-title .top-main-title .line {
    position: relative;
    margin-right: 40px;
}

.home-service .box-title .top-main-title .line::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background: #0071fc;
    top: 50%;
    transform: translateY(-50%);
}

.home-submit {
    background: linear-gradient(75.99deg, rgba(156, 236, 251, 0.69) 36.25%, #65c7f7 80.15%, #0071fc 149.23%);
    padding-top: 90px;
    padding-bottom: 75px;
}

@media screen and (max-width: 575px) {
    .home-submit {
        padding-top: 45px;
    }
}

.home-submit .box-title {
    margin-bottom: 32px;
    text-align: center;
}

.home-submit .box-title .main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #0071fc;
    margin-bottom: 16px;
}

.home-submit .box-title .top-main-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    /* identical to box height */
    /* Secondary Color/#333333 */
    display: flex;
    align-items: center;
    color: #333333;
    position: relative;
    margin-bottom: 17px;
}

.home-submit .box-title .top-main-title .line {
    position: relative;
    margin-right: 40px;
}

.home-submit .box-title .top-main-title .line::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background: #0071fc;
    top: 50%;
    transform: translateY(-50%);
}

.home-submit-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* or 121% */
    /* Secondary Color/#333333 */
    color: #333333;
}

.home-submit p {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    /* Secondary Color/#333333 */
    color: #333333;
}

.home-submit-item {
    margin-bottom: 16px;
}

.home-submit-item a {
    color: #fff;
    background: #0071fc;
    padding: 20px 5px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 6px;
    text-transform: uppercase;
}

@media screen and (max-width:1400px) {
    .home-submit-item a {
        font-size: 14px;
        padding: 20px 3px;
    }
}

@media screen and (max-width:992px) {
    .home-submit-item a {
        font-size: 16px;
        padding: 20px 5px;
    }
}

@media screen and (max-width:575px) {
    .home-submit-item a {
        font-size: 10px !important;
        padding: 10px 2px !important;
    }
}


.home-submit-item a:hover {
    opacity: 0.85;
}

.home-submit-item a img {
    margin-left: 8px;
    width: 18px;
}

.home-submit .box-desc p a {
    color: #333;
    font-weight: 700;
}

.home-submit .row [class^="col-"].left {
    border-right: 2px dashed #000;
}

@media screen and (max-width: 996px) {
    .home-submit .row [class^="col-"].left {
        border-right: 0;
    }
}

.home-submit .right .box-home-submit-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.home-submit .right .box-home-submit-title .title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-left: 15px;
    margin-bottom: 0;
}

.home-submit .right .submit-form .gr-input {
    margin-bottom: 24.26px;
}

.home-submit .right .submit-form .gr-input input,
.home-submit .right .submit-form .gr-input textarea {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #8e8585;
}

.home-submit .right .submit-form .gr-input input:focus,
.home-submit .right .submit-form .gr-input textarea:focus {
    outline: none;
}

.home-submit .right .submit-form .submit-btn {
    background: #ffa507;
    width: 100%;
    text-align: center;
    padding: 12px;
    border: none;
    border-radius: 6px;
    transition: all ease 0.4s;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
}

.home-submit .right .submit-form .submit-btn i {
    margin-left: 6.57px;
    transition: all ease 0.4s;
}

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

.home-submit .right .submit-form .submit-btn:hover i {
    color: #fff;
}

.home-blog {
    padding-top: 70px;
}

@media screen and (max-width: 575px) {
    .home-blog {
        padding-top: 45px;
    }
}

.home-blog .row:first-child {
    align-items: center;
    margin-bottom: 39px;
}

.home-blog .blog-item {
    background: #ffffff;
    box-shadow: 0px 0 10px 0px rgb(0 0 0 / 25%);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width: 996px) {
    .home-blog .blog-item {
        margin-bottom: 40px;
    }
}

.home-blog .blog-item .box-img {
    height: 165px;
    overflow: hidden;
    position: relative;
    background: #0071fc;
}

.home-blog .blog-item .box-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-blog .blog-item .blog-desc {
    padding: 16px 10.52px;
}

.home-blog .blog-item .blog-desc .gr-time {
    color: #939393;
    font-weight: 300;
    font-size: 12px;
    line-height: 160%;
    /* or 19px */
    letter-spacing: 0.02em;
    margin-bottom: 13.55px;
}

.home-blog .blog-item .blog-desc .gr-time i {
    margin-right: 8px;
}

.home-blog .blog-item .blog-desc .gr-time .time {
    margin-right: 16px;
}

.home-blog .blog-item .blog-desc h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0071fc;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.home-blog .blog-item .blog-desc p {
    font-size: 14px;
    line-height: 22px;
    color: #939393;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
}

.home-blog .slogan {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 0;
    /* or 21px */
    /* Secondary Color/#333333 */
    color: #333333;
}

.home-blog .box-title .main-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* or 121% */
    /* Secondary Color/#333333 */
    color: #333333;
}

.home-blog .box-title .top-main-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    /* identical to box height */
    /* Secondary Color/#333333 */
    display: flex;
    align-items: center;
    color: #333333;
    position: relative;
    margin-bottom: 17px;
}

.home-blog .box-title .top-main-title .line {
    position: relative;
    margin-right: 40px;
}

.home-blog .box-title .top-main-title .line::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background: #0071fc;
    top: 50%;
    transform: translateY(-50%);
}

.home-blog .box-btn {
    text-align: center;
    margin-top: 20px;
}

.home-blog .box-btn a {
    text-align: center;
    border-radius: 6px;
    padding: 10px 30px;
    background: #0071fc;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.home-partner {
    padding: 45px 0 0;
}

.blog {
    padding-top: 56px;
}

.blog .blog-top {
    padding-bottom: 45px;
}

@media screen and (max-width: 996px) {
    .blog .blog-top .left {
        margin-bottom: 1rem;
    }
}


.blog .blog-top .left .blog-title {
    margin-bottom: 12px;
}

.blog .blog-top .left .blog-title a {
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .blog .blog-top .left .blog-title a {
        font-size: 16px;
    }
}

.blog .blog-top .top-blog-item {
    position: relative;
}

.blog .blog-top .top-blog-item .box-img img {
    width: 100%;
    z-index: 0;
    position: relative;
}

.blog .blog-top .top-blog-item .box-desc {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #000000 100%);
    padding: 35px 15px 10px;
    width: 100%;
}

.blog .blog-top .top-blog-item .box-desc .box-time {
    font-weight: 400;
    font-size: 12px;
    color: #9c9692;
}

.blog .blog-top .right .top-blog-item {
    margin-bottom: 15px;
}

.blog .blog-top .right .blog-title a {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #ffffff;
}

.topic {
    margin-bottom: 50px;
    background: #f2f2f2;
    padding-top: 75px;
    padding-bottom: 50px;
}

.topic .show-list-cate {
    padding: 0 50px;
}

.topic .show-list-cate h3 {
    margin-bottom: 20px;
}

.topic-item a {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    /* identical to box height */
    transition: all ease 0.4s;
    letter-spacing: 0.02em;
    /* Secondary Colors/Black v1 */
    color: #292d32;
}

.topic-item a img {
    margin-right: 16px;
    transition: all ease 0.4s;
}

.topic-item a:hover {
    color: #ffa507;
}

.topic-item a:hover img {
    filter: invert(57%) sepia(90%) saturate(572%) hue-rotate(354deg) brightness(103%) contrast(102%);
}

.topic-title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #0071fc;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.topic-title::before {
    content: "";
    height: 1px;
    width: 186px;
    background: #0071fc;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.blog-topic {
    padding-bottom: 30px;
}

.blog-topic h2 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    /* Secondary Colors/Black v1 */
    color: #292d32;
    position: relative;
    padding-bottom: 8.5px;
    margin-bottom: 32px;
}

.blog-topic h2::before {
    width: 255px;
    height: 1px;
    background: #0071fc;
    content: "";
    position: absolute;
    bottom: 0;
}

.blog-topic h2::after {
    width: 70px;
    height: 3px;
    background: #0071fc;
    position: absolute;
    content: "";
    bottom: -1px;
}

.blog-category {
    padding-top: 56px;
    margin-bottom: 72px;
}

.blog-category .category-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    /* identical to box height */
    /* Primary Color/#0071FC */
    color: #0071fc;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 56px;
}

.blog-category .category-title::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #0071fc;
    width: 186px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.blog-category .blog-slider-item {
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0px 0 10px 0px rgb(0 0 0 / 25%);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
}

.blog-category .blog-slider-item figure.box-img {
    height: 165px;
    overflow: hidden;
    position: relative;
    background: #0071fc;
}

.blog-category .blog-slider-item figure.box-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blog-category .blog-slider-item .blog-content {
    padding: 0 10px 16px;
}

.blog-detail {
    padding-top: 66px;
    padding-bottom: 62.5px;
}

.blog-detail h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 26px;
}

.blog-detail .time {
    margin-bottom: 24px;
}

.blog-detail .time .yellow {
    color: #ffa507;
    font-weight: 700;
}

.blog-detail .time span {
    position: relative;
    margin-right: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    /* or 22px */
    letter-spacing: 0.02em;
    color: #797979;
}

.blog-detail .time span:first-child::before {
    display: none;
}

.blog-detail .time span::before {
    content: "\22C5";
    position: absolute;
    left: -12px;
}

.blog-detail .box-img {
    margin-bottom: 25px;
}

.blog-detail .box-img img {
    width: 100%;
}

.blog-detail-content h2 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    /* identical to box height, or 26px */
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    /* Primary Color/#0071FC */
    color: #0071fc;
    margin-bottom: 12px;
}

.blog-detail-content .list-question {
    padding-left: 20px;
    margin-left: 100px;
    border-left: 4px solid #ffa507;
}

@media screen and (max-width: 575px) {
    .blog-detail-content .list-question {
        margin-left: 0;
    }
}

.blog-detail-content .list-question .list-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    /* or 27px */
    color: #000;
    letter-spacing: 0.02em;
}

.blog-detail-content .list-question ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    /* or 27px */
    letter-spacing: 0.02em;
}

.blog-detail-content .list-question ul li a {
    color: #009ded;
}

.blog-detail-content .keyword a {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    letter-spacing: 0.02em;
    color: #0071fc;
}

.blog-detail-content .author {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    margin-bottom: 24px;
    margin-top: 16px;
}

.blog-detail-content .tag {
    border-bottom: 1px solid #c4c4c4;
}

.blog-new {
    margin-bottom: 72px;
}

.blog-new .main-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #292d32;
    position: relative;
    padding-top: 9px;
    margin-bottom: 26px;
}

.blog-new .main-title::before {
    width: 260px;
    background: #529fff;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
}

.blog-new .main-title::after {
    width: 70px;
    height: 3px;
    bottom: -1px;
    background: #0071fc;
    content: "";
    position: absolute;
    left: 0;
}

.aside .main-title {
    /* font-family: "Open Sans"; */
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 38px;
    color: #292d32;
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.aside .main-title::before {
    width: 260px;
    background: #529fff;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
}

.aside .main-title::after {
    width: 70px;
    height: 3px;
    bottom: -1px;
    background: #0071fc;
    content: "";
    position: absolute;
    left: 0;
}

.aside .list-category {
    margin-bottom: 32px;
}

.aside .list-category li {
    border-bottom: 1px solid #b7b4b4;
    padding: 16.5px 0;
}

.aside .list-category li:first-child {
    padding-top: 0;
}

.aside .list-category li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 140% */
    /* Secondary Color/#333333 */
    color: #333333;
}

.aside .gr-search {
    margin-top: 17px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.aside .gr-search input {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 160%;
    /* identical to box height, or 26px */
    letter-spacing: 0.02em;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    color: #c4c4c4;
}

.aside .gr-search input:focus {
    outline: none;
}

.aside .gr-search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    background: #ffa507;
    color: #fff;
    padding: 0 20px;
    border: none;
    border-radius: 0 5px 5px 0px;
}

.aside .gr-search .search-btn img {
    margin-right: 16px;
}

.aside .gr-search .search-btn:focus {
    outline: none;
}

.aside .aside-item-content {
    border-bottom: 1px solid #999999;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.aside .aside-item-content:last-child {
    border-bottom: 0;
}

.aside .aside-item-content .box-img {
    margin-bottom: 0;
    height: 78px;
}

.aside .aside-item-content .box-img img {
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

.aside .aside-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    letter-spacing: 0.02em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.aside .aside-title a {
    color: #292d32;
}

.aside .time {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */
    letter-spacing: 0.02em;
    color: #999999;
}

.banner-service {
    background-image: url(../images/banner-service.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.banner-service .container {
    z-index: 2;
    position: relative;
}
.banner-service::before {
    background: #e8dede;
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    display: none;
}
.banner-service ul {
    margin-bottom: 0;
}

.banner-service ul li {
    margin-bottom: 16px;
}

.banner-service ul li:last-child {
    margin-bottom: 0;
}

.banner-service ul li a {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */
    /* Primary Color/#0071FC */
    color: #0071fc;
}

.banner-service ul li a img {
    margin-right: 5px;
}

.service-main {
    margin-bottom: 30px;
}

.service-main .main-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 23px;
    /* identical to box height */
    color: #292d32;
    padding-bottom: 11px;
    position: relative;
    margin-bottom: 24px;
}

.service-main .main-title::before {
    content: "";
    background: #529fff;
    width: 259px;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.service-main .main-title::after {
    background: #0071fc;
    content: "";
    height: 3px;
    bottom: -1px;
    position: absolute;
    width: 70px;
    left: 0;
}

@media screen and (max-width: 996px) {
    .service-main #tab {
        margin-bottom: 40px;
    }
}

.service-main #tab ul {
    display: block;
    border-bottom: 0;
}

.service-main #tab ul li {
    display: block;
    margin-bottom: 4px;
}

.service-main #tab ul li.active a {
    background: #0071fc;
    color: #fff;
}

.service-main #tab ul li a {
    color: #0071fc;
    padding: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 170%;
    /* identical to box height, or 31px */
    background: #f0eded;
    display: flex;
    align-items: center;
    width: 100%;
    display: block;
    /* Primary Color/#FFFFFF */
    border: 2px solid #fff;
    border-right: 13px solid #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.service-main .service-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    /* identical to box height */
    /* Primary Color/#FFA507 */
    color: #ffa507;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 29px;
}

.service-main .service-title::before {
    width: 186px;
    height: 1px;
    background: #ffa507;
    position: absolute;
    bottom: 0;
    content: "";
}

.service-main .service-item {
    margin-bottom: 32px;
}

.service-main .service-item:last-child {
    margin-bottom: 0;
}

/* .service-main .service-item .row {
  align-items: center;
} */

.service-main .service-item .row .box-img img {
    width: 100%;
}

.service-main .service-item .row .box-service-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 8px;
}

.service-main .service-item .row .box-service-content h3 a {
    color: #000000;
}

.service-main .service-item .row .box-service-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.service-main .service-item .row .box-service-content p a {
    color: #a1a1a1;
}

.service-slogan {
    margin-bottom: 73px;
}

.service-slogan-item {
    background: #0071fc;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
    text-align: center;
    padding-top: 54px;
    padding-bottom: 28px;
}

@media screen and (max-width: 996px) {
    .service-slogan-item {
        padding: 40px;
    }
}

@media screen and (max-width: 575px) {
    .service-slogan-item {
        padding: 20px;
    }
}

.service-slogan-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 37px;
}

.service-slogan p {
    max-width: 600px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    margin-bottom: 24px;
}

.service-slogan button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10.6px 84.5px;
    transition: all ease 0.4s;
}

.service-slogan button:hover {
    background: #ffa507;
}

.service-slogan button i {
    margin-right: 16px;
    transition: all ease 0.4s;
}

.service-detail {
    padding-top: 79px;
}

@media screen and (max-width: 767px) {
    .service-detail {
        padding-top: 40px;
    }
}

.service-detail .box-img img {
    width: 100%;
}

.service-detail-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    /* or 140% */
    /* Secondary Color/#333333 */
    color: #333333;
}

.service-detail label {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    /* or 160% */
    padding: 22px 0;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.service-detail label:first-child {
    padding-top: 0;
}

.service-detail label:last-child {
    border-bottom: 0;
}

.service-detail label:checked {
    width: 100%;
}

.service-detail label:checked~.button img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.service-detail .button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-detail p {
    padding-top: 22px;
    font-size: 18px;
    line-height: 29px;
    /* or 160% */
    color: #000000;
}

.service-detail .content-1,
.service-detail .content-2,
.service-detail .content-3,
.service-detail .content-4,
.service-detail .content-5,
.service-detail .content-6,
.service-detail .content-7,
.service-detail .content-8,
.service-detail .content-9 {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
}

.service-detail #sv-1:checked~.content-1 {
    max-height: 5000px;
}

.service-detail #sv-2:checked~.content-2 {
    max-height: 5000px;
}

.service-detail #sv-3:checked~.content-3 {
    max-height: 5000px;
}

.service-detail #sv-4:checked~.content-4 {
    max-height: 5000px;
}

.service-detail #sv-5:checked~.content-5 {
    max-height: 5000px;
}

.service-detail #sv-6:checked~.content-6 {
    max-height: 5000px;
}

.service-detail #sv-7:checked~.content-7 {
    max-height: 5000px;
}

.service-detail #sv-8:checked~.content-8 {
    max-height: 5000px;
}

.service-detail #sv-9:checked~.content-9 {
    max-height: 5000px;
}

.sv-combo {
    margin-top: 72px;
}

@media screen and (max-width: 996px) {
    .sv-combo {
        margin-bottom: 40px;
    }
}

.sv-combo .box-title {
    text-align: center;
    margin-bottom: 72px;
}

.sv-combo .box-title .service-detail-title {
    margin-bottom: 16px;
}

.sv-combo label {
    border-bottom: 1px solid #b7b4b4;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 140% */
    /* Secondary Color/#333333 */
    color: #333333;
}

.sv-combo label img {
    margin-right: 8px;
}

.sv-combo label .button {
    justify-content: flex-start;
}

.sv-combo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 160% */
    margin-bottom: 8px;
    color: #243238;
}

.sv-combo ul {
    margin-bottom: 0;
    padding-top: 22px;
}

.sv-combo ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 160% */
    margin-bottom: 8px;
    color: #243238;
}

.faq .box-title {
    text-align: center;
    margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
    .faq .box-title {
        margin-bottom: 40px;
    }
}

.faq .box-title .service-detail-title {
    margin-bottom: 16px;
}

.faq label {
    background: #1064cc;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    line-height: 26px;
    margin-bottom: 12px;
    border: 0;
}

.faq label .button {
    padding: 29px 103px;
}

@media screen and (max-width: 575px) {
    .faq label .button {
        padding: 20px;
    }
}

.faq p {
    padding: 0 103px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 160% */
    /* Secondary Color/#333333 */
    color: #333333;
}

@media screen and (max-width: 575px) {
    .faq p {
        padding: 0 20px;
    }
}

.advise {
    margin-top: 56px;
    background: #f4f8fd;
    padding: 72px 0;
    text-align: center;
}

.advise .row {
    align-items: center;
}

@media screen and (max-width: 767px) {
    .advise .row [class^="col-"]:first-child {
        margin-bottom: 40px;
    }
}

.advise-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    /* identical to box height */
    /* Primary Color/#0071FC */
    color: #0071fc;
    margin-bottom: 12px;
}

.advise span {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    display: inline-block;
    text-align: center;
    color: #243238;
    margin-bottom: 24px;
}

.advise .contact-btn {
    background: #0071fc;
    transition: all ease 0.4s;
    color: #fff;
    border: none;
    padding: 8px 12px;
}

.advise .contact-btn:hover {
    background: #ffa507;
}

.advise .contact-btn i {
    margin-left: 12px;
}

.advise p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 32px;
    /* Secondary Color/#333333 */
    color: #333333;
}

.advise .contact-form {
    background: #ffffff;
    box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.25);
    padding-top: 50px;
    padding-bottom: 48px;
    padding-left: 25.7px;
    padding-right: 25.7px;
}

.advise .contact-form form {
    text-align: center;
}

.advise .contact-form-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #243238;
}

.advise .contact-form p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    /* Secondary Color/#333333 */
    color: #333333;
}

.advise .contact-form .gr-input {
    margin-bottom: 37.63px;
}

.advise .contact-form .gr-input input,
.advise .contact-form .gr-input textarea {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #9c9595;
    padding-bottom: 12px;
}

.advise .contact-form .gr-input input:focus,
.advise .contact-form .gr-input textarea:focus {
    outline: none;
}

.advise .contact-form .submit-btn {
    width: 100%;
    background: #0071fc;
    border: none;
    padding: 18px 0;
    color: #fff;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all ease 0.4s;
    margin-top: 15px;
}

.advise .contact-form .submit-btn:hover {
    background: #ffa507;
}

.service-more {
    padding-top: 56.19px;
    padding-bottom: 80px;
}

.service-more-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #292d32;
    position: relative;
    padding-top: 9px;
    margin-bottom: 26px;
    padding-bottom: 8px;
}

.service-more-title::before {
    width: 260px;
    background: #529fff;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
}

.service-more-title::after {
    width: 70px;
    height: 3px;
    bottom: -1px;
    background: #0071fc;
    content: "";
    position: absolute;
    left: 0;
}

.service-more-slider {
    margin: 0 -10px;
}

.service-more-slider .item {
    margin: 0 10px;
}

.service-more-slider .item .row {
    align-items: center;
}

.service-more-slider .item .box-img img {
    width: 100%;
}

.service-more-slider .item h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 24px;
}

.service-more-slider .item h4 a {
    color: #000000;
}

.service-more-slider .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.service-more-slider .item p a {
    color: #000;
}

.price {
    padding-top: 70px;
}

.banner-contact {
    background: linear-gradient(89.95deg, #0071fc 0.02%, #65c7f7 88.48%, rgba(156, 236, 251, 0.69) 99.93%);
}

.banner-contact .box-title {
    padding-top: 118px;
    padding-bottom: 108px;
    text-align: center;
}

.banner-contact .box-title .slogan {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.14em;
    color: #ffffff;
    margin-bottom: 5px;
}

.banner-contact .banner-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
}

.banner-contact .banner-title::before {
    position: absolute;
    content: "";
    background: #ffffff;
    bottom: 0;
    width: 195px;
    height: 1px;
}

.contact {
    padding-top: 68px;
    padding-bottom: 72px;
}

.contact-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    /* identical to box height, or 140% */
    /* Secondary Color/#333333 */
    color: #333333;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 24px;
}

.contact-title::before {
    content: "";
    width: 250px;
    background: #0071fc;
    position: absolute;
    height: 1px;
    bottom: 0;
}

.contact h4 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
    /* Secondary Color/#333333 */
    color: #333333;
}

.contact ul {
    margin-bottom: 34px;
}

.contact ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    /* Secondary Color/#333333 */
    color: #333333;
    margin-bottom: 16px;
}

.contact ul li a {
    color: #333;
}

.contact ul li i {
    color: #ffa507;
    margin-right: 30px;
}

.contact .contact-form {
    background: #ffffff;
    box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.25);
    padding-top: 50px;
    padding-bottom: 48px;
    padding-left: 43.7px;
    padding-right: 43.7px;
    margin-top: 20px;
}

@media screen and (max-width: 440px) {
    .contact .contact-form {
        padding: 20px;
    }
}

.contact .contact-form form {
    text-align: center;
}

.contact .contact-form-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #243238;
    margin-bottom: 32px;
}

.contact .contact-form p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    /* Secondary Color/#333333 */
    color: #333333;
}

.contact .contact-form .gr-input {
    margin-bottom: 37.63px;
}

.contact .contact-form .gr-input input,
.contact .contact-form .gr-input textarea {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #9c9595;
    padding-bottom: 12px;
}

.contact .contact-form .gr-input input:focus,
.contact .contact-form .gr-input textarea:focus {
    outline: none;
}

.contact .contact-form .submit-btn {
    width: 100%;
    background: #0071fc;
    border: none;
    padding: 18px 0;
    color: #fff;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all ease 0.4s;
    margin-top: 15px;
}

.contact .contact-form .submit-btn:hover {
    background: #ffa507;
}

.banner-about img {
    width: 100%;
}

.about {
    background-image: url(../images/bg-about.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 32px;
}

.about .min-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* or 124% */
    /* Primary Color/#0071FC */
    color: #0071fc;
    margin-bottom: 17px;
}

.about-title {
    font-size: 32px;
    line-height: 40px;
    /* or 125% */
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 44px;
}

.about #tab ul {
    border-bottom: 0;
    flex-wrap: nowrap;
}

@media screen and (max-width: 575px) {
    .about #tab ul {
        display: block;
    }

    .about #tab ul li {
        margin-right: 0 !important;
    }

    .about #tab ul li a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.about #tab ul li {
    margin-right: 24px;
}

.about #tab ul li.active a {
    background: #0071fc;
    color: #fff;
}

.about #tab ul li.active a img {
    filter: brightness(0) invert(1);
}

.about #tab ul li.active a::before {
    display: block;
}

.about #tab ul li:last-child {
    margin-right: 0;
}

.about #tab ul li a {
    background: #ebf1f1;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    position: relative;
}

.about #tab ul li a::before {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    left: 50%;
    bottom: -16px;
    display: none;
    transform: translateX(-50%);
    border-top: 20px solid #0071fc;
}

.about #tab ul li a img {
    margin-right: 5px;
}

.about #content7,
.about #content8,
.about #content9 {
    padding-top: 32px;
}

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

    .about #content7,
    .about #content8,
    .about #content9 {
        text-align: center;
    }

    .about #content7 img,
    .about #content8 img,
    .about #content9 img {
        margin-bottom: 15px;
    }
}

.about #content7 .row,
.about #content8 .row,
.about #content9 .row {
    align-items: center;
}

.about #content7 .row ul li,
.about #content8 .row ul li,
.about #content9 .row ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 112% */
    letter-spacing: 0.02em;
    /* Primary Color/#FFA507 */
    margin-bottom: 16px;
    color: #ffa507;
}

.about .right .box-img {
    margin-bottom: 16px;
}

.about .right .box-img img {
    width: 100%;
}

.about .right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    /* or 131% */
    letter-spacing: 0.02em;
    color: #000000;
}

.about-us {
    /* background-image: url(../images/banner-about-us.png); */
    background: linear-gradient(39deg, rgb(255 255 255) 36.25%, #8edaff 90.15%, #ffffff 149.23%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 72px 0;
    color: #0a58ca;
}

/* .about-us .container {

    position: relative;
    z-index: 1;
}

.about-us::before {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
} */

.about-us .box-img img {
    width: 100%;
}

.about-us .about-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    /* or 125% */
    text-align: center;
    letter-spacing: 0.02em;
    color: #0a58ca;
}

.about-us [class^="col-"] {
    margin-bottom: 24px;
}

@media screen and (max-width: 996px) {
    .about-us [class^="col-"]:nth-child(3) {
        order: 2;
    }
}

.about-us [class^="col-"]:last-child {
    margin-bottom: 0;
}

.about-us [class^="col-"]:last-child p {
    margin-bottom: 0;
}

@media screen and (max-width: 996px) {
    .about-us [class^="col-"]:last-child p {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 996px) {
    .our-team {
        padding: 70px 0;
    }

    .our-team .box-img img {
        width: 100%;
    }
}

@media screen and (max-width: 996px) and (max-width: 575px) {
    .our-team {
        padding: 45px 0;
    }
}

.our-team .row {
    align-items: center;
}

.our-team .box-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    /* identical to box height */
    margin-bottom: 16px;
    /* Secondary Color/#333333 */
    display: flex;
    align-items: center;
    color: #333333;
    position: relative;
    margin-bottom: 17px;
}

.our-team .box-title .line {
    position: relative;
    margin-right: 40px;
}

.our-team .box-title .line::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background: #0071fc;
    top: 50%;
    transform: translateY(-50%);
}

.our-team-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    /* or 125% */
    letter-spacing: 0.02em;
    /* Secondary Color/#333333 */
    color: #333333;
    margin-bottom: 16px;
}

.our-team p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15.8191px;
    line-height: 25px;
    /* or 160% */
    color: #243238;
}

.feedback {
    margin-bottom: 97px;
}

.feedback-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */
    /* Secondary Color/#333333 */
    color: #333333;
    margin-bottom: 178px;
}

@media screen and (max-width: 996px) {
    .feedback-title {
        margin-bottom: 24px;
    }
}

.feedback-top {
    padding-top: 72px;
    background: #eef4f6;
}

@media screen and (max-width: 996px) {
    .feedback-top {
        padding-bottom: 180px;
    }
}

.feedback-top p {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    /* Secondary Color/#333333 */
    color: #333333;
}

.feedback-top .box-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    /* identical to box height */
    margin-bottom: 16px;
    /* Secondary Color/#333333 */
    display: flex;
    align-items: center;
    color: #333333;
    position: relative;
    margin-bottom: 17px;
}

.feedback-top .box-title .line {
    position: relative;
    margin-right: 40px;
}

.feedback-top .box-title .line::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background: #0071fc;
    top: 50%;
    transform: translateY(-50%);
}

.feedback .feedback-slider {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -150px;
}

.feedback .feedback-slider .item {
    margin: 0 10px;
}

.feedback .feedback-slider .item .feedback-content {
    background: #ffffff;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.15);
    border-radius: 15px 15px 15px 0px;
    padding: 57.38px 27px;
    margin-bottom: 36px;
    position: relative;
}

.feedback .feedback-slider .item .feedback-content::before {
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    left: 0;
    bottom: -20px;
    position: absolute;
    content: "";
}

.feedback .feedback-slider .item .feedback-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    letter-spacing: 0.02em;
    /* Secondary Colors/Black v1 */
    color: #292d32;
}

.feedback-author .row {
    align-items: center;
}

.feedback-author .row .author-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    /* identical to box height */
    /* Primary Color/#0071FC */
    color: #0071fc;
}

.feedback-author .row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    /* identical to box height */
    color: #000000;
}

.feedback .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: calc(100% + 30px);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: .3s;
}

.feedback .slick-arrow:hover {
    background: #ffa507;
}

@media screen and (max-width: 996px) {
    .feedback .slick-arrow {
        top: 500px;
    }
}

@media screen and (max-width: 767px) {
    .feedback .slick-arrow {
        top: 450px;
    }
}

@media screen and (max-width: 575px) {
    .feedback .slick-arrow {
        top: 500px;
    }
}

.feedback .slick-arrow::before {
    z-index: 9;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    transition: 0.5s;
    content: "";
    position: absolute;
    top: 50%;
    height: 20px;
    width: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    opacity: 1;
}

.feedback .slick-arrow.slick-prev {
    left: calc(50% - 50px);
}

@media screen and (max-width: 767px) {
    .feedback .slick-arrow.slick-prev {
        left: calc(50% - 50px);
    }
}

@media screen and (max-width: 575px) {
    .feedback .slick-arrow.slick-prev {
        left: calc(50% - 50px);
    }
}

.feedback .slick-arrow.slick-prev::before {
    background-image: url(../images/left.svg);
    background-repeat: no-repeat;
}

.feedback .slick-arrow.slick-next {
    right: calc(50% - 50px);
}

@media screen and (max-width: 996px) {
    .feedback .slick-arrow.slick-next {
        right: calc(50% - 50px);
    }
}

@media screen and (max-width: 575px) {
    .feedback .slick-arrow.slick-next {
        right: calc(50% - 50px);
    }
    .banner-service {
        background-image: unset;
        padding: 10px 0;
    }
    .banner-service::before {
       display: block;
    }
}




.feedback .slick-arrow.slick-next::before {
    background-image: url(../images/right.svg);
    background-repeat: no-repeat;
}

.footer {
    /* background: #21233c; */
    background-image: url(/themes/tt200/images/ke-toan.jpg);
    padding-top: 20px;
    color: #fff;
    margin-top: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 5px;
}

.footer::before {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer .name-company {
    font-size: 24px;
    line-height: 32px;
    /* or 132% */
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.home-submit .box-desc p {
    color: #f44336;
}

.home-submit .box-desc p a {
    color: #f44336;
}

.footer-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height, or 120% */
    color: #ffffff;
    position: relative;
    padding-bottom: 16px;
    text-transform: capitalize;
}


.footer-title::before {
    position: absolute;
    height: 3px;
    width: 75px;
    background: #ffa507;
    bottom: 0;
    content: "";
}

.footer [class^="col-"]:nth-child(2) ul li {
    margin-bottom: 8px;
    line-height: 25.6px;
}

.footer [class^="col-"]:nth-child(2) a {
    font-weight: 700;
    color: #fff;
}

.footer ul li {
    line-height: 25.6px;
    margin-bottom: 8px;
}

.footer ul {
    line-height: 25.6px;
    margin-bottom: 0;
}

.footer ul li a {
    color: #fff;
    font-weight: 500;
}

.form-group input {
    width: 150px !important;
    order: 0;
    margin-right: 8px;
    height: 40px;
}
.form-group img {
    
    order: 1;
    margin-right: 8px;
    border-radius: 0.25rem;
}
.form-group em {
    cursor: pointer;
    position: relative;
    z-index: 3;
    order: 2;
    height: 24px;
    width: 24px;
}



.middle.text-right.clearfix {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 10px;
}
