/*==============================
* Banner flexslider
* ================================
*/
.slide .item {
    position: relative;
}

.slides .slide {
    position: relative;
}

.slides .slide .owl-dots {
    position: absolute;
    top: 50%;
    right: 3%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateY(-50%);
}

.slides .slide .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 5px;
}

.slides .slide .owl-dot:hover span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 5px;
}

.slides .slide .owl-dot.active span {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    position: relative;
}

.slides .slide .owl-dot.active span::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.slides .slide .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.slides .slide .owl-nav .owl-prev {
    position: absolute;
    left: 10%;
    text-align: center;
    transform: translateY(-50%);
}

.slides .slide .owl-nav .owl-next {
    position: absolute;
    right: 10%;
    transform: translateY(-50%);
    text-align: center;
}

.title h3 {
    color: #14183E;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    /* 156.25% */
    margin-bottom: 40px;
}

.xt {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 30px;
    border-radius: 72px;
    border: 1px solid#1A5779;
    color: #1A5779;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 175% */
    margin: 15px 0;
}

.about {
    padding: 50px 0;
}

.about p {
    color: #364859;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.layout2 {
    background: url('../img/Untitled-1sadasd 1.png');
    background-size: 100% 100%;
    padding: 90px 0 150px;
}

.layout2 .title h3 {
    color: #fff;
}

.layout2 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.layout2 .item img {
    height: 90px;
    object-fit: contain;
}

.layout2 .item h4 {
    color: #FFF;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    text-transform: uppercase;
    margin-bottom: 0;
}

.layout2 .item p {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    /* 175% */
}

.news {
    padding: 50px 0;
}

.news .box-thumbnail {
    border-radius: 15px;
}

.news .col-lg-12 h3 {
    color: #364859;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news .text h3 {
    color: #364859;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 5px;
}

.news .item {
    display: flex;
    gap: 8px;
}

.news .item .box-thumbnail {
    width: 50%;
}

.news .item .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .item .text h3 {
    color: #14183E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news .item .text p {
    color: #364859;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    /* 175% */
}

.news .item .text h6 {
    color: #364859;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

.news .item .text span {
    color: #364859;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 150% */
}

.news .item .text .time span {
    color: #364859;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.comment {
    padding: 50px 0;
}

.comment .item {
    padding: 30px 40px 80px;
    border-radius: 12px;
    box-shadow: 2px 2px 10px 0px rgba(15, 41, 156, 0.16);
    margin: 10px;
}

.comment h3 {
    color: #14183E;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    /* 141.667% */
    margin-bottom: 15px;
}

.comment p {
    color: #364859;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 175% */
}

.comment .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment .owl-dots .owl-dot {
    width: 70px;
    height: 4px;
    background-color: #9097C5;
}

.comment .owl-dots .owl-dot.active {
    background: linear-gradient(180deg, #24578C 0%, #388ABC 100%);
}

.product .img {
    width: 510px;
    height: 697px;
    flex-shrink: 0;
}

.product .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px;
    gap: 15px;
}

.product .items {
    position: absolute;
    width: 320px;
    padding: 15px 40px;
    z-index: 99;
}

.product .items:nth-last-child(1) {
    left: 0;
    top: 50px;
    border-radius: 15px;
    background: linear-gradient(180deg, #24568c25 0%, #FFF 100%);
    box-shadow: 2px 2px 10px 0px rgba(15, 41, 156, 0.16);
}

.product .items:nth-last-child(2) {
    right: 0;
    top: 50px;
    border-radius: 15px;
    background: linear-gradient(180deg, #c2873418 0%, #F8EFC4 100%);
    box-shadow: 2px 2px 10px 0px rgba(15, 41, 156, 0.16);
}

.product .items:nth-last-child(3) {
    bottom: 50px;
    left: 0;
    border-radius: 15px;
    background: linear-gradient(180deg, #24568c25 0%, #FFF 100%);
    box-shadow: 2px 2px 10px 0px rgba(15, 41, 156, 0.16);
}

.product .items:nth-last-child(4) {
    bottom: 50px;
    right: 0;
    border-radius: 15px;
    background: linear-gradient(180deg, #c2873418 0%, #F8EFC4 100%);
    box-shadow: 2px 2px 10px 0px rgba(15, 41, 156, 0.16);
}

.product {
    padding: 50px 0;
}

.product .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.product .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #24578C 0%, #388ABC 100%);
    border-radius: 50%;
    filter: drop-shadow(2px 2px 10px rgba(15, 41, 156, 0.16));
}

.product .owl-dots .owl-dot.active {
    width: 16px;
    height: 16px;
    background: linear-gradient(180deg, #24578C 0%, #388ABC 100%);
    border: 2px solid #fff;
    outline: 2px solid #24578C;
}

.hdnb .title h4 {
    color: #14183E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.hdnb .text h3 {
    color: #14183E;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding: 5px 0;
}

.hdnb .text p {
    color: #14183E;

    /* Body */

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 175% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.hdnb .text a {
    color: #9097C5;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-page {
    background: linear-gradient(90deg, #1A5779 0%, rgba(26, 87, 121, 0.55) 40.62%, rgba(26, 87, 121, 0.16) 72.97%, rgba(255, 255, 255, 0.00) 100%), url('../img/Untitled-1 2.png');
    background-size: 100% 100%;
    padding: 22px 0 15px;
}

.banner-page h2 {
    color: #FFF;
    text-shadow: 2px 2px 10px rgba(15, 41, 156, 0.16);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 0;
}

.banner-page .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    padding-left: 0;
}

.banner-page .breadcrumb li a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 150% */
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "/";
}

.banner-page .breadcrumb li.active {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 150% */
}

.page .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page .text h2 {
    color: #14183E;
    text-shadow: 2px 2px 10px rgba(15, 41, 156, 0.20);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    /* 135% */
}

.page p {
    color: #14183E;
    text-align: justify;
    text-shadow: 2px 2px 10px rgba(15, 41, 156, 0.20);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 175% */
}

.blog .item {
    display: block;
    position: relative;
    border-radius: 16px;
}

.blog .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    z-index: 9;
    background: linear-gradient(180deg, rgba(2, 81, 142, 0.00) 0%, rgba(2, 81, 142, 0.00) 0.01%, #000203 100%);
}

.blog .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 48px 48px 35px;
}

.blog .col-lg-4 .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 30px 30px 35px;
}

.blog .item .text h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 156.25% */
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.blog .col-lg-4 .item .text h3 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    /* 156.25% */
}

.blog .item .text h6 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.blog .item .text span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 150% */
}

.blog .item .text span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 150% */
}

