/* Tuanba: Màn Contact */

.contact {
    padding: 0;
}

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

.contact-our {
    background: url(/images2/contact/contact.png);
    border-radius: 20px;
    left: 0;
    padding: 40px;
    top: -370px;
    margin-bottom: 80px;
    box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.4), 4px 4px 8px rgba(166, 166, 166, 0.2);
}

.contact-our .title {
    margin-bottom: 40px;
}

.contact-our .title h3 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    color: #0186ff;
}

.contact-our .title p {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.contact-our .infor .infor-detail {
    margin-bottom: 30px;
}

.contact-our .infor .infor-detail .infor-detail__title {
    display: flex;
    gap: 0 16px;
    align-items: center;
}

.contact-our .infor .infor-detail .infor-detail__title p {
    font-size: 24px;
    font-weight: 700;
    color: #0186ff;
}

.contact-our .infor .infor-detail .infor-detail__text {
    margin-top: 16px;
}

.contact-our .infor .infor-detail .infor-detail__text p {
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
}

.form-control {
    border: 1px solid #d9dee2;
    height: 48px;
}

textarea.form-control {
    height: 192px;
}

.contact-intro {
    margin-bottom: 30px;
}

.contact-intro .contact-title {
    font-size: 40px;
    font-weight: 700;
    color: #ff3c34;
    margin-bottom: 5px;
}

.contact-intro .contact-des {
    font-size: 16px;
    font-weight: 400;
}


/* End Contact */


/* ProductDetail */

.page-productDeatail {
    padding-top: 100px;
    padding-bottom: 80px;
}

.product-detail .vector {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail .vector .vector-design {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 16px;
}

.vector .vector-design img {
    width: 120px;
    height: 120px;
}

.product-detail .infor {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.vector-design .vector-design__text h3 {
    color: #0186ff;
    font-size: 32px;
    font-weight: 600;
}

.vector-design .vector-design__text p {
    font-size: 16px;
    font-weight: 400;
}

.product-detail .vector .vector-store {
    display: flex;
    flex-direction: column;
}

.product-detail .vector .vector-store img:first-child {
    margin-bottom: 10px;
}

.product-detail .slider {
    margin-top: 64px;
    width: auto;
    display: flex;
    justify-content: space-between;
}

.product-detail .slider .slider-item img {
    width: 100%;
}

.product-detail .infor .rate .rate-score {
    text-align: center;
}

.product-detail .infor .rate .rate-score p {
    font-size: 15px;
    background: linear-gradient(96.66deg, #0186ff -4.95%, #50c8ff 121.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-detail .infor .rate .rate-score h3 {
    background: linear-gradient(94.77deg, #ff3c34 0%, #ff6433 103.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: bold;
    padding: 15px 0;
}

.product-detail .infor .rate .rate-star {
    background: linear-gradient(96.66deg, #0186ff -4.95%, #50c8ff 121.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fc0;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 7px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fc0;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

*/ .star:after {
    transform: rotate(35deg);
}

.rate-star .star-half::after {
    transform: rotate(35deg);
}


/* Star New */


/*---------- star rating ----------*/

.front-stars,
.back-stars,
.star-rating,
.star-rating-all {
    display: flex;
    -webkit-text-fill-color: currentColor;
}

.star-rating {
    align-items: center;
    font-size: 1.2em;
    margin-top: 10px;
    justify-content: center;
}

.star-rating-all {
    align-items: center;
    font-size: 1.2em;
    margin-top: 10px;
}

.back-stars {
    color: #f2f4f7;
    position: relative;
    /* text-shadow: 4px 4px 10px #F2F4F7; */
}

.front-stars {
    color: #ffbc0b;
    overflow: hidden;
    position: absolute;
    /* text-shadow: 2px 2px 5px #d29b09; */
    top: 0;
    transition: all 0.5s;
}


/* input {
    background: transparent;
    border: solid 2px #f2f4f7;
    color: #fff;
    font-size: 1.5em;
    height: 50px;
    width: 60px;
    text-align: center;
    margin-top: 50px;
    margin-right: 10px;
} */

input:focus {
    outline: none;
}

.percent {
    color: #bb5252;
    font-size: 1.5em;
}


/* End Star New */

.product-detail .slider .slider-item .rate .rate-star p {
    color: #0186ff;
    font-size: 16px;
    font-weight: 400;
}

.product-detail .description {
    margin-top: 40px;
}

.product-box {
    margin-top: 8px;
    max-height: 905px;
    overflow-y: auto;
}

.box-line .text-blue {
    font-size: 24px;
    font-weight: 500;
}

.box-line .underLine {
    border: 1px solid ff3c34red;
}

.underLine {
    margin-top: 4px;
    border: 1px solid #ff3c34;
    width: 34px;
    height: 4px;
    background: #ff3c34;
    border-radius: 8px;
}

.text-blue {
    color: #0186ff;
}

.product-detail .product-box-item {
    display: flex;
    margin-top: 16px;
    gap: 0 16px;
    align-items: center;
    cursor: pointer;
}

.product-detail .product-box-item .content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.social {
    display: flex;
    gap: 0 32px;
    margin-top: 40px;
}


/* End ProductDetail */

.text-description {
    line-height: 2;
}


/*  Privacy Policy */

.page-Policy {
    padding-top: 40px;
    padding-bottom: 80px;
}

.policy {
    padding-top: 7.3%;
}

.policy-cover {
    display: flex;
    align-items: center;
    text-align: start;
}

.policy-cover p {
    margin-left: 10px;
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
}

.policy img {
    width: 90%;
    margin-bottom: 40px;
}

.policy_header {
    background: linear-gradient(96.26deg, #004280 1.93%, #594a9e 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/* End Policy */

.text-detail {
    margin-top: 32px;
}

.text-bold {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
}


/* Join Us */

.text-banner-joinus {
    font-weight: 600;
    font-size: 48px;
    line-height: 78px;
    -webkit-text-fill-color: #212529;
    text-align: start;
}

.text-banner-joinus2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #6b6b84;
    text-align: start;
}


/* End Join Us */

.joinus-content {
    margin-bottom: 64px;
}


/* Product */

.breadcrumb-serviceProduct {
    background: url("../images2/product/Rectangle\ 163.png") no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    padding-top: 13.5%;
    padding-bottom: 13.5%;
}

.banner-product {}

.banner-product .social {
    display: flex;
    gap: 0 16px;
}

.text-banner-products {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    text-align: start;
}

.text-banner-products2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #ffffff;
    text-align: start;
}

.banner-product-image {}

.banner-product-image .cover .cover-image {
    position: absolute;
    bottom: -2px;
    right: 150px;
}

.products-box {
    margin-bottom: 32px;
}

.products-item {
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.products-item .box-item {
    cursor: pointer;
}

.products-item .box-item .box-item-img {
    position: relative;
}

.products-item .box-item .box-item-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
}

.products-item .box-item .box-item-img:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.products-item .box-item .box-item-img img {
    display: block;
}

.products-item .box-item .box-item-img button {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}

.products-item .box-item .box-item-img:hover button {
    opacity: 1;
}

.products-box .products-item .box-item img {
    width: -webkit-fill-available;
}

.products-box .products-item .box-item .box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* End Product */

.product-paginate {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.product-paginate .paginate-round {
    width: 44px;
    height: 44px;
    border: 1px solid #0186ff;
    border-radius: 40px;
    cursor: pointer;
}

.product-paginate .paginate-round:hover {
    background: linear-gradient(96.66deg, #0186ff -4.95%, #50c8ff 121.54%);
}

.product-paginate .paginate-round:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.product-paginate .paginate-round.choose {
    background: linear-gradient(96.66deg, #0186ff -4.95%, #50c8ff 121.54%);
}

.product-paginate .paginate-round img {
    margin-left: 16px;
    margin-top: 12px;
}

.product-paginate .paginate-round a {
    float: left;
    padding: 10px 17px;
    color: #ffffff;
}

.product-paginate .paginate {
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.product-paginate .paginate a {
    float: left;
    padding: 10px 17px;
    color: #0186ff;
}

.product-paginate .paginate.choose {
    background: linear-gradient(96.66deg, #0186ff -4.95%, #50c8ff 121.54%);
    border: 1px solid #0186ff;
    border-radius: 40px;
    cursor: pointer;
}

.product-paginate .paginate.choose a {
    float: left;
    padding: 10px 17px;
    color: #ffffff;
}