@import url("https://fonts.googleapis.com/css?family=Roboto:400,500|Source+Sans+Pro:400,600,700");

/* clear css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    overflow-x: hidden;
    background: #f5f5fa !important;
}
a {
    text-decoration: none !important;
    color: #000;
}
p {
    margin-bottom: 0 !important;
}
/* header */
/* bootstrap config */
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.header-nav {
    background: white;
}
.nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
}
.navbar-nav .nav-item {
    padding: 0 10px;
}
.navbar-nav .nav-item a:hover {
    color: #EB3F57;
}
.nav-item .contact {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 23px;
    height: 40px;
    background: linear-gradient(180deg, #EB3F57 0%, #893944 100%);
    border-radius: 32px;
    border: none;
    color: #fff;
    box-shadow: 10px 10px 20px 0px rgba(170, 170, 204, 0.50), 5px 5px 10px 0px rgba(170, 170, 204, 0.25);
}
.contact a {
    color: white !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700;
}
/* end header */

/* banner */
.banner {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.banner .banner-home {
    width: 100%;
    height: 700px;
}
.banner .shape {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    z-index: 20;
}
/* end banner */

/* content */
.content-1-wrap {
    padding-left: 200px !important;
}
.content-1 .content-img {
    position: relative;
    border-radius: 0px 324px;
    overflow: hidden;
}
.content-img::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(105deg, #EB3F5E -2.26%, #110843 47.46%);
    opacity: 0.6;
}
.content-img-1 img,
.content-img img {
    width: 100%;
    padding-bottom: 50px;
}
.content-posts .post-title{
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
.content-posts .title {
    width: 60%;
    font-weight: 600;
    text-transform: uppercase;
    color: #EB3F57;
    font-size: 32px;
}
.content-posts p {
    width: 100%;
    font-weight: 500;
    display:-webkit-box;
    -webkit-line-clamp:10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.content-posts button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 23px;
    height: 40px;
    background: linear-gradient(180deg, #EB3F57 0%, #893944 100%);
    border-radius: 32px;
    border: none;
    color: #fff;
    margin-top: 10px;
    box-shadow: 10px 10px 20px 0px rgba(170, 170, 204, 0.50), 5px 5px 10px 0px rgba(170, 170, 204, 0.25);
}
.content-posts button a{
    color: white;
    text-decoration: none;
}
.content-2-wrap .content-posts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding-bottom: 20px;
}
.content-posts .post-title.two{
    width: 30%;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid red;
    padding-bottom: 15px;
}
.content-2 .website,
.content-2 .app,
.content-2 .langding-page {
    text-align: center;
    color: #3D3D3D;
    height: 340px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    border-radius: 5px;
    line-height: 50px;
}
.content-2 .website {
    background: #ddd6f3;
    background: -webkit-linear-gradient(to right, #faaca8, #ddd6f3);
    background: linear-gradient(to right, #faaca8, #ddd6f3);
}
.content-2 .app {
    background: #DD5E89;
    background: -webkit-linear-gradient(to right, #F7BB97, #DD5E89);
    background: linear-gradient(to right, #F7BB97, #DD5E89);
}
.content-2 .langding-page {
    background: #9796f0;
    background: -webkit-linear-gradient(to right, #fbc7d4, #9796f0);
    background: linear-gradient(to right, #fbc7d4, #9796f0);
}
.content-2 ul {
    padding-left: 0;
    list-style: none;
}
.content-2 ul>li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    text-align: start;
    line-height: 32px;
}
.content-services i {
    padding: 0 10px;
}
.content-services span {
    font-size: 20px;
}
.content-3-wrap{
    margin-top: 50px;
}
.content-3-wrap .post-title{
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-product{
    margin-top:65px;
    display: flex;
    gap: 70px;
}
.card__product .card{
    border: none;
    background-color: #f5f5fa;
}
.card .card-img{
    width: 100%;
    height: 200px;
    background: #454654;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .card-body {
    padding:0;
}
.card .card-img img{
    width: 104px;
    height: 104px;
}
.swiper-slide h3{
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    padding-top: 10px;
    height: 75px;
}
.swiper-slide h3:hover {
    color: #9f041b;
}
.swiper-slide p{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #454654;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 0;
}
.card-body .card-link{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #EB3F57;
}
.form__input .label{
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
}
.form{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 50px;
}
.form__left-title .title-top{
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #EB3F57;
}
.form__left-title .title-body{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding-bottom: 30px;
    color: #67748E;
}
.form__left{
    width: 65%;
}
.form__left .btn-send{
    right: 0 !important;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    background: linear-gradient(180deg, #EB3F57 0%, #893944 100%);
    margin-top: 10px;
    box-shadow: 10px 10px 20px 0px rgba(170, 170, 204, 0.50), 5px 5px 10px 0px rgba(170, 170, 204, 0.25);

}
.form__input input, .form__input textarea{
    width: 90%;
    height: 45px;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}
.form__right {
    padding: 0 !important;
}
.form__right img{
    right: 0;
    border-radius: 10px;
}
.form__input-message textarea {
    height: 100px;
}
.form__right{
    position: relative;
}
.form__right::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #EB3F5E -2.26%, #110843 47.46%);
    opacity: 0.6;
    border-radius: 10px;
}
.form__left-title{
    padding-left: 20px;
    padding-top: 30px;
}
.form__input{
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.contact__info{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 20px;
}
.contact__info .contact__info-title{
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.0267em;
    text-align: center;
}
.contact__info .contact__info-text{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 30px;
}
.list__social{
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 35px;
    margin-top: 40px;
}
.contact__info-phone, .contact__info-mail, .contact__info-address{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
}
.spacing {
    margin: 0 !important;
}
.form.contact {
    margin: 50px auto;
    padding: 0;
}
/* Swiper*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-wrapper {
    padding: 10px;
}
.news-wrapper a {
    height: 300px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
/*Footer*/
.main-footer {
    margin-top: 30px;
}
.footer-wrap {
    background: white;
    padding: 30px 0;
}
.footer-title h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #9D3A48;
}
.footer-title .content {
    padding-bottom: 21px;
}
.footer-title ul {
    padding-left: 0;
    list-style: none;
}
.footer-wrap a {
    text-decoration: none;
    color: black;
}
.footer-wrap a:hover {
    color: #9D3A48;
}
.footer-title .footer-info {
    display: flex;
    justify-content: start;
    align-items: center;
}
.footer-title p {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}
.footer-info i {
    margin-right: 8px;
}
.footer-title img {
    width: 70%;
    height: auto;
    object-fit: cover;
}
/* Form Collection */
.pageAbout-us {
    margin: 50px 0 150px 0;
}
.navbar-shop {
    background: #f5f5f5;
}
.navbar-content {
    padding: 10px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
}
.navbar-content li {
    display: inline-block;
}
.navbar-title span {
    color: #000000;
}
.active span {
    color: #777;
}
.navbar-title {
    font-size: 13px;
    padding-left: 10px;
}
.lazyloaded{
    width: 100%;
    transition: transform 1s, filter 1s ease-in-out;
    transform-origin: center center;
}
.lazyloaded:hover{
    filter: brightness(100%);
    transform: scale(1.08);
}
.sidebar-page .page_menu_title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: center;
    color: #d0021b;
    margin: 0 0 13px 0;
    font-weight: 500;
    line-height: 1.2;
}
.heading-page h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d0021b;
    margin: 0 0 13px 0;
}
.sidebar-page .group-menu {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}
.tree-menu {
    list-style-type: none;
}
.content-page,
.tree-menu>li>a {
    list-style-type: none;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
}
.pd-page {
    padding-top: 30px;
}
/* Services */
.slider-bg {
    display: flex;
    justify-content: center;
}
.service-slider-header {
    padding-top: 50px;
    background-image: url("/public/assets/frontend/img/bg-trangweb.jpg");
}
.note-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 52px;
}
.note-wrap i {
    font-size: 22px;
}
.note-wrap p {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
}
.service-body-wrap {
    align-items: center;
}
.service-img-body img {
    width: 100%;
}
.service-main-body h3 {
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
}
.service-slide-title button {
    background-color: #1D87EA;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 4px 10px;
    margin-top: 15px;
}
.service-slide-title button:hover {
    text-shadow: 1px 1px 1px black;
}
.service-slide-title .tried {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 4px 10px;
    margin-left: 10px;
}
.service-slide-title .line {
    border-top: 1px solid;
    width: 25%;
    padding-bottom: 20px;
}
.service-slide-title .tried:hover {
    color: #1D87EA;
}
.slide-title {
    position: relative;
    padding-bottom: 30px;
}
.service-slide-title .slide-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    opacity: .6;
    color: #333333;
}
.category-icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 50%;
    transition: all 1.5s;
    transition-timing: ease-in-out;
}
.category-icon:hover {
    transform: rotate(360deg);
}
.category-icon i {
    transform: translateY(50%);
    font-size: 35px;
}
.category-icon p {
    position: relative;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}
.service-main-body .category_title {
    text-align: center;
    padding-bottom: 30px;
}
.content-services .content_wrap {
    position: relative;
}
.content-services button {
    position: absolute;
    bottom: 15px;
    left: 10px;
    background-color: #0078d0;
    border: 0;
    border-radius: 50px;
    color: #fff;
    width: 100px;
    height: 40px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
}
.content-services button:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}
.content-services button:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
}
/* Detail_post */
.article-pages {
    font-size: 15px;
    font-weight: 400;
}
.sb-title-article {
    padding-top: 20px;
}
/* Chat register */
.chat-support-main {
    position: fixed;
    width: 15%;
    bottom: 2px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #c9bebe;
    z-index: 20;
}
.chat-support-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e93d56;
    color: #fff;
    height: 50px;
}
.chat-support-body {
    padding: 10px;
}
.chat-support-title p {
    padding: 0 10px;
}
.chat-support-body h3 {
    color: #FFFFFF;
    background-color: #34CF62;
    border-color: #34CF62 !important;
    padding: 9px;
    font-size: 14px;
    border: 1px solid transparent;
    word-wrap: break-word;
}
.chat-support-body textarea,
.chat-support-body input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px;
}
.chat-support-body textarea {
    height: 90px;
}
.chat-support-main button {
    width: 100%;
    background-color: #E93D56;
    color: #fff;
    border: none;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
}
.chat-support-title .arrow-open {
    display: none;
}