.page-news .news .posr {
    position: relative;
    border-radius: 0px 0px 15px 15px;
    display: block;
}

.page-news .news .posr::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 15px 15px;
    z-index: 9;
    background: linear-gradient(180deg, rgba(2, 81, 142, 0.00) 0%, rgba(2, 81, 142, 0.00) 0.01%, #000203 100%);
}

.page-news .news .posr .text {
    position: absolute;
    bottom: 0;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
}

.page-news .news .posr .text h4 {
    color: #FFF;
    text-shadow: 2px 2px 10px rgba(15, 41, 156, 0.20);
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.page-news .news .text h3 {
    color: #14183E;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    /* 156.25% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 5px;
}

.page-news .news .text p {
    color: #364859;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 175% */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 5px;
}

.page-news .news .texts h3 {
    color: #14183E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 156.25% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 5px;
}

.page-news .news .texts p {
    color: #364859;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 175% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 5px;
}
.content img{
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.product-top select {
    padding: 8px 50px 8px 15px;
    border-radius: 50px;
    font-size: 12px;
}

.products .item {
    box-shadow: 1.0407978296279907px 1.0407978296279907px 5.203989028930664px 0px #0F299C29;
    padding: 15px;
}

.products .select {
    position: relative;
}

.products label {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;

}

.products .select::before {
    position: absolute;
    content: '';
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/Arrow - Down 2.png');
    width: 24px;
    height: 24px;
    background-size: 100%;
    z-index: 1;
}

.products .form-control {
    background-size: 0px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50px;
    border: 0;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    box-shadow: 1.0407978296279907px 1.0407978296279907px 5.203989028930664px 0px #0F299C29;
    padding: 11px 26px;
    height: auto;
}

.btn-info {
    background-color: #1A5779;
}

.products .btn-light {
    border: 1px solid #1A5779;
}

.products .layout {
    padding: 28px;
    border-radius: 5px;
    border: 0.5px solid #1A5779;
    transition: all 0.3s;
}

.products .layout:hover {
    background: #1A5779;
}

.products .layout:hover img {
    background: #fff;
}

.products .layout:hover h3 {
    color: #fff;
}

.products .layout:hover .price {
    color: #fff;
}

.products .layout h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    color: #1A5779;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.products .layout .price {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    color: #1A5779;
    text-align: center;
    margin: 15px 0;
}

.products .carts {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    border: 1px solid #1A5779;
    color: #1A5779;
    padding: 8px 25px;
    border-radius: 50px;
    justify-content: center;
}

.cart .table .layout {
    display: flex;
    gap: 25px;
}

.cart .table .layout .img {
    width: 150px;
    height: 150px;
    border: 1px solid #0000002d;
}
.cart .table .layout img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart .table .layout .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 285px;
}

.cart .table .layout .text h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.cart .table .layout .text span {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    display: block;
    color: #14183E;
}
.buttons_added {
    opacity:1;
    display:inline-block;
    display:-ms-inline-flexbox;
    display:inline-flex;
    white-space:nowrap;
    vertical-align:top;
}
.is-form {
    overflow:hidden;
    position:relative;
    background-color:#f9f9f9;
    height:2.2rem;
    width:1.9rem;
    padding:0;
    text-shadow:1px 1px 1px #fff;
    border:1px solid #ddd;
}
.is-form:focus,.input-text:focus {
    outline:none;
}
.is-form.minus {
    border-radius:4px 0 0 4px;
}
.is-form.plus {
    border-radius:0 4px 4px 0;
}
.input-qty {
    background-color:#fff;
    height:2.2rem;
    text-align:center;
    font-size:1rem;
    display:inline-block;
    vertical-align:top;
    margin:0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:0;
    border-right:0;
    padding:0;
}
.input-qty::-webkit-outer-spin-button,.input-qty::-webkit-inner-spin-button {
    -webkit-appearance:none;
    margin:0;
}
.cart .dathang {
    box-shadow: 1.0407978296279907px 1.0407978296279907px 5.203989028930664px 0px #0F299C29;
    padding: 15px;
}
.cart .dathang {
    box-shadow: 1.0407978296279907px 1.0407978296279907px 5.203989028930664px 0px #0F299C29;
}

.modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}
.modal-dialog label{
    font-weight: 600;
}

section.range-slider {
    position: relative;
    width: 100%;
    height: 55px;
    text-align: center;
}

section.range-slider input[type=range] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    left: 0;
    top: 15px;
    width: 100%;
    outline: none;
    height: 5px;
    margin: 0;
    background: #D3DDE8;
    padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 14px;
    background: #1A5779;

    border: 1px solid #000;
}


section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: black;
    border: 0;
}

section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

section.range-slider input::-moz-focus-outer {
    border: 0;
}
.rangeValues {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}